Searched refs:create (Results 101 - 125 of 4414) sorted by relevance

1234567891011>>

/external/guava/guava-tests/test/com/google/common/collect/
H A DArrayTableTest.java38 @Override protected ArrayTable<String, Integer, Character> create( method in class:ArrayTableTest
43 ArrayTable.create(asList("foo", "bar", "cat"), asList(1, 2, 3));
63 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c');
79 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c');
88 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c');
97 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c');
107 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c');
112 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c');
113 Table<String, Integer, Character> hashCopy = HashBasedTable.create();
118 = create("fo
[all...]
/external/icu/icu4c/source/i18n/
H A Dmeasunit.cpp385 return MeasureUnit::create(0, 0, status);
389 return MeasureUnit::create(1, 0, status);
393 return MeasureUnit::create(1, 1, status);
397 return MeasureUnit::create(1, 2, status);
401 return MeasureUnit::create(2, 0, status);
405 return MeasureUnit::create(2, 1, status);
409 return MeasureUnit::create(2, 2, status);
413 return MeasureUnit::create(2, 3, status);
417 return MeasureUnit::create(2, 4, status);
421 return MeasureUnit::create(
699 MeasureUnit *MeasureUnit::create(int typeId, int subTypeId, UErrorCode &status) { function in class:MeasureUnit
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dobject-create.js28 // Test ES5 sections 15.2.3.5 Object.create.
33 Object.create(null);
34 Object.create(null, undefined);
38 Object.create(4);
45 Object.create("foo");
70 Object.create(protoFoo).foo();
74 Object.create(Object.create(protoFoo)).foo();
78 var v = Object.create(protoFoo, fooValue);
90 v = Object.create(nul
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dinternal_api.js6 .Binding.create('enterprise.platformKeysInternal')
/external/chromium_org/content/test/data/fileapi/
H A Dcreate_test.js7 fs.root.getFile('foo', {create: true, exclusive: false}, done,
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXListBox.cpp51 PassRefPtr<AXListBox> AXListBox::create(RenderObject* renderer) function in class:blink::AXListBox
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.h44 static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const RenderStyle&);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DUnlinkCommand.cpp44 removeStyledElement(HTMLAnchorElement::create(document()));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTextDocument.cpp41 return TextDocumentParser::create(*this);
H A DTimeRangesTest.cpp56 ASSERT_RANGE("{ }", TimeRanges::create());
61 ASSERT_RANGE("{ [1,2) }", TimeRanges::create(1, 2));
71 ASSERT_RANGE("{ [0,1) [2,3) }", TimeRanges::create(webRanges));
76 RefPtrWillBeRawPtr<TimeRanges> rangeA = TimeRanges::create();
77 RefPtrWillBeRawPtr<TimeRanges> rangeB = TimeRanges::create();
95 RefPtrWillBeRawPtr<TimeRanges> ranges = TimeRanges::create();
125 RefPtrWillBeRawPtr<TimeRanges> ranges = TimeRanges::create(0, 2);
136 RefPtrWillBeRawPtr<TimeRanges> rangesA = TimeRanges::create(0, 2);
150 RefPtrWillBeRawPtr<TimeRanges> rangesA = TimeRanges::create(0, 2);
151 RefPtrWillBeRawPtr<TimeRanges> rangesB = TimeRanges::create();
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DButtonInputType.cpp39 PassRefPtrWillBeRawPtr<InputType> ButtonInputType::create(HTMLInputElement& element) function in class:blink::ButtonInputType
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedPath.cpp39 : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement))
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DRefCountedScriptWrappable.cpp19 PassRefPtr<RefCountedScriptWrappable> RefCountedScriptWrappable::create(const String& string) function in class:blink::RefCountedScriptWrappable
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionAlternative.cpp32 SpeechRecognitionAlternative* SpeechRecognitionAlternative::create(const String& transcript, double confidence) function in class:blink::SpeechRecognitionAlternative
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketChannel.cpp49 WebSocketChannel* WebSocketChannel::create(ExecutionContext* context, WebSocketChannelClient* client) function in class:blink::WebSocketChannel
64 return WorkerThreadableWebSocketChannel::create(*workerGlobalScope, client, sourceURL, lineNumber);
69 return NewWebSocketChannelImpl::create(document, client, sourceURL, lineNumber);
71 return MainThreadWebSocketChannel::create(document, client, sourceURL, lineNumber);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DReferenceFilter.cpp42 , m_sourceGraphic(SourceGraphic::create(this))
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMProgressEvent.cpp40 : WebDOMEvent(ProgressEvent::create(type, lengthIsComputable, loaded, total))
H A DWebDOMResourceProgressEvent.cpp42 assign(ResourceProgressEvent::create(type, lengthIsComputable, loaded, total, url));
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPagePopup.h43 BLINK_EXPORT static WebPagePopup* create(WebWidgetClient*);
H A DWebPopupMenu.h43 BLINK_EXPORT static WebPopupMenu* create(WebWidgetClient*);
/external/chromium_org/ui/views/
H A Dviews_touch_selection_controller_factory.h19 virtual ui::TouchSelectionController* create(
H A Dviews_touch_selection_controller_factory_aura.cc15 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create( function in class:views::ViewsTouchSelectionControllerFactory
/external/chromium_org/v8/test/mjsunit/harmony/regress/
H A Dregress-405844.js7 var proxy = Proxy.create({ fix: function() { return {}; } });
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-fwd.cpp10 static Derived<A> *create();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DHashMultiset.java37 public static <E> HashMultiset<E> create() { method in class:HashMultiset
48 public static <E> HashMultiset<E> create(int distinctElements) { method in class:HashMultiset
60 public static <E> HashMultiset<E> create(Iterable<? extends E> elements) { method in class:HashMultiset
62 create(Multisets.inferDistinctElements(elements));

Completed in 1062 milliseconds

1234567891011>>