HomeSort by relevance Sort by last modified time
    Searched refs:some (Results 26 - 50 of 519) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
bindings.js 20 // Call dnsResolve with some wonky arguments.
33 // Call alert with some wonky arguments.
  /external/chromium_org/v8/test/mjsunit/
array-iteration.js 192 // Array.prototype.some
198 assertTrue(a.some(function(n) { return n == 3}));
199 assertFalse(a.some(function(n) { return n == 5}));
204 assertTrue(a.some(function(n) { return this.element == n; }, o));
206 assertFalse(a.some(function(n) { return this.element == n; }, o));
210 assertTrue(a.some(function(n, index, array) { array[index] = n + 1; return n == 2; }));
215 assertFalse(a.some(function(n, index, array) { array.push(42); return n == 42; }));
224 assertTrue(a.some(function(n) { count++; return n == 2; }));
debug-stepin-function-call.js 73 // Test step into function call from a function with some local variables.
92 // Test step into function call from a function with some local variables.
109 // Test step into function apply from a function with some local variables.
128 // Test step into function apply from a function with some local variables.
debug-setexceptionbreak.js 72 // Test some illegal setexceptionbreak requests.
80 // Test some legal setexceptionbreak requests with default.
89 // Test some legal setexceptionbreak requests with explicit enabled arg.
  /external/llvm/test/MC/ARM/
eh-directive-fnstart-diagnostics.s 6 @ There should be some diagnostics when the previous .fnstart is not closed
  /external/llvm/test/MC/X86/AlignedBundling/
pad-align-to-bundle-end.s 4 # Test some variations of padding to the end of a bundle.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 37 For some applications, maintaining per-thread contexts and
79 If ctx is current to some other thread, then
82 If ctx is an indirect context current to some other thread,
86 If ctx is current to some other thread, then
89 If ctx is an indirect context current to some other thread,
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 37 For some applications, maintaining per-thread contexts and
79 If ctx is current to some other thread, then
82 If ctx is an indirect context current to some other thread,
86 If ctx is current to some other thread, then
89 If ctx is an indirect context current to some other thread,
  /build/core/combo/arch/x86/
x86.mk 9 # Otherwise, sdk_x86-eng system images might fail to run on some
  /cts/tests/tests/content/
Android.mk 28 # Resource unit tests use a private locale and some densities
  /development/samples/SupportLeanbackDemos/
Android.mk 18 # We need to add some special AAPT flags to generate R classes
  /external/arduino/hardware/arduino/cores/arduino/
WInterrupts.c 111 #warning attachInterrupt may need some more work for this cpu (case 1)
171 #warning detachInterrupt may need some more work for this cpu (case 1)
  /external/chromium_org/third_party/polymer/components-chromium/core-signals/
core-signals-extracted.js 25 // (2) some deep child ignores the event and it bubbles
  /external/chromium_org/v8/test/webkit/
array-holes.js 98 shouldBe("a = []; [0, , 2, 3].some(addToArrayReturnFalse); showHoles(a)", "'[0, 2, 3]'");
99 shouldBe("a = []; [0, undefined, 2, 3].some(addToArrayReturnFalse); showHoles(a)", "'[0, undefined, 2, 3]'");
125 shouldBe("a = []; [0, , 2, 3].some(addToArrayReturnFalse); showHoles(a)", "'[0, peekaboo, 2, 3]'");
126 shouldBe("a = []; [0, undefined, 2, 3].some(addToArrayReturnFalse); showHoles(a)", "'[0, undefined, 2, 3]'");
dfg-arguments-osr-exit-multiple-blocks-before-exit.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow prior to the exit."
38 // Just some dummy control flow.
dfg-arguments-osr-exit-multiple-blocks.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow."
39 // Just some dummy control flow.
  /external/fonttools/
README.md 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
  /external/iptables/extensions/
Android.mk 6 # Exclude some modules that are problematic to compile (types/header).
  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 45 input_file1.write('some more input')
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 33 // Create some radio items.
46 // Create some checkbox items.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 47 // Create some radio items.
54 // Create some checkbox items.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.asm 63 ; some internal calls
76 ; some pointers
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 83 ; some internal calls
93 ; some pointers
  /external/chromium_org/v8/test/mjsunit/regress/
regress-91013.js 42 // Store some smis into it.
47 // Store some heap numbers into it.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_unittest_base.js 50 * Loads some inlined html into the body of the current document, replacing
65 * Loads some inlined html into the current document, replacing
82 * Appends some inlined html into the current document, at the end of
99 * Appends some inlined html into the current document, at the end of
114 * Extracts some inlined html encoded as a comment inside a function,

Completed in 408 milliseconds

12 3 4 5 6 7 8 91011>>