Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dstruct_field_simple.rs8 struct Simple simple;
14 rsDebug("simple.I ", simple.I);
16 rsDebug("simple.L.lo", (unsigned)simple.L & ~0U);
18 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
20 _RS_ASSERT(simple.I == argI);
21 _RS_ASSERT(simple.L == argL);
DUT_struct_field_simple.java33 ScriptField_Simple.Item simple = new ScriptField_Simple.Item(); in run() local
36 simple.I = I; in run()
37 simple.L = L; in run()
38 s.set_simple(simple); in run()
/frameworks/rs/tests/lldb/cpp/WaitAttach/
DAndroid.mk8 simple.rs
19 simple.rs
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/simple/
DAnotherSimpleTest.java17 package android.test.suitebuilder.examples.simple;
DSimpleTest.java17 package android.test.suitebuilder.examples.simple;
/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/data/
DdataFile1 A simple data file that should be copied to the output jar unchanged.
DanotherDataFile1 A simple data file that should *not* be copied to the output jar.
/frameworks/av/media/libaaudio/examples/write_sine/static/
DREADME.md1 Makefile for building simple command line examples.
/frameworks/av/media/libaaudio/examples/input_monitor/static/
DREADME.md1 Makefile for building simple command line examples.
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
DAndroid.mk6 LOCAL_SRC_FILES := jninodebugwaitattach.cpp simple.rs
/frameworks/rs/tests/lldb/cpp/KernelVariables/
DAndroid.mk8 simple.rs
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
DAndroid.mk6 LOCAL_SRC_FILES := jnikernelvariables.cpp simple.rs
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
DAndroid.mk6 LOCAL_SRC_FILES := jnidebugwaitattach.cpp simple.rs
/frameworks/rs/script_api/
Drs_time.spec26 simple: int
35 simple: long
Drs_for_each.spec47 simple: const struct rs_kernel_context_t *
88 simple: void*
Drs_graphics.spec499 Low performance utility function for drawing a simple quad. Not intended for
548 Low performance utility function for drawing a simple rectangle. Not
/frameworks/native/cmds/bugreportz/
Dreadme.md4 the simple protocol defined below.
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/
Dcameraeffectsrecordingsample.graph15 // A simple graph that displays the raw camera stream.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DTestSuiteBuilderTest.java27 import android.test.suitebuilder.examples.simple.SimpleTest;
/frameworks/rs/script_api/include/
Drs_object_info.rsh48 * An Element can specify a simple data types as found in C, e.g. an integer, float, or
282 * Elements can be simple, such as an int or a float, or a structure with multiple
283 * sub-elements. This function returns zero for simple Elements and the number of
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DTestService.java606 XmlResourceParser parser = mContext.getResources().getLayout(R.xml.simple); in onRun()
623 mParser = mContext.getResources().getLayout(R.xml.simple); in onInit()
672 inf.inflate(R.xml.simple); in onRun()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java438 ViewNodeText(Parcel in, boolean simple) { in ViewNodeText() argument
443 if (!simple) { in ViewNodeText()
453 void writeToParcel(Parcel out, boolean simple, boolean writeSensitive) { in writeToParcel() argument
458 if (!simple) { in writeToParcel()
/frameworks/support/buildSrc/src/main/groovy/android/support/
DSupportLibraryPlugin.groovy187 '-XDcompilePolicy=simple', // Workaround for b/36098770
/frameworks/base/tools/orientationplot/
DREADME.txt1 This directory contains a simple python script for visualizing
/frameworks/base/tools/aapt2/
Dreadme.md46 AAPT and AAPT2 always generate a simple value for the type `ID`, so it is unclear how some

12