HomeSort by relevance Sort by last modified time
    Searched full:representation (Results 76 - 100 of 5493) sorted by null

1 2 34 5 6 7 8 91011>>

  /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 167 public void loadEditorPanel(FilterRepresentation representation,
169 if (representation.getEditorId() == ImageOnlyEditor.ID) {
245 for (FilterRepresentation representation : filtersRepresentations) {
246 if (representation.getTextId() != 0) {
247 representation.setName(getString(representation.getTextId()));
249 mCategoryFiltersAdapter.add(new Action(this, representation));
276 for (FilterRepresentation representation : filtersRepresentations) {
277 mCategoryGeometryAdapter.add(new Action(this, representation));
373 for (FilterRepresentation representation : borders)
420 FilterRepresentation representation = copy.getRepresentation(filterRepresentation); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9Curve.java 65 ASN1ObjectIdentifier representation local
71 if (representation.equals(tpBasis))
73 // Trinomial basis representation
79 // Pentanomial basis representation
  /external/chromium/base/third_party/dmg_fp/
LICENSE 15 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
NOTICE 15 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
  /external/chromium/chrome/browser/extensions/
extension_bookmark_helpers.h 25 // Add a JSON representation of |node| to the JSON |list|.
  /external/easymock/src/org/easymock/
AbstractMatcher.java 59 * @return a <code>String</code> representation of the argument.
116 * Returns a string representation of the matcher. This convenience
122 * the arguments to be used in the string representation.
123 * @return a string representation of the matcher.
  /external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 4 We met to discuss the LLVM instruction format and bytecode representation:
21 common case and inflate the instruction representation with another
39 representation. This is one example of an analysis result that may be
43 to the order of occurrence in the bytecode representation.
  /external/skia/include/core/
SkFloatBits.h 39 /** Given the bit representation of a float, return its value cast to an int.
44 /** Given the bit representation of a float, return its floor as an int.
49 /** Given the bit representation of a float, return it rounded to an int.
54 /** Given the bit representation of a float, return its ceiling as an int.
  /external/skia/legacy/include/core/
SkFloatBits.h 39 /** Given the bit representation of a float, return its value cast to an int.
44 /** Given the bit representation of a float, return its floor as an int.
49 /** Given the bit representation of a float, return it rounded to an int.
54 /** Given the bit representation of a float, return its ceiling as an int.
  /external/smack/src/org/xbill/DNS/
ExtendedFlags.java 37 * Converts a textual representation of an extended flag into its numeric
  /external/v8/src/
fast-dtoa.h 35 // Computes the shortest representation of the given input. The returned
39 // Computes a representation where the precision (number of digits) is
48 // Provides a decimal representation of v.
61 // The digits in the buffer are the shortest representation possible. E.g.
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
patent_disclaimer.txt 4 Google makes no representation or warranty that the source code made available hereunder is
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
patent_disclaimer.txt 4 Google makes no representation or warranty that the source code made available hereunder is
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
patent_disclaimer.txt 4 Google makes no representation or warranty that the source code made available hereunder is
  /system/core/include/cutils/
cpu_info.h 24 /* returns a string contiaining an ASCII representation of the CPU serial number,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagVerifier.java 45 /** @return {@link CharSequence} representation of the data written to the tag */
50 /** @return {@link CharSequence} representation of the data read back from the tag */
  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 46 _Unwind_VRS_DataRepresentation representation,
52 _Unwind_VRS_DataRepresentation representation,

Completed in 2292 milliseconds

1 2 34 5 6 7 8 91011>>