Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/libs/binary_translation/proxy_loader/
Dproxy_library_builder.cc95 const KnownVariable* variables) { in Build() argument
105 variables_ = variables; in Build()
/frameworks/compile/slang/tests/F_kernel_static/
Dstderr.txt.expect1 kernel_static.rscript:14:14: error: Non-const static variables are not allowed in kernels: 'i'
/frameworks/libs/binary_translation/
DAndroid.bp266 // Note: When the variables `BERBERIS_PRODUCT_PACKAGES` and
287 // Note: When the variables `BERBERIS_PRODUCT_PACKAGES_RISCV64_TO_X86_64` and
289 // `berberis_config.mk` and the variables `NATIVE_BRIDGE_PRODUCT_PACKAGES`,
370 variables: ["translation_arch"],
/frameworks/base/tools/codegen/src/com/android/codegen/
DConstDef.kt16 val CONST_NAMES get() = values.flatMap { it.variables }.map { it.nameAsString } in <lambda>()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DProtoLogTool.kt206 field.variables.first() in <lambda>()
211 field.variables.first() in <lambda>()
218 field.variables.first() in <lambda>()
250 field.variables.first().setInitializer(treeMapCreation) in <lambda>()
254 field.variables.first().setInitializer(MethodReferenceExpr() in <lambda>()
/frameworks/base/startop/apps/ColorChanging/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/frameworks/av/media/libmedia/docs/
Dpaused.dot25 ATsetMarkerPosition [label="AudioTrack::setMarkerPosition()\n[sets marker variables]"];
28 …sitionUpdatePeriod [label="AudioTrack::setPositionUpdatePeriod()\n[sets update period variables]"];
/frameworks/av/media/tests/SampleVideoEncoder/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/libs/binary_translation/proxy_loader/include/berberis/proxy_loader/
Dproxy_library_builder.h50 const KnownVariable* variables);
/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp954 auto &variables = mFiles.Current().mVariables; in declareVariable() local
956 auto &variable = variables.CollectNext(); in declareVariable()
983 if (variables.isFinished()) { in declareVariable()
993 const auto &variable = variables.UseNext(); in declareVariable()
1000 << unsigned(variables.CurrentIdx() + 1) in declareVariable()
1120 auto &variables = mFiles.Current().mVariables; in endVariables() local
1121 while (!variables.isFinished()) { in endVariables()
1122 const auto &variable = variables.UseNext(); in endVariables()
/frameworks/base/tests/TouchLatency/
Dgradlew.bat24 @rem Set local scope for the variables with windows NT shell
77 @rem End local scope for the variables with windows NT shell
/frameworks/compile/libbcc/tests/debuginfo/
DREADME29 the build environment variables set (i.e. ANDROID_BUILD_TOP)
41 set the following environment variables:
/frameworks/av/services/audioflinger/timing/
DAndroid.bp18 "-misc-non-private-member-variables-in-classes",
/frameworks/av/services/audioflinger/afutils/
DAndroid.bp12 "-misc-non-private-member-variables-in-classes",
/frameworks/av/services/audioflinger/sounddose/
DAndroid.bp18 "-misc-non-private-member-variables-in-classes",
/frameworks/av/services/audioflinger/fastpath/
DAndroid.bp12 "-misc-non-private-member-variables-in-classes",
/frameworks/av/services/audioflinger/datapath/
DAndroid.bp18 "-misc-non-private-member-variables-in-classes",
/frameworks/hardware/interfaces/cameraservice/service/2.0/
Dtypes.hal35 * Use to initialize variables only.
/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DREADME.md53 Assume you start with these variables and a method that returns the next input frame:
76 Assume you start with these variables:
/frameworks/compile/libbcc/
DREADME.rst111 * **bccGetExportVarCount** - Get the count of exported variables
113 * **bccGetExportVarList** - Get the addresses of exported variables
158 The list of the addresses of exported variables.
/frameworks/compile/slang/tests/P_reflection3264_divergent/
Dreflection3264_divergent.rscript54 // TODO: Add these variables back once http://b/65210157 is fixed
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
Dreflection3264_divergent.rscript56 // TODO: Add these variables back once http://b/65210157 is fixed
/frameworks/base/tools/aapt/
DAndroid.bp18 // Setup some common variables for the different build
/frameworks/base/tools/split-select/
DAndroid.bp18 // Setup some common variables for the different build

123