/build/tools/droiddoc/templates-sdk-dyn/assets/ |
android-developer-docs.css | [all...] |
/external/chromium_org/chrome/browser/extensions/api/system_display/ |
display_info_provider_chromeos.cc | 364 extensions::api::system_display::DisplayUnitInfo* unit) { 368 unit->name = display_manager->GetDisplayNameForId(display.id()); 370 unit->mirroring_source_id = 375 unit->dpi_x = dpi; 376 unit->dpi_y = dpi; 380 unit->overscan.left = overscan_insets.left(); 381 unit->overscan.top = overscan_insets.top(); 382 unit->overscan.right = overscan_insets.right(); 383 unit->overscan.bottom = overscan_insets.bottom();
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_sampler_state.c | 83 int unit, int ss_index) 87 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 156 * Sets the sampler state for a single unit based off of the sampler key 160 int unit, 166 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit); 271 * shadow comparison is enabled on each/any texture unit. 304 upload_default_color(brw, gl_sampler, unit, ss_index) 359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local [all...] |
/external/chromium_org/third_party/skia/src/views/ |
SkTouchGesture.cpp | 40 static void unit_axis_align(SkVector* unit) { 42 if (SkScalarAbs(unit->fX) < TOLERANCE) { 43 unit->fX = 0; 44 unit->fY = SkScalarSignNonZero(unit->fY); 45 } else if (SkScalarAbs(unit->fY) < TOLERANCE) { 46 unit->fX = SkScalarSignNonZero(unit->fX); 47 unit->fY = 0;
|
/external/llvm/test/ |
Makefile | 51 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg 69 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/lld/test lit.site.cfg Unit/lit.site.cfg 101 check-local:: lit.site.cfg Unit/lit.site.cfg 108 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfgs 150 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE 152 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp 153 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp 154 @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> unit.tmp 155 @$(ECHOPATH) s=@LLVM_BUILD_MODE@=$(BuildMode)=g >> unit.tm [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_sampler_state.c | 83 int unit, int ss_index) 87 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 156 * Sets the sampler state for a single unit based off of the sampler key 160 int unit, 166 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; 168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit); 271 * shadow comparison is enabled on each/any texture unit. 304 upload_default_color(brw, gl_sampler, unit, ss_index) 359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local [all...] |
/external/skia/src/views/ |
SkTouchGesture.cpp | 40 static void unit_axis_align(SkVector* unit) { 42 if (SkScalarAbs(unit->fX) < TOLERANCE) { 43 unit->fX = 0; 44 unit->fY = SkScalarSignNonZero(unit->fY); 45 } else if (SkScalarAbs(unit->fY) < TOLERANCE) { 46 unit->fX = SkScalarSignNonZero(unit->fX); 47 unit->fY = 0;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
CSSSourceFrame.js | 57 * @param {string} unit 61 _modifyUnit: function(unit, change) 63 var unitValue = parseInt(unit, 10); 66 var tail = unit.substring((unitValue).toString().length);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
sampstat | 34 parser.add_option("-u", "--unit", dest="unit", default="", 35 help="assume values are in units of UNIT", metavar="UNIT") 90 line = " %.2f %s" % (item, options.unit) 97 print "%s%.2f %s +/- %.2f %s (%.1f%%)" % (prefix, mean, options.unit, confidenceInterval, options.unit, confidencePercent)
|
/external/chromium_org/tools/perf/metrics/ |
media.py | 58 def AddOneResult(metric, unit): 66 results.current_page, trace_name, unit, 71 results.current_page, trace_name, unit, value=float(metrics[m]),
|
/external/guava/guava/src/com/google/common/collect/ |
GenericMapMaker.java | 125 abstract GenericMapMaker<K0, V0> expiration(long duration, TimeUnit unit); 130 abstract GenericMapMaker<K0, V0> expireAfterWrite(long duration, TimeUnit unit); 136 abstract GenericMapMaker<K0, V0> expireAfterAccess(long duration, TimeUnit unit);
|
Queues.java | 198 * @param timeout how long to wait before giving up, in units of {@code unit} 199 * @param unit a {@code TimeUnit} determining how to interpret the timeout parameter 204 long timeout, TimeUnit unit) throws InterruptedException { 211 long deadline = System.nanoTime() + unit.toNanos(timeout); 238 * @param timeout how long to wait before giving up, in units of {@code unit} 239 * @param unit a {@code TimeUnit} determining how to interpret the timeout parameter 243 int numElements, long timeout, TimeUnit unit) { 245 long deadline = System.nanoTime() + unit.toNanos(timeout);
|
/external/libnl/lib/route/sch/ |
fifo.c | 94 char *unit; local 97 r = nl_cancel_down_bytes(fifo->qf_limit, &unit); 98 nl_dump(p, " limit %.1f%s", r, unit);
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
SDL_dcevents.c | 98 int port,unit; local 114 maple_raddr(addr,&port,&unit); 116 state = maple_dev_state(port,unit);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 319 int unit; field in class:ResourceHelper.UnitEntry 322 UnitEntry(String name, int type, int unit, float scale) { 325 this.unit = unit; 359 * @param requireUnit whether the value is expected to contain a unit. 402 // Might be a unit... 419 // no unit when required? Use dp and out an error. 425 "Dimension \"%1$s\" in attribute \"%2$s\" is missing unit!", 481 for (UnitEntry unit : sUnitNames) { 482 if (unit.name.equals(str)) [all...] |
/bionic/libc/kernel/uapi/linux/ |
uvcvideo.h | 65 __u8 unit; member in struct:uvc_xu_control_query
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorCtsHelper.java | 120 public static <TValue extends Number> double getFrequency(TValue period, TimeUnit unit) { 121 return 1000000000 / (TimeUnit.NANOSECONDS.convert(1, unit) * period.doubleValue()); 127 public static <TValue extends Number> double getPeriod(TValue frequency, TimeUnit unit) { 128 return 1000000000 / (TimeUnit.NANOSECONDS.convert(1, unit) * frequency.doubleValue());
|
/development/ndk/platforms/android-L/include/linux/ |
uvcvideo.h | 65 __u8 unit; member in struct:uvc_xu_control_query
|
/external/chromium_org/chrome/browser/extensions/api/system_storage/ |
storage_info_provider.h | 25 // Build StorageUnitInfo struct from StorageInfo instance. The |unit| 28 api::system_storage::StorageUnitInfo* unit);
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_l10n.h | 43 base::string16 GetLocalizedStringFromUnit(const Unit unit);
|
/external/chromium_org/ppapi/c/dev/ |
ppb_scrollbar_dev.h | 92 * forward and negative are backward. If "unit" is document then any positive 96 PP_ScrollBy_Dev unit,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state.h | 51 int unit, GLboolean swapcols );
|
/external/guava/guava/src/com/google/common/base/ |
Suppliers.java | 136 * @param unit the unit that {@code duration} is expressed in 141 Supplier<T> delegate, long duration, TimeUnit unit) { 142 return new ExpiringMemoizingSupplier<T>(delegate, duration, unit); 154 Supplier<T> delegate, long duration, TimeUnit unit) { 156 this.durationNanos = unit.toNanos(duration);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ListeningExecutorService.java | 86 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
|
/external/kernel-headers/original/uapi/linux/ |
uvcvideo.h | 59 __u8 unit; member in struct:uvc_xu_control_query
|