Home
last modified time | relevance | path

Searched defs:item (Results 801 - 825 of 1409) sorted by relevance

1...<<31323334353637383940>>...57

/third_party/gn/src/gn/
H A Dohos_components_checker.cc266 bool OhosComponentChecker::InterceptInnerApiNotLib(const Item *item, const std::string &label, Err *err) const in InterceptInnerApiNotLib() argument
281 bool OhosComponentChecker::InterceptDepsNotLib(const Item *item, const std::string &label, in InterceptDepsNotLib() argument
309 bool OhosComponentChecker::InterceptInnerApiNotDeclare(const Item *item, cons argument
355 InterceptTargetAbsoluteDepsOther(const Item *item, const std::string &label, const std::string &deps, Err *err) const InterceptTargetAbsoluteDepsOther() argument
385 InterceptInnerApiVisibilityDenied(const Item *item, const std::string &from_label, const std::string &to_label, Err *err) const InterceptInnerApiVisibilityDenied() argument
516 CheckInnerApiNotLib(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiNotLib() argument
540 CheckInnerApiNotDeclare(const Item *item, const OhosComponent *component, const std::string &label, Err *err) const CheckInnerApiNotDeclare() argument
585 CheckInnerApiVisibilityDenied(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, Err *err) const CheckInnerApiVisibilityDenied() argument
617 CheckTargetAbsoluteDepsOther(const Item *item, const OhosComponent *component, const std::string &label, const std::string &deps, bool is_external_deps, Err *err) const CheckTargetAbsoluteDepsOther() argument
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java592 separated(String item) separated() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dudata.cpp266 UDataMemory *item; member
331 static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UErrorCode *pErr) { in udata_cacheDataItem() argument
448 UDataPathIterator(const char *inPath, const char *pkg, const char *item, const char *inSuffix, UBool doCheckLastFour, UErrorCode *pErrorCode) UDataPathIterator() argument
[all...]
/third_party/alsa-lib/aserver/
H A Daserver.c841 struct list_head *item; in inet_pending_handler() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java3117 public <T extends Serializable> void checkStreamingEquality(T item) { in checkStreamingEquality() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java573 separated(String item) separated() argument
[all...]
/third_party/libuv/src/unix/
H A Dfsevents.c738 struct uv__queue* item; in uv__cf_loop_cb() local
770 uv__cf_loop_signal_t* item; in uv__cf_loop_signal() local
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp578 const CFileItem &item = _db.Files[index]; in GetProperty() local
/third_party/node/src/quic/
H A Dtlscontext.cc277 v8::Local<v8::Value> item; in SetOption() local
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c505 tre_backtrack_item_t item; member
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c505 tre_backtrack_item_t item; member
[all...]
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c505 tre_backtrack_item_t item; member
[all...]
/third_party/musl/src/regex/
H A Dregexec.c505 tre_backtrack_item_t item; member
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_stream.c476 nghttp2_stream_attach_item(nghttp2_stream *stream, nghttp2_outbound_item *item) nghttp2_stream_attach_item() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dudata.cpp266 UDataMemory *item; member
331 static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UErrorCode *pErr) { in udata_cacheDataItem() argument
448 UDataPathIterator(const char *inPath, const char *pkg, const char *item, const char *inSuffix, UBool doCheckLastFour, UErrorCode *pErrorCode) UDataPathIterator() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c476 nghttp2_stream_attach_item(nghttp2_stream *stream, nghttp2_outbound_item *item) nghttp2_stream_attach_item() argument
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkgitems.cpp64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(nullptr) { in NativeItem() argument
80 void setItem(const Item *item, UDataSwapFn *swap) { in setItem() argument
328 Resource item=res_getTableItemByIndex(pResData, res, i, &itemKey); ures_enumDependencies() local
351 Resource item=res_getArrayItem(pResData, res, i); ures_enumDependencies() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcrestst.c502 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item, *defaultLocale; in TestOpenDirect() local
689 UResourceBundle *res, *item; TestTable32() local
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp64 NativeItem(const Item *item, UDataSwapFn *swap) : swapped(NULL) { in NativeItem() argument
80 void setItem(const Item *item, UDataSwapFn *swap) { in setItem() argument
328 Resource item=res_getTableItemByIndex(pResData, res, i, &itemKey); ures_enumDependencies() local
351 Resource item=res_getArrayItem(pResData, res, i); ures_enumDependencies() local
[all...]
/third_party/lwip/src/apps/lwiperf/
H A Dlwiperf.c187 lwiperf_list_add(lwiperf_state_base_t *item) in lwiperf_list_add() argument
195 lwiperf_list_remove(lwiperf_state_base_t *item) in lwiperf_list_remove() argument
216 lwiperf_list_find(lwiperf_state_base_t *item) in lwiperf_list_find() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.cc179 MarkingWorklists::EphemeronPairItem item; in ~MarkerBase() local
359 MarkingWorklists::WeakCallbackItem item; in ProcessWeakness() local
[all...]
H A Dmarking-state.h491 typename WorklistLocal::ItemType item; in DrainWorklistWithPredicate() local
/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h517 MaybeObject item = array_.Get(index_++); in Next() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c116 pitem *item = NULL; in dtls1_clear_received_buffer() local
128 pitem *item = NULL; in dtls1_clear_sent_buffer() local
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c122 pitem *item, *iter; in ssl3_pending() local

Completed in 31 milliseconds

1...<<31323334353637383940>>...57