Home
last modified time | relevance | path

Searched refs:PARENT (Results 1 - 12 of 12) sorted by relevance

/third_party/EGL/sdk/docs/man/xhtml/
H A Dmaketoc.pl137 if (open(PARENT, $parentName))
139 @funcs = <PARENT>;
149 close(PARENT);
161 if (open(PARENT, $parentName))
168 close(PARENT);
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A Dmaketoc.pl137 if (open(PARENT, $parentName))
139 @funcs = <PARENT>;
149 close(PARENT);
161 if (open(PARENT, $parentName))
168 close(PARENT);
/third_party/vixl/src/aarch64/
H A Dregisters-aarch64.h815 #define VIXL_DEFINE_REGISTER_WITH_SIZE(NAME, SIZE, PARENT) \
816 class NAME : public PARENT { \
818 VIXL_CONSTEXPR NAME() : PARENT() {} \
819 explicit NAME(int code) : PARENT(code, SIZE) {} \
821 explicit NAME(PARENT other) : PARENT(other) { \
825 PARENT As##PARENT() const { return *this; } \
830 return PARENT::IsValid() && (PARENT
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchema.java50 * <li>{@link #PARENT}: The ID of the "main" format that this is an alternate of.
62 private static final String PARENT = "Parent Format"; field in AltFormatsSchema
65 public static final ImmutableList<String> HEADER = ImmutableList.of(FORMAT, PARENT, COMMENT);
108 row -> altFormats.add(parseAltFormat(row.get(FORMAT), row.get(PARENT), row.get(COMMENT)))); in getRowCallback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h49 #define DEFINE_SYMBOL_TABLE_PARENT_TYPE(NODE, PARENT) \
50 template <> struct SymbolTableListParentType<NODE> { using type = PARENT; };
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DSymbolTableListTraits.h46 #define DEFINE_SYMBOL_TABLE_PARENT_TYPE(NODE, PARENT) \
47 template <> struct SymbolTableListParentType<NODE> { typedef PARENT type; };
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ssa.cpp60 #define PARENT(i) (data[(i) + 2 * count]) macro
70 INFO("PARENT(%i) = %i\n", i, PARENT(i)); in debugPrint()
105 PARENT(ei.getNode()->tag) = node->tag; in buildDFS()
152 p = PARENT(w); in build()
186 #undef PARENT macro
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalData.java65 private static final AttributeKey PARENT = keyOf("parentLocale", "parent"); field in SupplementalData
127 String p = PARENT.valueFrom(v); in create()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify10.c123 INIT_FANOTIFY_MARK_TYPE(PARENT),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1896 #define DEPENDENCY_DUAL_ITEM(CORE, EXT, FIELD, PARENT) { &(CORE.FIELD), &(CORE.PARENT) }, { &(EXT.FIELD), &(EXT.PARENT) } in featureBitInfluenceOnDeviceCreate()
1897 #define DEPENDENCY_SINGLE_ITEM(CORE, FIELD, PARENT) { &(CORE.FIELD), &(CORE.PARENT) } in featureBitInfluenceOnDeviceCreate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1887 #define DEPENDENCY_DUAL_ITEM(CORE, EXT, FIELD, PARENT) { &(CORE.FIELD), &(CORE.PARENT) }, { &(EXT.FIELD), &(EXT.PARENT) } in featureBitInfluenceOnDeviceCreate()
1888 #define DEPENDENCY_SINGLE_ITEM(CORE, FIELD, PARENT) { &(CORE.FIELD), &(CORE.PARENT) } in featureBitInfluenceOnDeviceCreate()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc4213 #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \
4217 METHOD(INPUT.NAME(i), PARENT, OUTPUT->NAME##s_ + i); \

Completed in 53 milliseconds