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

  /external/v8/tools/
gen-postmortem-metadata.py 339 consts = [];
424 def emit_set(out, consts):
425 for ii in range(0, len(consts)):
427 (consts[ii]['name'], consts[ii]['value']));
442 consts = [];
447 consts.append({
452 emit_set(out, consts);
455 consts = [];
463 consts.append(
    [all...]
js2c.py 310 consts = []
314 (consts, macros) = ReadMacros(ReadLines(str(s)))
326 lines = ExpandConstants(lines, consts)
  /cts/suite/audio_quality/test_description/processing/
example.py 17 from consts import *
28 # consts from consts.py
30 # element 0 : execution result value as defined as RESULT_XXX in consts.py
playback_thd.py 17 from consts import *
recording_thd.py 17 from consts import *
gen_random.py 17 from consts import *
check_spectrum_playback.py 17 from consts import *
check_spectrum.py 17 from consts import *
  /external/icu4c/i18n/
ucol_tok.cpp 1569 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
2020 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
2386 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
    [all...]
ucol_bld.cpp 346 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
348 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
    [all...]
  /external/v8/test/mjsunit/
global-const-var-conflicts.js 28 // Check that dynamically introducing conflicting consts/vars
const-eval-init.js 32 // initialization of consts in the global scope happen at the same
const-redecl.js 101 // Redeclarations of global consts do not throw, they are silently ignored.
  /cts/suite/audio_quality/test_description/
processing_main.py 23 from consts import *
  /external/icu4c/test/cintltst/
cmsccoll.c 1107 UCAConstants *consts = NULL; local
1129 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
1130 UCOL_RESET_TOP_VALUE = consts->UCA_LAST_NON_VARIABLE[0];
1131 /*UCOL_RESET_TOP_CONT = consts->UCA_LAST_NON_VARIABLE[1]; */
1132 UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0];
1133 UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLICIT[1];
1145 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT);
1147 setIndirectBoundaries(1, consts->UCA_FIRST_PRIMARY_IGNORABLE, 0);
1149 setIndirectBoundaries(2, consts->UCA_LAST_PRIMARY_IGNORABLE, 0)
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 1619 SmallPtrSet<Constant*,64> consts; local
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 548 milliseconds