/external/javassist/src/main/javassist/compiler/ |
NoFieldException.java | 24 /* NAME must be JVM-internal representation. 32 /* The returned name should be JVM-internal representation.
|
/external/skia/src/sfnt/ |
SkOTTableTypes.h | 25 //16.16 Signed fixed point representation. 27 //2.14 Signed fixed point representation.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
quote.c | 26 /* Return an unambiguous printable representation of NAME, 34 /* Return an unambiguous printable representation of NAME,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterUserPresetRepresentation.java | 45 FilterRepresentation representation = new FilterUserPresetRepresentation(getName(), local 47 return representation;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9Curve.java | 63 ASN1ObjectIdentifier representation local 70 if (representation.equals(tpBasis)) 72 // Trinomial basis representation 75 else if (representation.equals(ppBasis)) 77 // Pentanomial basis representation
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
ClipboardTest.java | 32 // String to search for in the HTML representation on the clipboard. 36 * Tests that copying document fragments will put at least a plain-text representation 38 * the HTML representation of the fragment to be available. 71 // and higher we expect HTML content, for other versions the plain-text representation. 75 // Android JellyBean and higher should have a HTML representation on the clipboard as well.
|
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 440 : Representation(Other.Representation), Buffer(0), 463 Representation = Other.Representation; 504 Representation = NestedNameSpecifier::Create(Context, Representation, 517 Representation = NestedNameSpecifier::Create(Context, Representation, 529 Representation = NestedNameSpecifier::Create(Context, Representation, [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-arm.cc | 383 hydrogen()->value()->representation().IsDouble()); 695 if (instr->representation().IsTagged()) { 696 ASSERT(instr->left()->representation().IsTagged()); 697 ASSERT(instr->right()->representation().IsTagged()); 705 ASSERT(instr->representation().IsSmiOrInteger32()); 706 ASSERT(instr->left()->representation().Equals(instr->representation())); 707 ASSERT(instr->right()->representation().Equals(instr->representation())); 720 if (instr->representation().IsSmi() && constant_value > 0) [all...] |
/libcore/luni/src/main/java/java/util/jar/ |
Pack200.java | 109 * a String representation for {@code error}. 114 * a String representation of {@code false}. 124 * a String representation for {@code keep}. 134 * a String representation for {@code latest}. 150 * a String representation of {@code pass}. 170 * a String representation of {@code strip}. 175 * a String representation of {@code true}. 246 * a String representation of {@code false}. 251 * a String representation of {@code keep}. 261 * a String representation of {@code true} [all...] |
/libcore/luni/src/main/java/javax/security/auth/x500/ |
X500Principal.java | 32 * OU=SomeOrgUnit, C=US"}. The class can be instantiated from a byte representation 114 * Creates a new X500Principal from a string representation of a 118 * the string representation of the distinguished name 121 * if the string representation of the distinguished name is 173 * Returns an ASN.1 DER-encoded representation of the distinguished name 176 * @return the ASN.1 DER-encoded representation 186 * Returns a human-readable string representation of the distinguished name 189 * @return the string representation 196 * Returns a string representation of the distinguished name contained in 197 * this X.500 principal. The format of the representation can be chosen [all...] |
/external/chromium_org/ui/gfx/image/ |
image.h | 10 // The lifetime of both the initial representation and any converted ones are 16 // Images can be empty, in which case they have no backing representation. 73 // default representation. 77 // representation. 116 // Converts the Image to the desired representation and stores it internally. 183 // Set the default representation's color space. This is used for converting 190 // Returns the type of the default representation. 194 // representation of that type (and must_exist is false). 198 // Stores a representation into the map.
|
/external/chromium_org/v8/test/mjsunit/ |
mirror-boolean.js | 32 // Create mirror and JSON representation. 47 // Test text representation 50 // Parse JSON representation and check.
|
mirror-null.js | 31 // Create mirror and JSON representation. 45 // Test text representation 48 // Parse JSON representation and check.
|
mirror-number.js | 32 // Create mirror and JSON representation. 47 // Test text representation 50 // Parse JSON representation and check.
|
mirror-undefined.js | 31 // Create mirror and JSON representation. 45 // Test text representation 48 // Parse JSON representation and check.
|
/external/jsilver/src/com/google/streamhtmlparser/ |
ExternalState.java | 22 * A representation of the parser state suitable for use by the caller 71 * Returns the string representation of this external state. 72 * The details of this representation are subject to change.
|
/external/llvm/include/llvm/CodeGen/ |
MachineFunctionPass.h | 13 // representation, MachineFunctionPass's are not allowed to modify the LLVM 14 // representation. Due to this limitation, the MachineFunctionPass class takes 30 /// representation. Instead of overriding runOnFunction, subclasses
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
PEPItem.java | 68 * Returns the XML representation of a Personal Event Publish according the specification. 70 * Usually the XML representation will be inside of a Message XML representation like
|
/external/srec/shared/include/ |
ESR_Locale.h | 70 * Given a locale, returns its string representation. 78 * Given a locale's string representation, returns the associated ESR_Locale handle. 80 * @param str String representation of locale
|
/external/v8/test/mjsunit/ |
mirror-boolean.js | 32 // Create mirror and JSON representation. 47 // Test text representation 50 // Parse JSON representation and check.
|
mirror-null.js | 31 // Create mirror and JSON representation. 45 // Test text representation 48 // Parse JSON representation and check.
|
mirror-number.js | 32 // Create mirror and JSON representation. 47 // Test text representation 50 // Parse JSON representation and check.
|
mirror-undefined.js | 31 // Create mirror and JSON representation. 45 // Test text representation 48 // Parse JSON representation and check.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
FilterShowActivity.java | 302 public void loadEditorPanel(FilterRepresentation representation, 304 if (representation.getEditorId() == ImageOnlyEditor.ID) { 463 for (FilterRepresentation representation : filtersRepresentations) { 464 if (representation.getTextId() != 0) { 465 representation.setName(getString(representation.getTextId())); 467 mCategoryFiltersAdapter.add(new Action(this, representation)); 479 for (FilterRepresentation representation : filtersRepresentations) { 480 mCategoryGeometryAdapter.add(new Action(this, representation)); 481 if (representation instanceof FilterDrawRepresentation) 486 FilterRepresentation representation = new FilterDrawRepresentation(); local 636 FilterRepresentation representation = copy.getRepresentation(filterRepresentation); local 1140 FilterUserPresetRepresentation representation = presets.get(i); local [all...] |
/external/chromium/base/third_party/dmg_fp/ |
LICENSE | 15 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
|