/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-1201933.js | 29 // failure during lazy compilation.
|
regress-1132.js | 28 // Test the case when exception is thrown from the parser when lazy
|
regress-lazy-deopt-reloc.js | 33 // information enough to have room for lazy deoptimization.
|
/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 | 80 # IMPORTANT: The following definitions must use lazy assignment because
|
/external/pcre/ |
RunGrepTest | 284 (cd $srcdir; $valgrind $pcregrep -c lazy ./testdata/grepinput*) >>testtry 288 (cd $srcdir; $valgrind $pcregrep -c -l lazy ./testdata/grepinput*) >>testtry
|
/external/v8/src/ |
flag-definitions.h | 196 DEFINE_bool(lazy, true, "use lazy compilation") 197 DEFINE_bool(trace_opt, false, "trace lazy optimization") 198 DEFINE_bool(trace_opt_stats, false, "trace lazy optimization statistics") 448 DEFINE_bool(trace_lazy, false, "trace lazy compilation")
|
/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/test/cctest/ |
test-heap-profiler.cc | 552 "function lazy(x) { return x - 1; }\n" 564 const v8::HeapGraphNode* lazy = local 565 GetProperty(global, v8::HeapGraphEdge::kShortcut, "lazy"); 566 CHECK_NE(NULL, lazy); 567 CHECK_EQ(v8::HeapGraphNode::kClosure, lazy->GetType()); 580 GetProperty(lazy, v8::HeapGraphEdge::kInternal, "shared"); [all...] |
/prebuilt/linux-x86/toolchain/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 */
|
/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:
|
/external/stlport/stlport/stl/ |
_rope.c | 668 if (__result_len > __lazy_threshold) goto lazy; 696 if (__result_len > __lazy_threshold) goto lazy; 710 lazy: [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 668 if (__result_len > __lazy_threshold) goto lazy; 696 if (__result_len > __lazy_threshold) goto lazy; 710 lazy: [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
ropeimpl.h | 769 goto lazy; 813 goto lazy; 829 lazy: [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 769 goto lazy; 813 goto lazy; 829 lazy: [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 668 if (__result_len > __lazy_threshold) goto lazy; 696 if (__result_len > __lazy_threshold) goto lazy; 710 lazy: [all...] |