Searched
full:variable (Results
501 -
525 of
15203) sorted by null
<<21222324252627282930>>
/external/javassist/src/main/javassist/bytecode/analysis/ |
package.html | 6 This allows the user to determine the type state of the stack and local variable table
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
TemplateLoader.java | 31 * on templates. For each variable in the template, this will determine what type of escaping 32 * should be applied to the variable, and automatically apply this escaping. 45 * on templates. For each variable in the template, this will determine what type of escaping 46 * should be applied to the variable, and automatically apply this escaping.
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
sysmips.h | 23 #define MIPS_ATOMIC_SET 2001 /* atomically set variable */
|
/external/lldb/source/Symbol/ |
CMakeLists.txt | 28 Variable.cpp
|
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/ |
TestDataFormatterLibccIterator.py | 62 self.expect('frame variable ivI', substrs = ['item = 3']) 65 self.expect('frame variable iimI', substrs = ['first = 0','second = 12']) 68 self.expect('frame variable simI', substrs = ['first = "world"','second = 42']) 71 self.expect('frame variable svI', substrs = ['item = "hello"'])
|
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/ |
TestDataFormatterStdIterator.py | 61 self.expect('frame variable ivI', substrs = ['item = 3']) 64 self.expect('frame variable iimI', substrs = ['first = 0','second = 12']) 67 self.expect('frame variable simI', substrs = ['first = "world"','second = 42']) 70 self.expect('frame variable svI', substrs = ['item = "hello"'])
|
/external/lldb/test/functionalities/data-formatter/rdar-9973865/ |
Test-rdar-9973865.py | 59 self.expect('frame variable mine_ptr', 62 self.expect('frame variable *mine_ptr', 67 self.expect('frame variable mine_ptr', 70 self.expect('frame variable *mine_ptr',
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugLoc.h | 28 /// The location of the variable within the specified range. 32 /// A list of locations that contain one variable. 37 /// All the locations in which the variable is stored. 44 /// the locations in which the variable is stored.
|
/external/llvm/test/Assembler/ |
2002-03-08-NameCollision.ll | 10 ; Fixed by delaying binding of variable names until _after_ the method symtab is
|
2003-05-15-AssemblerProblem.ll | 1 ; This bug was caused by two CPR's existing for the same global variable,
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-named-reg-alloc.ll | 7 ; CHECK: Invalid register name global variable
|
arm64-named-reg-notareg.ll | 6 ; CHECK: Invalid register name global variable
|
/external/llvm/test/CodeGen/ARM/ |
named-reg-alloc.ll | 7 ; CHECK: Invalid register name global variable
|
named-reg-notareg.ll | 6 ; CHECK: Invalid register name global variable
|
/external/llvm/test/CodeGen/X86/ |
named-reg-alloc.ll | 7 ; CHECK: Invalid register name global variable
|
named-reg-notareg.ll | 6 ; CHECK: Invalid register name global variable
|
vec_insert-8.ll | 3 ; tests variable insert and extract of a 4 x i32
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
test-data-align-remote.ll | 3 ; Check that a variable is always aligned as specified.
|
/external/llvm/test/FileCheck/ |
var-ref-same-line.txt | 1 // Test for referencing a variable defined on the same line
|
/external/llvm/test/MC/AsmParser/ |
variables-invalid.s | 17 // CHECK: invalid reassignment of non-absolute variable 't3_s0'
|
/external/mesa3d/src/gallium/winsys/sw/ |
Makefile | 8 # (i.e. EGL should set a variable that is checked here)
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
IincInsnNode.java | 45 * Index of the local variable to be incremented.
50 * Amount to increment the local variable by.
57 * @param var index of the local variable to be incremented.
58 * @param incr increment amount to increment the local variable by.
|
/external/nanopb-c/examples/using_double_on_avr/ |
decode_double.c | 1 /* Decodes a double value into a float variable.
|
/external/proguard/src/proguard/gui/splash/ |
ImageSprite.java | 42 * @param x the variable x-coordinate of the upper-left corner of the image. 43 * @param y the variable y-coordinate of the upper-left corner of the image. 44 * @param scaleX the variable x-scale of the image. 45 * @param scaleY the variable y-scale of the image.
|
/external/valgrind/main/docs/lib/ |
line-wrap.xsl | 20 <xsl:variable name="vFunResult"> 26 </xsl:variable> 45 <xsl:variable name="vsplit2linesFun" 48 <xsl:variable name="vrtfParams"> 51 </xsl:variable> 53 <xsl:variable name="vResult"> 60 </xsl:variable> 109 <xsl:variable name="vnWordsInLine" select="count($pLine/word)"/> 110 <xsl:variable name="vLineLength"
|
Completed in 970 milliseconds
<<21222324252627282930>>