Searched defs:thing (Results 1 - 25 of 35) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.h1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} function
H A Dno-warn-composite-pointer-type.cpp5 void Foo(int **thing, const int **thingMax) argument
7 if ((thing + 3) > thingMax)
H A Dwarn-missing-noreturn.cpp115 template <typename T> void thingy(T thing) { argument
116 thing.wibble();
H A Dmember-init.cpp87 struct thing {}; struct in namespace:PR14838
89 another() : r(thing()) {}
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DAbstractMembersInjectingBaseClass.java21 @Inject Thing thing; field in class:AbstractMembersInjectingBaseClass
H A DOuterClassFoo.java23 Thing thing(); method in interface:OuterClassFoo.NestedComponent
H A DNonComponentDependencyComponent.java30 Thing thing,
37 Thing thing(); method in interface:NonComponentDependencyComponent.ThingComponent
43 public Thing thing() { method in class:NonComponentDependencyComponent.ThingComponentImpl
29 ThingTwo( Thing thing, NonComponentDependencyComponent nonComponentDependencyComponent, NonComponentDependencyComponent.ThingComponent thingComponent) argument
H A DBasicComponent.java72 Thing thing(); method in interface:BasicComponent
H A DInjectedThing.java88 @Inject Thing thing; field in class:InjectedThing
157 Thing thing,
225 @Inject void thing(Thing thing) {} argument
93 InjectedThing( byte primitiveByte, char primitiveChar, short primitiveShort, int primitiveInt, long primitiveLong, boolean primitiveBoolean, float primitiveFloat, double primitiveDouble, Provider<Byte> byteProvider, Provider<Character> charProvider, Provider<Short> shortProvider, Provider<Integer> intProvider, Provider<Long> longProvider, Provider<Boolean> booleanProvider, Provider<Float> floatProvider, Provider<Double> doubleProvider, Lazy<Byte> lazyByte, Lazy<Character> lazyChar, Lazy<Short> lazyShort, Lazy<Integer> lazyInt, Lazy<Long> lazyLong, Lazy<Boolean> lazyBoolean, Lazy<Float> lazyFloat, Lazy<Double> lazyDouble, Byte boxedBype, Character boxedChar, Short boxedShort, Integer boxedInt, Long boxedLong, Boolean boxedBoolean, Float boxedFloat, Double boxedDouble, byte[] byteArray, char[] charArray, short[] shortArray, int[] intArray, long[] longArray, boolean[] booleanArray, float[] floatArray, double[] doubleArray, Provider<byte[]> byteArrayProvider, Provider<char[]> charArrayProvider, Provider<short[]> shortArrayProvider, Provider<int[]> intArrayProvider, Provider<long[]> longArrayProvider, Provider<boolean[]> booleanArrayProvider, Provider<float[]> floatArrayProvider, Provider<double[]> doubleArrayProvider, Lazy<byte[]> lazyByteArray, Lazy<char[]> lazyCharArray, Lazy<short[]> lazyShortArray, Lazy<int[]> lazyIntArray, Lazy<long[]> lazyLongArray, Lazy<boolean[]> lazyBooleanArray, Lazy<float[]> lazy, Lazy<double[]> lazyDoubleArray, Thing thing, Provider<Thing> thingProvider, Lazy<Thing> lazyThing, MembersInjector<Thing> thingMembersInjector) argument
/external/clang/test/Analysis/
H A Dregion-store.c10 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/valgrind/none/tests/x86/
H A Dbug126147-x86.c121 check (int thing, int number) argument
123 if (!thing)
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp26 GUID thing = __uuidof(Curly); variable
27 // CHECK-DEFINE-GUID: @thing = global %struct._GUID zeroinitializer, align 4
28 // CHECK-DEFINE-WRONG-GUID: @thing = global %struct._GUID zeroinitializer, align 4
55 // The static initializer for thing.
56 // 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)
57 // 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/icu/icu4c/source/i18n/
H A Dnfrlist.h63 void add(NFRule* thing) { argument
69 fStuff[fCount++] = thing;
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp68 A thing; local
70 thing.B();
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp26 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<boo
[all...]
H A Dcurrent-instantiation.cpp242 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() {}
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DWorkerProcessTest.java154 @Benchmark long thing(long reps) { method in class:WorkerProcessTest.TestBenchmark
H A DMalformedBenchmarksTest.java129 public void baz(long reps, boolean thing) {} argument
/external/dbus/test/internals/
H A Drefs.c72 void *thing; member in struct:__anon3518
99 gpointer ret = (thread->ref) (thread->thing);
101 g_assert (ret == thread->thing);
105 (thread->ref_void) (thread->thing);
128 gpointer ret = (thread->ref) (thread->thing);
130 g_assert (ret == thread->thing);
134 (thread->ref_void) (thread->thing);
137 (thread->unref) (thread->thing);
157 (thread->unref) (thread->thing);
488 public_api.thing
[all...]
/external/valgrind/memcheck/tests/
H A Dstr_tester.c49 check (int thing, int number) argument
51 if (!thing)
/external/guice/core/test/com/google/inject/spi/
H A DProviderMethodsTest.java794 @Provides String provide(T thing) { argument
795 return thing.toString();
803 @Override String provide(Integer thing) {
804 return thing.toString();
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp128 struct thing { struct in namespace:PR16911
132 struct inher : public thing<empty, uuid2> {};
136 const struct _GUID *x = &__uuidof(thing<uuid, inher>);
137 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uuidof on a type with multiple GUIDs}}
138 thing<uuid2, uuid> thing_obj = thing<uuid2, uuid>();
/external/v8/src/profiler/
H A Dheap-snapshot-generator.h290 int Map(HeapThing thing);
291 void Pair(HeapThing thing, int entry);
294 static uint32_t Hash(HeapThing thing) { argument
296 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(thing)),
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DBagFormatter.java624 String thing = o.toString();
625 String value = getValueSource() == UnicodeLabel.NULL ? "" : getValueSource().getValue(thing, ",", true);
627 String label = getLabelSource(true) == UnicodeLabel.NULL ? "" : getLabelSource(true).getValue(thing, ",", true);
630 hex(thing)
634 + insertLiteral(thing)
636 + getName(thing));
692 private String insertLiteral(String thing) { argument
694 : " \t(" + showLiteral.transliterate(thing) + ") ");
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java623 String thing = o.toString();
624 String value = getValueSource() == UnicodeLabel.NULL ? "" : getValueSource().getValue(thing, ",", true);
626 String label = getLabelSource(true) == UnicodeLabel.NULL ? "" : getLabelSource(true).getValue(thing, ",", true);
629 hex(thing)
633 + insertLiteral(thing)
635 + getName(thing));
691 private String insertLiteral(String thing) { argument
693 : " \t(" + showLiteral.transliterate(thing) + ") ");

Completed in 971 milliseconds

12