HomeSort by relevance Sort by last modified time
    Searched refs:some (Results 1 - 25 of 614) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/failtest/
failtest_sanity_check.cpp 2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
  /external/valgrind/main/none/tests/amd64/
xacq_xrel.c 18 ULong some = 0x271831415927D459ULL; \
38 : : "r"(&n), "r"(some) : "cc", "memory" \
142 ULong some = 0x271831415927D459ULL; local
156 : : "r"(&n), "r"(some) : "cc", "memory", "rax"
179 ULong some = 0x271831415927D459ULL; local
193 : : "r"(&n), "r"(some) : "cc", "memory", "rax"
204 ULong some = 0x271831415927D459ULL; local
218 : : "r"(&n), "r"(some) : "cc", "memory", "rax"
229 ULong some = 0x271831415927D459ULL; local
243 : : "r"(&n), "r"(some) : "cc", "memory", "rax
255 ULong some = 0x271831415927D459ULL; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 46 # Changed some code on 2009-12-22.
55 # Changed some code on 2009-12-21.
72 Changed some code on 2010-12-22.
84 Changed some code on 2010-12-22.
98 - Changed some code on 2010-12-22.
115 - Changed some code on 2010-12-22.
136 - Changed some code on 2010-12-22.
152 - Changed some code on 2010-12-22.
172 Changed some code on 2010-12-22.
181 Changed some code on 2010-12-21
    [all...]
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 48 + Changed some more code on 2010-05-08.
56 Changed some code on 2010-05-08.
66 + Changed some more code on 2010-05-08.
runPatchCommand.pl 66 +If it did, some unit tests don't seem to be working quite right:
  /external/valgrind/main/memcheck/tests/
err_disable4.stderr.exp 5 WARNING: possibly as a result of some mistake in the use
8 WARNING: possibly as a result of some mistake in the use
11 WARNING: possibly as a result of some mistake in the use
14 WARNING: possibly as a result of some mistake in the use
17 WARNING: possibly as a result of some mistake in the use
20 WARNING: possibly as a result of some mistake in the use
23 WARNING: possibly as a result of some mistake in the use
26 WARNING: possibly as a result of some mistake in the use
29 WARNING: possibly as a result of some mistake in the use
32 WARNING: possibly as a result of some mistake in the us
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/reference/
index.rst 5 The reference section includes more in-depth details about some aspects of
  /external/chromium_org/third_party/opus/src/celt/arm/
armopts.s.in 34 ; Set the following to 1 if we have NEON (some ARMv7)
  /external/libopus/celt/arm/
armopts.s.in 34 ; Set the following to 1 if we have NEON (some ARMv7)
  /external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.css 33 #some-stuff-remains-footer > p {
37 #some-stuff-remains-footer button {
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 3 # to catch some of them
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 3 # to catch some of them
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 7 // would append some functions to the script; the first line of
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 7 // would append some functions to the script; the first line of
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/srec/audio/AudioIn/UNIX/src/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioHardwareRecord/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioHardwareRecordLoop/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioInRecord/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 76 # Issue 9824: some browsers don't follow the standard; we now
79 C['val'] = "some,funky;stuff"
81 'Set-Cookie: val="some\\054funky\\073stuff"')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 76 # Issue 9824: some browsers don't follow the standard; we now
79 C['val'] = "some,funky;stuff"
81 'Set-Cookie: val="some\\054funky\\073stuff"')
  /external/chromium_org/base/profiler/
tracked_time_unittest.cc 17 int32 kSomeMilliseconds = 243; // Some example times.
20 TrackedTime some = TrackedTime() + local
22 EXPECT_EQ(kSomeMilliseconds, (some - TrackedTime()).InMilliseconds());
23 EXPECT_FALSE(some.is_null());
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1436.js 74 [2, 3].some(non_strict);
75 [2, 3].some(non_strict, undefined);
76 [2, 3].some(non_strict, null);
77 [2, 3].some(strict);
78 [2, 3].some(strict, undefined);
79 [2, 3].some(strict_null, null);
  /external/dhcpcd/mk/
cc.mk 3 # Setup some good default CFLAGS
12 # Try and use some good cc flags if we're building from git

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 91011>>