Searched refs:create (Results 151 - 175 of 1269) sorted by relevance

1234567891011>>

/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DUT_math.java32 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_rsdebug.java32 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_rstime.java32 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_rstypes.java32 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DRsBrickedBitMask.java24 * create bricked binary representation of the non transparent voxels
61 mBrick_allocation = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT);
74 Allocation tmp = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT);
87 return Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT);
95 return Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT);
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp32 auto t = tb.create();
50 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create());
64 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create());
73 sp<Allocation> yuv_allocation = Allocation::createTyped(rs, yuvTypeBuilder.create());
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java54 mRS = RenderScript.create(this,
77 Allocation int_allocation2 = Allocation.createTyped(mRS, typeI32Builder2D.create());
94 Allocation int_allocation3 = Allocation.createTyped(mRS, typeI32Builder3D.create());
102 Allocation yuv_allocation = Allocation.createTyped(mRS, yuvTypeBuilder.create());
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp41 auto t = tb.create();
59 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create());
73 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create());
82 sp<Allocation> yuv_allocation = Allocation::createTyped(rs, yuvTypeBuilder.create());
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DSourceJarTaskHelper.kt36 val sourceJar = project.tasks.create("sourceJarRelease", Jar::class.java)
48 val sourceJar = project.tasks.create("sourceJar", Jar::class.java)
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DSourceJarTaskHelper.kt36 val sourceJar = project.tasks.create("sourceJarRelease", Jar::class.java)
48 val sourceJar = project.tasks.create("sourceJar", Jar::class.java)
/frameworks/support/jetifier/jetifier/gradle-plugin/src/main/kotlin/com/android/tools/build/jetifier/plugin/gradle/
H A DJetifierExtension.kt41 return process(project.dependencies.create(dependencyNotation))
58 return process(project.dependencies.create(dependencyNotation, closure))
80 * configurations.create('depToRefactor')
99 * This will create a new detached configuration and resolve all the dependencies = obtaining
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/
H A DObservableQueryResultBinderProvider.kt33 protected abstract fun create(typeArg: TypeMirror,
45 return create(
/frameworks/support/webkit-codegen/src/main/java/androidx/webkit/internal/codegen/
H A DPsiProjectSetup.java40 LintCoreProjectEnvironment.create(parentDisposable, appEnv);
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/
H A DDatabaseTest.java34 mDatabase = WorkDatabase.create(InstrumentationRegistry.getTargetContext(), true);
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DBrightnessMappingStrategyTest.java122 BrightnessMappingStrategy simple = BrightnessMappingStrategy.create(res);
135 BrightnessMappingStrategy simple = BrightnessMappingStrategy.create(res);
149 BrightnessMappingStrategy strategy = BrightnessMappingStrategy.create(res);
165 BrightnessMappingStrategy strategy = BrightnessMappingStrategy.create(res);
179 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(res);
192 BrightnessMappingStrategy physical = BrightnessMappingStrategy.create(res);
209 BrightnessMappingStrategy strategy = BrightnessMappingStrategy.create(res);
235 BrightnessMappingStrategy strategy = BrightnessMappingStrategy.create(res);
248 BrightnessMappingStrategy strategy = BrightnessMappingStrategy.create(res);
254 strategy = BrightnessMappingStrategy.create(re
[all...]
/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DPrecomputedTextPerfTest.java79 PrecomputedText.create(text, param);
96 PrecomputedText.create(text, param);
113 PrecomputedText.create(text, param);
130 PrecomputedText.create(text, param);
147 PrecomputedText.create(text, param);
164 PrecomputedText.create(text, param);
181 PrecomputedText.create(text, param);
198 PrecomputedText.create(text, param);
/frameworks/base/apct-tests/perftests/utils/
H A DAndroid.mk9 # The name of the jar file to create
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java61 addOutputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
78 FrameFormat outputFormat = ImageFormat.create(mWidth, mHeight,
H A DGLTextureTarget.java42 addMaskedInputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
50 FrameFormat format = ImageFormat.create(input.getFormat().getWidth(),
/frameworks/base/services/core/java/com/android/server/am/
H A DUnsupportedDisplaySizeDialog.java46 .create();
49 mDialog.create();
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DGridLayoutTest.java30 public ViewGroup create(Context context) { method in class:GridLayoutTest
44 View v = create(context, VERTICAL_NAMES[i] + "-" + HORIZONTAL_NAMES[j], 20);
H A DLayoutInsetsTest.java19 public static View create(Context context) { method in class:LayoutInsetsTest
57 setContentView(create(this));
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAfterConstructorMethodAdapter.java17 package com.android.tools.layoutlib.create;
23 import static com.android.tools.layoutlib.create.DelegateMethodAdapter.DELEGATE_SUFFIX;
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DRtpStream.java71 mLocalPort = create(address.getHostAddress());
75 private native int create(String address) throws SocketException; method in class:RtpStream
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_apitest.java32 RenderScript pRS = RenderScript.create(mCtx);
45 Type type = typeBuilder.create();

Completed in 432 milliseconds

1234567891011>>