HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 501 - 525 of 4624) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 40 SpeechRecognition* SpeechRecognition::create(ExecutionContext* context) function in class:blink::SpeechRecognition
80 dispatchEvent(Event::create(EventTypeNames::audiostart));
85 dispatchEvent(Event::create(EventTypeNames::soundstart));
90 dispatchEvent(Event::create(EventTypeNames::speechstart));
95 dispatchEvent(Event::create(EventTypeNames::speechend));
100 dispatchEvent(Event::create(EventTypeNames::soundend));
105 dispatchEvent(Event::create(EventTypeNames::audioend));
135 dispatchEvent(Event::create(EventTypeNames::start));
143 dispatchEvent(Event::create(EventTypeNames::end));
170 , m_grammars(SpeechGrammarList::create()) // FIXME: The spec is not clear on the default value for the grammars attribute
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSColorMatrixTest.java 57 Allocation rsInput = Allocation.createTyped(mRS, build.create());
58 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
61 ScriptIntrinsicColorMatrix cm = ScriptIntrinsicColorMatrix.create(mRS, Element.RGBA_8888(mRS));
69 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
88 Allocation rsInput = Allocation.createTyped(mRS, build.create());
89 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
92 ScriptIntrinsicColorMatrix cm = ScriptIntrinsicColorMatrix.create(mRS, Element.RGBA_8888(mRS));
99 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
122 Allocation rsInput = Allocation.createTyped(mRS, build.create());
123 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
    [all...]
RSConvolveTest.java 57 Allocation rsInput = Allocation.createTyped(mRS, build.create());
58 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
60 ScriptIntrinsicConvolve3x3 convolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.A_8(mRS));
68 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
105 RenderScript mRS = RenderScript.create(getContext());
114 Allocation rsInput = Allocation.createTyped(mRS, build.create());
115 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
117 ScriptIntrinsicConvolve5x5 convolve = ScriptIntrinsicConvolve5x5.create(mRS, Element.A_8(mRS));
125 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.h 76 static PassRefPtr<SerializedScriptValue> create(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, ExceptionState&, v8::Isolate*);
79 static PassRefPtr<SerializedScriptValue> create(const String&);
80 static PassRefPtr<SerializedScriptValue> create(const String&, v8::Isolate*);
81 static PassRefPtr<SerializedScriptValue> create();
82 static PassRefPtr<SerializedScriptValue> create(const ScriptValue&, WebBlobInfoArray*, ExceptionState&, v8::Isolate*);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorState.h 68 void setBoolean(const String& propertyName, bool value) { setValue(propertyName, JSONBasicValue::create(value)); }
69 void setString(const String& propertyName, const String& value) { setValue(propertyName, JSONString::create(value)); }
70 void setLong(const String& propertyName, long value) { setValue(propertyName, JSONBasicValue::create((double)value)); }
71 void setDouble(const String& propertyName, double value) { setValue(propertyName, JSONBasicValue::create(value)); }
96 , m_stateObject(JSONObject::create())
TimelineRecordFactory.cpp 50 RefPtr<TimelineEvent> record = TimelineEvent::create()
65 RefPtr<TimelineEvent> record = TimelineEvent::create()
75 RefPtr<JSONObject> data = JSONObject::create();
82 RefPtr<JSONObject> data = JSONObject::create();
91 RefPtr<JSONObject> data = JSONObject::create();
98 RefPtr<JSONObject> data = JSONObject::create();
105 RefPtr<JSONObject> data = JSONObject::create();
114 RefPtr<JSONObject> data = JSONObject::create();
122 RefPtr<JSONObject> data = JSONObject::create();
129 RefPtr<JSONObject> data = JSONObject::create();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.h 40 static Acceleration* create(bool canProvideX, double x, bool canProvideY, double y, bool canProvideZ, double z);
65 static RotationRate* create(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma);
88 static DeviceMotionData* create();
89 static DeviceMotionData* create(
95 static DeviceMotionData* create(const WebDeviceMotionData&);
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.cpp 87 RefPtr<ScriptPromiseResolver> resolver = ScriptPromiseResolver::create(scriptState);
92 resolver->reject(DOMError::create(NotSupportedError));
97 OwnPtrWillBeRawPtr<StorageQuotaCallbacks> callbacks = StorageQuotaCallbacksImpl::create(resolver);
106 RefPtr<ScriptPromiseResolver> resolver = ScriptPromiseResolver::create(scriptState);
108 resolver->reject(DOMError::create(NotSupportedError));
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessInitializer.cpp 41 m_accessor = MIDIAccessor::create(this);
53 reject(DOMError::create("SecurityError"));
74 resolve(MIDIAccess::create(m_accessor.release(), m_requestSysex, m_portDescriptors, executionContext()));
76 reject(DOMError::create(error, message));
85 reject(DOMError::create("SecurityError"));
  /external/chromium_org/third_party/WebKit/Source/platform/
PODArenaTest.cpp 66 RefPtr<TrackedAllocator> allocator = TrackedAllocator::create();
67 RefPtr<PODArena> arena = PODArena::create(allocator);
77 RefPtr<TrackedAllocator> allocator = TrackedAllocator::create();
79 RefPtr<PODArena> arena = PODArena::create(allocator);
90 RefPtr<PODArena> arena = PODArena::create();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphBufferTest.cpp 21 static PassRefPtr<TestSimpleFontData> create() function in class:__anon15916::TestSimpleFontData
44 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
45 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create();
67 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
68 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create();
90 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
91 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create();
108 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
109 RefPtr<SimpleFontData> font2 = TestSimpleFontData::create();
126 RefPtr<SimpleFontData> font1 = TestSimpleFontData::create();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockImageDecoder.h 52 static PassOwnPtr<MockImageDecoder> create(MockImageDecoderClient* client) { return adoptPtr(new MockImageDecoder(client)); } function in class:blink::MockImageDecoder
118 static PassOwnPtr<MockImageDecoderFactory> create(MockImageDecoderClient* client, const SkISize& decodedSize) function in class:blink::MockImageDecoderFactory
123 static PassOwnPtr<MockImageDecoderFactory> create(MockImageDecoderClient* client, const IntSize& decodedSize) function in class:blink::MockImageDecoderFactory
128 virtual PassOwnPtr<ImageDecoder> create() OVERRIDE
130 OwnPtr<MockImageDecoder> decoder = MockImageDecoder::create(m_client);
  /external/chromium_org/third_party/WebKit/Source/web/
WebBlob.cpp 44 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(uuid, type, size));
50 OwnPtr<BlobData> blobData = BlobData::create();
52 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), size));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 43 GridLayoutFactory.create(this).noMargins().spacingV(0).columns(2);
47 GridDataFactory.create(m_title).grabH().fill();
52 GridDataFactory.create(m_toolBar).fill();
58 GridDataFactory.create(separator).spanH(2).grabH().fillH();
88 // create Control
90 GridDataFactory.create(m_page.getControl()).spanH(2).grab().fill();
  /external/llvm/include/llvm/IR/
GlobalAlias.h 47 static GlobalAlias *create(Type *Ty, unsigned AddressSpace,
52 static GlobalAlias *create(Type *Ty, unsigned AddressSpace,
57 static GlobalAlias *create(Type *Ty, unsigned AddressSpace,
62 static GlobalAlias *create(LinkageTypes Linkage, const Twine &Name,
66 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Cache.cpp 42 m_resolver->resolve(Response::create(m_resolver->scriptState()->executionContext(), *webResponse));
67 responses.append(Response::create(m_resolver->scriptState()->executionContext(), (*webResponses)[i]));
93 requests.append(Request::create(m_resolver->scriptState()->executionContext(), (*webRequests)[i]));
115 return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(NotSupportedError, "Cache is not implemented"));
120 Cache* Cache::create(WebServiceWorkerCache* webCache) function in class:blink::Cache
128 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState);
139 Request* request = Request::create(scriptState->executionContext(), requestString, exceptionState);
150 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState);
161 Request* request = Request::create(scriptState->executionContext(), requestString, exceptionState);
172 Request* request = Request::create(scriptState->executionContext(), originalRequest, exceptionState)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTimelineTest.cpp 91 document = Document::create();
93 element = Element::create(QualifiedName::null() , document.get());
95 timeline = AnimationTimeline::create(document.get(), adoptPtrWillBeNoop(platformTiming));
135 timeline = AnimationTimeline::create(document.get());
140 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector());
141 RefPtrWillBeRawPtr<Animation> anim = Animation::create(element.get(), effect, timing);
157 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector());
159 RefPtrWillBeRawPtr<Animation> anim = Animation::create(element.get(), effect, timing);
175 timeline = AnimationTimeline::create(document.get());
193 RefPtrWillBeRawPtr<Animation> anim1 = Animation::create(element.get(), AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector()), timing (…)
    [all...]
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 79 public static ServiceInfo create(final String type, final String name, final int port, final String text) { method in class:ServiceInfo
98 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final String text) { method in class:ServiceInfo
119 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final String text) { method in class:ServiceInfo
142 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text) { method in class:ServiceInfo
163 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final Map<String, ?> props) { method in class:ServiceInfo
186 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) { method in class:ServiceInfo
207 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final byte[] text) { method in class:ServiceInfo
230 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final byte[] text) { method in class:ServiceInfo
253 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final String text) { method in class:ServiceInfo
278 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, fina (…) method in class:ServiceInfo
301 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) { method in class:ServiceInfo
326 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) { method in class:ServiceInfo
349 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) { method in class:ServiceInfo
374 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) { method in class:ServiceInfo
395 public static ServiceInfo create(final Map<Fields, String> qualifiedNameMap, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) { method in class:ServiceInfo
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperationsTest.cpp 82 fromOps.operations().append(TranslateTransformOperation::create(Length(-30, blink::Fixed), Length(20, blink::Fixed), 15, TransformOperation::Translate3D));
83 toOps.operations().append(TranslateTransformOperation::create(Length(10, blink::Fixed), Length(10, blink::Fixed), 200, TransformOperation::Translate3D));
123 fromOps.operations().append(TranslateTransformOperation::create(Length(testTransforms[i][0][0], blink::Fixed), Length(testTransforms[i][0][1], blink::Fixed), testTransforms[i][0][2], TransformOperation::Translate3D));
124 toOps.operations().append(TranslateTransformOperation::create(Length(testTransforms[i][1][0], blink::Fixed), Length(testTransforms[i][1][1], blink::Fixed), testTransforms[i][1][2], TransformOperation::Translate3D));
134 fromOps.operations().append(ScaleTransformOperation::create(4, -3, TransformOperation::Scale));
135 toOps.operations().append(ScaleTransformOperation::create(5, 2, TransformOperation::Scale));
178 fromOps.operations().append(TranslateTransformOperation::create(Length(testTransforms[i][0][0], blink::Fixed), Length(testTransforms[i][0][1], blink::Fixed), testTransforms[i][0][2], TransformOperation::Translate3D));
179 toOps.operations().append(TranslateTransformOperation::create(Length(testTransforms[i][1][0], blink::Fixed), Length(testTransforms[i][1][1], blink::Fixed), testTransforms[i][1][2], TransformOperation::Translate3D));
189 fromOps.operations().append(RotateTransformOperation::create(0, TransformOperation::Rotate));
190 toOps.operations().append(RotateTransformOperation::create(360, TransformOperation::Rotate))
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
TableCollectionTest.java 121 @Override protected Set<String> create(String[] elements) {
123 = ArrayTable.create(
137 @Override protected Set<String> create(String[] elements) {
138 Table<String, Integer, Character> table = HashBasedTable.create();
148 @Override protected Set<String> create(String[] elements) {
149 Table<String, Integer, Character> table = TreeBasedTable.create();
164 @Override protected Set<String> create(String[] elements) {
166 = TreeBasedTable.create();
182 @Override protected Set<String> create(String[] elements) {
184 = TreeBasedTable.create();
674 public Set<Cell<String, Integer, Character>> create( method in class:TableCollectionTest.TestCellSetGenerator
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp 203 // If the platformPath in the returned metadata is given, we create a File object for the path.
214 reportError(errorCallback, FileError::create(FileError::ABORT_ERR));
218 OwnPtr<AsyncFileSystemCallbacks> callbacks(MetadataCallbacks::create(successCallback, errorCallback, m_context, this));
255 reportError(errorCallback, FileError::create(FileError::ABORT_ERR));
261 reportError(errorCallback, FileError::create(FileError::INVALID_MODIFICATION_ERR));
265 OwnPtr<AsyncFileSystemCallbacks> callbacks(EntryCallbacks::create(successCallback, errorCallback, m_context, parent->filesystem(), destinationPath, source->isDirectory()));
274 reportError(errorCallback, FileError::create(FileError::ABORT_ERR));
280 reportError(errorCallback, FileError::create(FileError::INVALID_MODIFICATION_ERR));
284 OwnPtr<AsyncFileSystemCallbacks> callbacks(EntryCallbacks::create(successCallback, errorCallback, m_context, parent->filesystem(), destinationPath, source->isDirectory()));
293 reportError(errorCallback, FileError::create(FileError::ABORT_ERR))
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 28 b.create();
93 Type t = b.create();
102 Type t = b.setX(8).setY(1).create();
106 t = b.setX(8).setY(8).create();
110 t = b.setX(8).setY(4).create();
114 t = b.setX(4).setY(8).create();
117 t = b.setX(7).setY(1).create();
121 t = b.setX(7).setY(3).create();
129 assertTrue(b.create().getElement() == Element.F32(mRS));
135 assertTrue(b.create().getX() == 3)
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeWizard.java 49 CommonTree t = (CommonTree)wiz.create("ID");
57 CommonTree t = (CommonTree)wiz.create("ID[foo]");
65 CommonTree t = (CommonTree)wiz.create("(A)");
73 CommonTree t = (CommonTree)wiz.create("(A B C D)");
81 CommonTree t = (CommonTree)wiz.create("(nil A B C)");
89 CommonTree t = (CommonTree)wiz.create("A B C");
95 CommonTree t = (CommonTree)wiz.create("(A (B C) (B D) E)");
103 CommonTree t = (CommonTree)wiz.create("ID");
112 CommonTree t = (CommonTree)wiz.create("(A B C D)");
121 CommonTree t = (CommonTree)wiz.create("(A B (A C B) B D D)")
    [all...]
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java 42 public abstract Writer create() throws Exception; method in class:CharSinkTester
46 * {@link #create}, and releases any resources held by that writer.
96 Writer out = create();
104 Writer out = create();
117 Writer out = create();
129 Writer out = create();
141 Writer out = create();
172 Writer out = create();
181 Writer out = create();
196 Writer out = create();
    [all...]
CharWrapperTester.java 38 public abstract Writer create(Writer delegate) throws Exception; method in class:CharWrapperTester
84 public Writer create() throws Exception { method in class:CharWrapperTester.WrapperSinkTester
86 return CharWrapperTester.this.create(delegate);
113 Writer o = create(delegate);
122 Writer o = create(delegate);
132 Writer o = create(delegate);
148 Writer o = create(delegate);
169 Writer o = create(delegate);
181 Writer o = create(delegate);

Completed in 576 milliseconds

<<21222324252627282930>>