/external/webkit/WebCore/inspector/front-end/ |
InjectedScript.js | 98 return false; 123 return false; 131 return false; 139 return false; 165 return false; 205 return false; 243 return false; 264 return false; 272 return false; 289 return false; [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
MultiTapKeyListenerTest.java | 72 new MultiTapKeyListener(Capitalize.WORDS, false); 74 new MultiTapKeyListener(null, false); 139 * Check point when Capitalize.NONE and autotext is false: 153 = MultiTapKeyListener.getInstance(false, Capitalize.NONE); 228 * Check point when Capitalize.SENTENCES and autotext is false: 245 = MultiTapKeyListener.getInstance(false, Capitalize.SENTENCES); 341 * Check point when Capitalize.WORDS and autotext is false: 357 = MultiTapKeyListener.getInstance(false, Capitalize.WORDS); 393 * Check point when Capitalize.CHARACTERS and autotext is false: 409 = MultiTapKeyListener.getInstance(false, Capitalize.CHARACTERS) [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
SocketPermission.java | 148 * @return {@code true} if they represent the same permission, {@code false} 158 return false; 163 return false; 168 return false; 171 return false; 223 parsing = false; 252 * represented by {@code p}, {@code false} otherwise. 260 return false; 266 return false; 273 return false; [all...] |
/dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/ |
ASCIICharsetEncoderTest.java | 151 .wrap("\ud800"), out, false)); 189 encoder.encode(cb, bb, false); 223 encoder.encode(in, out, false); 262 newEncoder.encode(in, out, false); 295 newEncoder.encode(in, out, false); 303 newEncoder.encode(in, out, false); 310 newEncoder.encode(in, out, false); 312 newEncoder.encode(in, out, false); 323 newEncoder.encode(in, out, false); 338 newEncoder.encode(in, out, false); [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/ |
SAXParserFactory.java | 41 private boolean validating = false; 46 private boolean namespaceAware = false; 90 // return (SAXParserFactory) FactoryFinder.newInstance(factoryClassName, classLoader, false); 116 * to <code>false</code>. 119 * provide support for XML namespaces; false otherwise. 129 * set to <code>false</code>. 144 * method <tt>false</tt>, then use the {@link #setSchema(Schema)} 149 * validate documents as they are parsed; false otherwise. 161 * parsers which are namespace aware; false otherwise. 173 * the XML content during parse; false otherwise [all...] |
/development/simulator/app/ |
PropertyServer.cpp | 56 return false; 141 { "log.redirect-stdio", "false" }, // -Xlog-stdio 162 bool doCheckJni = false; 201 return false; 209 * If the property is immutable, this returns "false" without doing 249 bool result = false; 314 * Returns true on success, false if the fd should be closed. 327 return false; 335 return false; 345 return false; [all...] |
/external/dbus/dbus/ |
dbus-auth-script.c | 52 dbus_bool_t in_quotes = FALSE; 53 dbus_bool_t in_backslash = FALSE; 76 return FALSE; 80 return FALSE; 82 in_backslash = FALSE; 91 in_quotes = FALSE; 95 return FALSE; 107 return FALSE; 127 return FALSE; 220 * @returns #TRUE if the script succeeds, #FALSE otherwis [all...] |
/external/guava/src/com/google/common/primitives/ |
Booleans.java | 60 * ({@code false} is considered less than {@code true}). The sign of the 78 * with {@code !bitSet.isEmpty()} and {@code Booleans.contains(array, false)} 92 return false; 234 * by {@code separator}. For example, {@code join("-", false, true, false)} 235 * returns the string {@code "false-true-false"}. 262 * {@code [] < [false] < [false, true] < [true]}. 365 return false; [all...] |
/external/icu4c/test/intltest/ |
tzfmttst.cpp | 159 tz->getOffset(DATES[datidx], false, inRaw, inDst, status); 164 outtz.getOffset(DATES[datidx], false, outRaw, outDst, status); 270 UBool AMBIGUOUS_DST_DECESSION[] = {FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, FALSE, TRUE}; 272 UBool AMBIGUOUS_NEGATIVE_SHIFT[] = {TRUE, TRUE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE}; 285 UBool REALLY_VERBOSE = FALSE; [all...] |
/external/opencore/android/ |
android_audio_output.cpp | 50 iExitAudioThread(false), 51 iReturnBuffers(false), 208 bool sched = false; 256 iAudioThreadCreatedAndMIOConfigured = false; 270 iExitAudioThread = false; 271 iReturnBuffers = false; 287 iAudioThreadCreatedAndMIOConfigured = false; 356 if (iAudioNumChannelsValid == false || iAudioSamplingRateValid == false || iAudioFormat == PVMF_MIME_FORMAT_UNKNOWN) { 363 iAudioSamplingRateValid = false; // purpose of these flags is over here, reset these for next validation recording [all...] |
/external/v8/test/mjsunit/ |
object-define-property.js | 35 assertTrue(false); 43 assertTrue(false); 51 assertTrue(false); 76 configurable: false 93 var dataNoConfigurable = { value: 2000, configurable: false }; 101 assertTrue(false); 129 // Make sure that foo can't be reset (as configurable is false). 170 // Try to redefine bar again - should fail as configurable is false. 173 assertTrue(false); 181 assertTrue(false); [all...] |
/external/webkit/WebCore/html/ |
HTMLAnchorElement.cpp | 46 , m_wasShiftKeyDownOnMouseDown(false) 97 return false; 100 return false; 103 return false; 106 return false; 122 return false; 216 document()->frame()->loader()->urlSelected(document()->completeURL(url), getAttribute(targetAttr), evt, false, false, true, hasRel(RelationNoReferrer) ? NoReferrer : SendReferrer); local 231 m_wasShiftKeyDownOnMouseDown = false; 285 setIsLink(false); [all...] |
/external/webkit/WebCore/platform/graphics/opentype/ |
OpenTypeUtilities.cpp | 210 return false; 215 return false; 217 bool haveOS2 = false; 218 bool haveHead = false; 219 bool haveName = false; 235 return false; 242 return false; 262 return false; 272 return false; 278 return false; [all...] |
/external/webkit/WebCore/platform/network/qt/ |
QNetworkReplyHandler.cpp | 132 , m_redirected(false) 133 , m_responseSent(false) 134 , m_responseDataSent(false) 137 , m_shouldFinish(false) 138 , m_shouldSendResponse(false) 139 , m_shouldForwardData(false) 219 return false; 400 m_shouldStart = false; 479 m_redirected = false; 480 m_responseSent = false; [all...] |
/external/webkit/WebCore/platform/win/ |
ClipboardUtilitiesWin.cpp | 50 bool succeeded = false; 56 return false; 61 return false; 288 return false; 290 RetainPtr<CFURLRef> cfURL(AdoptCF, CFURLCreateWithFileSystemPath(0, path, kCFURLWindowsPathStyle, false)); 292 return false; 307 success = false; 359 success = false; 392 return false; 401 unsigned lineStart = cf_html.find(srcURLStr, 0, false); [all...] |
/external/webkit/WebCore/plugins/android/ |
PluginPackageAndroid.cpp | 108 return false; 115 return false; 205 return false; 220 return false; 233 return false; 252 return false; 274 return false; 289 return false; 299 return false; 337 return false; [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 57 private static final boolean DBG = false; 232 * @return false if there was a problem initiating the connection 248 return false; 253 * connecting). Returns false if not connected, or if this proxy object 266 return false; 271 * be made asynchornous. Returns false if this proxy object is 285 return false; 290 * Returns false if there is no headset connected, or if the 304 return false; 309 * Returns false if there is no headset connected, or the connecte [all...] |
/frameworks/base/core/jni/android/graphics/ |
Bitmap.cpp | 85 return false;
169 ctable->unlockColors(false);
182 ctable->unlockColors(false);
280 return false;
283 bool success = false;
387 return false;
406 ctable->unlockColors(false);
535 return false;
541 // if we can't load the pixels, return false
543 return false;
[all...] |
/frameworks/base/media/libmediaplayerservice/ |
MidiFile.cpp | 61 mStreamType(AudioSystem::MUSIC), mLoop(false), mExit(false), 62 mPaused(false), mRender(false), mTid(-1) 220 mPaused = false; 246 mPaused = false; 260 if ((result = EAS_Locate(mEasData, mEasHandle, position, false)) 290 if (!mEasHandle || mPaused) return false; 405 mLoop = false; 406 mPaused = false; [all...] |
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
DefaultContainerService.java | 88 * @return Returns true if copy succeded or false otherwise. 93 return false; 240 return false; 250 return false; 265 return false; 273 return false; 277 return false; 289 return false; 294 return false; 309 boolean checkInt = false; [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DataConnectionTracker.java | 177 protected boolean netStatPollEnabled = false; 183 protected boolean mIsWifiConnected = false; 229 * @return false while no data connection if all above requirements are met. 255 return false; 289 if (getDataOnRoamingEnabled() == false) { 325 boolean tearDown = (msg.arg1 == 0) ? false : true; 330 boolean enabled = (msg.arg1 == ENABLED) ? true : false; 346 * @return {@code false} if data connectivity has been explicitly disabled, 355 * @return {@code false} if data connectivity has been explicitly disabled, 428 return false; [all...] |
/packages/apps/Camera/res/values/ |
strings.xml | 105 <string name="pref_camera_recordlocation_default" translatable="false">none</string> 113 <string name="pref_video_quality_default" translatable="false">high</string> 137 <string name="pref_camera_jpegquality_default" translatable="false">superfine</string> 148 <string name="pref_camera_focusmode_default" translatable="false">auto</string> 159 <string name="pref_camera_flashmode_default" translatable="false">auto</string> 162 <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string> 173 <string name="pref_camera_video_flashmode_default" translatable="false">off</string> 176 <string name="pref_camera_whitebalance_default" translatable="false">auto</string> 189 <string name="pref_camera_coloreffect_default" translatable="false">none</string> 210 <string name="pref_camera_scenemode_default" translatable="false">auto</string [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTests.java | 93 Account account1 = ProviderTestUtils.setupAccount("account-hostauth", false, mMockContext); 95 account1.mHostAuthRecv = ProviderTestUtils.setupHostAuth("account-hostauth-recv", -1, false, 97 account1.mHostAuthSend = ProviderTestUtils.setupHostAuth("account-hostauth-send", -1, false, 122 Account account1 = ProviderTestUtils.setupAccount("parcel", false, mMockContext); 221 HostAuth ha = ProviderTestUtils.setupHostAuth("uri-security", 1, false, mMockContext); 262 HostAuth ha = ProviderTestUtils.setupHostAuth("uri-port", 1, false, mMockContext); 374 Message message1 = ProviderTestUtils.setupMessage("message1", account1Id, box1Id, false, 411 false, mMockContext); 416 false, mMockContext)); 449 Message message4 = ProviderTestUtils.setupMessage("message4", account1Id, box1Id, false, [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
SmilHelper.java | 60 private static final boolean DEBUG = false; 201 boolean hasText = false; 202 boolean hasMedia = false; 207 hasText = false; 208 hasMedia = false; 307 boolean txtRegionPresentInLayout = false; 308 boolean imgRegionPresentInLayout = false; 400 return false; 407 target.addEventListener(SMIL_MEDIA_START_EVENT, media, false); 408 target.addEventListener(SMIL_MEDIA_END_EVENT, media, false); [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
OpenWnnClauseConverterJAJP.java | 195 singleClauseConvert(clauses, key, mPosEndOfClause1, false); 198 singleClauseConvert(clauses, key, mPosEndOfClause3, false); 234 * @return {@code true} if success; {@code false} if fail. 244 return false; 254 * @return {@code true} if success; {@code false} if fail. 257 boolean ret = false; 319 * @return {@code true} if add the clause to the list; {@code false} if not. 336 return false; 339 return false; 371 return false; [all...] |