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

1 2 3

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
everything.js 62 // 'the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)
63 testcases[count++] = new TestCase ( SECTION, "'the quick brown fox jumped over the lazy dogs'.match(/((\\w+)\\s*)+/)",
64 String(['the quick brown fox jumped over the lazy dogs','dogs','dogs']),String('the quick brown fox jumped over the lazy dogs'.match(/((\w+)\s*)+/)));
  /development/apps/Development/src/com/android/development/
Details.java 90 mLinearLayout.addView(label, lazy());
91 mLinearLayout.addView(contents, lazy());
109 LinearLayout.LayoutParams lazy() method in class:Details
134 mLinearLayout.addView(error, 0, lazy());
  /external/chromium/base/
lazy_instance_unittest.cc 45 explicit SlowDelegate(base::LazyInstance<SlowConstructor>* lazy)
46 : lazy_(lazy) {}
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
  /external/v8/test/mjsunit/regress/
regress-1145.js 28 // Flags: --opt-eagerly --debug-code --lazy
38 // This file must be at least 1024 bytes long to trigger lazy compilation.
42 // Must be lazy. Must throw SyntaxError during compilation.
regress-1708.js 37 // Fill heap to increase old-space size and trigger lazy sweeping on
47 // located in a lazy swept page with intact marking bits. Now shift
57 // Scavenging operations cause lazy sweeping to advance and verify
regress-1201933.js 29 // failure during lazy compilation.
regress-1132.js 28 // Test the case when exception is thrown from the parser when lazy
regress-97116.js 31 // have a pending lazy deoptimization on the stack.
regress-lazy-deopt-reloc.js 33 // information enough to have room for lazy deoptimization.
  /external/v8/test/mjsunit/compiler/
regress-lazy-deopt.js 30 // Test lazy deoptimization after CallFunctionStub.
  /external/v8/test/mjsunit/harmony/
block-lazy-compile.js 29 // Test deserialization of block contexts during lazy compilation
  /external/v8/test/mjsunit/
arguments-call-apply.js 37 assertEquals(6, sum.call(this, 1, 2, 3), "lazy call");
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /ndk/build/core/
default-build-commands.mk 95 # IMPORTANT: The following definitions must use lazy assignment because
  /external/protobuf/src/
Makefile.am 294 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
379 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
  /external/v8/src/
flag-definitions.h 283 DEFINE_bool(lazy, true, "use lazy compilation")
284 DEFINE_bool(trace_opt, false, "trace lazy optimization")
285 DEFINE_bool(trace_opt_stats, false, "trace lazy optimization statistics")
374 "Use lazy sweeping for old pointer and data spaces")
538 DEFINE_bool(trace_lazy, false, "trace lazy compilation")
  /external/v8/test/cctest/
test-heap-profiler.cc 227 "function lazy(x) { return x - 1; }\n"
239 const v8::HeapGraphNode* lazy = local
240 GetProperty(global, v8::HeapGraphEdge::kShortcut, "lazy");
241 CHECK_NE(NULL, lazy);
242 CHECK_EQ(v8::HeapGraphNode::kClosure, lazy->GetType());
255 GetProperty(lazy, v8::HeapGraphEdge::kInternal, "shared");
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 424 int lazy; /**< Non-zero when this is a lazy cache entry. \since 0.5 */ member in struct:pa_sample_info
425 const char *filename; /**< In case this is a lazy cache entry, the filename for the sound file to be loaded on demand. \since 0.5 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 424 int lazy; /**< Non-zero when this is a lazy cache entry. \since 0.5 */ member in struct:pa_sample_info
425 const char *filename; /**< In case this is a lazy cache entry, the filename for the sound file to be loaded on demand. \since 0.5 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 424 int lazy; /**< Non-zero when this is a lazy cache entry. \since 0.5 */ member in struct:pa_sample_info
425 const char *filename; /**< In case this is a lazy cache entry, the filename for the sound file to be loaded on demand. \since 0.5 */
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 56 // since I was feeling lazy:
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 56 // since I was feeling lazy:

Completed in 497 milliseconds

1 2 3