Searched refs:create (Results 76 - 100 of 789) sorted by relevance

1234567891011>>

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DRelation.java69 public static Relation create(@NonNull String kind, @NonNull String detail) method in class:Relation
82 public static Relation create(@NonNull String relation) throws AssociationServiceException { method in class:Relation
87 return create(r[0], r[1]);
H A DDirectStatementRetriever.java71 public static Result create(List<Statement> statements, Long expireMillis) { method in class:DirectStatementRetriever.Result
146 return Result.create(statements, DO_NOT_CACHE_RESULT);
154 return Result.create(statements, DO_NOT_CACHE_RESULT);
160 return Result.create(statements, DO_NOT_CACHE_RESULT);
172 return Result.create(statements, webContent.getExpireTimeMillis());
174 return Result.create(statements, DO_NOT_CACHE_RESULT);
194 AndroidAppAsset actualSource = AndroidAppAsset.create(asset.getPackageName(), certFps);
207 return Result.create(statements, DO_NOT_CACHE_RESULT);
210 return Result.create(Collections.<Statement>emptyList(), DO_NOT_CACHE_RESULT);
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java42 public View create(Context context, String name, int size) { method in class:AbstractLayoutTest
53 public abstract ViewGroup create(Context context); method in class:AbstractLayoutTest
74 setContentView(create(getBaseContext()));
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25.java67 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
75 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
76 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
H A DBlur25G.java64 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
65 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
70 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8(mRS));
H A DArtistic1.java30 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
H A DGroupTest.java44 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
45 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
62 Type connect = tb.create();
69 mGroup = b.create();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25G.java70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
71 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
76 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8(mRS));
H A DGroupTest.java51 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
52 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
69 Type connect = tb.create();
76 mGroup = b.create();
/frameworks/base/data/fonts/
H A DAndroid.mk26 # create symlink for given font
29 define create-font-symlink
43 $(eval $(call create-font-symlink,DroidSans.ttf,Roboto-Regular.ttf))
44 $(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf))
45 $(eval $(call create-font-symlink,DroidSerif-Regular.ttf,NotoSerif-Regular.ttf))
46 $(eval $(call create-font-symlink,DroidSerif-Bold.ttf,NotoSerif-Bold.ttf))
47 $(eval $(call create-font-symlink,DroidSerif-Italic.ttf,NotoSerif-Italic.ttf))
48 $(eval $(call create-font-symlink,DroidSerif-BoldItalic.ttf,NotoSerif-BoldItalic.ttf))
/frameworks/base/location/lib/java/com/android/location/provider/
H A DProviderPropertiesUnbundled.java31 public static ProviderPropertiesUnbundled create(boolean requiresNetwork, method in class:ProviderPropertiesUnbundled
/frameworks/base/media/java/android/media/audiofx/
H A DAcousticEchoCanceler.java61 public static AcousticEchoCanceler create(int audioSession) { method in class:AcousticEchoCanceler
H A DAutomaticGainControl.java61 public static AutomaticGainControl create(int audioSession) { method in class:AutomaticGainControl
H A DNoiseSuppressor.java63 public static NoiseSuppressor create(int audioSession) { method in class:NoiseSuppressor
/frameworks/base/obex/javax/obex/
H A DObexTransport.java58 void create() throws IOException; method in interface:ObexTransport
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicYuvToRGB.java44 public static ScriptIntrinsicYuvToRGB create(RenderScript rs, Element e) { method in class:ScriptIntrinsicYuvToRGB
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboRS.java49 Mesh sm = smb.create();
57 mProgramFragment = pfb.create();
65 mTextureProgramFragment = pfb.create();
71 mColorBuffer = Allocation.createTyped(mRS, colorBuilder.create(),
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DICreateInfo.java17 package com.android.tools.layoutlib.create;
H A DMethodListener.java17 package com.android.tools.layoutlib.create;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DLinkedHashMap_Delegate.java19 import com.android.tools.layoutlib.create.ReplaceMethodCallsAdapter;
/frameworks/compile/mclinker/include/mcld/LD/
H A DStubFactory.h34 /// create - create a stub if needed, otherwise return NULL
35 Stub* create(Relocation& pReloc,
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h30 /// create - create an dynamic relocation entry
31 Relocation* create();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlur25G.java70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
71 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
73 mCM = ScriptIntrinsicColorMatrix.create(mRS);
76 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8(mRS));
H A DGroupTest.java51 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
52 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
69 Type connect = tb.create();
76 mGroup = b.create();
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErrActivity.java34 mRS = RenderScript.create(this);

Completed in 2895 milliseconds

1234567891011>>