Searched defs:unit (Results 1 - 25 of 364) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dstorage_api_test_util.cc17 const TestStorageUnitInfo& unit) {
19 unit.device_id,
20 UTF8ToUTF16(unit.name),
25 unit.capacity);
16 BuildStorageInfoFromTestStorageUnitInfo( const TestStorageUnitInfo& unit) argument
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_ui_constants.cc40 const UnitDetails* GetUnitDetails(Unit unit) { argument
41 if (unit == UNIT_UNDEFINED) {
42 LOG(ERROR) << "Request for undefined unit";
46 return &kUnitDetailsList[unit];
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmeasure.h30 * An amount of a specified unit, consisting of a number and a Unit.
32 * unit, such as feet or meters. This is an abstract class.
49 * unit. After this call, the caller must not delete the given
50 * unit object.
52 * @param adoptedUnit the unit object, which must not be NULL
53 * @param ec input-output error code. If the amount or the unit
101 * Return a reference to the unit of this object.
120 * The unit of this object, e.g., "millimeter" or "JPY". This is
123 MeasureUnit* unit; member in class:Measure
131 return *unit;
[all...]
/external/icu4c/i18n/unicode/
H A Dmeasure.h30 * An amount of a specified unit, consisting of a number and a Unit.
32 * unit, such as feet or meters. This is an abstract class.
49 * unit. After this call, the caller must not delete the given
50 * unit object.
52 * @param adoptedUnit the unit object, which must not be NULL
53 * @param ec input-output error code. If the amount or the unit
101 * Return a reference to the unit of this object.
120 * The unit of this object, e.g., "millimeter" or "JPY". This is
123 MeasureUnit* unit; member in class:Measure
131 return *unit;
[all...]
/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Ddisplay_info_provider_aura.cc18 extensions::api::system_display::DisplayUnitInfo* unit) {
16 UpdateDisplayUnitInfoForPlatform( const gfx::Display& display, extensions::api::system_display::DisplayUnitInfo* unit) argument
H A Ddisplay_info_provider_mac.cc18 extensions::api::system_display::DisplayUnitInfo* unit) {
16 UpdateDisplayUnitInfoForPlatform( const gfx::Display& display, extensions::api::system_display::DisplayUnitInfo* unit) argument
H A Ddisplay_info_provider_gtk.cc23 extensions::api::system_display::DisplayUnitInfo* unit) {
31 unit->name = std::string(monitor_name);
21 UpdateDisplayUnitInfoForPlatform( const gfx::Display& display, extensions::api::system_display::DisplayUnitInfo* unit) argument
H A Ddisplay_info_provider_win.cc29 linked_ptr<DisplayUnitInfo> unit(new DisplayUnitInfo);
42 unit->id = base::Int64ToString(base::Hash(WideToUTF8(monitor_info.szDevice)));
43 unit->name = WideToUTF8(device.DeviceString);
44 unit->dpi_x = dpi.width();
45 unit->dpi_y = dpi.height();
46 all_displays->push_back(unit);
62 extensions::api::system_display::DisplayUnitInfo* unit) {
67 if (unit->id == all_displays[i]->id) {
68 unit->name = all_displays[i]->name;
69 unit
60 UpdateDisplayUnitInfoForPlatform( const gfx::Display& display, extensions::api::system_display::DisplayUnitInfo* unit) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsamplerobj.h32 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit) argument
34 if (ctx->Texture.Unit[unit].Sampler)
35 return ctx->Texture.Unit[unit].Sampler;
36 else if (ctx->Texture.Unit[unit]._Current)
37 return &ctx->Texture.Unit[unit]._Current->Sampler;
83 _mesa_BindSampler(GLuint unit, GLuint sampler);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DCheckedFuture.java75 V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X; argument
H A DAbstractCheckedFuture.java105 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { argument
107 return get(timeout, unit);
H A DForwardingCheckedFuture.java50 public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X { argument
51 return delegate().checkedGet(timeout, unit);
H A DForwardingFuture.java67 public V get(long timeout, TimeUnit unit) argument
69 return delegate().get(timeout, unit);
H A DListeningExecutorService.java86 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
85 invokeAll( Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
/external/mesa3d/src/mesa/main/
H A Dsamplerobj.h32 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit) argument
34 if (ctx->Texture.Unit[unit].Sampler)
35 return ctx->Texture.Unit[unit].Sampler;
36 else if (ctx->Texture.Unit[unit]._Current)
37 return &ctx->Texture.Unit[unit]._Current->Sampler;
83 _mesa_BindSampler(GLuint unit, GLuint sampler);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv40_verttex.c36 unsigned unit = ffs(dirty) - 1; local
37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
38 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
42 BEGIN_NV04(push, NV40_3D(VTXTEX_ENABLE(unit)), 1);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv40_verttex.c36 unsigned unit = ffs(dirty) - 1; local
37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
38 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
42 BEGIN_NV04(push, NV40_3D(VTXTEX_ENABLE(unit)), 1);
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DPing.java64 public long roundTripTime(long timeout, TimeUnit unit) throws InterruptedException { argument
65 if (latch.await(timeout, unit)) {
/external/qemu/
H A Dblockdev.h27 int unit; member in struct:DriveInfo
37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DAndroidProfileOAuth2TokenServiceHelper.java48 long timeout, TimeUnit unit) {
50 context, activity, account, scope, timeout, unit);
46 getOAuth2AccessTokenWithTimeout(Context context, @Nullable Activity activity, Account account, String scope, long timeout, TimeUnit unit) argument
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DCallbackHelper.java167 * @param unit timeout unit.
172 TimeUnit unit) throws InterruptedException, TimeoutException {
179 mLock.wait(unit.toMillis(timeout));
202 * @param unit timeout unit.
204 public void waitUntilCriteria(Criteria criteria, long timeout, TimeUnit unit) argument
210 System.currentTimeMillis() - startTime < unit.toMillis(timeout)) {
211 mLock.wait(unit.toMillis(timeout));
171 waitForCallback(int currentCallCount, int numberOfCallsToWaitFor, long timeout, TimeUnit unit) argument
/external/chromium_org/ppapi/cpp/dev/
H A Dscrollbar_dev.cc80 void Scrollbar_Dev::ScrollBy(PP_ScrollBy_Dev unit, int32_t multiplier) { argument
83 unit, local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_derived.c39 static uint find_mapping(const struct i915_fragment_shader* fs, int unit) argument
44 if (fs->generic_mapping[i] == unit)
77 uint unit = I915_SEMANTIC_POS; local
78 texCoords[find_mapping(fs, unit)] = TRUE;
88 uint unit = fs->info.input_semantic_index[i]; local
90 texCoords[find_mapping(fs, unit)] = TRUE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index, argument
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled)
213 gen7_update_sampler_state(brw, unit, s, &samplers[s]);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_arrays.c151 GLuint vtx, unit; local
251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
252 if (inputs & VERT_BIT_TEX(unit)) {
253 if (!rmesa->tcl.tex[unit].buf)
256 (char *)VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->data,
257 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size,
258 VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->stride,
262 vfmt |= RADEON_ST_BIT(unit);
[all...]

Completed in 776 milliseconds

1234567891011>>