HomeSort by relevance Sort by last modified time
    Searched defs:thing (Results 1 - 25 of 399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-static-function-inheader.h 1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} function
member-init.cpp 87 struct thing {}; struct in namespace:PR14838
89 another() : r(thing()) {}
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
AbstractMembersInjectingBaseClass.java 21 @Inject Thing thing; field in class:AbstractMembersInjectingBaseClass
OuterClassFoo.java 23 Thing thing(); method in interface:OuterClassFoo.NestedComponent
NonComponentDependencyComponent.java 30 Thing thing,
37 Thing thing(); method in interface:NonComponentDependencyComponent.ThingComponent
43 public Thing thing() { method in class:NonComponentDependencyComponent.ThingComponentImpl
44 return new Thing(new OtherThing(1));
BasicComponent.java 24 interface BasicComponent extends Injector<Thing> {
72 Thing thing(); method in interface:BasicComponent
InjectedThing.java 88 @Inject Thing thing; field in class:InjectedThing
89 @Inject Provider<Thing> thingProvider;
90 @Inject Lazy<Thing> lazyThing;
91 @Inject MembersInjector<Thing> thingMembersInjector;
157 Thing thing,
158 Provider<Thing> thingProvider,
159 Lazy<Thing> lazyThing,
160 MembersInjector<Thing> thingMembersInjector) {
225 @Inject void thing(Thing thing) {} method in class:InjectedThing
    [all...]
  /external/clang/test/Analysis/
region-store.c 10 int thing = (int []){0, 1}[index]; local
11 printf("thing: %i\n", thing);
19 int thing = (int [][3]){{0,0,0}, {1,1,1}, {2,2,2}}[index][index]; local
20 printf("thing: %i\n", thing);
  /external/llvm/test/tools/llvm-cov/Inputs/
test.cpp 68 A thing; local
70 thing.B();
  /external/pdfium/core/fxcrt/
weak_ptr_unittest.cpp 56 PseudoDeletable thing; local
57 EXPECT_EQ(0, thing.delete_count());
59 UniqueTestPtr unique(&thing);
62 EXPECT_EQ(&thing, ptr1.Get());
71 EXPECT_EQ(&thing, ptr3.Get());
76 EXPECT_EQ(&thing, ptr4.Get());
79 EXPECT_EQ(0, thing.delete_count());
81 EXPECT_EQ(1, thing.delete_count());
85 PseudoDeletable thing; local
87 UniqueTestPtr unique(&thing);
125 PseudoDeletable thing; local
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue145/
LineNumberInExceptionTest.java 41 CompleteThing thing = (CompleteThing) yaml local
43 assertEquals("QQQ", thing.getId());
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
test.cpp 68 A thing; local
70 thing.B();
  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 27 GUID thing = __uuidof(Curly); variable
28 // CHECK-DEFINE-GUID: @thing = global %struct._GUID zeroinitializer, align 4
29 // CHECK-DEFINE-WRONG-GUID: @thing = global %struct._GUID zeroinitializer, align 4
57 // The static initializer for thing.
58 // CHECK-DEFINE-GUID: call void @llvm.memcpy.p0i8.p0i8.i32(i8* bitcast (%struct._GUID* @thing to i8*), i8* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ac to i8*), i32 16, i32 4, i1 false)
59 // CHECK-DEFINE-WRONG-GUID: call void @llvm.memcpy.p0i8.p0i8.i32(i8* bitcast (%struct._GUID* @thing to i8*), i8* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ac to i8*), i32 4, i32 4, i1 false)
  /external/protobuf/src/google/protobuf/stubs/
statusor_test.cc 72 StatusOr<int> thing; local
73 EXPECT_FALSE(thing.ok());
74 EXPECT_EQ(Status::UNKNOWN, thing.status());
78 StatusOr<int> thing(Status::CANCELLED);
79 EXPECT_FALSE(thing.ok());
80 EXPECT_EQ(Status::CANCELLED, thing.status());
85 StatusOr<int> thing(kI);
86 EXPECT_TRUE(thing.ok());
87 EXPECT_EQ(kI, thing.ValueOrDie());
160 StatusOr<int> thing(kI)
171 StatusOr<int*> thing; local
    [all...]
  /external/clang/test/SemaTemplate/
alias-templates.cpp 26 typedef T thing; typedef in struct:X::traits
27 typedef decltype(val(make<thing>())) inner_ptr;
29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
41 template<typename T> struct thing { struct in namespace:X
44 typedef traits<thing<inner>> traits_type;
46 template<typename U> using rebind = thing<U>;
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {} function in struct:X::thing
49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); }
54 friend inner_ptr val(const thing &t) { return t.val; }
60 template<> bool &traits<thing<bool>>::alloc() { static bool b; return b;
    [all...]
current-instantiation.cpp 242 static const int thing = 0; member in struct:RebuildDependentScopeDeclRefExpr::X
243 N<thing> data();
244 N<thing> foo();
246 template<typename T> N<X<T>::thing> X<T>::data() {}
  /art/test/088-monitor-verification/src/
Main.java 114 Class<?> thing = Thread.class; local
  /art/test/093-serialization/src/
Main.java 115 public Character thing; field in class:Sub
117 public Sub(char thing) {
123 this.thing = thing;
130 + " thing=" + thing);
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 154 @Benchmark long thing(long reps) { method in class:WorkerProcessTest.TestBenchmark
  /external/ltp/testcases/kernel/fs/ftest/
ftest02.c 377 * Randomly do an inode thing; loop for # iterations.
379 #define THING(p) {p, "p"}
385 THING(crfile), THING(unlfile), THING(fussdir), THING(sync),};
394 int i, thing; local
401 thing = (rand() >> 3) % NTHING;
402 (*ino_thing[thing].it_proc) (me, i, ino_thing[thing].it_name)
    [all...]
ftest06.c 395 * Randomly do an inode thing; loop for # iterations.
397 #define THING(p) {p, "p"}
403 THING(crfile), THING(unlfile), THING(fussdir), THING(sync),};
412 int thing, i; local
419 thing = (rand() >> 3) % NTHING;
420 (*ino_thing[thing].it_proc) (me, i, ino_thing[thing].it_name)
    [all...]
  /external/tensorflow/tensorflow/stream_executor/lib/
statusor_test.cc 99 StatusOr<std::unique_ptr<int>> thing(ReturnUniquePtr());
100 ASSERT_TRUE(thing.ok());
101 EXPECT_EQ(0, *thing.ValueOrDie());
102 int* previous = thing.ValueOrDie().get();
104 thing = ReturnUniquePtr();
105 EXPECT_TRUE(thing.ok());
106 EXPECT_EQ(0, *thing.ValueOrDie());
107 EXPECT_NE(previous, thing.ValueOrDie().get());
111 StatusOr<std::unique_ptr<int>> thing(tensorflow::errors::Cancelled(""));
112 ASSERT_FALSE(thing.ok())
218 StatusOr<int> thing; local
224 StatusOr<int> thing; local
328 StatusOr<int*> thing; local
334 StatusOr<int*> thing; local
    [all...]
  /external/mockito/src/test/java/org/mockitousage/constructor/
CreatingMocksWithConstructorTest.java 281 AbstractThing thing = spy(AbstractThing.class); local
282 assertEquals("abstract null", thing.fullName());
287 AbstractThing thing = spy(AbstractThing.class); local
288 when(thing.name()).thenReturn("me");
289 assertEquals("abstract me", thing.fullName());
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 69 char thing[8]; member in struct:base::PersistentMemoryAllocatorTest::TestObject2
    [all...]
  /device/google/contexthub/firmware/os/core/
osApi.c 288 union OsApiSlabItem *thing = slabAllocatorAlloc(mSlabAllocator); local
290 if (thing) {
291 thing->i2cAppCbkInfo.toTid = osGetCurrentTid();
292 thing->i2cAppCbkInfo.cookie = cookie;
295 return thing;
305 union OsApiSlabItem *thing = (union OsApiSlabItem*)cookie; local
308 tid = thing->i2cAppCbkInfo.toTid;
309 cookie = thing->i2cAppCbkInfo.cookie;
312 thing->i2cAppCbkEvt.cookie = cookie;
313 thing->i2cAppCbkEvt.tx = tx
    [all...]

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 91011>>