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

1 2 3 4 5

  /frameworks/base/tools/layoutlib/bridge/src/android/text/
Primitive.java 61 * For tabs - variable width space.
63 VARIABLE,
70 assert this == VARIABLE;
OptimizingLineBreaker.java 165 } else if (p.type == PrimitiveType.VARIABLE) {
196 } else if (p.type == PrimitiveType.VARIABLE) {
GreedyLineBreaker.java 63 } else if (p.type == PrimitiveType.VARIABLE) {
StaticLayout_Delegate.java 188 primitives.add(PrimitiveType.VARIABLE.getNewPrimitive(i));
  /external/v8/build/config/mac/
gen_plist.py 17 # SUBST_RE matches a variable substitution pattern with an optional modifier,
38 """Interpolates variable references into |value| using |substitutions|.
42 substitutions: a mapping of variable names to values
45 A new list of values with all variables references ${VARIABLE} replaced
46 by their value in |substitutions| or None if any of the variable has no
59 """Interpolates variable references into |value| using |substitutions|.
63 substitutions: a mapping of variable names to values
67 value in |substitutions| or None if any of the variable has no substitution.
71 variable = match.group('id')
72 if variable not in substitutions
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 20 VARIABLE;
167 -> {@flag == 1}? ^(VARIABLE ID modifier* type expression?)
476 ast_test :input => "public int gnurz = 1 + 2;", :rule => :r31, :ast => "(VARIABLE gnurz public int (+ 1 2))", :flag => 1
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 212 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
244 Variable* this_function_var = scope()->this_function_var();
255 Variable* new_target_var = scope()->new_target_var();
263 Variable* rest_param = scope()->rest_parameter(&rest_index);
275 Variable* arguments = scope()->arguments();
471 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
673 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
686 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
698 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
705 void FullCodeGenerator::SetVar(Variable* var
768 Variable* variable = proxy->var(); local
816 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 202 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
236 Variable* this_function_var = scope()->this_function_var();
247 Variable* new_target_var = scope()->new_target_var();
255 Variable* rest_param = scope()->rest_parameter(&rest_index);
267 Variable* arguments = scope()->arguments();
434 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
625 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
639 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
651 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
658 void FullCodeGenerator::SetVar(Variable* var
719 Variable* variable = proxy->var(); local
765 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 200 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
231 Variable* this_function_var = scope()->this_function_var();
242 Variable* new_target_var = scope()->new_target_var();
250 Variable* rest_param = scope()->rest_parameter(&rest_index);
263 Variable* arguments = scope()->arguments();
436 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
637 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
652 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
664 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
671 void FullCodeGenerator::SetVar(Variable* var
731 Variable* variable = proxy->var(); local
777 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 202 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
233 Variable* this_function_var = scope()->this_function_var();
244 Variable* new_target_var = scope()->new_target_var();
252 Variable* rest_param = scope()->rest_parameter(&rest_index);
264 Variable* arguments = scope()->arguments();
431 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
622 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
636 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
648 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
655 void FullCodeGenerator::SetVar(Variable* var
716 Variable* variable = proxy->var(); local
761 Variable* variable = proxy->var(); local
    [all...]
  /external/clang/utils/
FuzzTest 185 being executed. The syntax is "%(VARIABLE)FORMAT" where FORMAT is a standard
186 printf format, and VARIABLE is one of:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 383 to some category, like "VARIABLE" or "INTEGER". In code, the category is
397 ``VARIABLE'' can be represented by a number like 5 and referenced within code by
398 +VARIABLE+. However, when a recognizer creates tokens, the name of the token's
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java     [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 209 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
241 Variable* this_function_var = scope()->this_function_var();
252 Variable* new_target_var = scope()->new_target_var();
260 Variable* rest_param = scope()->rest_parameter(&rest_index);
272 Variable* arguments = scope()->arguments();
479 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
673 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
687 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
699 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
706 void FullCodeGenerator::SetVar(Variable* var
772 Variable* variable = proxy->var(); local
819 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 219 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
251 Variable* this_function_var = scope()->this_function_var();
262 Variable* new_target_var = scope()->new_target_var();
270 Variable* rest_param = scope()->rest_parameter(&rest_index);
282 Variable* arguments = scope()->arguments();
470 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
670 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
684 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
696 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
703 void FullCodeGenerator::SetVar(Variable* var
769 Variable* variable = proxy->var(); local
816 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 218 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
250 Variable* this_function_var = scope()->this_function_var();
260 Variable* new_target_var = scope()->new_target_var();
268 Variable* rest_param = scope()->rest_parameter(&rest_index);
280 Variable* arguments = scope()->arguments();
469 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
669 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
683 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
695 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
702 void FullCodeGenerator::SetVar(Variable* var
768 Variable* variable = proxy->var(); local
815 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 215 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
247 Variable* this_function_var = scope()->this_function_var();
258 Variable* new_target_var = scope()->new_target_var();
266 Variable* rest_param = scope()->rest_parameter(&rest_index);
278 Variable* arguments = scope()->arguments();
461 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
641 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
655 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
667 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
674 void FullCodeGenerator::SetVar(Variable* var, Register src, Register scratch0
734 Variable* variable = proxy->var(); local
781 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 220 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i);
252 Variable* this_function_var = scope()->this_function_var();
263 Variable* new_target_var = scope()->new_target_var();
271 Variable* rest_param = scope()->rest_parameter(&rest_index);
285 Variable* arguments = scope()->arguments();
465 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const {
626 MemOperand FullCodeGenerator::StackOperand(Variable* var) {
639 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) {
650 void FullCodeGenerator::GetVar(Register dest, Variable* var) {
656 void FullCodeGenerator::SetVar(Variable* var, Register src, Register scratch0
712 Variable* variable = proxy->var(); local
758 Variable* variable = proxy->var(); local
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 608 Variable* rest_parameter = scope()->rest_parameter(&rest_index);
611 // Build assignment to {.this_function} variable if it is used.
614 // Build assignment to {new.target} variable if it is used.
730 Variable* variable = decl->proxy()->var(); local
735 switch (variable->location()) {
738 DCHECK(!variable->binding_needs_init());
739 globals()->push_back(variable->name());
744 Register destination(variable->index());
750 // The parameter indices are shifted by 1 (receiver is variable
778 Variable* variable = decl->proxy()->var(); local
1065 Variable* variable = expr->AsVariableProxy()->var(); local
2186 Variable* variable = expr->target()->AsVariableProxy()->var(); local
2465 Variable* variable = callee_expr->AsVariableProxy()->var(); local
2672 Variable* variable = proxy->var(); local
2808 Variable* variable = expr->expression()->AsVariableProxy()->var(); local
2967 Variable* variable = scope->receiver(); local
2978 Variable* variable = scope->parameter(i); local
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 614 // Compute local variable liveness information and use it to relax
631 Variable* rest_parameter = scope->rest_parameter(&rest_index);
634 // Build assignment to {.this_function} variable if it is used.
637 // Build assignment to {new.target} variable if it is used.
671 Variable* arguments = info()->scope()->arguments();
683 // Gets the bailout id just before reading a variable proxy, but only for
723 // Bind the receiver variable.
734 // (receiver is variable index -1 but {Parameter} node index 0 and located at
771 void AstGraphBuilder::Environment::Bind(Variable* variable, Node* node)
1110 Variable* variable = decl->proxy()->var(); local
1147 Variable* variable = decl->proxy()->var(); local
2114 Variable* variable = expr->target()->AsVariableProxy()->var(); local
2232 Variable* variable = expr->target()->AsVariableProxy()->var(); local
2365 Variable* variable = callee->AsVariableProxy()->var(); local
2462 Variable* variable = callee->AsVariableProxy()->var(); local
2761 Variable* variable = expr->expression()->AsVariableProxy()->var(); local
3029 Variable* variable = expr->expression()->AsVariableProxy()->var(); local
3209 Variable* variable = scope->receiver(); local
3218 Variable* variable = scope->parameter(i); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 971 while (VARIABLE[count].text != NULL) {
972 logln("variable %d", count);
973 if (!assertEqual(&VARIABLE[count])) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchdat.c 181 static const SearchData VARIABLE[] = {
    [all...]
usrchtst.c 841 while (VARIABLE[count].text != NULL) {
842 log_verbose("variable %d\n", count);
843 if (!assertEqual(VARIABLE[count])) {
    [all...]
  /external/proguard/src/proguard/optimize/
Optimizer.java 65 private static final String CODE_SIMPLIFICATION_VARIABLE = "code/simplification/variable";
74 private static final String CODE_REMOVAL_VARIABLE = "code/removal/variable";
76 private static final String CODE_ALLOCATION_VARIABLE = "code/allocation/variable";
594 // This operation also updates the local variable frame sizes.
602 // Just update the local variable frame sizes.
    [all...]

Completed in 426 milliseconds

1 2 3 4 5