HomeSort by relevance Sort by last modified time
    Searched refs:thing (Results 51 - 75 of 538) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
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...]
  /device/google/contexthub/firmware/src/
osApi.c 280 union OsApiSlabItem *thing = slabAllocatorAlloc(mSlabAllocator); local
282 if (thing) {
283 thing->i2cAppCbkInfo.toTid = osGetCurrentTid();
284 thing->i2cAppCbkInfo.cookie = cookie;
287 return thing;
297 union OsApiSlabItem *thing = (union OsApiSlabItem*)cookie; local
300 tid = thing->i2cAppCbkInfo.toTid;
301 cookie = thing->i2cAppCbkInfo.cookie;
304 thing->i2cAppCbkEvt.cookie = cookie;
305 thing->i2cAppCbkEvt.tx = tx
    [all...]
  /external/v8/test/mjsunit/es6/
unicode-regexp-zero-length.js 40 // Same thing for RegExp.prototype.match.
  /external/clang/test/SemaTemplate/
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() {}
  /ndk/build/core/
add-application.mk 100 # 1) android-6 and android-7 are the same thing as android-5
101 # 2) android-10 and android-11 are the same thing as android-9
102 # 3) android-20 is the same thing as android-19
103 # 4) android-21 and up are the same thing as android-21
105 # 5) android-13 is the same thing as android-12
106 # 6) android-15 is the same thing as android-14
107 # 7) android-17 is the same thing as android-16
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_case.py 69 # thing.
414 whole thing is.
435 thing = object()
436 self.assertIs(thing, thing)
437 self.assertRaises(self.failureException, self.assertIs, thing, object())
440 thing = object()
441 self.assertIsNot(thing, object())
442 self.assertRaises(self.failureException, self.assertIsNot, thing, thing)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_case.py 69 # thing.
414 whole thing is.
435 thing = object()
436 self.assertIs(thing, thing)
437 self.assertRaises(self.failureException, self.assertIs, thing, object())
440 thing = object()
441 self.assertIsNot(thing, object())
442 self.assertRaises(self.failureException, self.assertIsNot, thing, thing)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 69 # thing.
414 whole thing is.
435 thing = object()
436 self.assertIs(thing, thing)
437 self.assertRaises(self.failureException, self.assertIs, thing, object())
440 thing = object()
441 self.assertIsNot(thing, object())
442 self.assertRaises(self.failureException, self.assertIsNot, thing, thing)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 69 # thing.
414 whole thing is.
435 thing = object()
436 self.assertIs(thing, thing)
437 self.assertRaises(self.failureException, self.assertIs, thing, object())
440 thing = object()
441 self.assertIsNot(thing, object())
442 self.assertRaises(self.failureException, self.assertIsNot, thing, thing)
    [all...]
  /external/curl/tests/
runtests.pl     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 6 help. Calling help(thing) on a Python object documents the object.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 6 help. Calling help(thing) on a Python object documents the object.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 6 help. Calling help(thing) on a Python object documents the object.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 6 help. Calling help(thing) on a Python object documents the object.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 95 errors.should have( 1 ).thing
  /external/fonttools/Lib/fontTools/
afmLib.py 141 charnum, width, l, b, r, t = (int(thing) for thing in things)
157 l, b, r, t = [int(thing) for thing in rest.split()]
  /external/v8/test/mjsunit/
context-calls-maintained.js 78 // Test: verify that a load with IC does the right thing.
98 // Test: verify that a store with IC does the right thing.
  /cts/tests/tests/keystore/
Android.mk 44 # tests that do the same thing, so anyone grepping for it will find it here.
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py 61 def echo(self, thing):
63 return thing
  /external/chromium-trace/catapult/third_party/coverage/coverage/
templite.py 234 def _syntax_error(self, msg, thing):
235 """Raise a syntax error using `msg`, and showing `thing`."""
236 raise TempliteSyntaxError("%s: %r" % (msg, thing))
  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
BasicTest.java 110 assertThat(basicComponent.thing()).isNotNull();
114 assertThat(basicComponent.typeWithInheritedMembersInjection().thing).isNotNull();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BagFormatter.java 624 String thing = o.toString(); local
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) {
694 : " \t(" + showLiteral.transliterate(thing) + ") ");
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BagFormatter.java 623 String thing = o.toString(); local
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) {
693 : " \t(" + showLiteral.transliterate(thing) + ") ");
    [all...]
  /external/v8/test/webkit/
array-indexing.js 25 "This test checks that array accessing doesn't do the wrong thing for negative indices"

Completed in 1386 milliseconds

1 23 4 5 6 7 8 91011>>