/external/kernel-headers/original/uapi/asm-arm/asm/ |
swab.h | 35 * right thing and not screw it up to different degrees
|
/external/lldb/test/unittest2/test/ |
test_case.py | 201 # thing. 542 whole thing is. 563 thing = object() 564 self.assertIs(thing, thing) 565 self.assertRaises(self.failureException, self.assertIs, thing, object()) 568 thing = object() 569 self.assertIsNot(thing, object()) 570 self.assertRaises(self.failureException, self.assertIsNot, thing, thing) [all...] |
/external/llvm/test/CodeGen/AArch64/ |
regress-tblgen-chains.ll | 10 ; This was obviously a Bad Thing.
|
/external/llvm/test/CodeGen/Thumb2/ |
inflate-regs.ll | 26 ; Same thing, but across basic blocks.
|
/external/llvm/test/DebugInfo/PowerPC/ |
tls-fission.ll | 15 ; check that the expected TLS address description is the first thing in the debug_addr section
|
/external/llvm/test/Transforms/ADCE/ |
2002-05-23-ZeroArgPHITest.ll | 1 ; This testcase contains a entire loop that should be removed. The only thing
|
/external/llvm/utils/ |
DSAclean.py | 19 #we'll get this one line at a time...while we could just put the whole thing in a string
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_readpixels.c | 39 * The only special thing we need to do for the state tracker's
|
/external/nanopb-c/tests/alltypes_pointer/ |
SConscript | 42 # Do the same thing with the optional fields present
|
/external/skia/platform_tools/android/examples/hello_skia_app/src/com/example/ |
HelloSkiaActivity.java | 24 // Makes and sets a SkiaDrawView as the only thing seen in this activity
|
/external/v8/test/webkit/ |
array-indexing-expected.txt | 24 This test checks that array accessing doesn't do the wrong thing for negative indices
|
array-indexing.js | 25 "This test checks that array accessing doesn't do the wrong thing for negative indices"
|
dfg-float32-array-nan.js | 45 debug("I didn't crash, which is a good thing.");
|
jit-float32-array-nan.js | 42 debug("I didn't crash, which is a good thing.");
|
regexp-find-first-asserted-expected.txt | 24 Tests some regular expressions that were doing the wrong thing with the "find first asserted" optimization.
|
regexp-find-first-asserted.js | 25 'Tests some regular expressions that were doing the wrong thing with the "find first asserted" optimization.'
|
/external/valgrind/coregrind/m_debuginfo/ |
README.txt | 40 The worst thing is that it is the stabs type reader that was crashing,
|
/libcore/luni/src/main/java/java/nio/ |
ByteOrder.java | 47 * This is the only thing that ByteOrder is really used for: to know whether we need to swap
|
/ndk/sources/host-tools/make-3.81/ |
ansi2knr.1 | 19 that the function name must be the first thing on the line.
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
ToastService.java | 50 Log.v(TAG, "clicked a thing! intent=" + intent.toString());
|
/packages/services/Telephony/src/com/android/phone/ |
HfaService.java | 54 // we do the same thing...finish.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
signals.py | 18 # Not quite the same thing as SIG_IGN, but the closest we
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
signals.py | 18 # Not quite the same thing as SIG_IGN, but the closest we
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
GuidedStepActivity.java | 44 private static final String[] OPTION_DESCRIPTIONS = { "Here's one thing you can do", 45 "Here's another thing you can do", "Here's one more thing you can do" };
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DefaultHdfParser.java | 56 // some.thing = Hello 59 // some.thing << EOM 65 // some.thing {
|