/dalvik/tests/020-string/ |
expected.txt | 6 subStr is 'uick brown fox jumps over the lazy '
|
/external/zlib/contrib/iostream3/ |
test.cc | 18 outf << "The quick brown fox sidestepped the lazy canine\n" 22 << "The quick brown fox sidestepped the lazy canine\n" 35 << "The quick brown fox sidestepped the lazy canine\n"
|
/dalvik/libcore/xml/src/test/resources/ |
SimpleBuilderTest.xml | 21 <?cmd jumps over the lazy dog.?>
|
/external/libxml2/include/libxml/ |
xmlmodule.h | 36 XML_MODULE_LAZY = 1, /* lazy binding */
|
/external/webkit/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*)+/)));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/ |
MANIFEST.MF | 16 Bundle-ActivationPolicy: lazy
|
/external/yaffs2/yaffs2/ |
Kconfig | 74 bool "Disable lazy loading" 78 "Lazy loading" defers loading file details until they are 82 Lazy loading will only happen if enabled by this option being 'n' 87 Lazy laoding will be required by checkpointing. 89 Setting this to 'y' will disable lazy loading.
|
/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/icu4c/i18n/ |
regexst.h | 14 // the thread safe lazy creation and sharing of these sets across
|
buddhcal.cpp | 153 // lazy-evaluate systemDefaultCenturyStart 170 // lazy-evaluate systemDefaultCenturyStartYear
|
taiwncal.cpp | 160 // lazy-evaluate systemDefaultCenturyStart 177 // lazy-evaluate systemDefaultCenturyStartYear
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
VariableStack.java | 295 * lazy evaluate variables. 317 // Lazy execution of variables. 352 * lazy evaluate variables. 374 // Lazy execution of variables. 435 * lazy evaluate variables. 450 // Lazy execution of variables. 462 * lazy evaluate variables. 477 // Lazy execution of variables. 489 * lazy evaluate variables.
|
/external/qemu/android/config/ |
check-esd.c | 16 /* this file is used to test that we can use libesd with lazy dynamic linking */
|
/external/v8/src/ |
compiler.h | 75 // Lazy compilation of a JSFunction. 90 // Lazy compilation based on SharedFunctionInfo. 139 // construction (for lazy compilation). 249 // Compile from function info (used for lazy compilation). Returns
|
/external/v8/test/mjsunit/ |
arguments-call-apply.js | 37 assertEquals(6, sum.call(this, 1, 2, 3), "lazy call");
|
/external/v8/test/mjsunit/regress/ |
regress-1201933.js | 29 // failure during lazy compilation.
|
/external/kernel-headers/original/asm-arm/ |
processor.h | 83 /* Prepare to copy thread state - unlazy all lazy status */
|
/external/qemu/distrib/sdl-1.2.12/src/ |
SDL_fatal.c | 34 so that if the programmer is lazy, the app doesn't die so horribly if
|
/frameworks/base/core/java/android/app/ |
Application.java | 40 * possible (for example using lazy initialization of state) since the time
|
/external/bluetooth/glib/gmodule/ |
gmodule-beos.c | 53 * load_add_on() apparently does not support lazy or local binding. Need 54 * to confirm that the actual behavior is non-lazy/local. --ds
|
/external/icu4c/test/intltest/ |
trnserr.cpp | 59 UnicodeString testString="A quick fox jumped over the lazy dog."; 78 testString="A quick fox jumped over the lazy dog."; 85 testString="A quick fox jumped over the lazy dog.";
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/ |
VariableSafeAbsRef.java | 47 * Dereference the variable, and return the reference value. Note that lazy
|
/dalvik/tests/020-string/src/ |
Main.java | 59 String baseStr = "The quick brown fox jumps over the lazy dog!";
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RTSettings.java | 14 * however, to help load RT in a lazy manner.
|
/external/icu4c/common/ |
umutex.h | 52 * for use with double-checked lazy inititialization.
|