Home
last modified time | relevance | path

Searched defs:kind (Results 251 - 275 of 839) sorted by relevance

1...<<11121314151617181920>>...34

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
H A Dnfnetlink_osf.h29 __u16 kind, length; member
/third_party/elfutils/libelf/
H A Delf_begin.c560 Elf_Kind kind = determine_kind (e_ident, maxsize); in __libelf_read_mmaped_file() local
617 Elf_Kind kind = determine_kind (mem.header, nread); in read_unmmaped_file() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICULocaleService.java48 public Object get(ULocale locale, int kind) { in get() argument
66 public Object get(ULocale locale, int kind, ULocale[] actualReturn) { in get() argument
107 registerObject(Object obj, ULocale locale, int kind) registerObject() argument
115 registerObject(Object obj, ULocale locale, int kind, boolean visible) registerObject() argument
163 private int kind; global() field in ICULocaleService.LocaleKey
181 createWithCanonicalFallback(String primaryID, String canonicalFallbackID, int kind) createWithCanonicalFallback() argument
192 createWithCanonical(ULocale locale, String canonicalFallbackID, int kind) createWithCanonical() argument
206 LocaleKey(String primaryID, String canonicalPrimaryID, String canonicalFallbackID, int kind) LocaleKey() argument
244 public int kind() { kind() method in ICULocaleService.LocaleKey
437 handleCreate(ULocale loc, int kind, ICUService service) handleCreate() argument
481 private final int kind; global() field in ICULocaleService.SimpleLocaleKeyFactory
484 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible) SimpleLocaleKeyFactory() argument
488 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible, String name) SimpleLocaleKeyFactory() argument
592 handleCreate(ULocale loc, int kind, ICUService service) handleCreate() argument
629 createKey(String id, int kind) createKey() argument
633 createKey(ULocale l, int kind) createKey() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java260 void findNodes(List<RBBINode> dest, int kind) { in findNodes() argument
/third_party/icu/icu4c/source/common/
H A Dbrkiter.cpp264 int32_t kind = lkey.kind(); variable
329 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) in registerInstance() argument
369 BreakIterator::createInstance(const Locale& loc, int32_t kind, UErrorCode& status) in createInstance() argument
406 makeInstance(const Locale& loc, int32_t kind, UErrorCode& status) makeInstance() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUServiceTest.java567 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java564 protected Object handleCreate(ULocale loc, int kind, ICUService service) { in handleCreate() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICULocaleService.java52 public Object get(ULocale locale, int kind) { in get() argument
70 public Object get(ULocale locale, int kind, ULocale[] actualReturn) { in get() argument
111 registerObject(Object obj, ULocale locale, int kind) registerObject() argument
119 registerObject(Object obj, ULocale locale, int kind, boolean visible) registerObject() argument
168 private int kind; global() field in ICULocaleService.LocaleKey
186 createWithCanonicalFallback(String primaryID, String canonicalFallbackID, int kind) createWithCanonicalFallback() argument
197 createWithCanonical(ULocale locale, String canonicalFallbackID, int kind) createWithCanonical() argument
211 LocaleKey(String primaryID, String canonicalPrimaryID, String canonicalFallbackID, int kind) LocaleKey() argument
249 public int kind() { kind() method in ICULocaleService.LocaleKey
443 handleCreate(ULocale loc, int kind, ICUService service) handleCreate() argument
488 private final int kind; global() field in ICULocaleService.SimpleLocaleKeyFactory
491 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible) SimpleLocaleKeyFactory() argument
495 SimpleLocaleKeyFactory(Object obj, ULocale locale, int kind, boolean visible, String name) SimpleLocaleKeyFactory() argument
600 handleCreate(ULocale loc, int kind, ICUService service) handleCreate() argument
637 createKey(String id, int kind) createKey() argument
641 createKey(ULocale l, int kind) createKey() argument
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java634 private static int tagKindIndex(String kind) { in tagKindIndex() argument
H A DGatherAPIDataOld.java496 private static int tagKindIndex(String kind) { in tagKindIndex() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBINode.java261 void findNodes(List<RBBINode> dest, int kind) { in findNodes() argument
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.h110 } kind; member
/third_party/mesa3d/src/glx/apple/
H A Dappledristr.h164 BYTE kind; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_cfg.cpp50 link(void *mem_ctx, bblock_t *block, enum bblock_link_kind kind) in link() argument
74 add_successor(void *mem_ctx, bblock_t *successor, enum bblock_link_kind kind) add_successor() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc63 auto kind = compiler::kDefaultImportCallKind; in ExecuteImportWrapperCompilation() local
H A Dwasm-init-expr.h151 Operator kind() const { return kind_; } in kind() function in v8::internal::wasm::WasmInitExpr
204 WasmInitExpr(Operator kind, const ZoneVector<WasmInitExpr>* operands) in WasmInitExpr() argument
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper-internal.h82 ObjectProperty(std::string name, std::string type, std::string decompressed_type, uintptr_t address, size_t num_values, size_t size, std::vector<std::unique_ptr<StructProperty>> struct_fields, d::PropertyKind kind) ObjectProperty() argument
/third_party/node/deps/v8/tools/profview/
H A Dprofile-utils.js[all...]
/third_party/node/deps/v8/tools/v8windbg/base/
H A Dutilities.cc41 ModelObjectKind kind = (ModelObjectKind)-1; in UnboxProperty() local
56 IntrinsicKind kind; in CreateTypedIntrinsic() local
123 ModelObjectKind kind = (ModelObjectKind)-1; in UnboxULong64() local
14 BoxObject(IDataModelManager* p_manager, IUnknown* p_object, ModelObjectKind kind, IModelObject** pp_model_object) BoxObject() argument
212 ModelObjectKind kind = (ModelObjectKind)-1; UnboxString() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dbrkiter.cpp270 int32_t kind = lkey.kind(); variable
335 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) in registerInstance() argument
375 BreakIterator::createInstance(const Locale& loc, int32_t kind, UErrorCode& status) in createInstance() argument
412 makeInstance(const Locale& loc, int32_t kind, UErrorCode& status) makeInstance() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc77 AddUpperBound(Node* bound, InductionVariable::ConstraintKind kind) AddUpperBound() argument
87 AddLowerBound(Node* bound, InductionVariable::ConstraintKind kind) AddLowerBound() argument
182 AddCmpToLimits( VariableLimits* limits, Node* node, InductionVariable::ConstraintKind kind, bool polarity) AddCmpToLimits() argument
[all...]
H A Dloop-variable-optimizer.h34 ConstraintKind kind; member
90 InductionVariable::ConstraintKind kind; member
[all...]
H A Dprocessed-feedback.h43 Kind kind() const { return kind_; } in kind() function in v8::internal::compiler::ProcessedFeedback
/third_party/node/deps/v8/src/codegen/
H A Dcode-factory.cc308 ArrayNoArgumentConstructor( Isolate* isolate, ElementsKind kind, AllocationSiteOverrideMode override_mode) ArrayNoArgumentConstructor() argument
342 ArraySingleArgumentConstructor( Isolate* isolate, ElementsKind kind, AllocationSiteOverrideMode override_mode) ArraySingleArgumentConstructor() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.cc48 LocalHeap::LocalHeap(Heap* heap, ThreadKind kind, in LocalHeap() argument

Completed in 18 milliseconds

1...<<11121314151617181920>>...34