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

  /external/grub/stage2/
start_eltorito.S 291 VARIABLE(BootDrive)
293 VARIABLE(MaxTransfer)
295 VARIABLE(RetryCount)
asm.S 88 VARIABLE(install_partition)
90 /* This variable is here only because of a historical reason. */
91 VARIABLE(saved_entryno)
93 VARIABLE(stage2_id)
95 VARIABLE(force_lba)
97 VARIABLE(version_string)
99 VARIABLE(config_file)
1725 VARIABLE(linux_text_len)
1728 VARIABLE(linux_data_tmp_addr)
1731 VARIABLE(linux_data_real_addr
    [all...]
shared.h 266 #define VARIABLE(x) ENTRY(x)
566 /* If not using config file, this variable is set to zero,
569 /* If using the preset menu, this variable is set to non-zero,
572 /* If not using curses, this variable is set to zero, otherwise non-zero. */
  /external/v8/src/arm/
full-codegen-arm.cc 111 Variable* arguments = scope()->arguments()->AsVariable();
554 Variable* var = decl->proxy()->var();
563 if (decl->mode() == Variable::CONST) {
576 // The variable in the decl always resides in the current context.
585 if (decl->mode() == Variable::CONST) {
604 ASSERT(decl->mode() == Variable::VAR ||
605 decl->mode() == Variable::CONST);
607 (decl->mode() == Variable::VAR) ? NONE : READ_ONLY;
613 if (decl->mode() == Variable::CONST) {
630 if (decl->fun() != NULL || decl->mode() == Variable::CONST)
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 111 Variable* arguments = scope()->arguments()->AsVariable();
668 Variable* var = decl->proxy()->var();
677 if (decl->mode() == Variable::CONST) {
690 // The variable in the decl always resides in the current context.
699 if (decl->mode() == Variable::CONST) {
717 ASSERT(decl->mode() == Variable::VAR ||
718 decl->mode() == Variable::CONST);
720 (decl->mode() == Variable::VAR) ? NONE : READ_ONLY;
726 if (decl->mode() == Variable::CONST) {
739 if (decl->fun() != NULL || decl->mode() == Variable::CONST)
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 112 Variable* arguments = scope()->arguments()->AsVariable();
670 Variable* var = decl->proxy()->var();
679 if (decl->mode() == Variable::CONST) {
692 // The variable in the decl always resides in the current context.
701 if (decl->mode() == Variable::CONST) {
720 ASSERT(decl->mode() == Variable::VAR ||
721 decl->mode() == Variable::CONST);
723 (decl->mode() == Variable::VAR) ? NONE : READ_ONLY;
729 if (decl->mode() == Variable::CONST) {
742 if (decl->fun() != NULL || decl->mode() == Variable::CONST)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
usrchdat.c 117 static const SearchData VARIABLE[] = {
usrchtst.c 735 while (VARIABLE[count].text != NULL) {
736 log_verbose("variable %d\n", count);
737 if (!assertEqual(VARIABLE[count])) {
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
srchtest.cpp 856 while (VARIABLE[count].text != NULL) {
857 logln("variable %d", count);
858 if (!assertEqual(&VARIABLE[count])) {
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 742 while (VARIABLE[count].text != NULL) {
743 log_verbose("variable %d\n", count);
744 if (!assertEqual(VARIABLE[count])) {
    [all...]
usrchdat.c 180 static const SearchData VARIABLE[] = {
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 866 while (VARIABLE[count].text != NULL) {
867 logln("variable %d", count);
868 if (!assertEqual(&VARIABLE[count])) {
    [all...]
  /external/proguard/src/proguard/optimize/
Optimizer.java 64 private static final String CODE_SIMPLIFICATION_VARIABLE = "code/simplification/variable";
72 private static final String CODE_REMOVAL_VARIABLE = "code/removal/variable";
74 private static final String CODE_ALLOCATION_VARIABLE = "code/allocation/variable";
429 // This operation also updates the local variable frame sizes.
437 // Just update the local variable frame sizes.
664 InstructionSequenceConstants.VARIABLE,
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java 156 public static final Instruction[][][] VARIABLE = new Instruction[][][]
    [all...]
  /external/bison/tests/
testsuite 224 # Sed expression to map a string onto a valid variable name.
566 # Reject names that are not valid shell variable names.
568 { echo "$as_me: error: invalid variable name: $at_envvar" >&2
605 Usage: $0 [OPTION]... [VARIABLE=VALUE]... [TESTS]
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 660 milliseconds