Home
last modified time | relevance | path

Searched defs:BASE (Results 1 – 25 of 114) sorted by relevance

12345

/external/clang/include/clang/Sema/
DTemplate.h405 #define DECL(DERIVED, BASE) \ argument
410 #define OBJCCONTAINER(DERIVED, BASE) argument
411 #define FILESCOPEASM(DERIVED, BASE) argument
412 #define IMPORT(DERIVED, BASE) argument
413 #define LINKAGESPEC(DERIVED, BASE) argument
414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
415 #define OBJCMETHOD(DERIVED, BASE) argument
416 #define OBJCTYPEPARAM(DERIVED, BASE) argument
417 #define OBJCIVAR(DERIVED, BASE) argument
418 #define OBJCPROPERTY(DERIVED, BASE) argument
[all …]
/external/clang/include/clang/AST/
DASTFwd.h21 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument
24 #define STMT(DERIVED, BASE) class DERIVED; argument
27 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
DASTTypeTraits.h131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument
134 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument
137 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() argument
50 #define DECL(DERIVED, BASE) \ argument
/external/harfbuzz_ng/src/
Dhb-ot-layout-base-table.hh703 struct BASE struct
705 static constexpr hb_tag_t tableTag = HB_OT_TAG_BASE;
707 const Axis &get_axis (hb_direction_t direction) const in get_axis()
710 bool has_var_store () const in has_var_store()
713 const ItemVariationStore &get_var_store () const in get_var_store()
716 void collect_variation_indices (const hb_subset_plan_t* plan, in collect_variation_indices()
723 bool subset_varstore (hb_subset_context_t *c, in subset_varstore()
763 bool subset (hb_subset_context_t *c) const in subset()
782 bool get_baseline (hb_font_t *font, in get_baseline()
800 bool get_min_max (hb_font_t *font, in get_min_max()
[all …]
/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/
Dmod.rs132 const BASE: MemoryDescriptor = MemoryDescriptor { in mem_map_sorting() constant
170 const BASE: MemoryDescriptor = MemoryDescriptor { in mem_map_get() constant
/external/clang/lib/AST/
DASTTypeTraits.cpp32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument
35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument
38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument
79 #define DECL(DERIVED, BASE) \ in getFromNode() argument
DDeclBase.cpp40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument
48 #define DECL(DERIVED, BASE) \ argument
106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument
126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument
141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument
147 #define DECL(DERIVED, BASE) \ in PrintStats() argument
163 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
729 #define DECL(NAME, BASE) in castFromDeclContext() argument
736 #define DECL(NAME, BASE) in castFromDeclContext() argument
748 #define DECL(NAME, BASE) in castToDeclContext() argument
[all …]
/external/rust/android-crates-io/crates/rustversion/src/
Dtime.rs6 const BASE: u64 = 1456790400; constant
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/
Dtime.rs6 const BASE: u64 = 1456790400; constant
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/
Dtime.rs6 const BASE: u64 = 1456790400; constant
/external/libffi/src/x86/
Dwin64.S31 # define E(BASE, X) .balign 8 argument
33 # define E(BASE, X) .balign 8; .org BASE + X * 8 argument
Dwin64_intel.S30 # define E(BASE, X) ALIGN 8 argument
32 # define E(BASE, X) ALIGN 8; ORG BASE + X * 8 argument
Dunix64.S43 # define E(BASE, X) .balign 8 argument
45 # define E(BASE, X) .balign 8; .org BASE + X * 8 argument
Dsysv_intel.S48 # define E(BASE, X) ALIGN 8 argument
50 # define E(BASE, X) ALIGN 8; ORG BASE + X * 8 argument
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DNoUnit.java22 public static final MeasureUnit BASE = null; field in NoUnit
/external/icu/android_icu4j/src/main/java/android/icu/util/
DNoUnit.java21 public static final MeasureUnit BASE = null; field in NoUnit
/external/cronet/stable/base/android/task_scheduler/
Dtask_runner_android.h19 enum class TaskRunnerType { BASE, SEQUENCED, SINGLE_THREAD }; enumerator
/external/googleapis/google/ads/googleads/v15/enums/
Dcampaign_experiment_type.proto42 BASE = 2; enumerator
/external/cronet/tot/base/android/task_scheduler/
Dtask_runner_android.h19 enum class TaskRunnerType { BASE, SEQUENCED, SINGLE_THREAD }; enumerator
/external/googleapis/google/ads/googleads/v16/enums/
Dcampaign_experiment_type.proto42 BASE = 2; enumerator
/external/googleapis/google/ads/googleads/v14/enums/
Dcampaign_experiment_type.proto42 BASE = 2; enumerator
/external/perfetto/infra/perfetto-get.appspot.com/
Dmain.py22 BASE = 'https://android.googlesource.com/platform/external/perfetto.git/' \ variable
/external/clang/test/CodeGenObjC/
Dforward-class-impl-metadata.m3 @interface BASE { interface
/external/clang/test/SemaCXX/
Dambig-user-defined-conversions.cpp4 struct BASE { struct

12345