/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/ |
CountryCodeQualifierTest.java | 51 assertEquals(false, mccq.checkAndSet("", config));//$NON-NLS-1$ 52 assertEquals(false, mccq.checkAndSet("mcc", config));//$NON-NLS-1$ 53 assertEquals(false, mccq.checkAndSet("MCC123", config));//$NON-NLS-1$ 54 assertEquals(false, mccq.checkAndSet("123", config));//$NON-NLS-1$ 55 assertEquals(false, mccq.checkAndSet("mccsdf", config));//$NON-NLS-1$
|
NetworkCodeQualifierTest.java | 51 assertEquals(false, mncq.checkAndSet("", config));//$NON-NLS-1$ 52 assertEquals(false, mncq.checkAndSet("mnc", config));//$NON-NLS-1$ 53 assertEquals(false, mncq.checkAndSet("MNC123", config));//$NON-NLS-1$ 54 assertEquals(false, mncq.checkAndSet("123", config));//$NON-NLS-1$ 55 assertEquals(false, mncq.checkAndSet("mncsdf", config));//$NON-NLS-1$
|
/external/skia/src/svg/ |
SkSVGParser.cpp | 47 fXMLWriter(&fStream), fCurrElement(NULL), fInSVG(false), fSuppressPaint(false) { 107 translate(element, false); 132 bool stroke = false; 133 bool fill = false; 134 bool strokeSet = false; 135 bool fillSet = false; 137 if (strokeSet == false && walking->f_stroke.size() > 0) { 138 stroke = walking->f_stroke.equals("none") == false; 142 if (fillSet == false && walking->f_fill.size() > 0) [all...] |
/external/webkit/WebCore/platform/network/ |
ResourceResponseBase.cpp | 47 , m_haveParsedCacheControlHeader(false) 48 , m_haveParsedAgeHeader(false) 49 , m_haveParsedDateHeader(false) 50 , m_haveParsedExpiresHeader(false) 51 , m_haveParsedLastModifiedHeader(false) 52 , m_cacheControlContainsNoCache(false) 53 , m_cacheControlContainsNoStore(false) 54 , m_cacheControlContainsMustRevalidate(false) 71 , m_isNull(false) 72 , m_haveParsedCacheControlHeader(false) [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaRecorderTest.java | 107 boolean recordSuccess = false; 159 return false; 199 return false; 233 boolean validVideo = false; 248 boolean videoRecordedResult = false; 250 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.RECORDED_HVGA_H263, false); 258 boolean videoRecordedResult = false; 260 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.RECORDED_QVGA_H263, false); 268 boolean videoRecordedResult = false; 270 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.RECORDED_SQVGA_H263, false); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
InCallMenu.java | 39 private static final boolean DBG = false; 258 * to go ahead and show the menu, or false if 269 return false; 279 mAnswerAndHold.setVisible(false); 280 mAnswerAndHold.setEnabled(false); 281 mAnswerAndEnd.setVisible(false); 282 mAnswerAndEnd.setEnabled(false); 284 mManageConference.setVisible(false); 285 mAddCall.setEnabled(false); 286 mSwapCalls.setEnabled(false); [all...] |
/external/opencore/codecs_v2/utilities/pv_config_parser/src/ |
pv_audio_config_parser.cpp | 107 bBitStreamValid = false; 129 bBitStreamSupported = false; 136 bBitStreamSupported = false; 143 bBitStreamSupported = false; 154 bBitStreamValid = false; 176 bBitStreamSupported = false; 183 bBitStreamSupported = false; 192 bBitStreamSupported = false; 199 bBitStreamSupported = false; 207 bBitStreamSupported = false; [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset5.cpp | 185 PVPATB_TEST_IS_TRUE(false); 272 PVPATB_TEST_IS_TRUE(false); 288 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 295 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 312 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return); 320 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return); 328 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return); 336 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return); 347 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return); 356 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return) [all...] |
/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/ |
tst_qscriptvalue_generated.cpp | 34 DEFINE_TEST_VALUE(QScriptValue(false)); 62 DEFINE_TEST_VALUE(QScriptValue(0, false)); 90 DEFINE_TEST_VALUE(QScriptValue(engine, false)); 149 << "QScriptValue(false)" 177 << "QScriptValue(0, false)" 205 << "QScriptValue(engine, false)" 272 << "QScriptValue(false)" 274 << "QScriptValue(0, false)" 276 << "QScriptValue(engine, false)"; 301 << "QScriptValue(false)" [all...] |
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ulimits.h | 35 static const bool is_signed = false; ///< True if the type is signed. 36 static const bool is_integer = false; ///< True if stores an exact value. 37 static const bool is_integral = false; ///< True if fixed size and cast-copyable. 46 static const bool is_signed = false; 64 _NUMERIC_LIMITS (bool, false, true, false, true, true); 72 _NUMERIC_LIMITS (unsigned char, 0, UCHAR_MAX, false, true, true); 73 _NUMERIC_LIMITS (unsigned int, 0, UINT_MAX, false, true, true); 74 _NUMERIC_LIMITS (unsigned short,0, USHRT_MAX, false, true, true); 75 _NUMERIC_LIMITS (unsigned long, 0, ULONG_MAX, false, true, true) [all...] |
/system/netd/ |
CommandListener.cpp | 85 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 101 cli->sendMsg(ResponseCode::InterfaceListResult, de->d_name, false); 104 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); 109 "Usage: interface readrxcounter <interface>", false); 120 cli->sendMsg(ResponseCode::InterfaceRxCounterResult, msg, false); 127 "Usage: interface readtxcounter <interface>", false); 138 cli->sendMsg(ResponseCode::InterfaceTxCounterResult, msg, false); 144 "Usage: interface getthrottle <interface> <rx|tx>", false); 162 cli->sendMsg(voldRc, msg, false); 170 "Usage: interface setthrottle <interface> <rx_kbps> <tx_kbps>", false); [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
mpeg4file.cpp | 114 _oIsFileOpen = false; 116 _oInterLeaveEnabled = false; 125 if (_oUserDataPopulated == false) 204 _fileWriteFailed = false; 207 _oWMFTrack = false; 208 _oPVMMTrack = false; 209 _oMPEGTrack = false; 211 _oFileRenderCalled = false; 212 _oUserDataPopulated = false; 213 _oFtypPopulated = false; [all...] |
/external/bluetooth/glib/gio/tests/ |
g-file.c | 121 {"/", FALSE, 0, "/somedir/.../"}, 134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2); 152 {"file:///", FALSE, 0, "file:///somedir/.../"}, 201 {"/", 0, FALSE, ""}, 203 {"totalnonsense", 0, FALSE, ""}, 204 {"/UTF-8 p\xc5\x99\xc3\xadli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88", 0, FALSE, ""}, 264 {"/", 0, FALSE, "/"}, 266 {"totalnonsense", 0, FALSE, NULL}, 267 {"/UTF-8 p\xc5\x99\xc3\xadli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88", 0, FALSE, NULL /* Depends on local file encoding */}, 318 {"./", 0, FALSE, "file"} [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
assetinfoatoms.cpp | 59 _success = false; 70 _success = false; 79 _success = false; 90 _success = false; 118 _success = false; 153 _success = false; 188 _success = false; 223 _success = false; 258 _success = false; 291 _success = false; [all...] |
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheHost.cpp | 102 return false; 116 return false; 149 return false; 152 return false; 156 return false; 169 return false; 177 return false; 185 return false; 200 return false; 240 m_domApplicationCache->dispatchEvent(Event::create(DOMApplicationCache::toEventType(id), false, false), ec) [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
dictlist.cpp | 28 initialized_ = false; 54 return false; 60 return false; 66 return false; 89 return false; 91 initialized_ = false; 99 return false; 102 return false; 322 bool strict = false; 381 return false; [all...] |
/external/dbus/bus/ |
activation.c | 179 pending_activation->timeout_added = FALSE; 268 return FALSE; 373 return FALSE; 392 return FALSE; 415 return FALSE; 422 retval = FALSE; 456 retval = FALSE; 473 retval = FALSE; 521 return FALSE; 528 return FALSE; [all...] |
config-parser.c | 133 unsigned int is_toplevel : 1; /**< FALSE if we are a sub-config-file inside another one */ 289 return FALSE; 309 return FALSE; 349 return FALSE; 356 return FALSE; 413 return FALSE; 469 * they might see a false failure. 577 return FALSE; 648 found = FALSE; 661 retval = FALSE; [all...] |
/external/icu4c/samples/strsrch/ |
strsrch.cpp | 47 UBool opt_help = FALSE; 48 UBool opt_norm = FALSE; 49 UBool opt_french = FALSE; 50 UBool opt_shifted = FALSE; 51 UBool opt_lower = FALSE; 52 UBool opt_upper = FALSE; 53 UBool opt_case = FALSE; 54 UBool opt_overlap = FALSE; 55 UBool opt_canonical = FALSE; 112 return FALSE; [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
RegExp_multiline.js | 41 // First we do a series of tests with RegExp.multiline set to false (default value) 45 false, RegExp.multiline); 47 // (multiline == false) '123\n456'.match(/^4../) 48 testcases[count++] = new TestCase ( SECTION, "(multiline == false) '123\\n456'.match(/^4../)", 51 // (multiline == false) 'a11\na22\na23\na24'.match(/^a../g) 52 testcases[count++] = new TestCase ( SECTION, "(multiline == false) 'a11\\na22\\na23\\na24'.match(/^a../g)", 55 // (multiline == false) 'a11\na22'.match(/^.+^./) 56 testcases[count++] = new TestCase ( SECTION, "(multiline == false) 'a11\na22'.match(/^.+^./)", 59 // (multiline == false) '123\n456'.match(/.3$/) 60 testcases[count++] = new TestCase ( SECTION, "(multiline == false) '123\\n456'.match(/.3$/)" [all...] |
RegExp_multiline_as_array.js | 41 // First we do a series of tests with RegExp['$*'] set to false (default value) 45 false, RegExp['$*']); 47 // (['$*'] == false) '123\n456'.match(/^4../) 48 testcases[count++] = new TestCase ( SECTION, "(['$*'] == false) '123\\n456'.match(/^4../)", 51 // (['$*'] == false) 'a11\na22\na23\na24'.match(/^a../g) 52 testcases[count++] = new TestCase ( SECTION, "(['$*'] == false) 'a11\\na22\\na23\\na24'.match(/^a../g)", 55 // (['$*'] == false) 'a11\na22'.match(/^.+^./) 56 testcases[count++] = new TestCase ( SECTION, "(['$*'] == false) 'a11\na22'.match(/^.+^./)", 59 // (['$*'] == false) '123\n456'.match(/.3$/) 60 testcases[count++] = new TestCase ( SECTION, "(['$*'] == false) '123\\n456'.match(/.3$/)" [all...] |
/external/webkit/WebCore/html/canvas/ |
WebGLRenderingContext.cpp | 92 , m_markedCanvasDirty(false) 135 m_markedCanvasDirty = false; 147 m_needsUpdate = false; 172 cleanupAfterGraphicsCall(false); 183 cleanupAfterGraphicsCall(false); 194 cleanupAfterGraphicsCall(false); 215 cleanupAfterGraphicsCall(false); 232 cleanupAfterGraphicsCall(false); 248 cleanupAfterGraphicsCall(false); 268 cleanupAfterGraphicsCall(false); [all...] |
/dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/util/ |
Util.java | 34 * {@code false} if not. 39 return false; 46 return false; 64 return false; 70 return false; 77 return false; 95 return false; 103 return false; 110 return false;
|
/dalvik/libcore/json/src/test/java/org/json/ |
JSONStringerTest.java | 56 stringer.value(false); 62 assertEquals("[false,5,5,\"five\",null]", stringer.toString()); 68 stringer.value(Boolean.FALSE); 72 assertEquals("[false,5,5]", stringer.toString()); 78 stringer.key("a").value(false); 84 assertEquals("{\"a\":false," + 166 new JSONStringer().object().value(false); 184 stringer.key("a").value(false); 187 assertEquals("{\"a\":true,\"a\":false}", stringer.toString()); 193 stringer.key("").value(false); [all...] |
/dalvik/vm/test/ |
TestHash.c | 48 assert(false); 71 assert(false); 90 return false; 109 (HashCompareFunc) strcmp, false); 112 /* return false */ 120 (HashCompareFunc) strcmp, false); 139 return false; 170 str = dvmHashTableLookup(pTab, hash, "one", (HashCompareFunc) strcmp,false); 173 str = dvmHashTableLookup(pTab, hash, "two", (HashCompareFunc) strcmp,false);
|