/dalvik/vm/mterp/c/ |
OP_INVOKE_SUPER.c | 2 GOTO_invoke(invokeSuper, false);
|
OP_INVOKE_SUPER_QUICK.c | 2 GOTO_invoke(invokeSuperQuick, false);
|
OP_INVOKE_VIRTUAL.c | 2 GOTO_invoke(invokeVirtual, false);
|
OP_INVOKE_VIRTUAL_QUICK.c | 2 GOTO_invoke(invokeVirtualQuick, false);
|
/frameworks/base/tools/layoutlib/create/tests/data/ |
mock_android.jardesc | 4 <options buildIfNeeded="true" compress="true" descriptionLocation="/layoutlib_create/tests/data/mock_android.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/> 5 <storedRefactorings deprecationInfo="true" structuralOnly="false"/> 7 <manifest generateManifest="true" manifestLocation="" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true"> 8 <sealing sealJar="false"> 13 <selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false"> [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.8.2.js | 56 array[item++] = new TestCase( SECTION, "true > false", true, true > false ); 57 array[item++] = new TestCase( SECTION, "false > true", false, false > true ); 58 array[item++] = new TestCase( SECTION, "false > false", false, false > false ); [all...] |
11.8.1.js | 56 array[item++] = new TestCase( SECTION, "true < false", false, true < false ); 57 array[item++] = new TestCase( SECTION, "false < true", true, false < true ); 58 array[item++] = new TestCase( SECTION, "false < false", false, false < false ); [all...] |
/frameworks/base/core/java/android/webkit/ |
DebugFlags.java | 30 public static final boolean BROWSER_FRAME = false; 31 public static final boolean CACHE_MANAGER = false; 32 public static final boolean CALLBACK_PROXY = false; 33 public static final boolean COOKIE_MANAGER = false; 34 public static final boolean COOKIE_SYNC_MANAGER = false; 35 public static final boolean DRAG_TRACKER = false; 37 public static final boolean FRAME_LOADER = false; 38 public static final boolean J_WEB_CORE_JAVA_BRIDGE = false;// HIGHLY VERBOSE 39 public static final boolean LOAD_LISTENER = false; 40 public static final boolean NETWORK = false; [all...] |
/frameworks/base/opengl/tools/glgen/src/ |
JType.java | 46 typeMapping.put(new CType("GLubyte", true, true), new JType("String", false, false)); 47 typeMapping.put(new CType("char", false, true), new JType("byte")); 48 typeMapping.put(new CType("char", true, true), new JType("String", false, false)); 53 new JType("java.nio.Buffer", true, false)); 54 typeMapping.put(new CType("GLvoid", false, true), 55 new JType("java.nio.Buffer", true, false)); 56 typeMapping.put(new CType("void", false, true), 57 new JType("java.nio.Buffer", true, false)); [all...] |
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 37 false, // nop 38 false, // aconst_null 39 false, // iconst_m1 40 false, // iconst_0 41 false, // iconst_1 42 false, // iconst_2 43 false, // iconst_3 44 false, // iconst_4 45 false, // iconst_5 48 false, // fconst_ [all...] |
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
argument-types.js | 42 test('navigator.geolocation.getCurrentPosition(emptyFunction)', false); 43 test('navigator.geolocation.getCurrentPosition(Math.abs)', false); 50 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined)', false); 51 test('navigator.geolocation.getCurrentPosition(emptyFunction, null)', false); 54 test('navigator.geolocation.getCurrentPosition(emptyFunction, emptyFunction)', false); 55 test('navigator.geolocation.getCurrentPosition(emptyFunction, Math.abs)', false); 62 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, undefined)', false); 63 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null)', false); 64 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {})', false); 66 test('navigator.geolocation.getCurrentPosition(emptyFunction, undefined, emptyFunction)', false); [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-6356/ |
loc_api_common_xdr.c | 31 return FALSE; 41 return FALSE; 51 return FALSE; 61 return FALSE; 71 return FALSE; 81 return FALSE; 91 return FALSE; 101 return FALSE; 111 return FALSE; 121 return FALSE; [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/ |
StrictEquality-001.js | 20 // 1. If Type(x) is different from Type(y) return false 22 StrictEquality( true, new Boolean(true), false ); 23 StrictEquality( new Boolean(), false, false ); 24 StrictEquality( "", new String(), false ); 25 StrictEquality( new String("hi"), "hi", false ); 29 // 3. If x is NaN, return false 30 StrictEquality( NaN, NaN, false ); 31 StrictEquality( NaN, 0, false ); 33 // 4. If y is NaN, return false [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/ |
GroupingListAdapterTests.java | 71 addGroup(i - groupItemCount, groupItemCount, false); 79 addGroup(count - groupItemCount, groupItemCount, false); 126 assertPositionMetadata(0, ITEM_TYPE_STANDALONE, false, 0); 127 assertPositionMetadata(1, ITEM_TYPE_STANDALONE, false, 1); 128 assertPositionMetadata(2, ITEM_TYPE_STANDALONE, false, 2); 136 assertPositionMetadata(0, ITEM_TYPE_GROUP_HEADER, false, 0); 137 assertPositionMetadata(1, ITEM_TYPE_STANDALONE, false, 2); 147 assertPositionMetadata(1, ITEM_TYPE_IN_GROUP, false, 0); 148 assertPositionMetadata(2, ITEM_TYPE_IN_GROUP, false, 1); 149 assertPositionMetadata(3, ITEM_TYPE_STANDALONE, false, 2) [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
getOwnPropertyDescriptor.js | 22 descriptorShouldBe("Array.prototype", "'concat'", {writable: true, enumerable: false, configurable: true, value:"Array.prototype.concat"}); 23 descriptorShouldBe("Date.prototype", "'toISOString'", {writable: true, enumerable: false, configurable: true, value: "Date.prototype.toISOString"}); 24 descriptorShouldBe("String.prototype", "'concat'", {writable: true, enumerable: false, configurable: true, value:"String.prototype.concat"}); 25 descriptorShouldBe("RegExp.prototype", "'exec'", {writable: true, enumerable: false, configurable: true, value:"RegExp.prototype.exec"}); 26 descriptorShouldBe("document.__proto__.__proto__", "'createElement'", {writable: true, enumerable: true, configurable: false, value:"document.createElement"}); 27 descriptorShouldBe("Number", "'NEGATIVE_INFINITY'", {writable: false, enumerable: false, configurable: false, value:"Number.NEGATIVE_INFINITY"}); 28 descriptorShouldBe("RegExp", "'$_'", {writable: true, enumerable: false, configurable: true, value:"RegExp.$_"}); 29 descriptorShouldBe("/a/g", "'global'", {writable: true, enumerable: false, configurable: false, value:true}) [all...] |
/dalvik/tests/008-instanceof/ |
expected.txt | 4 aaOkay (false) = false
|
/dalvik/tests/033-class-init-deadlock/ |
expected.txt | 6 A initialized: false 7 B initialized: false
|
/dalvik/tests/040-miranda/ |
expected.txt | 4 inAbstract: false 8 inAbstract: false
|
/development/samples/ |
source.properties | 1 Pkg.UserSrc=false
|
/development/sdk/ |
doc_source.properties | 1 Pkg.UserSrc=false
|
/external/stlport/test/unit/ |
logic_test.cpp | 35 bool input1 [4] = { true, true, false, true }; 36 bool input2 [4] = { false, true, false, false }; 41 CPPUNIT_ASSERT(output[0]==false); 43 CPPUNIT_ASSERT(output[2]==false); 44 CPPUNIT_ASSERT(output[3]==false); 55 bool input1 [4] = { true, true, false, true }; 56 bool input2 [4] = { false, true, false, false } [all...] |
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_par_com_message.cpp | 39 cseqIsSet = false; 42 bufferSizeIsSet = false; 51 transport[jj].protocolIsSet = false; 52 transport[jj].profileIsSet = false; 53 transport[jj].transportTypeIsSet = false; 54 transport[jj].deliveryIsSet = false; 55 transport[jj].destinationIsSet = false; 56 transport[jj].channelIsSet = false; 57 transport[jj].appendIsSet = false; 58 transport[jj].ttlIsSet = false; [all...] |
/dalvik/tests/003-omnibus-opcodes/src/ |
UnresTest2.java | 9 boolean foo = false; 13 assert(false); 19 assert(false); 34 assert(false); 41 assert(false);
|
UnresTest1.java | 11 assert(false); 17 assert(false); 23 assert(false); 30 assert(false); 36 assert(false); 43 assert(false); 49 assert(false); 56 assert(false); 62 assert(false); 69 assert(false); [all...] |
/external/webkit/WebCore/platform/ |
CrossThreadCopier.cpp | 43 CrossThreadCopierBase<false, false, KURL>::Type CrossThreadCopierBase<false, false, KURL>::copy(const KURL& url) 48 CrossThreadCopierBase<false, false, String>::Type CrossThreadCopierBase<false, false, String>::copy(const String& str) 53 CrossThreadCopierBase<false, false, ResourceError>::Type CrossThreadCopierBase<false, false, ResourceError>::copy(const ResourceError (…) [all...] |