/external/chromium_org/tools/perf/benchmarks/ |
peacekeeper.py | 43 if (typeof(benchmark.test.unit) != "undefined") { 44 __results["unit"] = benchmark.test.unit; 46 __results["unit"] = benchmark.test.isFps ? "fps" : "ops";
|
/external/chromium_org/tools/perf/measurements/ |
smoothness_controller.py | 117 results.current_page, r.name, r.unit, r.value, 121 results.current_page, r.name, r.unit, r.value,
|
/external/icu/icu4c/source/common/ |
ucharstriebuilder.cpp | 30 * of the 16-bit-unit sequences, until the UCharsTrie is built. 57 // The first strings unit contains the string length. 71 // Too long: We store the length in 1 unit. 258 UChar unit=elements[i++].charAt(unitIndex, strings); local 259 while(i<limit && unit==elements[i].charAt(unitIndex, strings)) { 270 UChar unit=elements[i++].charAt(unitIndex, strings); local 271 while(unit==elements[i].charAt(unitIndex, strings)) { 279 UCharsTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const { 280 while(unit==elements[i].charAt(unitIndex, strings)) { 348 UCharsTrieBuilder::write(int32_t unit) { [all...] |
/external/icu/icu4c/source/common/unicode/ |
ucharstriebuilder.h | 143 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const; 166 virtual int32_t write(int32_t unit);
|
stringtriebuilder.h | 110 // Finds the first unit index after this one where 121 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const = 0; 327 // Adds a unit with a final value. 335 // Adds a unit which leads to another match node. 358 unit(middleUnit), lessThan(lessThanNode), greaterOrEqual(greaterOrEqualNode) {} 363 UChar unit; member in class:StringTrieBuilder::SplitBranchNode 368 // Branch head node, for writing the actual node lead unit. 389 virtual int32_t write(int32_t unit) = 0;
|
/external/llvm/unittests/ |
Makefile.unittest | 10 # This file is included by all of the unit test makefiles. 28 # Set up variables for building a unit test. 58 $(Echo) Linking $(BuildMode) unit test $(TESTNAME) $(StripWarnMsg) 61 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
|
/external/oprofile/gui/ |
oprof_start.cpp | 101 unit(0), 172 // the unit mask check boxes 214 if (event->unit->num) { 215 descr.unit = event->unit; 217 descr.unit = 0; 244 if (descr.unit) 245 event_cfgs[descr.name].umask = descr.unit->default_mask; 710 if (num >= descr.unit->num) 713 if (descr.unit->unit_type_mask == utm_bitmask [all...] |
oprof_start.h | 36 /// unit mask values if applicable 37 op_unit_mask const * unit; member in struct:op_event_descr 95 /// calculate unit mask for given event and unit mask part 97 /// calculate unit mask for given event 99 /// set the unit mask widgets for given event 108 /// hide unit mask widgets
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
ffvertex_prog.c | 86 } unit[NUM_UNITS]; member in struct:state_key 191 key->unit[i].light_enabled = 1; 194 key->unit[i].light_eyepos3_is_zero = 1; 197 key->unit[i].light_spotcutoff_is_180 = 1; 202 key->unit[i].light_attenuated = 1; 243 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; 246 key->unit[i].texunit_really_enabled = 1; 250 key->unit[i].coord_replace = 1; 253 key->unit[i].texmat_enabled = 1; 256 key->unit[i].texgen_enabled = 1 [all...] |
/external/mesa3d/src/mesa/main/ |
ffvertex_prog.c | 86 } unit[NUM_UNITS]; member in struct:state_key 191 key->unit[i].light_enabled = 1; 194 key->unit[i].light_eyepos3_is_zero = 1; 197 key->unit[i].light_spotcutoff_is_180 = 1; 202 key->unit[i].light_attenuated = 1; 243 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; 246 key->unit[i].texunit_really_enabled = 1; 250 key->unit[i].coord_replace = 1; 253 key->unit[i].texmat_enabled = 1; 256 key->unit[i].texgen_enabled = 1 [all...] |
/art/compiler/dex/ |
dex_to_dex_compiler.cc | 40 const DexCompilationUnit& unit, 43 unit_(unit), 183 // units and a "nop" instruction size is 1 code unit, we need to replace it by 280 art::DexCompilationUnit unit(NULL, class_loader, art::Runtime::Current()->GetClassLinker(), 283 art::optimizer::DexCompiler dex_compiler(driver, unit, dex_to_dex_compilation_level);
|
/development/testrunner/tests/ |
Android_gtestlib.mk | 15 # Build the unit tests. 19 # Build the unit tests.
|
/external/apache-http/src/org/apache/http/conn/ |
ManagedClientConnection.java | 264 void setIdleDuration(long duration, TimeUnit unit);
|
/external/chromium_org/content/renderer/pepper/ |
ppb_scrollbar_impl.cc | 98 void PPB_Scrollbar_Impl::ScrollBy(PP_ScrollBy_Dev unit, int32_t multiplier) { 108 if (unit == PP_SCROLLBY_LINE) { 110 } else if (unit == PP_SCROLLBY_PAGE) { 112 } else if (unit == PP_SCROLLBY_DOCUMENT) {
|
ppb_scrollbar_impl.h | 38 virtual void ScrollBy(PP_ScrollBy_Dev unit, int32_t multiplier) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaList.cpp | 306 if (CSSPrimitiveValue::isDotsPerPixel(expValue.unit)) 308 else if (CSSPrimitiveValue::isDotsPerInch(expValue.unit) || CSSPrimitiveValue::isDotsPerCentimeter(expValue.unit)) 309 suspiciousType = expValue.unit;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
stringtriebuilder.h | 110 // Finds the first unit index after this one where 121 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const = 0; 325 // Adds a unit with a final value. 333 // Adds a unit which leads to another match node. 356 unit(middleUnit), lessThan(lessThanNode), greaterOrEqual(greaterOrEqualNode) {} 361 UChar unit; member in class:StringTrieBuilder::SplitBranchNode 366 // Branch head node, for writing the actual node lead unit. 387 virtual int32_t write(int32_t unit) = 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 107 unsigned unit:8; /* Sampler unit */ member in struct:lp_tgsi_texture_info 175 unsigned unit, 187 unsigned unit, 199 unsigned unit,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 303 * the polygon stipple texture. The texture unit that we use depends on 304 * the fragment shader (we need to use a unit not otherwise used by the 312 const unsigned unit = softpipe->fs_variant->stipple_sampler_unit; local 315 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler; 318 pipe_sampler_view_reference(&softpipe->sampler_views[PIPE_SHADER_FRAGMENT][unit], 321 sp_tex_tile_cache_set_sampler_view(softpipe->tex_cache[PIPE_SHADER_FRAGMENT][unit],
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex.h | 58 GLuint intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit);
|
/external/chromium_org/ui/base/l10n/ |
formatter.h | 29 enum Unit { 34 UNIT_COUNT // Enum size counter, not a unit. Must be last. 40 TWO_UNITS_COUNT // Enum size counter, not a unit pair. Must be last. 59 void Format(Unit unit, int value, icu::UnicodeString& formatted_string) const; 109 // For use in unit tests only.
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
MapMaker.java | 188 MapMaker expiration(long duration, TimeUnit unit) { 189 return expireAfterWrite(duration, unit); 193 MapMaker expireAfterWrite(long duration, TimeUnit unit) { 201 this.expirationMillis = unit.toMillis(duration);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 107 unsigned unit:8; /* Sampler unit */ member in struct:lp_tgsi_texture_info 175 unsigned unit, 187 unsigned unit, 199 unsigned unit,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 303 * the polygon stipple texture. The texture unit that we use depends on 304 * the fragment shader (we need to use a unit not otherwise used by the 312 const unsigned unit = softpipe->fs_variant->stipple_sampler_unit; local 315 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler; 318 pipe_sampler_view_reference(&softpipe->sampler_views[PIPE_SHADER_FRAGMENT][unit], 321 sp_tex_tile_cache_set_sampler_view(softpipe->tex_cache[PIPE_SHADER_FRAGMENT][unit],
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex.h | 58 GLuint intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit);
|