HomeSort by relevance Sort by last modified time
    Searched defs:representation (Results 1 - 14 of 14) sorted by null

  /external/v8/test/cctest/
gay-shortest.h 36 const char* representation; member in struct:v8::internal::PrecomputedShortest
gay-fixed.h 37 const char* representation; member in struct:v8::internal::PrecomputedFixed
gay-precision.h 37 const char* representation; member in struct:v8::internal::PrecomputedPrecision
  /external/stlport/test/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
  /ndk/tests/device/test-gnustl-full/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
  /ndk/tests/device/test-stlport/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9Curve.java 65 DERObjectIdentifier representation local
71 if (representation.equals(tpBasis))
73 // Trinomial basis representation
79 // Pentanomial basis representation
  /external/webkit/Source/WebKit/win/
WebDataSource.cpp 185 HRESULT STDMETHODCALLTYPE WebDataSource::representation( function in class:WebDataSource
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 309 // * representation. Both trinomial (TPB) and pentanomial (PPB) polynomial
311 // * representation is not supported.
318 // * Indicates gaussian normal basis representation (GNB). Number chosen
324 // * Indicates trinomial basis representation (TPB). Number chosen
330 // * Indicates pentanomial basis representation (PPB). Number chosen
338 // private int representation;
398 // this.representation = TPB;
412 // this.representation = PPB;
459 // * (having the same representation).
465 // * representation).
797 private int representation; field in class:ECFieldElement.F2m
    [all...]
  /external/v8/src/
serialize.cc 1417 int representation; local
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 30 /// Class representing optional flags with location and representation
34 OptionalFlag(const char *Representation)
35 : representation(Representation), flag(false) {}
47 const char *toString() const { return representation; }
56 const char *representation; member in class:clang::analyze_format_string::OptionalFlag
  /frameworks/base/core/java/android/net/
Uri.java 342 * Compares the string representation of this Uri with that of
350 * Returns the encoded string representation of this URI.
356 * Return a string representation of the URI that is safe to print
459 /** URI string representation. */
2073 int representation = parcel.readInt(); local
2258 int representation = parcel.readInt(); local
    [all...]
  /external/v8/include/
v8.h 541 * Returns a serialized representation of this ScriptData that can later be
740 * Representation of a JavaScript stack trace. The information collected is a
992 * representation of this string.
3626 int representation = (instance_type & kFullStringRepresentationMask); local
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 283 milliseconds