/AliOS-Things-master/components/oss/src/model/ |
A D | GetObjectRequest.cc | 88 void GetObjectRequest::setMatchingETagConstraints(const std::vector<std::string> &match) in setMatchingETagConstraints() 93 void GetObjectRequest::addMatchingETagConstraint(const std::string &match) in addMatchingETagConstraint() 98 void GetObjectRequest::setNonmatchingETagConstraints(const std::vector<std::string> &match) in setNonmatchingETagConstraints() 103 void GetObjectRequest::addNonmatchingETagConstraint(const std::string &match) in addNonmatchingETagConstraint()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | ure_group.py | 13 def print_groups(match): argument
|
A D | ure_span.py | 20 def print_spans(match): argument
|
A D | ure_namedclass.py | 13 def print_groups(match): argument
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | ure.py | 45 def match(regex_str, string): function
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | treeview.cc | 158 const std::function<bool(const Label&)>& match) { in WeightBelowNodeMatchingFunction() 199 const std::function<bool(const Label&)>& match, TreeView::Node* node_out) { in CollapseSubnodesMatchingFunction() 217 const std::function<bool(const Label&)>& match, TreeView* treeview_out) { in CollapseNodesMatchingFunction()
|
/AliOS-Things-master/hardware/chip/haas1000/ |
A D | _haas1000_alios_lds.py | 19 match = pattern.match(arg) variable
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/mem/ |
A D | mem_list.h | 50 int (*match)(void *a, void *b); member
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | deflate.c | 1069 register Bytef *match; /* matched string */ local 1217 register Bytef *match; /* matched string */ local 1271 local void check_match(s, start, match, length) in check_match() argument 1292 # define check_match(s, start, match, length) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inftrees.c | 57 unsigned match; /* use base and extra for symbol >= match */ local
|
A D | deflate.c | 1242 register Bytef *match; /* matched string */ local 1390 register Bytef *match; /* matched string */ local 1448 local void check_match(s, start, match, length) in check_match() argument 1469 # define check_match(s, start, match, length) argument
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/ |
A D | u_bus.h | 54 int (*match)(struct u_device *dev, struct u_driver *drv); member
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modure.c | 193 mp_obj_match_t *match = m_new_obj_var(mp_obj_match_t, char *, caps_num); in ure_exec() local 289 mp_obj_match_t *match = mp_local_alloc(sizeof(mp_obj_match_t) + caps_num * sizeof(char *)); in re_sub_helper() local
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_timer.h | 50 tick_t match; /**< Expected timeout point */ member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | strtod_bk.c | 219 match( in match() function
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | winrtbuild.ps1 | 132 foreach ($match in $matches) { in Get-VS-ProjectName() variable
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gun.c | 165 unsigned char match[65280 + 2]; /* buffer for reversed match or gzip variable
|
/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/ |
A D | awss_smartconfig.c | 652 int match, i, j, score; /* loop variable */ in try_to_sync_pos() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | access.c | 410 u16_t *match; in bt_mesh_elem_find_group() local
|
A D | cfg_srv.c | 1477 u16_t *match; in mod_sub_del() local 1845 u16_t *match; in mod_sub_va_del() local
|
/AliOS-Things-master/components/SDL2/src/audio/alsa/ |
A D | SDL_alsa_audio.c | 801 const char *match = NULL; in ALSA_HotplugThread() local
|
/AliOS-Things-master/components/SDL2/src/haptic/darwin/ |
A D | SDL_syshaptic.c | 156 CFDictionaryRef match; in SDL_SYS_HapticInit() local
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_reader.cpp | 319 bool Reader::match(const Char* pattern, int patternLength) { in match() function in Json::Reader 1283 bool OurReader::match(const Char* pattern, int patternLength) { in match() function in Json::OurReader
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/ |
A D | mdns.c | 1552 int match; in mdns_handle_question() local
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objstr.c | 604 size_t match = 0; in str_splitlines() local
|