HomeSort by relevance Sort by last modified time
    Searched defs:create (Results 26 - 50 of 3440) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/core/libutils/
NativeHandle.cpp 22 sp<NativeHandle> NativeHandle::create(native_handle_t* handle, bool ownsHandle) { 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
  /tools/test/connectivity/acts/framework/acts/controllers/
relay_device_controller.py 25 def create(config): function
  /external/autotest/site_utils/
server_manager.py 8 create(hostname, role=None, note=None)
9 Create a server with given role, with status backup.
72 server_models.ServerRole.objects.create(server=server, role=role)
190 def create(hostname, role=None, note=None): function
191 """Create a new server.
204 server = server_models.Server.objects.create(
207 server_models.ServerRole.objects.create(server=server, role=role)
  /external/dagger2/core/src/main/java/dagger/internal/
InstanceFactory.java 31 public static <T> Factory<T> create(T instance) { method in class:InstanceFactory
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/
ProductionComponentMonitor.java 24 * {@code ProductionComponentMonitor.Factory}. The factory will be asked to create one monitor for
25 * the component, and the resulting single instance will be used to create individual monitors for
54 ProductionComponentMonitor create(Object component); method in interface:ProductionComponentMonitor.Factory
  /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/guice/core/src/com/google/inject/internal/
ConstructionProxyFactory.java 29 ConstructionProxy<T> create() throws ErrorsException; method in interface:ConstructionProxyFactory
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp 18 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, function in class:LanaiMCExpr
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { function in class:NVPTXFloatMCExpr
50 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, function in class:NVPTXGenericMCSymbolRefExpr
  /external/mockito/src/main/java/org/mockito/internal/runners/
RunnerFactory.java 28 public InternalRunner create(Class<?> klass) throws InvocationTargetException { method in class:RunnerFactory
29 return create(klass, new Supplier<MockitoTestListener>() {
40 return create(klass, new Supplier<MockitoTestListener>() {
53 return create(klass, new Supplier<MockitoTestListener>() {
63 public InternalRunner create(Class<?> klass, Supplier<MockitoTestListener> listenerSupplier) throws InvocationTargetException {
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSinkTest.java 39 BufferedSink create(Buffer data); method in interface:BufferedSinkTest.Factory
49 @Override public BufferedSink create(Buffer data) {
59 @Override public BufferedSink create(Buffer data) {
83 sink = factory.create(data);
ReadUtf8LineTest.java 34 BufferedSource create(Buffer data); method in interface:ReadUtf8LineTest.Factory
44 @Override public BufferedSource create(Buffer data) {
53 @Override public BufferedSource create(Buffer data) {
62 @Override public BufferedSource create(Buffer data) {
90 source = factory.create(data);
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
RpcReceiverManagerFactory.java 22 public RpcReceiverManager create(Integer UID); method in interface:RpcReceiverManagerFactory
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
NotificationIdFactory.java 30 public static int create() { method in class:NotificationIdFactory
  /external/testng/src/main/java/org/testng/collections/
ListMultiMap.java 17 public static <K, V> ListMultiMap<K, V> create() { method in class:ListMultiMap
  /external/testng/src/test/java/test/dataprovider/
CreateDataTest.java 9 * @testng.data-provider name = "create-data"
11 @DataProvider(name = "create-data")
12 public Object[][] create() { method in class:CreateDataTest
19 * @testng.test data-provider = "create-data"
21 @Test(dataProvider = "create-data")
  /external/testng/src/test/java/test/multiple/
ThisFactory.java 16 public Object[] create() { method in class:ThisFactory
  /external/testng/src/test/java/test/tmp/
ParamTest.java 17 public Object[][] create() { method in class:ParamTest
  /external/v8/src/inspector/
java-script-call-frame.h 45 static std::unique_ptr<JavaScriptCallFrame> create( function in class:v8_inspector::JavaScriptCallFrame

Completed in 866 milliseconds

12 3 4 5 6 7 8 91011>>