HomeSort by relevance Sort by last modified time
    Searched defs:create (Results 1 - 25 of 1893) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/ex/framesequence/jni/
FrameSequence.cpp 21 FrameSequence* FrameSequence::create(Stream* stream) { function in class:FrameSequence
  /dalvik/dx/tests/113-old-style-inner-class/
Blort.java 22 public Runnable create() { method in class:Blort
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolFactory.java 30 ScopedClassPool create(ClassLoader cl, ClassPool src, method in interface:ScopedClassPoolFactory
36 ScopedClassPool create(ClassPool src, method in interface:ScopedClassPoolFactory
ScopedClassPoolFactoryImpl.java 30 public ScopedClassPool create(ClassLoader cl, ClassPool src, method in class:ScopedClassPoolFactoryImpl
38 public ScopedClassPool create(ClassPool src, method in class:ScopedClassPoolFactoryImpl
  /external/v8/test/mjsunit/regress/
regress-780423.js 29 create: function() {
35 var o1 = Class.create();
36 var o2 = Class.create();
regress-omit-checks.js 33 function create() { function
36 var b1 = create();
37 var b2 = create();
38 var b3 = create();
39 var b4 = create();
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathFactory.java 36 * Create an XPath.
48 XPath create(String exprString, SourceLocator locator, method in interface:XPathFactory
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.cpp 27 HexagonGOTEntry* HexagonGOT::create() { function in class:mcld::HexagonGOT
  /libcore/luni/src/main/java/java/net/
PlainServerSocketImpl.java 37 protected void create(boolean isStreaming) throws IOException { method in class:PlainServerSocketImpl
38 super.create(isStreaming);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
CachingIconLoaderTest.java 29 protected IconLoader create() { method in class:CachingIconLoaderTest
  /system/core/libutils/
NativeHandle.cpp 22 sp<NativeHandle> NativeHandle::create( function in class:android::NativeHandle
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystemFactory.java 41 * @param device the device to create the file system for
48 public static FileSystem create(BlockDevice device, boolean readOnly) method in class:FileSystemFactory
  /art/build/
Android.oat.mk 41 define create-core-oat-host-rules
128 endef # create-core-oat-host-rules
133 define create-core-oat-host-rule-combination
134 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3))
135 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3))
138 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3))
139 $(call create-core-oat-host-rules,$(1),pic,2ND_,$(2),$(3))
143 $(eval $(call create-core-oat-host-rule-combination,default,,))
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
145 $(eval $(call create-core-oat-host-rule-combination,interpreter,,)
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
CoverageOptionsFactory.java 26 public static CoverageOptions create (final Properties properties) method in class:CoverageOptionsFactory
43 public static CoverageOptions create (final IProperties properties) method in class:CoverageOptionsFactory
  /external/guava/guava/src/com/google/common/util/concurrent/
FutureFallback.java 47 ListenableFuture<V> create(Throwable t) throws Exception; method in interface:FutureFallback
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LongAddables.java 25 public static LongAddable create() { method in class:LongAddables
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestListGenerator.java 31 List<E> create(Object... elements); method in interface:TestListGenerator
TestQueueGenerator.java 31 Queue<E> create(Object... elements); method in interface:TestQueueGenerator
TestSetGenerator.java 31 Set<E> create(Object... elements); method in interface:TestSetGenerator
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSinkTest.java 39 BufferedSink create(Buffer data); method in interface:BufferedSinkTest.Factory
48 @Override public BufferedSink create(Buffer data) {
58 @Override public BufferedSink create(Buffer data) {
79 sink = factory.create(data);
ReadUtf8LineTest.java 34 BufferedSource create(Buffer data); method in interface:ReadUtf8LineTest.Factory
43 @Override public BufferedSource create(Buffer data) {
52 @Override public BufferedSource create(Buffer data) {
61 @Override public BufferedSource create(Buffer data) {
86 source = factory.create(data);
  /frameworks/base/core/java/android/util/
PrefixPrinter.java 35 public static Printer create(Printer printer, String prefix) { method in class:PrefixPrinter
Singleton.java 29 protected abstract T create(); method in class:Singleton
34 mInstance = create();
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
InjectMethodRunnables.java 17 package com.android.tools.layoutlib.create;
19 import com.android.tools.layoutlib.create.ICreateInfo.InjectMethodRunnable;
  /frameworks/opt/net/voip/src/jni/rtp/
AudioCodec.cpp 29 AudioCodec *(*create)(); member in struct:AudioCodecType
44 AudioCodec *codec = type->create();

Completed in 1223 milliseconds

1 2 3 4 5 6 7 8 91011>>