/cts/tools/vm-tests/src/dot/junit/opcodes/iput_boolean/ |
TestStubs.java | 21 protected boolean TestStubField = false; 24 public final boolean TestStubFieldFinal = false;
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/ |
TestStubs.java | 21 static boolean TestStubField = false; 24 public static final boolean TestStubFieldFinal = false;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/ |
Arrays.java | 24 return false; 31 return false;
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
Asteroid.java | 25 public boolean mExploding = false; 26 public boolean mMissed = false;
|
/device/htc/dream-sapphire/overlay/packages/apps/Phone/res/values/ |
config.xml | 18 <bool name="allow_incoming_call_touch_ui">false</bool> 19 <bool name="allow_in_call_touch_ui">false</bool>
|
/external/bluetooth/glib/tests/ |
markup-escape-test.c | 11 static gboolean error = FALSE; 92 test_unichar (0x9, FALSE); 93 test_unichar (0xa, FALSE); 96 test_unichar (0xd, FALSE); 99 test_unichar (0x20, FALSE); 100 test_unichar (0x7e, FALSE); 103 test_unichar (0x85, FALSE); 106 test_unichar (0xa0, FALSE);
|
/external/easymock/src/org/easymock/ |
AbstractMatcher.java | 47 * @return true if the arguments match, false otherwise.
72 * false. In two cases, <code>argumentMatches(Object, Object)</code> is
80 * @return true if the arguments match, false otherwise.
87 return false;
90 return false;
101 return false;
105 return false;
109 return false;
|
/external/icu4c/test/intltest/ |
restest.cpp | 103 { "root", NULL, U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } }, 104 { "te", NULL, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } }, 105 { "te_IN", NULL, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } }, 106 { "te_NE", NULL, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } } [all...] |
/external/opencore/engines/2way/test/src/ |
init_play_reset_test.cpp | 92 test_is_true(false); 102 test_is_true(false); 117 test_is_true(false); 127 test_is_true(false); 155 test_is_true(false); 156 return false; 164 test_is_true(false); 176 return false;
|
init_rec_reset_test.cpp | 85 test_is_true(false); 95 test_is_true(false); 110 test_is_true(false); 120 test_is_true(false); 148 test_is_true(false); 149 return false; 157 test_is_true(false); 167 return false;
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset8.cpp | 94 PVPATB_TEST_IS_TRUE(false); 178 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 186 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 194 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 203 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 211 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 226 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 241 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 256 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 263 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()) [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
mediadataatom.cpp | 60 _fileWriteError = false; 61 _targetFileWriteError = false; 62 _directRender = false; 63 _oIsFileOpen = false; 106 _fileWriteError = false; 107 _targetFileWriteError = false; 162 _fileWriteError = false; 163 _targetFileWriteError = false; 168 _oIsFileOpen = false; 279 return false; [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
boxrecord.cpp | 40 _success = false; 52 _success = false; 63 _success = false; 74 _success = false; 93 _success = false; 105 _success = false; 116 _success = false; 127 _success = false;
|
/external/skia/bench/ |
TextBench.cpp | 105 static SkBenchmark* Fact0(void* p) { return new TextBench(p, STR, SMALL, false, false); } 106 static SkBenchmark* Fact1(void* p) { return new TextBench(p, STR, SMALL, false, true); } 107 static SkBenchmark* Fact2(void* p) { return new TextBench(p, STR, SMALL, true, false); } 109 static SkBenchmark* Fact4(void* p) { return new TextBench(p, STR, BIG, false, false); } 110 static SkBenchmark* Fact5(void* p) { return new TextBench(p, STR, BIG, false, true); } 111 static SkBenchmark* Fact6(void* p) { return new TextBench(p, STR, BIG, true, false); }
|
/external/skia/src/core/ |
SkRefCnt.cpp | 31 return false; 40 return false;
|
/external/skia/src/images/ |
SkImageDecoder_wbmp.cpp | 46 return false; 64 return false; 67 return false; 70 return false; 73 return false; 114 return false; 132 return false; 144 return false;
|
/external/skia/src/ports/ |
SkXMLParser_empty.cpp | 24 return false; 29 return false;
|
/external/skia/src/svg/ |
SkSVGMask.cpp | 32 return false; 36 return false;
|
SkSVGMetadata.cpp | 24 return false; 28 return false;
|
/external/v8/test/mjsunit/ |
strict-equals.js | 69 assertTrue(false === false); 70 assertFalse(false === true); 71 assertFalse(true === false); 73 assertFalse(true === new Boolean(false)); 74 assertFalse(false === new Boolean(true)); 75 assertFalse(false === new Boolean(false));
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-005.js | 36 eval("true = false;"); 44 "true = false" +
|
lexical-007.js | 34 eval("false = true;"); 42 "false = true" +
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/FunctionObjects/ |
call-1.js | 28 "false", 33 "false",
|
/external/webkit/WebCore/inspector/front-end/ |
InspectorBackendStub.js | 35 this._searchingForNode = false; 39 this._resourceTrackingEnabled = false; 40 this._timelineEnabled = false; 51 this._windowVisible = false; 121 return false; 142 this._resourceTrackingEnabled = false; 158 this._debuggerEnabled = false; 202 this._profilerEnabled = false;
|
/external/webkit/WebCore/manual-tests/chromium/ |
onchange-reload-popup.html | 7 obj.addEventListener(evType, fn, false); 13 return false;
|