/external/chromium_org/build/android/ |
surface_stats.py | 36 name = '%s (%s)' % (result.name, result.unit)
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
chromevox_unittest_base.js | 83 * Base test fixture for ChromeVox unit tests. 85 * Note that while conceptually these are unit tests, these tests need
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.h | 150 virtual void RestoreTextureUnitBindings(unsigned unit) const = 0;
|
gles2_cmd_decoder_mock.h | 70 MOCK_CONST_METHOD1(RestoreTextureUnitBindings, void(unsigned unit));
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSKeyframeRule.cpp | 125 ASSERT(keys->valueAt(i)->unit == WebCore::CSSPrimitiveValue::CSS_NUMBER);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_code.h | 184 } unit[16]; member in struct:r300_fragment_program_external_state
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi_insn.c | 201 if (emit->unit == PIPE_SHADER_FRAGMENT) { 1639 const unsigned unit = src1.base.num; local 3067 const unsigned unit = ffs(inverted_texcoords) - 1; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_program.c | 196 GLuint unit, GLfloat color[4]) 201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), 202 ctx->Texture.Unit[unit]._Current, 282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current); 301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar | |
/external/kernel-headers/original/uapi/linux/ |
hiddev.h | 104 __u32 unit; member in struct:hiddev_field_info
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_code.h | 184 } unit[16]; member in struct:r300_fragment_program_external_state
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_insn.c | 201 if (emit->unit == PIPE_SHADER_FRAGMENT) { 1639 const unsigned unit = src1.base.num; local 3067 const unsigned unit = ffs(inverted_texcoords) - 1; local [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_program.c | 196 GLuint unit, GLfloat color[4]) 201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), 202 ctx->Texture.Unit[unit]._Current, 282 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current); 301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current);
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusPen.h | 35 Unit unit = UnitWorld;
local 38 width, unit, &nativePen);
44 Unit unit = UnitWorld;
local 47 width, unit, &nativePen);
|
/external/ppp/pppd/ |
sys-linux.c | 188 * which is attached to the ppp unit and is used for controlling it. 409 * Demand mode - prime the old ppp device to relinquish the unit. 413 error("ioctl(transfer ppp unit): %m, line %d", __LINE__); 484 * Create a new PPP unit. 496 error("Couldn't attach to PPP unit %d: %m", ifunit); 511 /* Check that we got the same unit again. */ 513 fatal("transfer_ppp failed: wanted unit %d, got %d", ifunit, x); 588 * operation, and reconnect the ppp unit to the loopback if in demand 614 * make_ppp_unit - make a new ppp unit for ppp_dev_fd. 636 warn("Couldn't allocate PPP unit %d as it is already in use", req_unit) [all...] |
/external/qemu/ |
blockdev.c | 62 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit) 66 /* seek interface, bus and unit */ 71 dinfo->unit == unit) 173 unit_id = qemu_opt_get_number(opts, "unit", -1); 347 /* compute bus and unit according index */ 352 "qemu: index cannot be used with bus and unit\n"); 380 /* check unit id */ 383 fprintf(stderr, "qemu: unit %d too big (max is %d)\n", 418 dinfo->unit = unit_id [all...] |
/external/qemu/include/hw/ |
qdev-core.h | 76 int unit);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
CameraUtilsDecoratorTest.java | 17 package com.android.mediaframeworktest.unit; 28 * adb shell am instrument -e class 'com.android.mediaframeworktest.unit.CameraUtilsDecoratorTest' \
|
/frameworks/support/v4/java/android/support/v4/view/ |
PagerTitleStrip.java | 214 * Set the default text size to a given unit and value. 220 * @param unit The desired dimension unit 223 public void setTextSize(int unit, float size) { 224 mPrevText.setTextSize(unit, size); 225 mCurrText.setTextSize(unit, size); 226 mNextText.setTextSize(unit, size);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedBlockingQueue.java | 340 public boolean offer(E e, long timeout, TimeUnit unit) 344 long nanos = unit.toNanos(timeout); 424 public E poll(long timeout, TimeUnit unit) throws InterruptedException { 427 long nanos = unit.toNanos(timeout);
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantReadWriteLock.java | 792 * lock.tryLock(timeout, unit)) { 836 * @param unit the time unit of the timeout argument [all...] |
/pdk/apps/CameraITS/pymodules/its/ |
target.py | 260 """Run a suite of unit tests on this module. 262 # TODO: Add some unit tests.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
hiddev.h | 104 __u32 unit; member in struct:hiddev_field_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
hiddev.h | 104 __u32 unit; member in struct:hiddev_field_info
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
hiddev.h | 90 __u32 unit; member in struct:hiddev_field_info
|