/external/v8/test/mjsunit/compiler/ |
inline-construct.js | 75 // Test constructor returning nothing in all contexts.
|
alloc-object-huge.js | 49 // The huge constructor, nothing interesting beyond this point.
|
/external/v8/tools/ |
logreader.js | 66 // Do nothing.
|
/libcore/ |
NativeCode.mk | 32 # LOCAL_SHARED_LIBRARIES, or LOCAL_STATIC_LIBRARIES, but nothing
|
/external/chromium/chrome/browser/resources/ |
menu.js | 435 * Open submenu {@code item}. It does nothing if the submenu is 583 * Find a next selectable item. If nothing is selected, the 1st 584 * selectable item will be chosen. Returns null if nothing is
|
/development/build/tools/ |
sdk_repo.mk | 145 # docs, platforms and samples have nothing OS-dependent right now.
|
/device/generic/goldfish/opengl/ |
common.mk | 78 # the example above, nothing will work correctly because dependencies are
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant.bat | 197 rem a value of 1, but it's better than nothing.
|
/external/guava/guava-tests/test/com/google/common/base/ |
SplitterTest.java | 124 Iterable<String> nothing = Splitter.on('.').split(""); local 125 ASSERT.that(nothing).hasContentsInOrder("");
|
/external/icu4c/test/intltest/ |
regcoll.cpp | 715 UnicodeString nothing = ""; local 726 CollationElementIterator *i = c->createCollationElementIterator(nothing); [all...] |
/external/v8/test/mjsunit/ |
array-slice.js | 120 assertEquals([], sliced); // Length was 0, nothing to get.
|
double-equals.js | 130 // Null and undefined are equal to each-other, and to nothing else.
|
array-functions-prototype-misc.js | 215 var nothing = splice_function_2(a, pos, 0, 'minus1');
|
array-splice.js | 230 assertEquals([], spliced); // Length was 0, nothing to get.
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 58 --fullpath-after= (with nothing after the '=')
|
cmdline2.stdout.exp | 58 --fullpath-after= (with nothing after the '=')
|
/sdk/emulator/opengl/ |
common.mk | 80 # the example above, nothing will work correctly because dependencies are
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
construction.rb | 35 # do nothing 174 -> // yield nothing as else-clause
|
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 183 $line =~ s/Map to nothing/MAP/; 327 # commonly mapped to nothing characters except U+200B to nothing 367 # points are mapped to nothing. COMBINING GRAPHEME JOINER (U+034F) and 369 # mapped to nothing. The OBJECT REPLACEMENT CHARACTER (U+FFFC) is 370 # mapped to nothing. 408 # control function (e.g., Cf) are mapped to nothing. The following is 604 # ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 118 # supported deployment target -- nothing in the compiler-rt libraries should
|
/ndk/build/core/ |
add-application.mk | 64 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here,
|
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/ |
NOTICE | 177 Notwithstanding the above, nothing herein shall supersede or modify
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 551 // Drag was aborted (eg. due to an app update) - do nothing 554 // If the app is dropped back into it's original position then do nothing
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 661 // Drag was aborted (eg. due to an app update) - do nothing 664 // If the app is dropped back into it's original position then do nothing
|
/external/mksh/src/ |
check.pl | 807 return (defined $empty ? $empty : " nothing\n") if $str eq ''; [all...] |