/external/libusb-compat/ |
install-sh | 415 # Don't fail if two instances are running concurrently. 429 # Don't fail if two instances are running concurrently. 490 # We try this two ways since rm can't unlink itself on some
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 78 ; Compute the sum of squared difference between two int16_t vectors.
|
/external/mesa3d/docs/ |
MESA_swap_control.spec | 80 per buffer swap. (e.g. a value of two means that the color buffers
|
/external/netperf/ |
install-sh | 415 # Don't fail if two instances are running concurrently. 429 # Don't fail if two instances are running concurrently. 490 # We try this two ways since rm can't unlink itself on some
|
/external/pcre/dist/ |
install-sh | 399 # Don't fail if two instances are running concurrently. 413 # Don't fail if two instances are running concurrently. 471 # We try this two ways since rm can't unlink itself on some
|
/external/protobuf/gtest/build-aux/ |
install-sh | 422 # Don't fail if two instances are running concurrently. 436 # Don't fail if two instances are running concurrently. 497 # We try this two ways since rm can't unlink itself on some
|
/external/protobuf/ |
install-sh | 422 # Don't fail if two instances are running concurrently. 436 # Don't fail if two instances are running concurrently. 497 # We try this two ways since rm can't unlink itself on some
|
/external/skia/platform_tools/android/tests/expectations/ |
Android.mk | 40 # This target is only to be used internally for only one of two purposes...
|
/external/skia/src/opts/ |
SkBlurImageFilter_opts.h | 85 // Fast path for kernel sizes between 2 and 127, working on two rows at a time. 96 two = vld1_lane_u32(s + srcStride, one, 1); 97 return vreinterpret_u8_u32(two);
|
/external/v8/test/mjsunit/bugs/ |
bug-1344252.js | 67 // Create two objects.
|
/external/v8/test/mjsunit/ |
compare-known-objects-slow.js | 85 // Prepare two objects in slow mode that have the same map.
|
/external/v8/test/mjsunit/es6/ |
typedarray-copywithin.js | 26 // works with two arguments
|
/external/v8/test/mjsunit/regress/ |
regress-137768.js | 70 // are two adjacent small 32-bit values with the lowest bit set to one, causing
|
regress-2564.js | 69 // The first two frames are still sloppy mode.
|
/external/v8/test/webkit/fast/js/kde/ |
operators.js | 207 var two = 2; variable 210 shouldBe("1 << two", "4"); 212 shouldBe("1 >> two", "0"); 214 shouldBe("8 >>> two", "2");
|
/external/v8/test/webkit/fast/js/ |
regexp-ranges-and-escaped-hyphens.js | 32 // range it is no longer a range - hyphens should now match, two should not.
|
string-split-conformance.js | 50 ["'test'.split(/(?:)/, 'two')", []],
|
/external/v8/test/webkit/fast/regex/ |
toString.js | 59 // These strings match two backslashes (the second with the '/' escaped).
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
install-sh | 422 # Don't fail if two instances are running concurrently. 436 # Don't fail if two instances are running concurrently. 497 # We try this two ways since rm can't unlink itself on some
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
two_way_video_streaming.js | 9 // A two way video and audio flowing test between bot 1 and bot 2.
|
/frameworks/rs/api/ |
rs_value_types.spec | 56 With the example above, the middle two entries can be accessed using 101 summary: Two 16 bit floats 103 Vector version of the half float type. Provides two half fields packed 253 summary: Two 32 bit floats 255 A vector of two floats. These two floats are packed into a single 64 bit field 258 A vector of two floats. These two floats are packed into a single 64 bit field 284 summary: Two 64 bit floats 286 A vector of two doubles. These two double fields packed into a single 128 bit fiel [all...] |
/ndk/sources/cxx-stl/stlport/ |
Android.mk | 62 # as a dependency, instead of two, especially when using the standalone
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
DialpadFragment.java | 52 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three, 98 mDisplayMap.put(R.id.two, '2');
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_userdict.py | 8 d2 = {"one": 1, "two": 2} 9 d3 = {"one": 1, "two": 3, "three": 5} 10 d4 = {"one": None, "two": None} 11 d5 = {"one": 1, "two": 1} 29 self.assertEqual(UserDict.UserDict(one=1, two=2), d2) 31 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)]), d2) 32 self.assertEqual(UserDict.UserDict(dict=[('one',1), ('two',2)]), d2) 34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3) 37 self.assertEqual(UserDict.UserDict.fromkeys('one two'.split()), d4 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_userdict.py | 8 d2 = {"one": 1, "two": 2} 9 d3 = {"one": 1, "two": 3, "three": 5} 10 d4 = {"one": None, "two": None} 11 d5 = {"one": 1, "two": 1} 29 self.assertEqual(UserDict.UserDict(one=1, two=2), d2) 31 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)]), d2) 32 self.assertEqual(UserDict.UserDict(dict=[('one',1), ('two',2)]), d2) 34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3) 37 self.assertEqual(UserDict.UserDict.fromkeys('one two'.split()), d4 [all...] |