/external/v8/test/mjsunit/ |
debug-setbreakpoint.js | 33 var listenerComplete = false; 34 var exception = false; 81 testArguments(dcp, '{}', false); 82 testArguments(dcp, '{"type":"xx"}', false); 83 testArguments(dcp, '{"type":"function"}', false); 84 testArguments(dcp, '{"type":"script"}', false); 85 testArguments(dcp, '{"target":"f"}', false); 86 testArguments(dcp, '{"type":"xx","target":"xx"}', false); 87 testArguments(dcp, '{"type":"function","target":1}', false); 88 testArguments(dcp, '{"type":"function","target":"f","line":-1}', false); [all...] |
/external/chromium/net/base/ |
dns_util.cc | 29 return false; 38 return false; 44 return false; 52 return false; 61 return false; 63 return false; 65 return false; 67 return false; 69 return false;
|
mime_util_unittest.cc | 24 { FILE_PATH_LITERAL("not an extension / for sure"), "", false }, 45 { FILE_PATH_LITERAL("c:\\blah"), "", false }, 46 { FILE_PATH_LITERAL("/usr/local/bin/mplayer"), "", false }, 48 { FILE_PATH_LITERAL("/blah."), "", false }, 49 { FILE_PATH_LITERAL("c:\\blah."), "", false }, 66 EXPECT_EQ(false, net::IsSupportedImageMimeType("image/lolcat")); 68 EXPECT_EQ(false, net::IsSupportedNonImageMimeType("text/virus")); 71 EXPECT_EQ(false, net::IsSupportedMimeType("image/lolcat")); 73 EXPECT_EQ(false, net::IsSupportedMimeType("text/virus")); 86 EXPECT_EQ(false, net::MatchesMimeType("video/", "video/x-mpeg")) [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
dowhile-006.js | 21 DoWhile( new DoWhileObject( false, false, 10 ) ); 22 DoWhile( new DoWhileObject( true, false, 2 ) ); 23 DoWhile( new DoWhileObject( false, true, 3 ) ); 32 return false; 45 var result1 = false; 46 var result2 = false; 78 ( object.breakIn || object.breakOut ) ? false : true , 84 ( object.breakOut ) ? false : true,
|
while-001.js | 7 * false 28 while (false) { 35 "while statement: don't evaluate statement is expression is false",
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MySignature2.java | 37 public static boolean runEngineInitVerify = false; 38 public static boolean runEngineInitSign = false; 39 public static boolean runEngineUpdate1 = false; 40 public static boolean runEngineUpdate2 = false; 41 public static boolean runEngineSign = false; 42 public static boolean runEngineVerify = false; 43 public static boolean runEngineSetParameter = false; 44 public static boolean runEngineGetParameter = false; 72 return false;
|
/external/chromium/net/proxy/ |
proxy_config_service_linux_unittest.cc | 41 #undef FALSE 44 // one that is false. 46 UNSET = 0, TRUE, FALSE 111 return false; 183 return false; 196 return false; 200 case FALSE: 201 *result = false; 233 : event_(false, false), [all...] |
proxy_config_service_win_unittest.cc | 40 false, // bypass_local_names 46 FALSE, // fAutoDetect 53 false, // auto_detect 57 false, // bypass_local_names 63 FALSE, // fAutoDetect 70 false, // auto_detect 74 false, // bypass_local_names 80 FALSE, // fAutoDetect 87 false, // auto_detect 91 false, // bypass_local_name [all...] |
/cts/tools/tradefed-host/ |
.classpath | 7 <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/> 8 <classpathentry combineaccessrules="false" kind="src" path="/tradefederation"/> 9 <classpathentry combineaccessrules="false" kind="src" path="/hosttestlib"/>
|
/development/tools/idegen/ |
idegen.iml | 3 <component name="NewModuleRootManager" inherit-compiler-output="false"> 8 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> 11 <orderEntry type="sourceFolder" forTests="false" />
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
NoOpLog.java | 67 * @return false 69 public final boolean isDebugEnabled() { return false; } 74 * @return false 76 public final boolean isErrorEnabled() { return false; } 81 * @return false 83 public final boolean isFatalEnabled() { return false; } 88 * @return false 90 public final boolean isInfoEnabled() { return false; } 95 * @return false 97 public final boolean isTraceEnabled() { return false; } [all...] |
/external/chromium/base/test/ |
test_file_util_linux.cc | 18 return false; 20 return false; 22 return false;
|
/frameworks/base/packages/SettingsProvider/ |
AndroidManifest.xml | 5 <application android:allowClearUserData="false" 9 android:killAfterRestore="false" 15 android:multiprocess="false"
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
Input.java | 46 ucs2 = false; 47 packed = false; 48 digitOnly = false; 49 echo = false; 50 yesNo = false; 51 helpAvailable = false; 60 ucs2 = in.readInt() == 1 ? true : false; 61 packed = in.readInt() == 1 ? true : false; 62 digitOnly = in.readInt() == 1 ? true : false; 63 echo = in.readInt() == 1 ? true : false; [all...] |
/frameworks/base/tools/preload/ |
preload.iml | 3 <component name="NewModuleRootManager" inherit-compiler-output="false"> 8 <sourceFolder url="file://$MODULE_DIR$" isTestSource="false" /> 11 <orderEntry type="sourceFolder" forTests="false" />
|
/sdk/sdkmanager/app/ |
.classpath | 6 <classpathentry combineaccessrules="false" kind="src" path="/SdkLib"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/AndroidPrefs"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/SdkUiLib"/>
|
/external/webkit/WebCore/accessibility/ |
AccessibilityObject.h | 255 virtual bool isAccessibilityRenderObject() const { return false; } 256 virtual bool isAnchor() const { return false; } 257 virtual bool isAttachment() const { return false; } 258 virtual bool isHeading() const { return false; } 259 virtual bool isLink() const { return false; } 260 virtual bool isImage() const { return false; } 261 virtual bool isNativeImage() const { return false; } 262 virtual bool isImageButton() const { return false; } 263 virtual bool isPasswordField() const { return false; } 264 virtual bool isTextControl() const { return false; } [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.1.js | 31 15.6.1.2 Boolean() returns false 59 array[item++] = new TestCase( SECTION, "Boolean(0)", false, Boolean(0) ); 65 array[item++] = new TestCase( SECTION, "Boolean(false)", false, Boolean(false) ); 68 array[item++] = new TestCase( SECTION, "Boolean('false')", true, Boolean("false") ); 69 array[item++] = new TestCase( SECTION, "Boolean(null)", false, Boolean(null) ); 72 array[item++] = new TestCase( SECTION, "Boolean(NaN)", false, Boolean(Number.NaN) ); 73 array[item++] = new TestCase( SECTION, "Boolean(void(0))", false, Boolean( void(0) ) ) [all...] |
/external/webkit/WebCore/svg/ |
SVGViewSpec.cpp | 56 if (!parseViewBox(m_contextElement->document(), c, end, x, y, w, h, false)) 89 return false; 92 return false; 95 return false; 102 return false; 105 if (!parseViewBox(m_contextElement->document(), currViewSpec, end, x, y, w, h, false)) 106 return false; 109 return false; 113 return false; 118 return false; [all...] |
/development/sdk/ |
platform_source.properties | 2 Pkg.UserSrc=false
|
/external/bluetooth/glib/tests/gobject/ |
accumulator.c | 117 case 2: return FALSE; 118 case 3: return FALSE; 119 case 4: return FALSE; 123 return FALSE; 132 case 1: g_assert_not_reached (); return FALSE; 134 case 3: return FALSE; 135 case 4: return FALSE; 139 return FALSE; 148 case 1: g_assert_not_reached (); return FALSE; 149 case 2: g_assert_not_reached (); return FALSE; [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/util/ |
IPAddress.java | 10 * @return true if a valid address, false otherwise 23 * @return true if a valid address with netmask, false otherwise 36 * @return true if a valid IPv4 address, false otherwise 43 return false; 58 return false; 66 return false; 70 return false; 109 return false; 118 * @return true if a valid IPv4 address, false otherwise 125 return false; [all...] |
/external/chromium/net/disk_cache/ |
cache_util_posix.cc | 20 /* recursive */ false, 23 if (!file_util::Delete(file, /* recursive */ false)) 28 if (!file_util::Delete(path, /* recursive */ false)) 34 return file_util::Delete(name, false);
|
/external/webkit/LayoutTests/http/tests/appcache/ |
disabled.html | 7 layoutTestController.overridePreference("WebKitOfflineWebApplicationCacheEnabled", false); 20 return false; 30 return false; 39 return false;
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
subframe-1.html | 3 req.open("GET", "simple.txt", false);
|