HomeSort by relevance Sort by last modified time
    Searched defs:create (Results 276 - 300 of 4177) sorted by null

<<11121314151617181920>>

  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
SoftThreadLocal.java 13 return new SoftReference<>(create());
20 item = create();
30 abstract protected T create(); method in class:SoftThreadLocal
TempDirectory.java 30 public Path create(String name) { method in class:TempDirectory
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
FacadeManagerFactory.java 48 public FacadeManager create(Integer UID) { method in class:FacadeManagerFactory
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Optional.h 31 static inline Optional create(const T* y) { function in class:llvm::Optional
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 33 /// create - Create a new interpreter object. This can never fail.
35 ExecutionEngine *Interpreter::create(Module *M, std::string* ErrStr) { function in class:Interpreter
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632.h 40 static std::unique_ptr<::Ice::TargetLowering> create(Cfg *Func) { function in class:Ice::X8632::final
74 return Traits::X86OperandMem::create(Func, IceType_i32, nullptr, Zero,
IceTargetLoweringX8664.h 40 static std::unique_ptr<::Ice::TargetLowering> create(Cfg *Func) { function in class:Ice::X8664::final
  /external/testng/src/main/java/org/testng/internal/collections/
Pair.java 66 public static <A, B> Pair<A, B> create(A first, B second) { method in class:Pair
  /external/testng/src/test/java/test/objectfactory/
CombinedTestAndObjectFactorySample.java 14 @ObjectFactory public IObjectFactory create() { method in class:CombinedTestAndObjectFactorySample
  /external/testng/src/test/java/test/tmp/
AA.java 39 public Object[] create() { method in class:AA
  /external/turbine/java/com/google/turbine/binder/lookup/
WildImportIndex.java 43 public static WildImportIndex create( method in class:WildImportIndex
  /external/v8/src/inspector/
string-util.cc 115 std::unique_ptr<StringBuffer> StringBuffer::create(const StringView& string) { function in class:v8_inspector::StringBuffer
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java 45 * Helper class to create and synchronize access to a SurfaceTexture. The caller will get notified
68 public static SurfaceTextureHelper create(EglBase.Context sharedContext) { method in class:SurfaceTextureHelper
69 return create(sharedContext, null);
77 public static SurfaceTextureHelper create(final EglBase.Context sharedContext, method in class:SurfaceTextureHelper
169 eglBase = EglBase.create(sharedContext, EglBase.CONFIG_PIXEL_RGBA_BUFFER);
248 // Create new pBuffferSurface with the correct size if needed.
331 eglBase = EglBase.create(sharedContext, EglBase.CONFIG_PIXEL_BUFFER);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoCapturer.java 37 public static VideoCapturer create(String deviceName) { method in class:VideoCapturer
  /frameworks/base/core/java/com/android/internal/globalactions/
Action.java 28 /** Create the view that represents this action. */
29 View create(Context context, View convertView, ViewGroup parent, LayoutInflater inflater); method in interface:Action
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 148 PixelBuffer* PixelBuffer::create(GLenum format, uint32_t width, uint32_t height, BufferType type) { function in class:android::uirenderer::PixelBuffer
  /frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java 61 public static AcousticEchoCanceler create(int audioSession) { method in class:AcousticEchoCanceler
AutomaticGainControl.java 61 public static AutomaticGainControl create(int audioSession) { method in class:AutomaticGainControl
NoiseSuppressor.java 63 public static NoiseSuppressor create(int audioSession) { method in class:NoiseSuppressor
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ImageFormat.java 36 public static MutableFrameFormat create(int width, method in class:ImageFormat
51 public static MutableFrameFormat create(int width, method in class:ImageFormat
55 return create(width,
62 public static MutableFrameFormat create(int colorspace, int target) { method in class:ImageFormat
63 return create(FrameFormat.SIZE_UNSPECIFIED,
70 public static MutableFrameFormat create(int colorspace) { method in class:ImageFormat
71 return create(FrameFormat.SIZE_UNSPECIFIED,
  /frameworks/base/obex/javax/obex/
ObexTransport.java 58 void create() throws IOException; method in interface:ObexTransport
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AssetMatcherFactory.java 23 * Factory to create asset matcher from JSON string.
30 public static AbstractAssetMatcher create(String query) throws AssociationServiceException, method in class:AssetMatcherFactory
41 return new WebAssetMatcher(WebAsset.create(queryObject));
43 return new AndroidAppAssetMatcher(AndroidAppAsset.create(queryObject));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
TriangleShape.java 36 public static TriangleShape create(float width, float height, boolean isPointingUp) { method in class:TriangleShape
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NeutralGoodDrawable.java 38 public static NeutralGoodDrawable create(Context context, int resId) { method in class:NeutralGoodDrawable
44 return create(light, dark, resId);
53 public static NeutralGoodDrawable create(Context light, Context dark, int resId) { method in class:NeutralGoodDrawable
  /frameworks/base/rs/java/android/renderscript/
ProgramFragment.java 49 * Create a builder object.
63 public ProgramFragment create() { method in class:ProgramFragment.Builder

Completed in 540 milliseconds

<<11121314151617181920>>