/external/clang/test/Driver/ |
D | objc-weak.m | 3 …cosx-version-min=10.7 -S -### %s -fobjc-arc -fobjc-weak 2>&1 | FileCheck %s --check-prefix ARC-WEAK 4 …=10.7 -S -### %s -fno-objc-weak -fobjc-weak -fobjc-arc 2>&1 | FileCheck %s --check-prefix ARC-WEAK 5 // ARC-WEAK: -fobjc-arc 6 // ARC-WEAK: -fobjc-weak 8 …ersion-min=10.7 -S -### %s -fobjc-arc -fno-objc-weak 2>&1 | FileCheck %s --check-prefix ARC-NO-WEAK 9 ….7 -S -### %s -fobjc-weak -fno-objc-weak -fobjc-arc 2>&1 | FileCheck %s --check-prefix ARC-NO-WEAK 10 // ARC-NO-WEAK: -fobjc-arc 11 // ARC-NO-WEAK: -fno-objc-weak 13 …min=10.5 -S -### %s -fobjc-arc -fobjc-weak 2>&1 | FileCheck %s --check-prefix ARC-WEAK-NOTSUPPORTED 14 … %s -fno-objc-weak -fobjc-weak -fobjc-arc 2>&1 | FileCheck %s --check-prefix ARC-WEAK-NOTSUPPORTED [all …]
|
/external/elfutils/tests/ |
D | run-dwflsyms.sh | 96 55: NOTYPE WEAK _ITM_deregisterTMCloneTable (0) 0 97 56: NOTYPE WEAK data_start (0) 0x201030 103 62: NOTYPE WEAK __gmon_start__ (0) 0 112 71: NOTYPE WEAK _Jv_RegisterClasses (0) 0 114 73: NOTYPE WEAK _ITM_registerTMCloneTable (0) 0 115 74: FUNC WEAK __cxa_finalize@@GLIBC_2.2.5 (0) 0 175 55: NOTYPE WEAK _ITM_deregisterTMCloneTable (0) 0 176 56: NOTYPE WEAK data_start (0) 0x3000201030 182 62: NOTYPE WEAK __gmon_start__ (0) 0 191 71: NOTYPE WEAK _Jv_RegisterClasses (0) 0 [all …]
|
D | run-readelf-s.sh | 132 2: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable 134 4: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__ 135 5: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses 136 6: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable 137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2) 206 55: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable 207 56: 0000000000201030 0 NOTYPE WEAK DEFAULT 25 data_start 213 62: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__ 222 71: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses 224 73: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable [all …]
|
/external/mesa3d/src/util/ |
D | u_atomic.c | 30 #define WEAK __attribute__((weak)) macro 32 #define WEAK macro 37 WEAK uint64_t 50 WEAK uint64_t 63 WEAK uint64_t
|
/external/v8/src/ |
D | maybe-handles-inl.h | 28 reference_type_ = HeapObjectReferenceType::WEAK; in MaybeObjectHandle() 52 return MaybeObjectHandle(object, HeapObjectReferenceType::WEAK); in Weak() 56 return MaybeObjectHandle(object, HeapObjectReferenceType::WEAK, isolate); in Weak() 60 if (reference_type_ == HeapObjectReferenceType::WEAK) { 68 if (reference_type_ == HeapObjectReferenceType::WEAK) {
|
D | global-handles.cc | 24 WEAK, // Flagged as weak but not yet finalized. enumerator 41 STATIC_ASSERT(WEAK == Internals::kNodeStateIsWeakValue); in Node() 156 bool IsWeak() const { return state() == WEAK; } in IsWeak() 185 return state() == WEAK || state() == PENDING || in IsWeakRetainer() 190 DCHECK(state() == WEAK); in MarkPending() 220 set_state(WEAK); in MakeWeak() 239 set_state(WEAK); in MakeWeak() 1040 if (it.node()->state() == Node::WEAK) { in RecordStats() 1063 if (it.node()->state() == Node::WEAK) weak++; in PrintStats()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | gnu-symbols.test | 55 HASH-NEXT: 2 0: 00000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses@ 56 HASH-NEXT: 1 0: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__@ 62 HASH-NEXT: 5 1: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_registerTMCloneTable@ 63 HASH-NEXT: 4 1: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_deregisterTMCloneTable@ 65 HASH-NEXT: 11 2: 00000000 0 FUNC WEAK DEFAULT UND __cxa_finalize@GLIBC_2.1.3
|
/external/clang/test/CodeGenCXX/ |
D | weak-extern-typeinfo.cpp | 4 #define WEAK __attribute__ ((weak)) macro 6 class WEAK A {
|
/external/u-boot/arch/arm/cpu/armv7/ |
D | lowlevel_init.S | 18 WEAK(s_init) 24 WEAK(lowlevel_init)
|
/external/u-boot/arch/arm/cpu/armv8/ |
D | start.S | 197 WEAK(apply_core_errata) 280 WEAK(lowlevel_init) 336 WEAK(smp_kick_all_cpus) 361 WEAK(save_boot_params)
|
/external/libunwind/include/ |
D | compiler.h | 49 # define WEAK __attribute__((weak)) macro 67 # define WEAK macro
|
/external/clang/test/CodeGenObjC/ |
D | arc-loadweakretained-release.m | 47 // CHECK-NEXT: [[WEAK:%.*]] = alloca i8* 52 // CHECK-NEXT: store i8* null, i8** [[WEAK]] 76 // CHECK: call void @objc_destroyWeak(i8** [[WEAK]])
|
D | arc-ternary-op.m | 50 // CHECK-NEXT: [[WEAK:%.*]] = alloca i8* 59 // CHECK-NEXT: [[WEAKPTR1:%.*]] = bitcast i8** [[WEAK]] to i8* 61 // CHECK-NEXT: call i8* @objc_initWeak(i8** [[WEAK]], i8* null) 103 // CHECK: call void @objc_destroyWeak(i8** [[WEAK]]) 104 // CHECK: [[WEAKPTR2:%.*]] = bitcast i8** [[WEAK]] to i8*
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleCache.java | 34 if (cacheType == ICUCache.WEAK) { in SimpleCache() 63 if (type == ICUCache.WEAK) { in put()
|
D | ICUCache.java | 15 public static final int WEAK = 1; field
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | SimpleCache.java | 38 if (cacheType == ICUCache.WEAK) { in SimpleCache() 67 if (type == ICUCache.WEAK) { in put()
|
D | ICUCache.java | 19 public static final int WEAK = 1; field
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ |
D | SimpleCache.java | 34 if (cacheType == ICUCache.WEAK) { in SimpleCache() 61 if (type == ICUCache.WEAK) { in put()
|
D | ICUCache.java | 15 public static final int WEAK = 1; field
|
/external/clang/test/SemaObjC/ |
D | attr-objc-gc.m | 15 #define WEAK __weak macro 16 static WEAK int h; // expected-warning {{'objc_ownership' only applies to Objective-C object or blo…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | nm-trivial-object.test | 18 RUN: | FileCheck %s -check-prefix WEAK-ELF64 107 WEAK-ELF64: w f1 108 WEAK-ELF64: 0000000000000000 W f2 109 WEAK-ELF64: v x1 110 WEAK-ELF64: 0000000000000000 V x2
|
/external/llvm/test/Object/ |
D | nm-trivial-object.test | 16 RUN: | FileCheck %s -check-prefix WEAK-ELF64 98 WEAK-ELF64: w f1 99 WEAK-ELF64: 0000000000000000 W f2 100 WEAK-ELF64: v x1 101 WEAK-ELF64: 0000000000000000 V x2
|
/external/guava/guava/src/com/google/common/cache/ |
D | CacheBuilderSpec.java | 102 .put("weakKeys", new KeyStrengthParser(Strength.WEAK)) 104 .put("weakValues", new ValueStrengthParser(Strength.WEAK)) 186 case WEAK: in toCacheBuilder() 198 case WEAK: in toCacheBuilder()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderSpecTest.java | 155 assertEquals(Strength.WEAK, spec.keyStrength); in testParse_weakKeys() 211 assertEquals(Strength.WEAK, spec.valueStrength); in testParse_weakValues() 401 assertEquals(Strength.WEAK, spec.keyStrength); in testParse_multipleKeys() 402 assertEquals(Strength.WEAK, spec.valueStrength); in testParse_multipleKeys() 425 assertEquals(Strength.WEAK, spec.keyStrength); in testParse_whitespaceAllowed()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
D | 2004-02-26-LinkOnceFunctions.ll | 1 ; RUN: llc < %s -march=c | grep func1 | grep WEAK
|