/external/v8/test/cctest/ |
test-dtoa.cc | 46 static void TrimRepresentation(Vector<char> representation) { 47 int len = StrLength(representation.start()); 50 if (representation[i] != '0') break; 52 representation[i + 1] = '\0'; 282 CHECK_EQ(current_test.representation, buffer.start()); 305 CHECK_EQ(current_test.representation, buffer.start()); 329 CHECK_EQ(current_test.representation, buffer.start());
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeFactory.java | 141 * specifying the <code>Duration</code> as its string representation, "PnYnMnDTnHnMnS", 159 * @param lexicalRepresentation <code>String</code> representation of a <code>Duration</code>. 163 * @throws IllegalArgumentException If <code>lexicalRepresentation</code> is not a valid representation of a <code>Duration</code>. 189 * <li>{@link XMLGregorianCalendar} Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation</li> 228 * @throws IllegalArgumentException If values are not a valid representation of a <code>Duration</code>. 257 * @throws IllegalArgumentException If values are not a valid representation of a <code>Duration</code>. 307 * <p>Create a <code>Duration</code> of type <code>xdt:dayTimeDuration</code> by parsing its <code>String</code> representation, 312 * whose lexical representation contains only day, hour, minute, and second components. 322 * @param lexicalRepresentation Lexical representation of a duration. 334 // The lexical representation must match the pattern [^YM]*(T.*) [all...] |
/external/v8/src/ |
hydrogen-instructions.cc | 56 const char* Representation::Mnemonic() const { 78 void HValue::AssumeRepresentation(Representation r) { 81 // The representation of the value is dictated by type feedback and 350 if (!other->representation().Equals(representation())) return false; 437 if (!representation().IsTagged() || type().Equals(HType::Tagged())) return; 852 if (!representation().IsInteger32()) return this; 870 if (!representation().IsInteger32()) return this; 877 if (!representation().IsInteger32()) return this; 1023 result->set_can_be_minus_zero(!representation().IsInteger32()) [all...] |
/external/proguard/src/proguard/classfile/constant/ |
Utf8Constant.java | 155 * Switches to a byte array representation of the UTF-8 data. 168 * Switches to a String representation of the UTF-8 data. 181 * Returns the modified UTF-8 byte array representation of the given string. 213 // The 0 character gets a two-byte representation in classes. 242 * Returns the String representation of the given modified UTF-8 byte array.
|
/libcore/harmony-tests/src/test/java/tests/api/java/math/ |
BigDecimalTest.java | 66 assertTrue("the double representation is not correct", big 69 assertTrue("the double representation is not correct", big 72 assertTrue("the double representation is not correct", big 77 "the double representation of 0.1 bigDecimal is not correct", 81 "the double representation of 0.00345 bigDecimal is not correct", 86 "the double representation of -0.0 bigDecimal is not correct", 225 "the unscaledValue representation of 123459.08/2.335 is not correct", 272 // "the double representation of this BigDecimal is not correct", 275 assertTrue("the double representation of bigDecimal is not correct", 278 assertTrue("the double representation of bigDecimal is not correct" [all...] |
/libcore/luni/src/main/java/java/lang/ |
StringBuffer.java | 102 * Adds the string representation of the specified boolean to the end of 131 * Adds the string representation of the specified double to the end of this 145 * Adds the string representation of the specified float to the end of this 159 * Adds the string representation of the specified integer to the end of 173 * Adds the string representation of the specified long to the end of this 187 * Adds the string representation of the specified object to the end of this 192 * string representation. 328 * Appends the string representation of the specified Unicode code point to 444 * Inserts the string representation of the specified boolean into this 460 * Inserts the string representation of the specified integer into thi [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterGradRepresentation.java | 140 FilterGradRepresentation representation = new FilterGradRepresentation(); local 141 copyAllParameters(representation); 142 return representation; 146 protected void copyAllParameters(FilterRepresentation representation) { 147 super.copyAllParameters(representation); 148 representation.useParametersFrom(this); 152 public boolean equals(FilterRepresentation representation) { 153 if (representation instanceof FilterGradRepresentation) { 154 FilterGradRepresentation rep = (FilterGradRepresentation) representation;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
wchar.h | 303 character set whose multibyte representation is a single byte. */ 310 /* Write wide character representation of multibyte character pointed 316 /* Write multibyte representation of wide character WC to S. */ 353 /* Write wide character representation of multibyte character string 359 /* Write multibyte character representation of wide character string 368 /* Write wide character representation of at most NMC bytes of the 374 /* Write multibyte character representation of at most NWC characters 396 representation. */ 414 representation. */ 419 representation. * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
wchar.h | 303 character set whose multibyte representation is a single byte. */ 310 /* Write wide character representation of multibyte character pointed 316 /* Write multibyte representation of wide character WC to S. */ 353 /* Write wide character representation of multibyte character string 359 /* Write multibyte character representation of wide character string 368 /* Write wide character representation of at most NMC bytes of the 374 /* Write multibyte character representation of at most NWC characters 396 representation. */ 414 representation. */ 419 representation. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
wchar.h | 303 character set whose multibyte representation is a single byte. */ 310 /* Write wide character representation of multibyte character pointed 316 /* Write multibyte representation of wide character WC to S. */ 353 /* Write wide character representation of multibyte character string 359 /* Write multibyte character representation of wide character string 368 /* Write wide character representation of at most NMC bytes of the 374 /* Write multibyte character representation of at most NWC characters 396 representation. */ 414 representation. */ 419 representation. * [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-gap-resolver-arm.cc | 250 Representation r = cgen_->IsSmi(constant_source) 251 ? Representation::Smi() : Representation::Integer32(); 264 Representation r = cgen_->IsSmi(constant_source) 265 ? Representation::Smi() : Representation::Integer32();
|
/external/chromium_org/v8/src/mips/ |
lithium-gap-resolver-mips.cc | 254 Representation r = cgen_->IsSmi(constant_source) 255 ? Representation::Smi() : Representation::Integer32(); 268 Representation r = cgen_->IsSmi(constant_source) 269 ? Representation::Smi() : Representation::Integer32();
|
/frameworks/base/core/java/android/transition/ |
Crossfade.java | 64 * between the old and new representation of all affected target 65 * views. This means that the old representation will fade out 74 * new representation of all affected target views. This means 75 * that the old representation will fade out, gradually 76 * revealing the new representation, which remains opaque 85 * out the original representation completely and then fade in the
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StateView.java | 301 FilterRepresentation representation = getState().getFilterRepresentation(); local 302 activity.removeFilterRepresentation(representation); 327 FilterRepresentation representation = getState().getFilterRepresentation(); local 332 && representation != image.getCurrentFilterRepresentation() 333 && preset.getRepresentation(representation) != null) { 334 activity.showRepresentation(representation);
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
TimeImpl.java | 40 * Creates a TimeImpl representation of a time-value represented as a String. 62 * @param timeValue A String in the representation specified above 101 * Converts a String representation of a clock value into the float 102 * representation used in this API. 122 * @param clockValue A String in the representation specified above 124 * representation given as the parameter
|
/cts/libs/vogar-expect/src/vogar/util/ |
TimeUtilities.java | 55 * Returns a string representation of the given number of milliseconds. 62 * Returns a string representation of the given number of nanoseconds.
|
/development/testrunner/ |
android_manifest.py | 18 """In memory representation of AndroidManifest.xml file. 31 """In memory representation of AndroidManifest.xml file."""
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
LocaleTest.java | 351 assertEquals("Returned incorrect string representation", "en_CA_WIN32", testLocale 355 assertEquals("Wrong representation 1", "en", l.toString()); 357 assertEquals("Wrong representation 2", "_CA", l.toString()); 361 assertEquals("Wrong representation 2.5", "_CA_var", l.toString()); 363 assertEquals("Wrong representation 4", "en__WIN", l.toString()); 365 assertEquals("Wrong representation 6", "en_CA", l.toString()); 367 assertEquals("Wrong representation 7", "en_CA_VAR", l.toString()); 370 assertEquals("Wrong representation 8", "", l.toString());
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemWhen.java | 73 * Get an integer representation of the element type. 75 * @return An integer representation of the element, defined in the
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
BCDSAPrivateKey.java | 87 * Return a PKCS8 representation of the key. The sequence returned 90 * @return a PKCS8 representation of the key.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCEDHPrivateKey.java | 118 * Return a PKCS8 representation of the key. The sequence returned 121 * @return a PKCS8 representation of the key.
|
JDKDSAPrivateKey.java | 89 * Return a PKCS8 representation of the key. The sequence returned 92 * @return a PKCS8 representation of the key.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sslidentity.h | 49 // The length of the string representation of the certificate is 62 // Returns a PEM encoded string representation of the certificate.
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_condition.h | 34 // Representation of a condition in the Declarative Content API. A condition 73 // Returns a URLMatcherConditionSet::ID which is the canonical representation
|
/external/chromium_org/chrome/browser/policy/ |
registry_dict_win.h | 29 // In-memory representation of a registry subtree. Using a 71 // Converts the dictionary to base::Value representation. For key/value name
|