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

<<11121314151617181920>>

  /external/emma/core/java12/com/vladium/emma/report/
IReportDataModel.java 31 public static IReportDataModel create (final IMetaData mdata, final ICoverageData cdata) method in class:IReportDataModel.Factory
  /external/emma/core/java12/
emmarun.java 26 final Command command = Command.create ("run", emmarun.class.getName (), args);
  /external/guava/guava/src/com/google/common/collect/
HashMultiset.java 41 public static <E> HashMultiset<E> create() { method in class:HashMultiset
52 public static <E> HashMultiset<E> create(int distinctElements) { method in class:HashMultiset
64 public static <E> HashMultiset<E> create(Iterable<? extends E> elements) { method in class:HashMultiset
66 create(Multisets.inferDistinctElements(elements));
LinkedHashMultiset.java 47 public static <E> LinkedHashMultiset<E> create() { method in class:LinkedHashMultiset
58 public static <E> LinkedHashMultiset<E> create(int distinctElements) { method in class:LinkedHashMultiset
70 public static <E> LinkedHashMultiset<E> create( method in class:LinkedHashMultiset
73 create(Multisets.inferDistinctElements(elements));
  /external/guava/guava/src/com/google/common/util/concurrent/
SettableFuture.java 33 public static <V> SettableFuture<V> create() { method in class:SettableFuture
38 * Explicit private constructor, use the {@link #create} factory method to
39 * create instances of {@code SettableFuture}.
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashBiMap.java 41 public static <K, V> HashBiMap<K, V> create() { method in class:HashBiMap
52 public static <K, V> HashBiMap<K, V> create(int expectedSize) { method in class:HashBiMap
61 public static <K, V> HashBiMap<K, V> create( method in class:HashBiMap
63 HashBiMap<K, V> bimap = create(map.size());
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetWithCslmTest.java 24 * {@link ConcurrentSkipListMap}. User code cannot create such a multiset, since
35 @Override protected <E> Multiset<E> create() { method in class:ConcurrentHashMultisetWithCslmTest
UnmodifiableListIteratorTest.java 35 Iterator<String> iterator = create();
46 ListIterator<String> iterator = create();
59 ListIterator<String> iterator = create();
71 UnmodifiableListIterator<String> create() { method in class:UnmodifiableListIteratorTest
SynchronizedBiMapTest.java 39 @Override protected <K, V> BiMap<K, V> create() { method in class:SynchronizedBiMapTest
41 new TestBiMap<K, V>(HashBiMap.<K, V>create(), mutex);
75 create().forcePut(null, null);
79 BiMap<String, Integer> bimap = create();
87 BiMap<String, Integer> map = create();
96 @Override protected BiMap<Integer, String> create() { method in class:SynchronizedBiMapTest.AbstractBiMapTests
98 HashBiMap.<Integer, String>create(), mutex);
  /external/llvm/unittests/IR/
TypesTest.cpp 21 StructType *Struct = StructType::create(C, "FooBar");
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DuplicatesPredicate.java 25 return unique.add(MethodWrapper.create((Method)arg));
  /external/mockito/src/org/mockito/internal/handler/
MockHandlerFactory.java 15 public InternalMockHandler create(MockCreationSettings settings) { method in class:MockHandlerFactory
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SurroundingText.cpp 70 RefPtrWillBeRawPtr<Range> forwardRange = Range::create(*document, endPosition, lastPositionInNode(document->documentElement()).parentAnchoredEquivalent());
77 if (!forwardRange || !Range::create(*document, endPosition, forwardRange->startPosition())->text().length()) {
85 RefPtrWillBeRawPtr<Range> backwardsRange = Range::create(*document, firstPositionInNode(document->documentElement()).parentAnchoredEquivalent(), startPosition);
90 m_startOffsetInContent = Range::create(*document, backwardsIterator.endPosition(), startPosition)->text().length();
91 m_endOffsetInContent = Range::create(*document, backwardsIterator.endPosition(), endPosition)->text().length();
92 m_contentRange = Range::create(*document, backwardsIterator.endPosition(), forwardRange->startPosition());
114 return Range::create(*start.document(), start, end);
  /external/chromium_org/third_party/WebKit/Source/core/events/
FocusEvent.h 45 static PassRefPtrWillBeRawPtr<FocusEvent> create() function in class:blink::FINAL
50 static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) function in class:blink::FINAL
55 static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, const FocusEventInit& initializer) function in class:blink::FINAL
80 static PassRefPtrWillBeRawPtr<FocusEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
89 static PassRefPtrWillBeRawPtr<BlurEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
98 static PassRefPtrWillBeRawPtr<FocusInEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
107 static PassRefPtrWillBeRawPtr<FocusOutEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDetailsElement.cpp 51 PassRefPtrWillBeRawPtr<HTMLDetailsElement> HTMLDetailsElement::create(Document& document) function in class:blink::HTMLDetailsElement
73 dispatchEvent(Event::create(EventTypeNames::toggle));
86 RefPtrWillBeRawPtr<HTMLSummaryElement> defaultSummary = HTMLSummaryElement::create(document());
87 defaultSummary->appendChild(Text::create(document(), locale().queryString(blink::WebLocalizedString::DetailsLabel)));
89 RefPtrWillBeRawPtr<HTMLContentElement> summary = HTMLContentElement::create(document());
95 RefPtrWillBeRawPtr<HTMLDivElement> content = HTMLDivElement::create(document());
97 content->appendChild(HTMLContentElement::create(document()));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGIntegerOptionalInteger.cpp 48 return SVGIntegerOptionalInteger::create(m_firstInteger->clone(), m_secondInteger->clone());
55 return SVGIntegerOptionalInteger::create(SVGInteger::create(0), SVGInteger::create(0));
61 return SVGIntegerOptionalInteger::create(SVGInteger::create(x), SVGInteger::create(y));
SVGMarkerElement.cpp 46 , m_refX(SVGAnimatedLength::create(this, SVGNames::refXAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
47 , m_refY(SVGAnimatedLength::create(this, SVGNames::refXAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
48 , m_markerWidth(SVGAnimatedLength::create(this, SVGNames::markerWidthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
49 , m_markerHeight(SVGAnimatedLength::create(this, SVGNames::markerHeightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
50 , m_orientAngle(SVGAnimatedAngle::create(this))
51 , m_markerUnits(SVGAnimatedEnumeration<SVGMarkerUnitsType>::create(this, SVGNames::markerUnitsAttr, SVGMarkerUnitsStrokeWidth)
    [all...]
SVGMaskElement.cpp 35 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
36 , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths))
37 , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths))
38 , m_height(SVGAnimatedLength::create(this, SVGNames::heightAttr, SVGLength::create(LengthModeHeight), ForbidNegativeLengths))
39 , m_maskUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::maskUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX))
40 , m_maskContentUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::maskContentUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp 44 static PassRefPtr<MockPagePopup> create(PagePopupClient*, const IntRect& originBoundsInRootView, LocalFrame*);
65 m_iframe = HTMLIFrameElement::create(*document);
78 RefPtr<SharedBuffer> data = SharedBuffer::create(scriptToSetUpPagePopupController, sizeof(scriptToSetUpPagePopupController));
87 PassRefPtr<MockPagePopup> MockPagePopup::create(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame) function in class:blink::MockPagePopup
118 PassOwnPtr<MockPagePopupDriver> MockPagePopupDriver::create(LocalFrame* mainFrame) function in class:blink::MockPagePopupDriver
134 m_pagePopupController = PagePopupController::create(client);
135 m_mockPagePopup = MockPagePopup::create(client, originBoundsInRootView, m_mainFrame);
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryManager.cpp 16 BatteryManager* BatteryManager::create(ExecutionContext* context) function in class:blink::BatteryManager
31 , m_batteryStatus(BatteryStatus::create())
41 m_resolver = ScriptPromiseResolver::create(scriptState);
98 dispatchEvent(Event::create(EventTypeNames::chargingchange));
100 dispatchEvent(Event::create(EventTypeNames::chargingtimechange));
102 dispatchEvent(Event::create(EventTypeNames::dischargingtimechange));
104 dispatchEvent(Event::create(EventTypeNames::levelchange));
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
SyncCallbackHelper.h 60 return ResultType::create(argument);
73 static HelperType* create() function in class:blink::FINAL
86 SuccessCallback* successCallback() { return SuccessCallbackImpl::create(this); }
87 ErrorCallback* errorCallback() { return ErrorCallbackImpl::create(this); }
103 static SuccessCallbackImpl* create(HelperType* helper) function in class:blink::FINAL::FINAL
128 static ErrorCallbackImpl* create(HelperType* helper) function in class:blink::FINAL::FINAL
165 static EmptyType* create(EmptyType*) function in struct:blink::EmptyType
DOMFileSystem.cpp 56 DOMFileSystem* DOMFileSystem::create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL) function in class:blink::DOMFileSystem
84 return DOMFileSystem::create(context, filesystemName.toString(), FileSystemTypeIsolated, KURL(ParsedURLString, rootURL.toString()));
96 return DirectoryEntry::create(this, DOMFilePath::root);
125 static ConvertToFileWriterCallback* create(FileWriterCallback* callback) function in class:blink::__anon15809::ConvertToFileWriterCallback
155 reportError(errorCallback, FileError::create(FileError::ABORT_ERR));
159 FileWriter* fileWriter = FileWriter::create(executionContext());
160 FileWriterBaseCallback* conversionCallback = ConvertToFileWriterCallback::create(successCallback);
161 OwnPtr<AsyncFileSystemCallbacks> callbacks = FileWriterBaseCallbacks::create(fileWriter, conversionCallback, errorCallback, m_context);
169 reportError(errorCallback, FileError::create(FileError::ABORT_ERR));
173 fileSystem()->createSnapshotFileAndReadMetadata(fileSystemURL, SnapshotFileCallback::create(this, fileEntry->name(), fileSystemURL, successCallback, errorCallback, m_context))
    [all...]
WorkerGlobalScopeFileSystem.cpp 52 DOMFileSystem::scheduleCallback(&worker, errorCallback, FileError::create(FileError::SECURITY_ERR));
58 DOMFileSystem::scheduleCallback(&worker, errorCallback, FileError::create(FileError::INVALID_MODIFICATION_ERR));
62 LocalFileSystem::from(worker)->requestFileSystem(&worker, fileSystemType, size, FileSystemCallbacks::create(successCallback, errorCallback, &worker, fileSystemType));
79 FileSystemSyncCallbackHelper* helper = FileSystemSyncCallbackHelper::create();
80 OwnPtr<AsyncFileSystemCallbacks> callbacks = FileSystemCallbacks::create(helper->successCallback(), helper->errorCallback(), &worker, fileSystemType);
92 DOMFileSystem::scheduleCallback(&worker, errorCallback, FileError::create(FileError::SECURITY_ERR));
97 DOMFileSystem::scheduleCallback(&worker, errorCallback, FileError::create(FileError::ENCODING_ERR));
101 LocalFileSystem::from(worker)->resolveURL(&worker, completedURL, ResolveURICallbacks::create(successCallback, errorCallback, &worker));
118 EntrySyncCallbackHelper* resolveURLHelper = EntrySyncCallbackHelper::create();
119 OwnPtr<AsyncFileSystemCallbacks> callbacks = ResolveURICallbacks::create(resolveURLHelper->successCallback(), resolveURLHelper->errorCallback(), &worker)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
CredentialsContainer.cpp 30 resolver->reject(DOMException::create(InvalidStateError, "The credential manager is disabled."));
34 resolver->reject(DOMException::create(NotReadableError, "An unknown error occured while talking to the credential manager."));
73 m_resolver->resolve(LocalCredential::create(static_cast<WebLocalCredential*>(credential)));
86 CredentialsContainer* CredentialsContainer::create() function in class:blink::CredentialsContainer
99 resolver->reject(DOMException::create(InvalidStateError, "Could not establish connection to the credential manager."));
106 resolver->reject(DOMException::create(SecurityError, errorMessage));
115 RefPtr<ScriptPromiseResolver> resolver = ScriptPromiseResolver::create(scriptState);
127 RefPtr<ScriptPromiseResolver> resolver = ScriptPromiseResolver::create(scriptState);
138 RefPtr<ScriptPromiseResolver> resolver = ScriptPromiseResolver::create(scriptState);
149 RefPtr<ScriptPromiseResolver> resolver = ScriptPromiseResolver::create(scriptState)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequestTest.cpp 78 IDBRequest* request = IDBRequest::create(scriptState(), IDBAny::createUndefined(), transaction);
83 request->onError(DOMError::create(AbortError, "Description goes here."));
97 IDBRequest* request = IDBRequest::create(scriptState(), IDBAny::createUndefined(), transaction);
105 request->onError(DOMError::create(AbortError, "Description goes here."));
110 static PassOwnPtr<MockWebIDBDatabase> create() function in class:blink::__anon15820::MockWebIDBDatabase
140 Persistent<IDBDatabaseCallbacks> callbacks = IDBDatabaseCallbacks::create();
143 OwnPtr<MockWebIDBDatabase> backend = MockWebIDBDatabase::create();
144 IDBOpenDBRequest* request = IDBOpenDBRequest::create(scriptState(), callbacks, transactionId, version);
152 OwnPtr<MockWebIDBDatabase> backend = MockWebIDBDatabase::create();
153 IDBOpenDBRequest* request = IDBOpenDBRequest::create(scriptState(), callbacks, transactionId, version)
    [all...]

Completed in 397 milliseconds

<<11121314151617181920>>