/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestUnhashableCollectionGenerator.java | 40 public T create(Object... elements) { method in class:TestUnhashableCollectionGenerator 46 return create(array); 51 * method instead of {@link #create(Object...)}. 53 protected abstract T create(UnhashableObject[] elements); method in class:TestUnhashableCollectionGenerator
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
TestStringMultisetGenerator.java | 27 * Create multisets of strings for tests. 41 public Multiset<String> create(Object... elements) { method in class:TestStringMultisetGenerator 47 return create(array); 50 protected abstract Multiset<String> create(String[] elements); method in class:TestStringMultisetGenerator
|
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/Android.mk 19 test_name := utilities/memory/unique.ptr/unique.ptr.create/make_unique.single 23 test_name := utilities/memory/unique.ptr/unique.ptr.create/make_unique.array
|
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/Android.mk 19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared 23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
MethodWrapper.java | 23 (MethodWrapperKey)KeyFactory.create(MethodWrapperKey.class); 33 public static Object create(Method method) { method in class:MethodWrapper 42 set.add(create((Method)it.next()));
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
ParseTreeBuilder.java | 49 ParseTree root = create("<grammar "+grammarName+">"); 57 /** What kind of node to create. You might want to override 60 public ParseTree create(Object payload) { method in class:ParseTreeBuilder 65 return create(EPSILON_PAYLOAD); 75 ParseTree ruleNode = create(ruleName); 92 ParseTree elementNode = create(token); 106 ParseTree errorNode = create(e);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
ContentData.cpp | 35 PassOwnPtr<ContentData> ContentData::create(PassRefPtr<StyleImage> image) function in class:blink::ContentData 40 PassOwnPtr<ContentData> ContentData::create(const String& text) function in class:blink::ContentData 45 PassOwnPtr<ContentData> ContentData::create(PassOwnPtr<CounterContent> counter) function in class:blink::ContentData 50 PassOwnPtr<ContentData> ContentData::create(QuoteType quote) function in class:blink::ContentData 74 image->setImageResource(RenderImageResourceStyleImage::create(m_image.get())); 76 image->setImageResource(RenderImageResource::create());
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
RadialGradientAttributes.h | 28 : m_cx(SVGLength::create(LengthModeWidth)) 29 , m_cy(SVGLength::create(LengthModeHeight)) 30 , m_r(SVGLength::create(LengthModeOther)) 31 , m_fx(SVGLength::create(LengthModeWidth)) 32 , m_fy(SVGLength::create(LengthModeHeight)) 33 , m_fr(SVGLength::create(LengthModeOther))
|
SVGCircleElement.cpp | 33 , m_cx(SVGAnimatedLength::create(this, SVGNames::cxAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths)) 34 , m_cy(SVGAnimatedLength::create(this, SVGNames::cyAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths)) 35 , m_r(SVGAnimatedLength::create(this, SVGNames::rAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths))
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMWindowFileSystem.cpp | 61 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::SECURITY_ERR)); 67 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::INVALID_MODIFICATION_ERR)); 71 LocalFileSystem::from(*document)->requestFileSystem(document, fileSystemType, size, FileSystemCallbacks::create(successCallback, errorCallback, document, fileSystemType)); 86 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::SECURITY_ERR)); 91 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::ENCODING_ERR)); 95 LocalFileSystem::from(*document)->resolveURL(document, completedURL, ResolveURICallbacks::create(successCallback, errorCallback, document));
|
/external/guava/guava-tests/test/com/google/common/collect/ |
TransposedTableTest.java | 29 @Override protected Table<String, Integer, Character> create( method in class:TransposedTableTest 31 Table<Integer, String, Character> original = HashBasedTable.create(); 39 Table<Integer, String, Character> original = HashBasedTable.create(); 44 Table<Integer, String, Character> original = HashBasedTable.create(); 51 Table<Integer, String, Character> original = HashBasedTable.create(); 58 Table<Integer, String, Character> original = HashBasedTable.create();
|
/art/test/085-old-style-inner-class/src/ |
Main.java | 27 private static Runnable create() { method in class:Main 53 infoFor(create().getClass());
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSBlurTest.java | 46 Allocation rsInput = Allocation.createTyped(mRS, build.create()); 47 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); 49 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.A_8(mRS)); 57 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); 75 Allocation rsInput = Allocation.createTyped(mRS, build.create()); 76 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); 78 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.RGBA_8888(mRS)); 86 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create());
|
/external/chromium_org/content/shell/tools/plugin/Tests/ |
PluginScriptableNPObjectInvokeDefault.cpp | 61 object = NPObjectWithInvokeDefault::create(this); 63 object = NPObjectWithoutInvokeDefault::create(this);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
LengthStyleInterpolation.cpp | 29 OwnPtrWillBeRawPtr<InterpolableList> result = InterpolableList::create(CSSPrimitiveValue::LengthUnitTypeCount); 38 result->set(i, InterpolableNumber::create(array.at(i))); 57 next = CSSCalcValue::createExpressionNode(previous, CSSCalcValue::createExpressionNode(CSSPrimitiveValue::create(subValue->value(), toUnitType(position))), CalcAdd); 59 next = CSSCalcValue::createExpressionNode(CSSPrimitiveValue::create(subValue->value(), toUnitType(position))); 82 return CSSPrimitiveValue::create(0, CSSPrimitiveValue::CSS_PX); 90 return CSSPrimitiveValue::create(value, toUnitType(i)); 95 return CSSPrimitiveValue::create(CSSCalcValue::create(constructCalcExpression(nullptr, listValue, 0), range));
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ContextLifecycleNotifier.h | 42 static PassOwnPtr<ContextLifecycleNotifier> create(ExecutionContext*); 67 inline PassOwnPtr<ContextLifecycleNotifier> ContextLifecycleNotifier::create(ExecutionContext* context) function in class:blink::ContextLifecycleNotifier
|
ExecutionContextTask.h | 54 // Do not use |create| other than in createCrossThreadTask and 57 static PassOwnPtr<CallClosureTask> create(const Closure& closure) function in class:blink::FINAL 68 // Create tasks passed within a single thread. 77 return CallClosureTask::create(bind(function)); 85 return CallClosureTask::create(bind(function, 94 return CallClosureTask::create(bind(function, 104 return CallClosureTask::create(bind(function, 115 return CallClosureTask::create(bind(function, 127 return CallClosureTask::create(bind(function, 140 return CallClosureTask::create(bind(function [all...] |
MainThreadTaskRunner.h | 49 static PassOwnPtr<MainThreadTaskRunner> create(ExecutionContext*); 72 inline PassOwnPtr<MainThreadTaskRunner> MainThreadTaskRunner::create(ExecutionContext* context) function in class:blink::MainThreadTaskRunner
|
MessageChannel.cpp | 51 : m_port1(MessagePort::create(*context)) 52 , m_port2(MessagePort::create(*context))
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
CreateLinkCommand.cpp | 45 RefPtrWillBeRawPtr<HTMLAnchorElement> anchorElement = HTMLAnchorElement::create(document()); 52 RefPtrWillBeRawPtr<Text> textNode = Text::create(document(), m_url);
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
ResourceProgressEvent.h | 48 static PassRefPtrWillBeRawPtr<ResourceProgressEvent> create() function in class:blink::FINAL 52 static PassRefPtrWillBeRawPtr<ResourceProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url) function in class:blink::FINAL
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
DOMFormData.h | 52 static PassRefPtrWillBeRawPtr<DOMFormData> create(HTMLFormElement* form = 0) function in class:blink::FINAL 57 static PassRefPtrWillBeRawPtr<DOMFormData> create(const WTF::TextEncoding& encoding) function in class:blink::FINAL
|
MediaDocument.cpp | 54 static PassRefPtrWillBeRawPtr<MediaDocumentParser> create(MediaDocument* document) function in class:blink::MediaDocumentParser 76 RefPtrWillBeRawPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document()); 83 RefPtrWillBeRawPtr<HTMLHeadElement> head = HTMLHeadElement::create(*document()); 84 RefPtrWillBeRawPtr<HTMLMetaElement> meta = HTMLMetaElement::create(*document()); 89 RefPtrWillBeRawPtr<HTMLVideoElement> media = HTMLVideoElement::create(*document()); 94 RefPtrWillBeRawPtr<HTMLSourceElement> source = HTMLSourceElement::create(*document()); 102 RefPtrWillBeRawPtr<HTMLBodyElement> body = HTMLBodyElement::create(*document()); 133 return MediaDocumentParser::create(this);
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
DetailsMarkerControl.h | 44 static PassRefPtrWillBeRawPtr<DetailsMarkerControl> create(Document&); 53 inline PassRefPtrWillBeRawPtr<DetailsMarkerControl> DetailsMarkerControl::create(Document& document) function in class:blink::DetailsMarkerControl
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
TrackEvent.h | 45 static PassRefPtrWillBeRawPtr<TrackEvent> create() function in class:blink::FINAL 50 static PassRefPtrWillBeRawPtr<TrackEvent> create(const AtomicString& type, const TrackEventInit& initializer) function in class:blink::FINAL
|