HomeSort by relevance Sort by last modified time
    Searched refs:Variables (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/proguard/src/proguard/evaluation/
Variables.java 30 * the respective variables.
34 public class Variables
44 * Creates a new Variables object with a given maximum number of variables.
46 public Variables(int size)
54 * Creates a Variables object that is a copy of the given Variables object.
56 public Variables(Variables variables)
    [all...]
InvocationUnit.java 29 * This interface sets up the variables for entering a method,
37 * Sets up the given variables for entering the given method.
41 Variables variables);
TracedVariables.java 26 * This Variables class saves additional information with variables, to keep
29 * The Variables class stores a given producer Value along with each Value it
36 public class TracedVariables extends Variables
42 private Variables producerVariables;
52 producerVariables = new Variables(size);
63 producerVariables = new Variables(tracedVariables.producerVariables);
99 // Implementations for Variables.
BasicInvocationUnit.java 33 * This InvocationUnit sets up the variables for entering a method,
65 public void enterMethod(Clazz clazz, Method method, Variables variables)
77 variables.reset(parameterSize);
97 variables.store(variableIndex++, value);
103 // Set up the variables corresponding to the parameter types and values.
121 variables.store(variableIndex++, value);
Processor.java 38 private final Variables variables; field in class:Processor
50 * @param variables the local variable frame.
55 public Processor(Variables variables,
61 this.variables = variables;
643 stack.push(variables.iload(variableIndex));
651 stack.push(variables.lload(variableIndex));
659 stack.push(variables.fload(variableIndex))
    [all...]
  /external/libhevc/common/arm/
ihevc_mem_fns.s 67 @**************Variables Vs Registers*************************
99 @**************Variables Vs Registers*************************
138 @**************Variables Vs Registers*************************
170 @**************Variables Vs Registers*************************
208 @**************Variables Vs Registers*************************
242 @**************Variables Vs Registers*************************
ihevc_sao_band_offset_luma.s 49 @**************Variables Vs Registers*****************************************
  /external/chromium_org/third_party/mesa/src/
common.py 79 from SCons.Variables.BoolVariable import BoolVariable as BoolOption
83 from SCons.Variables.EnumVariable import EnumVariable as EnumOption
SConstruct 8 # to set configuration variables. Or you can write those options to a file
33 opts = Variables('config.py')
  /external/mesa3d/
common.py 79 from SCons.Variables.BoolVariable import BoolVariable as BoolOption
83 from SCons.Variables.EnumVariable import EnumVariable as EnumOption
SConstruct 8 # to set configuration variables. Or you can write those options to a file
33 opts = Variables('config.py')
  /build/tools/
product_debug.py 42 def render_variables(variables):
43 variables = dict(variables)
44 del variables["FILE"]
45 variables = list(variables.iteritems())
46 variables.sort(lambda a, b: cmp(a[0], b[0]))
47 return ("<table id='variables'>"
49 for key,val in variables])
52 def linkify_inherit(variables, text, func_name)
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 290 /// The local variables defined.
291 std::map<std::string, Variable> Variables;
337 // known variables for each.
1104 assert_with_loc(Variables.find(VarName) != Variables.end(),
1106 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());
1113 Variables.clear();
1116 // known variables for each.
1122 Variables[Name] = Variable(Types[I], Name + VariablePostfix);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 63 UINT Variables;
d3d10shader.idl 96 UINT Variables;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 63 UINT Variables;
d3d10shader.idl 96 UINT Variables;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10shader.h 133 UINT Variables;
d3d11shader.h 107 UINT Variables;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 122 /* Byref variables, in Blocks, are declared by the programmer as
127 needs to do with by-reference variables in blocks.
312 // and DW_AT_high_pc attributes. If there are global variables in this
313 // scope then create and insert DIEs for these variables.
790 // FIXME: There shouldn't be any variables without DIEs.
813 // Construct subprogram DIE and add variables DIEs.
841 // Collect info for variables that were optimized out.
848 // Construct subprogram DIE and add variables DIEs.
    [all...]
  /external/bison/doc/
refcard.tex 438 \section{Grammar Variables and Symbols}
457 \section {Variables and Types}
510 % Local variables:
  /external/llvm/lib/IR/
DIBuilder.cpp 58 SmallVector<Value *, 4> Variables;
61 Variables.push_back(NMD->getOperand(ii));
65 DIArray AV = getOrCreateArray(Variables);
    [all...]
  /build/core/
envsetup.mk 0 # Variables we check:
4 # and we output a bunch of variables, see the case statement at
137 # variables that we need in order to locate the output files.
  /external/harfbuzz_ng/
git.mk 70 # Variables user modules may want to add to toplevel MAINTAINERCLEANFILES:
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 437 # Variables for running examples with Chrome.
442 # Add this to launch Chrome with additional environment variables defined.

Completed in 1945 milliseconds

1 2 3