Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 103) sorted by relevance

12345

/frameworks/compile/mclinker/
Dmcld.mk2 $(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH))
9 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
Dmcld-device-build.mk17 -Wno-unused-const-variable \
Dmcld-host-build.mk12 -Wno-unused-const-variable \
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFilterGraph.java249 Filter variable = getFilter(varName); in assignVariableToFilterInput() local
250 if (variable == null || !(variable instanceof VariableSource)) { in assignVariableToFilterInput()
256 connectAndBranch(variable, "value", filter, inputName); in assignVariableToFilterInput()
262 return (VariableSource)variable; in assignVariableToFilterInput()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc8 …nosticEngine::Fatal, "indirect symbol %0 points to a undefined symbol", "variable %0 is undefined")
9 …ons, DiagnosticEngine::Error, "multiple definition of symbol `%0'", "you define variable %0 twice")
/frameworks/compile/slang/tests/F_global_init/
Dstderr.txt.expect1 global_init.rs:19:10: error: Reflection of initializer to variable 'myS' (of type 's') is unsupport…
/frameworks/compile/libbcc/
Dlibbcc.mk18 $(error Must set variable LIBBCC_ROOT_PATH before including this! $(LOCAL_PATH))
DREADME.rst137 variable list, exported function list, pragma list, function information
147 * **String Pool** (MCO_StringPool) - A collection of serialized variable
/frameworks/ex/framesequence/jni/
DAndroid.mk41 LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wno-unused-variable -Wno-overloaded-virtual
/frameworks/base/tools/aidl/
DAST.cpp59 variable(NULL) in Field()
66 variable(v) in Field()
77 types->insert(this->variable->type); in GatherTypes()
87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(), in Write()
88 this->variable->name.c_str()); in Write()
DAST.h100 Variable *variable; member
104 Field(int modifiers, Variable* variable);
/frameworks/opt/bitmap/sample/
Dproguard-config.pro4 …lification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*,!code/allocation/variable
/frameworks/rs/cpu_ref/
DAndroid.mk4 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable -fno-exceptions
/frameworks/base/docs/html/tools/help/
DMonkeyDevice.jd133 Given the name of a system environment variable, returns its value for this device.
134 The available variable names are listed in the <a href="#getProperty">
615 Given the name of a system environment variable, returns its value for this device.
624 The name of the system environment variable. The available variable names are listed in
625 <a href="#table1">Table 1. Property variable names</a> at the end of this topic.
634 The value of the variable. The data format varies according to the variable requested.
664 The name of the system environment variable. The available variable names are listed in
674 The value of the variable. The data format varies according to the variable requested.
1169 <strong>Table 1.</strong>Property variable names used with
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd114 interface thread of your application, you must declare this public variable as {@code volatile}.
115 Here is the code to declare the variable and expose the getter and setter pair:</p>
Dprojection.jd127 previews sections, first add a matrix variable to the <em>vertex shader</em> previously defined
134 // This matrix member variable provides a hook to manipulate
/frameworks/support/v8/renderscript/rs_support/
DAndroid.mk3 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable \
/frameworks/compile/slang/lit-tests/
Dlit.cfg32 # If the user set the overriding environment variable, use it
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd130 variable to hold the selection value. Use
140 * Defines a variable to contain the selection value. Once you
143 * variable.
351 of the constant; otherwise, the provider interprets the constant as a variable name rather
/frameworks/base/docs/html/training/wearables/apps/
Dpackaging.jd117 The <code>rawPathResId</code> is the static variable name of the APK resource. For example,
118 for <code>wearable_app.apk</code>, the static variable name is <code>wearable_app</code>.
/frameworks/base/docs/html/tools/debugging/
Ddebugging-projects.jd33 <li>Variables - When breakpoints are set, displays variable values during code execution</li>
/frameworks/base/docs/html/training/basics/firstapp/
Drunning-app.jd90 <code>PATH</code> environment variable, then execute:
163 <code>PATH</code> environment variable, then execute:
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd109 variable, so you can read and write the RenderScript variables from the Android
110 framework. If a global variable is initialized at the RenderScript runtime layer, those
174 methods are generated for each variable. For example, if you declare the following variable in
625 at the RenderScript runtime level. When RenderScript code changes the value of a variable, it is not
628 method. However, when Android framework code modifies a variable, that change can be communicated to
708 the <code>struct</code> as normal. Any changes you make to the struct via its pointer variable
/frameworks/base/docs/html/sdk/installing/
Dindex.jd65 you need to set an environment variable indicating the correct location.</p>
68 Variables</strong> and add a new system variable <code>JAVA_HOME</code> that points to
120 variable so that you can start Android Studio from any directory.</p>

12345