/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 187 private boolean mPendingAsyncRefresh = false; 221 public boolean isCancelled = false; 226 setTrimLine(false); 231 if (isCancelled == false) { 256 private boolean mDone = false; 404 top.setLayout(new GridLayout(1, false)); 413 mCurrentFilter.setSelectedState(false); 428 bottom.setLayout(new GridLayout(3, false)); 454 createTab(mDefaultFilter, index++, false); 459 createTab(f, index++, false); [all...] |
/external/icu4c/tools/toolutil/ |
ucm.c | 183 result=compareBytes(lTable, l, rTable, r, FALSE); /* not lexically, like canonucm */ 216 table, table->mappings+r, FALSE); 233 FALSE, &errorCode); 256 FALSE, &errorCode); 296 base->isSorted=FALSE; 543 isOK=FALSE; 560 return FALSE; 564 return FALSE; 577 return FALSE; 687 fromUTable->isSorted=FALSE; [all...] |
/external/opencore/protocols/rtsp_client_engine/src/ |
pvrtsp_client_engine_node.cpp | 102 bNoRecvPending(false), 103 bNoSendPending(false), 127 bRepositioning(false),// \todo reset the reqplayrange to invalid after get the PLAY resp 129 bSrvRespPending(false), 133 bKeepAliveInPlay(false), 135 bAddXStrHeader(false), 138 ibIsRealRDT(false), 143 ibBlockedOnFragGroups(false), 162 iCapability.iCanSupportMultipleInputPorts = false; 163 iCapability.iCanSupportMultipleOutputPorts = false; [all...] |
/external/webkit/WebKitTools/DumpRenderTree/win/ |
DumpRenderTree.cpp | 84 static bool leakChecking = false; 85 static bool threaded = false; 86 static bool forceComplexText = false; 123 return false; 126 return false; 133 return false; 507 BOOL isTargetItem = FALSE; 548 dumpHistoryItem(item.get(), indent + 4, false); 760 preferences->setAutosaves(FALSE); 764 preferences->setJavaEnabled(FALSE); [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests.py | 80 def run_shell_with_return_code(command, print_output=False): 114 def run_shell(command, print_output=False): 219 False, 220 False) 236 return False 241 return False 255 return False 268 False) 373 False otherwise. 410 found = False [all...] |
/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTests.java | 215 "local-message", accountId, mailboxId, false, true, mProviderContext); 216 final Message legacyMessage = prepareLegacyMessageWithAttachments(2, false, false); 221 "local-message", accountId, mailboxId, false, true, mProviderContext); 222 final Message legacyMessage2 = prepareLegacyMessageWithAttachments(2, false, true); 235 LegacyConversions.updateAttachments(mProviderContext, localMessage, attachments, false); 267 "local-message", accountId, mailboxId, false, true, mProviderContext); 270 Message legacyMessage = prepareLegacyMessageWithAttachments(2, false, false); 276 LegacyConversions.updateAttachments(mProviderContext, localMessage, attachments, false); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
DTMFTwelveKeyDialer.java | 72 private boolean mDTMFBurstCnfPending = false; 142 /**Return false since we are NOT consuming the input.*/ 144 return false; 147 /**Return false since we are NOT consuming the input.*/ 149 return false; 152 /**Return false since we are NOT consuming the input.*/ 154 return false; 157 /**Return false since we are NOT consuming the input.*/ 159 return false; 162 /**Return false since we are NOT consuming the input.* [all...] |
/external/icu4c/test/intltest/ |
tztest.cpp | 82 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE"); 154 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE"); 228 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") + 229 ", inDaylightTime(" + dateToString(max) + ") = " + (startsInDST?"TRUE":"FALSE")); 259 logln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"TRUE":"FALSE")); 328 if (!time_zone->inDaylightTime(d, status)) dataerrln("FAIL: inDaylightTime returned FALSE"); 330 if (!time_zone->useDaylightTime()) dataerrln("FAIL: useDaylightTime returned FALSE"); 590 UBool isNonReferenceTzdataVersion = FALSE; 628 {"MIT", -660, FALSE}, 629 {"HST", -600, FALSE}, [all...] |
/external/opencore/nodes/streaming/jitterbuffernode/src/ |
pvmf_jitter_buffer_node.cpp | 93 iCapability.iHasMaxNumberOfPorts = false; 116 iDiagnosticsLogged = false; 120 ResetNodeParams(false); 138 oStartPending = false; 142 iMediaReceiveingChannelPrepared = false; 144 iBroadCastSession = false; 146 iDelayEstablished = false; 169 iDisableFireWallPackets = false; 170 //iPlayingAfterSeek = false; 174 iIncomingMediaInactivityDurationCallBkPending = false; [all...] |
/external/opencore/engines/player/src/ |
pv_player_engine.cpp | 494 return AddCommandToQueue(PVP_ENGINE_COMMAND_SET_PLAYBACK_RANGE, (OsclAny*)aContextData, ¶mvec, NULL, false); 849 return AddCommandToQueue(PVP_ENGINE_COMMAND_CAPCONFIG_SET_PARAMETERS, (OsclAny*)aContext, ¶mvec, NULL, false); [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-reference.js | 42 // if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames) 126 node.expanded = false; 139 node.expanded = false; 156 node.expanded = false; 302 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed. 317 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { 324 return false; 329 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed. 341 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) { 343 toggleInherited(this, false); [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
PendingIntentTest.java | 184 MockService.result = false; 339 mFinishResult = false; 340 mHandleResult = false; 355 mFinishResult = false; 358 mHandleResult = false; 370 mHandleResult = false; 371 mFinishResult = false; 397 mFinishResult = false; 399 mHandleResult = false; 408 mFinishResult = false; [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
LayoutInflaterTest.java | 204 isOnLoadClass = false; 217 isOnLoadClass = false; 222 return false; 235 isOnLoadClass = false; 236 // allowedState is false 332 R.layout.inflater_layout, null, false); 336 view = mLayoutInflater.inflate(-1, null, false); 350 mLayout, false); 437 View view = mLayoutInflater.inflate(parser, null, false); 441 view = mLayoutInflater.inflate(null, null, false); [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
DateFormatSymbols.java | 180 * object, {@code false} otherwise. 189 return false; 204 return false; 207 return false; 210 return false; 213 return false; 216 return false; 219 return false; 222 return false; 228 return false; [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 294 * @return false, unless a derived class overrides. 298 return false; 364 System.out.println("index predicate is false: "+proxPos); 367 return false; 391 return false; 538 return false; 544 * false, the subtree should not be called. 571 return false; 579 return false; 583 return false; [all...] |
/development/simulator/app/ |
MyApp.cpp | 41 bool gWantToKill = false; 86 return FALSE; 93 return FALSE; 98 bool trapInt = false; 204 mDebuggerOption = false; 259 * Returns "false" if we have a parsing error. 267 if (false) { 366 bool configLoaded = false; 390 return false; 395 return false; [all...] |
/external/bluetooth/glib/gio/fen/ |
fen-kernel.c | 38 static gboolean fk_debug_enabled = FALSE; 86 return FALSE; 126 g_string_free (str, FALSE); 135 gboolean has_twin = FALSE; 230 fo->is_active = FALSE; 263 ret = FALSE; 400 return FALSE; 412 return port_add_internal (fobj, NULL, f, FALSE); 488 return FALSE; 493 return FALSE; [all...] |
/external/bluetooth/glib/gio/ |
gbufferedoutputstream.c | 165 FALSE, 236 * %FALSE otherwise. 241 g_return_val_if_fail (G_IS_BUFFERED_OUTPUT_STREAM (stream), FALSE); 263 auto_grow = auto_grow != FALSE; 412 g_return_val_if_fail (G_IS_OUTPUT_STREAM (base_stream), FALSE); 458 if (res == FALSE) 487 if (res == FALSE) 488 return FALSE; 577 if (res == FALSE) 584 if (res == FALSE) [all...] |
/external/icu4c/common/ |
uvector.cpp | 112 if (count != other.count) return FALSE; 117 return FALSE; 196 return FALSE; 205 return FALSE; 212 UBool changed = FALSE; 224 UBool changed = FALSE; 248 return FALSE; 266 return FALSE; 271 return FALSE; 279 return FALSE; [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
timetosampleatom.cpp | 76 _success = false; 85 _success = false; 103 _success = false; 111 _success = false; 120 _success = false; 133 _success = false; 144 _success = false; 169 _success = false; 178 _success = false; 194 _success = false; [all...] |
/external/quake/quake/src/QW/client/ |
cl_cam.c | 39 static qboolean locked = false; 100 return false; 108 return false; 118 locked = false; 132 locked = false; 192 return false; 197 return false; 284 return false; 332 locked = false; 347 InitFlyby(self, player, false); [all...] |
/external/v8/test/mjsunit/ |
json.js | 55 assertEquals(true, (true).toJSON(false)); 56 assertEquals(false, (false).toJSON()); 58 GenericToJSONChecks(Boolean, true, false); 59 GenericToJSONChecks(Boolean, false, true); 100 assertEquals(false, JSON.parse("false")); 208 TestInvalid("{false:42}"); 224 TestInvalid('false ""'); 236 assertEquals("false", JSON.stringify(false)) [all...] |
/external/webkit/WebCore/dom/ |
StyledElement.cpp | 54 static const bool needsDestruction = false; 111 m_synchronizingStyleAttribute = false; 169 checkDecl = false; 179 checkDecl = false; 281 attr->decl()->setProperty(id, value, false); 287 attr->decl()->setProperty(id, value, false); 293 attr->decl()->setImageProperty(id, url, false); 324 attr->decl()->setLengthProperty(id, v->substring(0, l), false); 329 attr->decl()->setLengthProperty(id, value, false); 342 if (attr->decl()->setProperty(id, c, false)) [all...] |
/external/webkit/WebCore/inspector/ |
JavaScriptDebugServer.cpp | 77 : m_callingListeners(false) 79 , m_pauseOnNextStatement(false) 80 , m_paused(false) 226 return false; 235 // An erroneous condition counts as "false". 236 return false; 267 m_pauseOnNextStatement = false; 371 m_callingListeners = false; 398 m_callingListeners = false; 482 m_pauseOnNextStatement = false; [all...] |
/external/webkit/WebCore/page/ |
Geolocation.cpp | 94 , m_useCachedPosition(false) 152 m_useCachedPosition = false; 220 , m_shouldClearCache(false) 230 m_frame->domWindow()->addEventListener(eventNames().unloadEvent, this, false); 238 m_frame->domWindow()->removeEventListener(eventNames().unloadEvent, this, false); 247 m_frame->document()->setUsingGeolocation(false); 386 return false; 390 return false; 649 return false; 653 return false; [all...] |