HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 651 - 675 of 6598) sorted by null

<<21222324252627282930>>

  /external/llvm/docs/tutorial/
OCamlLangImpl7.html 97 <p>In this case, we have the variable "X", whose value depends on the path
162 With this in mind, the high-level idea is that we want to make a stack variable
171 variable is defined as "i32". What this means is that @G defines <em>space</em>
174 being declared with global variable definitions, they are declared with the
191 variable in the LLVM IR. Stack memory allocated with the alloca instruction is
227 <li>Each mutable variable becomes a stack allocation.</li>
228 <li>Each read of the variable becomes a load from the stack.</li>
229 <li>Each update of the variable becomes a store to the stack.</li>
230 <li>Taking the address of a variable just uses the stack address directly.</li>
315 Debug information in LLVM</a> relies on having the address of the variable
    [all...]
  /bionic/libc/private/
__dso_handle_so.S 29 # The __dso_handle global variable is used by static
  /bionic/linker/
linker_environ.c 33 /* Returns 1 if 'str' points to a valid environment variable definition.
45 * as the maximum size for an env. variable definition.
82 /* As a sanity check, we're going to remove all invalid variable
101 /* Check if the environment variable definition at 'envstr'
  /bootable/bootloader/legacy/
fastboot_protocol.txt 70 Host: "getvar:version" request version variable
74 Host: "getvar:nonexistant" request some undefined variable
109 "getvar:%s" Read a config/version variable from the bootloader.
110 The variable contents will be returned after the
  /bootable/recovery/applypatch/
imgdiff.h 23 // The gzip header size is actually variable, but we currently don't
  /cts/tests/src/android/app/cts/
MockReceiver.java 25 // PendingIntent may return same instance or new instance, so static variable is needed.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
VariableSizeInsn.java 23 * Pseudo-instruction base class for variable-sized instructions.
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoConstants.java 58 * Introduces a local variable at the current address.<p>
70 * Introduces a local variable at the current address with a type
85 * Marks a currently-live local variable as out of scope at the
96 * Re-introduces a local variable at the current address. The name
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttLocalVariableTable.java 31 * @param localVariables {@code non-null;} list of local variable entries
AttLocalVariableTypeTable.java 31 * @param localVariables {@code non-null;} list of local variable entries
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 61 /** {@code non-null;} local variable list */
71 * @param keepLocals whether to keep the local variable
238 * Gets the local variable list.
240 * @return {@code non-null;} the local variable list
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 30 /** whether to keep local variable information */
  /dalvik/dx/src/com/android/dx/dex/code/
VariableSizeInsn.java 23 * Pseudo-instruction base class for variable-sized instructions.
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 58 * Introduces a local variable at the current address.<p>
70 * Introduces a local variable at the current address with a type
85 * Marks a currently-live local variable as out of scope at the
96 * Re-introduces a local variable at the current address. The name
  /dalvik/vm/mterp/x86-atom/
TODO.txt 14 rIBASE register (or alternate switching model with variable
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 79 * TODO: Set the path variable to a local media file path.
88 + "and set the path variable to your media file path."
96 * TODO: Set path variable to progressive streamable mp4 or
111 + " and set the path variable to your media file URL.",
  /external/bluetooth/bluez/doc/
input-api.txt 12 Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
oob-api.txt 8 Object path [variable prefix]/{hci0,hci1,...}
serial-api.txt 12 Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
  /external/chromium/app/sql/
diagnostic_error_delegate.h 23 // classes that don't share the same static variable.
  /external/chromium/base/
environment.h 32 // Gets an environment variable's value and stores it in |result|.
  /external/chromium/build/
branding_value.sh 8 # value of GYP's branding variable followed by the key you want and the right
compiler_version.py 32 # Check if CXX environment variable exists and
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 47 // We use this variable to prevent ourselves from handling further changes
  /external/chromium/chrome/browser/prefs/
pref_member.h 134 // a member variable.
172 // Retrieve the value of the member variable.
185 // Set the value of the member variable.
194 // Set the value of the member variable if it is not managed.

Completed in 1699 milliseconds

<<21222324252627282930>>