/external/icu4c/samples/props/ |
props.vcproj | 51 StringPooling="true" 53 EnableFunctionLevelLinking="true" 54 TreatWChar_tAsBuiltInType="true" 61 SuppressStartupBanner="true" 80 SuppressStartupBanner="true" 141 StringPooling="true" 143 EnableFunctionLevelLinking="true" 144 TreatWChar_tAsBuiltInType="true" 151 SuppressStartupBanner="true" 170 SuppressStartupBanner="true" [all...] |
/external/icu4c/samples/strsrch/ |
strsrch.vcproj | 53 TreatWChar_tAsBuiltInType="true" 61 SuppressStartupBanner="true" 81 SuppressStartupBanner="true" 83 GenerateDebugInformation="true" 145 TreatWChar_tAsBuiltInType="true" 153 SuppressStartupBanner="true" 173 SuppressStartupBanner="true" 175 GenerateDebugInformation="true" 235 StringPooling="true" 237 EnableFunctionLevelLinking="true" [all...] |
/external/icu4c/samples/translit/ |
translit.vcproj | 53 TreatWChar_tAsBuiltInType="true" 60 SuppressStartupBanner="true" 80 SuppressStartupBanner="true" 82 GenerateDebugInformation="true" 144 TreatWChar_tAsBuiltInType="true" 151 SuppressStartupBanner="true" 171 SuppressStartupBanner="true" 173 GenerateDebugInformation="true" 233 StringPooling="true" 235 EnableFunctionLevelLinking="true" [all...] |
/external/icu4c/samples/uciter8/ |
uciter8.vcproj | 53 TreatWChar_tAsBuiltInType="true" 60 SuppressStartupBanner="true" 80 SuppressStartupBanner="true" 82 GenerateDebugInformation="true" 144 TreatWChar_tAsBuiltInType="true" 151 SuppressStartupBanner="true" 171 SuppressStartupBanner="true" 173 GenerateDebugInformation="true" 233 StringPooling="true" 235 EnableFunctionLevelLinking="true" [all...] |
/external/icu4c/samples/ucnv/ |
ucnv.vcproj | 53 TreatWChar_tAsBuiltInType="true" 60 SuppressStartupBanner="true" 80 SuppressStartupBanner="true" 82 GenerateDebugInformation="true" 144 TreatWChar_tAsBuiltInType="true" 151 SuppressStartupBanner="true" 171 SuppressStartupBanner="true" 173 GenerateDebugInformation="true" 233 StringPooling="true" 235 EnableFunctionLevelLinking="true" [all...] |
/external/icu4c/samples/udata/ |
reader.vcproj | 53 TreatWChar_tAsBuiltInType="true" 60 SuppressStartupBanner="true" 80 SuppressStartupBanner="true" 82 GenerateDebugInformation="true" 144 TreatWChar_tAsBuiltInType="true" 151 SuppressStartupBanner="true" 171 SuppressStartupBanner="true" 173 GenerateDebugInformation="true" 233 StringPooling="true" 235 EnableFunctionLevelLinking="true" [all...] |
writer.vcproj | 53 TreatWChar_tAsBuiltInType="true" 60 SuppressStartupBanner="true" 80 SuppressStartupBanner="true" 82 GenerateDebugInformation="true" 144 TreatWChar_tAsBuiltInType="true" 151 SuppressStartupBanner="true" 171 SuppressStartupBanner="true" 173 GenerateDebugInformation="true" 233 StringPooling="true" 235 EnableFunctionLevelLinking="true" [all...] |
/external/icu4c/samples/ufortune/ |
ufortune.vcproj | 53 TreatWChar_tAsBuiltInType="true" 59 SuppressStartupBanner="true" 79 SuppressStartupBanner="true" 81 GenerateDebugInformation="true" 143 TreatWChar_tAsBuiltInType="true" 149 SuppressStartupBanner="true" 169 SuppressStartupBanner="true" 171 GenerateDebugInformation="true" 231 StringPooling="true" 233 EnableFunctionLevelLinking="true" [all...] |
/external/icu4c/samples/ugrep/ |
ugrep.vcproj | 53 StringPooling="true" 55 EnableFunctionLevelLinking="true" 56 TreatWChar_tAsBuiltInType="true" 63 SuppressStartupBanner="true" 83 SuppressStartupBanner="true" 147 StringPooling="true" 149 EnableFunctionLevelLinking="true" 150 TreatWChar_tAsBuiltInType="true" 157 SuppressStartupBanner="true" 177 SuppressStartupBanner="true" [all...] |
/external/icu4c/samples/uresb/ |
uresb.vcproj | 51 StringPooling="true" 53 EnableFunctionLevelLinking="true" 54 TreatWChar_tAsBuiltInType="true" 61 SuppressStartupBanner="true" 80 SuppressStartupBanner="true" 141 StringPooling="true" 143 EnableFunctionLevelLinking="true" 144 TreatWChar_tAsBuiltInType="true" 151 SuppressStartupBanner="true" 170 SuppressStartupBanner="true" [all...] |
/external/icu4c/samples/ustring/ |
ustring.vcproj | 51 StringPooling="true" 53 EnableFunctionLevelLinking="true" 54 TreatWChar_tAsBuiltInType="true" 61 SuppressStartupBanner="true" 80 SuppressStartupBanner="true" 141 StringPooling="true" 143 EnableFunctionLevelLinking="true" 144 TreatWChar_tAsBuiltInType="true" 151 SuppressStartupBanner="true" 170 SuppressStartupBanner="true" [all...] |
/external/opencore/nodes/common/include/ |
pvmp4h263encextension.h | 80 * @return True if successful, else false. 87 * @return True if successful, else false. 95 * @return True if successful, else false. 104 * @return True if successful, else false. 112 * @return True if successful, else false. 120 * @return True if successful, else false. 128 * @return True if successful, else false. 136 * @param aDataPartitioning Set to true to enable data partitioning, set to false 138 * @return True if successful, else false 146 * @param aRVLC Set to true to enable RVLC, set to false to disabl [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.2.js | 72 array[item++] = new TestCase( SECTION, "typeof new String(true)", "object", typeof new String(true) ); 73 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String(true); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String(true); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") ); 74 array[item++] = new TestCase( SECTION, "(new String(true)).valueOf()", "true", (new String(true)).valueOf() ); 75 array[item++] = new TestCase( SECTION, "(new String(true)).charAt", String.prototype.charAt, (new String(true)).charAt ); 82 array[item++] = new TestCase( SECTION, "typeof new String(new Boolean(true))", "object", typeof new String(new Boolean(true)) ) [all...] |
15.5.4.5-5.js | 73 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(0)", 0x0074, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(0)") ); 74 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(1)", 0x0072, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(1)") ); 75 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(2)", 0x0075, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(2)") ); 76 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(3)", 0x0065, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(3)") ); 77 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(4)", Number.NaN, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(4)") ) [all...] |
/external/webkit/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.cpp | 68 return true; 126 return true; 132 return true; 138 return true; 144 return true; 151 return true; 158 return true; 164 return true; 170 m_editing = true; 229 m_inUndoRedo = true; [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
InputConnectionWrapper.java | 95 mHaveValue = true; 108 mHaveValue = true; 121 mHaveValue = true; 134 mHaveValue = true; 245 return true; 254 return true; 263 return true; 272 return true; 281 return true; 290 return true; [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTests.java | 81 Account account1 = ProviderTestUtils.setupAccount("account-save", true, mMockContext); 141 final Account account1 = ProviderTestUtils.setupAccount("account-1", true, mMockContext); 142 final Account account2 = ProviderTestUtils.setupAccount("account-2", true, mMockContext); 171 final Account account1 = ProviderTestUtils.setupAccount("account-1", true, mMockContext); 172 final Account account2 = ProviderTestUtils.setupAccount("account-2", true, mMockContext); 326 Account account1 = ProviderTestUtils.setupAccount("mailbox-save", true, mMockContext); 328 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, 368 Account account1 = ProviderTestUtils.setupAccount("message-save", true, mMockContext); 370 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, mMockContext); 375 true, mMockContext) [all...] |
/cts/tests/res/layout/ |
animation_layout.xml | 26 android:layout_centerHorizontal="true"/> 32 android:layout_centerHorizontal="true" 39 android:autoText="true" 42 android:layout_centerHorizontal="true" 49 android:layout_centerHorizontal="true" 50 android:layout_alignParentBottom="true">
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstLiteralBits.java | 28 * instance's value, then this method returns {@code true}. 31 * @return {@code true} iff this instance fits in an {@code int} 54 * Returns true if this value can fit in 16 bits with sign-extension. 56 * @return true if the sign-extended lower 16 bits are the same as 69 * Returns true if this value can fit in 8 bits with sign-extension. 71 * @return true if the sign-extended lower 8 bits are the same as
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERBoolean.java | 13 public static final DERBoolean TRUE = new DERBoolean(true); 49 return (value ? TRUE : FALSE); 59 return (octets[0] != 0) ? TRUE : FALSE; 67 * @param explicit true if the object is meant to be explicitly 130 return (value != 0) ? "TRUE" : "FALSE";
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/esf/ |
SignerLocation.java | 38 this.countryName = DERUTF8String.getInstance(o, true); 41 this.localityName = DERUTF8String.getInstance(o, true); 44 this.postalAddress = ASN1Sequence.getInstance(o, true); 131 v.add(new DERTaggedObject(true, 0, countryName)); 136 v.add(new DERTaggedObject(true, 1, localityName)); 141 v.add(new DERTaggedObject(true, 2, postalAddress));
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/ |
SingleResponse.java | 46 (ASN1TaggedObject)seq.getObjectAt(3), true); 48 (ASN1TaggedObject)seq.getObjectAt(4), true); 56 this.nextUpdate = DERGeneralizedTime.getInstance(o, true); 60 this.singleExtensions = X509Extensions.getInstance(o, true); 133 v.add(new DERTaggedObject(true, 0, nextUpdate)); 138 v.add(new DERTaggedObject(true, 1, singleExtensions));
|
TBSRequest.java | 46 version = DERInteger.getInstance((ASN1TaggedObject)seq.getObjectAt(0), true); 61 requestorName = GeneralName.getInstance((ASN1TaggedObject)seq.getObjectAt(index++), true); 68 requestExtensions = X509Extensions.getInstance((ASN1TaggedObject)seq.getObjectAt(index), true); 133 v.add(new DERTaggedObject(true, 0, version)); 138 v.add(new DERTaggedObject(true, 1, requestorName)); 145 v.add(new DERTaggedObject(true, 2, requestExtensions));
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
DocumentBuilderSettingStrategy.java | 59 System.out.println("ignoreComments=true not supported"); 99 return true; 112 return true; 120 factory.setNamespaceAware(true); 121 factory.setValidating(true); 151 return true;
|
/external/proguard/src/proguard/optimize/info/ |
ClassOptimizationInfo.java | 44 isInstantiated = true; 56 isInstanceofed = true; 68 isDotClassed = true; 80 isCaught = true; 92 containsPackageVisibleMembers = true; 104 invokesPackageVisibleMembers = true;
|