HomeSort by relevance Sort by last modified time
    Searched refs:representation (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/WebKit/mac/WebView/
WebDataSource.mm 70 id <WebDocumentRepresentation> representation;
98 [representation release];
124 - (void)_setRepresentation:(id<WebDocumentRepresentation>)representation
126 [_private->representation release];
127 _private->representation = [representation retain];
218 [[self representation] finishedLoadingWithDataSource:self];
226 [[self representation] receivedData:data withDataSource:self];
236 [[self representation] receivedError:error withDataSource:self];
350 if (![[self representation] isKindOfClass:repClass])
    [all...]
WebDataSource.h 46 representation of the data. WebDataSources manage a hierarchy of WebFrames.
72 @method representation
73 @discussion A representation holds a type specific representation
74 of the datasource's data. The representation class is determined by mapping
75 a MIME type to a class. The representation is created once the MIME type
77 @result Returns the representation associated with this datasource.
78 Returns nil if the datasource hasn't created it's representation.
80 - (id <WebDocumentRepresentation>)representation;
  /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-undefined.js 31 // Create mirror and JSON representation.
45 // Test text representation
48 // Parse JSON representation and check.
mirror-date.js 32 // Create mirror and JSON representation.
48 // Test text representation
51 // Parse JSON representation and check.
mirror-function.js 44 // Create mirror and JSON representation.
69 // Test text representation
72 // 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-string.js 34 // Create mirror and JSON representation.
49 // Test text representation
57 // Parse JSON representation and check.
mirror-regexp.js 55 // Create mirror and JSON representation.
78 // Test text representation
81 // Parse JSON representation and check.
mirror-error.js 44 // Create mirror and JSON representation.
63 // Parse JSON representation and check.
mirror-script.js 33 // Create mirror and JSON representation.
66 // Parse JSON representation and check.
mirror-array.js 44 // Create mirror and JSON representation.
75 // Parse JSON representation and check.
mirror-unresolved-function.js 68 // Parse JSON representation of unresolved functions and check.
  /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" );
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 76 // A textual representation of a day, three letters
80 // A full textual representation of a month
118 // A full textual representation of the day of the week
135 // Numeric representation of a month, with leading zeros
141 // A short textual representation of a month, three letters
145 // Numeric representation of a month, without leading zeros
227 // Numeric representation of the day of the week
232 // A full numeric representation of a year, 4 digits
254 // A two-digit representation of a year
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 76 // A textual representation of a day, three letters
80 // A full textual representation of a month
118 // A full textual representation of the day of the week
135 // Numeric representation of a month, with leading zeros
141 // A short textual representation of a month, three letters
145 // Numeric representation of a month, without leading zeros
227 // Numeric representation of the day of the week
232 // A full numeric representation of a year, 4 digits
254 // A two-digit representation of a year
  /ndk/sources/android/stlport/test/unit/
bitset_test.cpp 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); local
68 CPPUNIT_ASSERT( representation == "1000100010001" );
  /external/v8/src/
serialize.h 412 ReferenceRepresentation representation)
416 reference_representation_(representation),
443 ReferenceRepresentation representation) = 0;
495 ReferenceRepresentation representation);
530 ReferenceRepresentation representation);
  /external/webkit/WebKit/win/Interfaces/
IWebDataSource.idl 53 representation of the data. WebDataSources manage a hierarchy of WebFrames.
83 @method representation
84 @discussion A representation holds a type specific representation
85 of the datasource's data. The representation class is determined by mapping
86 a MIME type to a class. The representation is created once the MIME type
88 @result Returns the representation associated with this datasource.
89 Returns nil if the datasource hasn't created it's representation.
90 - (id <WebDocumentRepresentation>)representation;
92 HRESULT representation([out, retval] IWebDocumentRepresentation** rep)
    [all...]
  /external/webkit/WebKit/win/
WebDataSource.h 59 virtual HRESULT STDMETHODCALLTYPE representation(
WebDataSource.cpp 175 HRESULT STDMETHODCALLTYPE WebDataSource::representation( function in class:WebDataSource
  /system/core/debuggerd/
unwind-arm.c 184 _Unwind_VRS_DataRepresentation representation,
197 if (representation != _UVRSD_UINT32)
pr-support.c 49 _Unwind_VRS_DataRepresentation representation,
  /external/guava/src/com/google/common/primitives/
generate.sh 290 * Returns a big-endian representation of {@code value} in a ?-element byte
308 * Returns the {@code primtyp} value whose big-endian representation is

Completed in 419 milliseconds

1 2