/external/pdfium/third_party/freetype/include/config/ |
ftstdlib.h | 162 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
MessageLiteOrBuilder.java | 48 * class. They return the same thing.
|
/external/skia/include/core/ |
SkDrawable.h | 39 * it is presumed that calling the draw() method will render the same thing as well.
|
/external/v8/test/mjsunit/ |
const.js | 48 // Spidermonkey does not do this, but it seems like the right thing to
|
/external/v8/test/mjsunit/regress/ |
regress-2980.js | 44 // Now the same thing with a nontrivial prototype chain.
|
/external/v8/test/webkit/ |
dfg-cfg-simplify-redundant-dead-get-local.js | 31 // a conditional absolutely MUST be here for the whole thing to break.
|
dfg-string-stricteq.js | 25 "Tests that the DFG does the right thing on strict equality for known strings."
|
/external/v8/test/webkit/fast/js/kde/ |
arguments-scope.js | 37 // in scope beforehand -- e.g. the arguments thing
|
/external/vboot_reference/scripts/image_signing/ |
strip_boot_from_image.sh | 34 # dd is a silly thing and will produce a "No space left on device" message
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListItemRequestRectAboveThinFirstItemTest.java | 72 // same thing, but at bottom
|
/frameworks/base/libs/hwui/ |
FrameInfoVisualizer.h | 33 // TODO: This is a bit awkward as it needs to match the thing in CanvasContext
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DejankUtils.java | 49 * RenderThread is doing its thing, leading to better parallelization.
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
A3DSelector.java | 97 // the first thing in list is parent directory
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
FileSelector.java | 97 // the first thing in list is parent directory
|
/ndk/sources/host-tools/make-3.81/ |
configure.bat | 23 rem in which case the values will be truncated and the whole thing
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TrimControllerOverlay.java | 94 // The special thing here is that the State.ENDED include both cases of
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/ |
AccountTests.java | 70 // null sender name (same thing as not putting a sender name at all)
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
PhoneService.java | 54 Log.v(TAG, "clicked a thing! intent=" + intent.toString());
|
UpdateService.java | 48 Log.v(TAG, "clicked a thing! intent=" + intent.toString());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
drm_sarea.h | 69 /** first thing is always the DRM locking structure */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
drm_sarea.h | 69 /** first thing is always the DRM locking structure */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
version.py | 189 # obvious and predictable thing: keep them as strings and compare 195 # the "obvious" thing isn't correct. Eg. you would expect that 225 # the Right Thing" (ie. the code matches the conception). But I'd rather 255 In fact, there is no such thing as an invalid version number under
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unary.py | 37 # Make sure '**' does the right thing; these form a
|
/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/distutils/ |
version.py | 189 # obvious and predictable thing: keep them as strings and compare 195 # the "obvious" thing isn't correct. Eg. you would expect that 225 # the Right Thing" (ie. the code matches the conception). But I'd rather 255 In fact, there is no such thing as an invalid version number under
|