Home
last modified time | relevance | path

Searched refs:WEAK (Results 1 – 25 of 61) sorted by relevance

123

/external/clang/test/Driver/
Dobjc-weak.m3 …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-UNSUPPORTED
14 …# %s -fno-objc-weak -fobjc-weak -fobjc-arc 2>&1 | FileCheck %s --check-prefix ARC-WEAK-UNSUPPORTED
[all …]
/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc117 builder.BinaryOperation(Token::Value::ADD, reg, Strength::WEAK) in TEST_F()
118 .BinaryOperation(Token::Value::SUB, reg, Strength::WEAK) in TEST_F()
119 .BinaryOperation(Token::Value::MUL, reg, Strength::WEAK) in TEST_F()
120 .BinaryOperation(Token::Value::DIV, reg, Strength::WEAK) in TEST_F()
121 .BinaryOperation(Token::Value::MOD, reg, Strength::WEAK); in TEST_F()
124 builder.BinaryOperation(Token::Value::BIT_OR, reg, Strength::WEAK) in TEST_F()
125 .BinaryOperation(Token::Value::BIT_XOR, reg, Strength::WEAK) in TEST_F()
126 .BinaryOperation(Token::Value::BIT_AND, reg, Strength::WEAK); in TEST_F()
129 builder.BinaryOperation(Token::Value::SHL, reg, Strength::WEAK) in TEST_F()
130 .BinaryOperation(Token::Value::SAR, reg, Strength::WEAK) in TEST_F()
[all …]
/external/elfutils/tests/
Drun-dwflsyms.sh96 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 …]
Drun-readelf-s.sh132 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/clang/test/CodeGenCXX/
Dweak-extern-typeinfo.cpp4 #define WEAK __attribute__ ((weak)) macro
6 class WEAK A {
/external/libunwind/include/
Dcompiler.h49 # define WEAK __attribute__((weak)) macro
67 # define WEAK macro
/external/clang/test/CodeGenObjC/
Darc-loadweakretained-release.m47 // CHECK-NEXT: [[WEAK:%.*]] = alloca i8*
52 // CHECK-NEXT: store i8* null, i8** [[WEAK]]
76 // CHECK: call void @objc_destroyWeak(i8** [[WEAK]])
Darc-ternary-op.m50 // 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/
DSimpleCache.java32 if (cacheType == ICUCache.WEAK) { in SimpleCache()
59 if (type == ICUCache.WEAK) { in put()
DICUCache.java13 public static final int WEAK = 1; field
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DSimpleCache.java32 if (cacheType == ICUCache.WEAK) { in SimpleCache()
59 if (type == ICUCache.WEAK) { in put()
DICUCache.java13 public static final int WEAK = 1; field
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleCache.java36 if (cacheType == ICUCache.WEAK) { in SimpleCache()
63 if (type == ICUCache.WEAK) { in put()
DICUCache.java17 public static final int WEAK = 1; field
/external/clang/test/SemaObjC/
Dattr-objc-gc.m15 #define WEAK __weak macro
16 static WEAK int h; // expected-warning {{'objc_ownership' only applies to Objective-C object or blo…
/external/llvm/test/Object/
Dnm-trivial-object.test16 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/
DCacheBuilderSpec.java102 .put("weakKeys", new KeyStrengthParser(Strength.WEAK))
104 .put("weakValues", new ValueStrengthParser(Strength.WEAK))
186 case WEAK: in toCacheBuilder()
198 case WEAK: in toCacheBuilder()
/external/v8/src/
Dglobal-handles.cc33 WEAK, // Flagged as weak but not yet finalized. enumerator
50 STATIC_ASSERT(WEAK == Internals::kNodeStateIsWeakValue); in Node()
194 bool IsWeak() const { return state() == WEAK; } in IsWeak()
206 return state() == WEAK || state() == PENDING || in IsWeakRetainer()
211 DCHECK(state() == WEAK); in MarkPending()
257 set_state(WEAK); in MakeWeak()
269 set_state(WEAK); in MakeWeak()
1092 if (it.node()->state() == Node::WEAK) { in RecordStats()
1115 if (it.node()->state() == Node::WEAK) weak++; in PrintStats()
Dfactory.h400 Strength strength = Strength::WEAK,
407 Strength strength = Strength::WEAK,
413 Strength strength = Strength::WEAK,
425 Strength strength = Strength::WEAK,
431 Strength strength = Strength::WEAK,
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderSpecTest.java155 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()
DCacheReferencesTest.java48 .withKeyStrengths(ImmutableSet.of(STRONG, Strength.WEAK)) in factoryWithAllKeyStrengths()
49 .withValueStrengths(ImmutableSet.of(STRONG, Strength.WEAK, Strength.SOFT)); in factoryWithAllKeyStrengths()
/external/clang/test/Index/
Dcomplete-property-flags.m11 …lang -fobjc-weak -fno-objc-arc | FileCheck -check-prefix=CHECK-CC1 -check-prefix=CHECK-CC1-WEAK %s
28 // CHECK-CC1-WEAK-NEXT: {TypedText weak}
Dannotate-tokens.m582 …ribute__((ibaction)' -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-WITH-WEAK %s
583 // CHECK-WITH-WEAK: Identifier: "__weak" [141:3 - 141:9] macro expansion
584 // CHECK-WITH-WEAK: Identifier: "Foo" [141:10 - 141:13] ObjCClassRef=Foo:1:12
585 // CHECK-WITH-WEAK: Punctuation: "*" [141:14 - 141:15] ObjCIvarDecl=foo:141:15 (Definition)
586 // CHECK-WITH-WEAK: Identifier: "foo" [141:15 - 141:18] ObjCIvarDecl=foo:141:15 (Definition)
587 // CHECK-WITH-WEAK: Punctuation: ";" [141:18 - 141:19] ObjCInterfaceDecl=rdar9535717:140:12
588 // CHECK-WITH-WEAK: Punctuation: "}" [142:1 - 142:2] ObjCInterfaceDecl=rdar9535717:140:12
/external/libunwind/src/mi/
Dbacktrace.c79 WEAK ALIAS(unw_backtrace);
/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetTest.java20 import static com.google.common.collect.MapMakerInternalMap.Strength.WEAK;
368 testIdentityKeyEquality(WEAK);
407 testLogicalKeyEquality(WEAK);

123