HomeSort by relevance Sort by last modified time
    Searched refs:impl (Results 76 - 100 of 1167) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DataViewCustom.h 66 inline v8::Handle<v8::Object> wrap(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<DataView>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<DataView>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<DataView>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(DataView* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<DataView>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(DataView* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<DataView>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8Float32ArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Float32Array>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Float32Array>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Float32Array>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Float32Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Float32Array>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Float32Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Float32Array>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8Float64ArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Float64Array>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Float64Array>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Float64Array>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Float64Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Float64Array>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Float64Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Float64Array>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8ImageDataCustom.cpp 38 v8::Handle<v8::Object> wrap(ImageData* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
40 ASSERT(impl);
41 v8::Handle<v8::Object> wrapper = V8ImageData::createWrapper(impl, creationContext, isolate);
44 v8::Handle<v8::Value> pixelArray = toV8(impl->data(), creationContext, isolate);
V8Int16ArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Int16Array>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Int16Array>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Int16Array>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Int16Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Int16Array>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Int16Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Int16Array>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8Int32ArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Int32Array>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Int32Array>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Int32Array>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Int32Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Int32Array>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Int32Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Int32Array>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8Int8ArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Int8Array>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Int8Array>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Int8Array>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Int8Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Int8Array>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Int8Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Int8Array>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8SVGDocumentCustom.cpp 41 v8::Handle<v8::Object> wrap(SVGDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
43 ASSERT(impl);
44 v8::Handle<v8::Object> wrapper = V8SVGDocument::createWrapper(impl, creationContext, isolate);
48 if (Frame* frame = impl->frame())
V8Uint16ArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Uint16Array>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Uint16Array>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Uint16Array>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Uint16Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Uint16Array>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Uint16Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Uint16Array>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8Uint32ArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Uint32Array>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Uint32Array>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Uint32Array>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Uint32Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Uint32Array>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Uint32Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Uint32Array>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8Uint8ArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Uint8Array>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Uint8Array>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Uint8Array>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Uint8Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Uint8Array>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Uint8Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Uint8Array>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
V8Uint8ClampedArrayCustom.h 66 inline v8::Handle<v8::Object> wrap(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
68 return V8TypedArray<Uint8ClampedArray>::wrap(impl, creationContext, isolate);
71 inline v8::Handle<v8::Value> toV8(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Uint8ClampedArray>::toV8(impl, creationContext, isolate);
76 inline v8::Handle<v8::Value> toV8ForMainWorld(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
78 return V8TypedArray<Uint8ClampedArray>::toV8ForMainWorld(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8Fast(Uint8ClampedArray* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Uint8ClampedArray>::toV8Fast(impl, container, wrappable);
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Uint8ClampedArray* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Uint8ClampedArray>::toV8FastForMainWorld(impl, container, wrappable)
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/
JavascriptParserFactory.java 19 import com.google.streamhtmlparser.impl.JavascriptParserImpl;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
base.h 42 #include <profile/impl/profiler.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
base.h 42 #include <profile/impl/profiler.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
base.h 42 #include <profile/impl/profiler.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
base.h 35 #include <profile/impl/profiler.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
base.h 42 #include <profile/impl/profiler.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
base.h 35 #include <profile/impl/profiler.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
base.h 35 #include <profile/impl/profiler.h>
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
TypeResolver.java 5 package javax.jmdns.impl.tasks.resolver;
9 import javax.jmdns.impl.DNSOutgoing;
10 import javax.jmdns.impl.DNSQuestion;
11 import javax.jmdns.impl.DNSRecord;
12 import javax.jmdns.impl.JmDNSImpl;
13 import javax.jmdns.impl.JmDNSImpl.ServiceTypeEntry;
14 import javax.jmdns.impl.constants.DNSConstants;
15 import javax.jmdns.impl.constants.DNSRecordClass;
16 import javax.jmdns.impl.constants.DNSRecordType;
36 * @see javax.jmdns.impl.tasks.DNSTask#getName(
    [all...]
  /external/srec/shared/src/
HashMapImpl.c 32 HashMapImpl* impl; local
37 impl = NEW(HashMapImpl, MTAG);
38 if (impl == NULL)
41 if ((rc = PHashTableCreate(hashArgs, MTAG, &impl->table)) != ESR_SUCCESS)
43 FREE(impl);
47 impl->Interface.put = &HashMap_Put;
48 impl->Interface.remove = &HashMap_Remove;
49 impl->Interface.removeAndFree = &HashMap_RemoveAndFree;
50 impl->Interface.removeAll = &HashMap_RemoveAll;
51 impl->Interface.removeAndFreeAll = &HashMap_RemoveAndFreeAll
81 HashMapImpl* impl = (HashMapImpl*) self; local
179 HashMapImpl* impl = (HashMapImpl*) self; local
190 HashMapImpl* impl = (HashMapImpl*) self; local
225 HashMapImpl* impl = (HashMapImpl*) self; local
240 HashMapImpl* impl = (HashMapImpl*) self; local
255 HashMapImpl* impl = (HashMapImpl*) self; local
276 HashMapImpl* impl = (HashMapImpl*) self; local
282 HashMapImpl* impl = (HashMapImpl*) self; local
    [all...]
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 259 SR_AcousticModelsImpl* impl; local
263 impl = NEW(SR_AcousticModelsImpl, MTAG);
264 if (impl == NULL)
269 impl->Interface.destroy = &SR_AcousticModels_Destroy;
270 impl->Interface.save = &SR_AcousticModels_Save;
271 impl->Interface.setParameter = &SR_AcousticModels_SetParameter;
272 impl->Interface.getParameter = &SR_AcousticModels_GetParameter;
273 impl->Interface.getCount = &SR_AcousticModels_GetCount;
274 impl->Interface.getID = &SR_AcousticModels_GetID;
275 impl->Interface.setID = &SR_AcousticModels_SetID
424 SR_AcousticModelsImpl* impl = (SR_AcousticModelsImpl*) self; local
481 SR_AcousticModelsImpl* impl = (SR_AcousticModelsImpl*) self; local
517 SR_AcousticModelsImpl* impl = (SR_AcousticModelsImpl*) self; local
544 SR_AcousticModelsImpl* impl = (SR_AcousticModelsImpl*) self; local
569 SR_AcousticModelsImpl* impl = (SR_AcousticModelsImpl*)self; local
587 SR_AcousticModelsImpl* impl = (SR_AcousticModelsImpl*) self; local
656 SR_AcousticModelsImpl* impl = (SR_AcousticModelsImpl*) self; local
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 156 SR_EventLogImpl *impl, *any_existing_eventlog; local
182 impl = NEW(SR_EventLogImpl, MTAG);
183 if (impl == NULL)
189 impl->Interface.destroy = &SR_EventLog_Destroy;
190 impl->Interface.event = &SR_EventLog_Event;
191 impl->Interface.token = &SR_EventLog_Token;
192 impl->Interface.tokenInt = &SR_EventLog_TokenInt;
193 impl->Interface.tokenUint16_t = &SR_EventLog_TokenUint16_t;
194 impl->Interface.tokenSize_t = &SR_EventLog_TokenSize_t;
195 impl->Interface.tokenBool = &SR_EventLog_TokenBool
292 SR_EventLogImpl* impl = (SR_EventLogImpl*) self; local
337 SR_EventLogImpl *impl = (SR_EventLogImpl *)self; local
391 SR_EventLogImpl *impl = (SR_EventLogImpl *)self; local
406 SR_EventLogImpl *impl = (SR_EventLogImpl *)self; local
421 SR_EventLogImpl *impl = (SR_EventLogImpl *)self; local
444 SR_EventLogImpl *impl = (SR_EventLogImpl *)self; local
528 SR_EventLogImpl *impl = (SR_EventLogImpl *)self; local
590 SR_EventLogImpl *impl = (SR_EventLogImpl *)self; local
643 SR_EventLogImpl *impl = (SR_EventLogImpl*) self; local
672 SR_EventLogImpl *impl = (SR_EventLogImpl*) self; local
691 SR_EventLogImpl *impl = (SR_EventLogImpl*) self; local
714 SR_EventLogImpl *impl = (SR_EventLogImpl*) self; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8Float64Array.h 47 static inline void* toInternalPointer(Float64Array* impl)
49 return V8ArrayBufferView::toInternalPointer(impl);
70 v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
72 inline v8::Handle<v8::Value> toV8(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
74 if (UNLIKELY(!impl))
76 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8Float64Array>(impl, isolate);
79 return wrap(impl, creationContext, isolate);
82 inline v8::Handle<v8::Value> toV8ForMainWorld(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
85 if (UNLIKELY(!impl))
87 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapperForMainWorld<V8Float64Array>(impl);
    [all...]

Completed in 482 milliseconds

1 2 34 5 6 7 8 91011>>