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

  /frameworks/base/tools/preload/
Operation.java 22 * An operation with a duration. Could represent a class load or initialization.
32 LOAD, INIT
99 case LOAD: return loadedClass.medianLoadTimeMicros();
Root.java 94 Operation.Type.LOAD);
  /external/elfutils/libebl/
eblsegmenttypename.c 39 PTYPE (LOAD),
  /external/chromium/base/
base_main.scons 85 def __init__(self, load):
90 load: list of elements in the LOAD= specification
92 self.included = set([c for c in load if not c.startswith('-')])
93 self.excluded = set([c[1:] for c in load if c.startswith('-')])
106 if 'LOAD' in ARGUMENTS:
107 load = ARGUMENTS['LOAD'].split(',') variable
109 load = [] variable
110 load_target = LoadTarget(load)
    [all...]
  /external/chromium/net/
net_main.scons 103 def __init__(self, load):
108 load: list of elements in the LOAD= specification
110 self.included = set([c for c in load if not c.startswith('-')])
111 self.excluded = set([c[1:] for c in load if c.startswith('-')])
124 if 'LOAD' in ARGUMENTS:
125 load = ARGUMENTS['LOAD'].split(',') variable
127 load = [] variable
128 load_target = LoadTarget(load)
    [all...]
  /external/chromium/sdch/
sdch_main.scons 72 def __init__(self, load):
77 load: list of elements in the LOAD= specification
79 self.included = set([c for c in load if not c.startswith('-')])
80 self.excluded = set([c[1:] for c in load if c.startswith('-')])
93 if 'LOAD' in ARGUMENTS:
94 load = ARGUMENTS['LOAD'].split(',') variable
96 load = [] variable
97 load_target = LoadTarget(load)
    [all...]
  /external/chromium/third_party/icu/
icu_main.scons 74 def __init__(self, load):
79 load: list of elements in the LOAD= specification
81 self.included = set([c for c in load if not c.startswith('-')])
82 self.excluded = set([c[1:] for c in load if c.startswith('-')])
95 if 'LOAD' in ARGUMENTS:
96 load = ARGUMENTS['LOAD'].split(',') variable
98 load = [] variable
99 load_target = LoadTarget(load)
    [all...]
  /external/chromium/third_party/libevent/
libevent_main.scons 72 def __init__(self, load):
77 load: list of elements in the LOAD= specification
79 self.included = set([c for c in load if not c.startswith('-')])
80 self.excluded = set([c[1:] for c in load if c.startswith('-')])
93 if 'LOAD' in ARGUMENTS:
94 load = ARGUMENTS['LOAD'].split(',') variable
96 load = [] variable
97 load_target = LoadTarget(load)
    [all...]
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 72 def __init__(self, load):
77 load: list of elements in the LOAD= specification
79 self.included = set([c for c in load if not c.startswith('-')])
80 self.excluded = set([c[1:] for c in load if c.startswith('-')])
93 if 'LOAD' in ARGUMENTS:
94 load = ARGUMENTS['LOAD'].split(',') variable
96 load = [] variable
97 load_target = LoadTarget(load)
    [all...]
  /external/chromium/third_party/zlib/
zlib_main.scons 72 def __init__(self, load):
77 load: list of elements in the LOAD= specification
79 self.included = set([c for c in load if not c.startswith('-')])
80 self.excluded = set([c[1:] for c in load if c.startswith('-')])
93 if 'LOAD' in ARGUMENTS:
94 load = ARGUMENTS['LOAD'].split(',') variable
96 load = [] variable
97 load_target = LoadTarget(load)
    [all...]
infback.c 118 /* Load returned state from inflate_fast() */
119 #define LOAD() \
471 LOAD();
inflate.c 402 /* Load registers with state in inflate() for speed */
403 #define LOAD() \
500 input left to load n bits into the accumulator, or it continues. BITS(n)
583 LOAD();
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
infback.c 118 /* Load returned state from inflate_fast() */
119 #define LOAD() \
471 LOAD();
inflate.c 402 /* Load registers with state in inflate() for speed */
403 #define LOAD() \
500 input left to load n bits into the accumulator, or it continues. BITS(n)
583 LOAD();
    [all...]
  /external/zlib/
infback.c 118 /* Load returned state from inflate_fast() */
119 #define LOAD() \
480 LOAD();
inflate.c 437 /* Load registers with state in inflate() for speed */
438 #define LOAD() \
535 input left to load n bits into the accumulator, or it continues. BITS(n)
618 LOAD();
    [all...]

Completed in 490 milliseconds