HomeSort by relevance Sort by last modified time
    Searched full:unit (Results 226 - 250 of 7958) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 122 unsigned unit);
128 unsigned unit);
134 unsigned unit);
140 unsigned unit);
146 unsigned unit);
152 unsigned unit);
158 unsigned unit);
164 unsigned unit);
169 struct gallivm_state *gallivm, unsigned unit);
174 struct gallivm_state *gallivm, unsigned unit);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 122 unsigned unit);
128 unsigned unit);
134 unsigned unit);
140 unsigned unit);
146 unsigned unit);
152 unsigned unit);
158 unsigned unit);
164 unsigned unit);
169 struct gallivm_state *gallivm, unsigned unit);
174 struct gallivm_state *gallivm, unsigned unit);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragtex.c 42 unsigned unit = ffs(dirty) - 1; local
43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1);
126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8);
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragtex.c 42 unsigned unit = ffs(dirty) - 1; local
43 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit];
46 PUSH_RESET(push, BUFCTX_FRAGTEX(unit));
90 BEGIN_NV04(push, NV40_3D(TEX_SIZE1(unit)), 1);
126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8);
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit),
129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
    [all...]
  /external/jemalloc/
Android.mk 100 # jemalloc unit test library
131 # jemalloc unit tests
134 test/unit/bitmap.c \
135 test/unit/ckh.c \
136 test/unit/hash.c \
137 test/unit/junk.c \
138 test/unit/mallctl.c \
139 test/unit/math.c \
140 test/unit/mq.c \
141 test/unit/mtx.c
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
cd.htm 248 function drawPoint(px, py, xoffset, yoffset, unit) {
250 var _px = px * unit + xoffset;
251 var _py = py * unit + yoffset;
259 function drawTPt(scan, cIdx, tIdx, xoffset, yoffset, unit) {
270 drawPoint(x, y, xoffset, yoffset, unit);
279 var unit = scale * ticks;
297 var xoffset = xStart * -unit + at_x;
298 var yoffset = yStart * -unit + at_y;
304 ctx.fillText(num.toFixed(decimal_places), xoffset + num * unit - 5, 10);
309 ctx.fillText(num.toFixed(decimal_places), 0, yoffset + num * unit + 0)
    [all...]
  /external/skia/experimental/Intersection/
cd.htm 248 function drawPoint(px, py, xoffset, yoffset, unit) {
250 var _px = px * unit + xoffset;
251 var _py = py * unit + yoffset;
259 function drawTPt(scan, cIdx, tIdx, xoffset, yoffset, unit) {
270 drawPoint(x, y, xoffset, yoffset, unit);
279 var unit = scale * ticks;
297 var xoffset = xStart * -unit + at_x;
298 var yoffset = yStart * -unit + at_y;
304 ctx.fillText(num.toFixed(decimal_places), xoffset + num * unit - 5, 10);
309 ctx.fillText(num.toFixed(decimal_places), 0, yoffset + num * unit + 0)
    [all...]
  /dalvik/dx/tests/029-unit-Bits/
run 17 dx --junit com.android.dx.util._tests._Bits > unit-out.txt
22 cat unit-out.txt
  /dalvik/dx/tests/033-unit-IntList/
run 17 dx --junit com.android.dx.util._tests._IntList > unit-out.txt
22 cat unit-out.txt
  /development/ndk/platforms/android-3/include/linux/
ftape.h 32 #define FTAPE_SEL(unit) ((unit) & FTAPE_SEL_MASK)
  /external/chromium_org/base/allocator/
type_profiler.h 22 // of this function except for single-threaded unit tests.
30 // They must be used only from single-threaded unit tests.
  /external/chromium_org/base/test/launcher/
unit_test_launcher.h 15 // Launches unit tests in given test suite. Returns exit code.
26 // Launches unit tests in given test suite. Returns exit code.
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
storage_info_provider.cc 28 StorageUnitInfo* unit) {
29 unit->id = StorageMonitor::GetInstance()->GetTransientIdForDeviceId(
31 unit->name = base::UTF16ToUTF8(info.GetDisplayName(false));
33 unit->type = StorageInfo::IsRemovableDevice(info.device_id()) ?
35 unit->capacity = static_cast<double>(info.total_size_in_bytes());
88 linked_ptr<StorageUnitInfo> unit(new StorageUnitInfo());
89 systeminfo::BuildStorageUnitInfo(*it, unit.get());
90 info_.push_back(unit);
  /external/chromium_org/chrome/test/base/
chrome_test_suite.h 14 // Test suite for unit and browser tests. Creates services needed by both.
15 // See also ChromeUnitTestSuite for additional services created for unit tests.
chrome_unit_test_suite.h 13 // Test suite for unit tests. Creates additional stub services that are not
24 // These methods allow unit tests which run in the browser_test binary, and so
  /external/chromium_org/media/base/android/
media_decoder_job.cc 239 MediaCodecStatus MediaDecoderJob::QueueInputBuffer(const AccessUnit& unit) {
261 if (unit.end_of_stream || unit.data.empty()) {
266 if (unit.key_id.empty() || unit.iv.empty()) {
267 DCHECK(unit.iv.empty() || !unit.key_id.empty());
269 input_buf_index, &unit.data[0], unit.data.size(), unit.timestamp)
    [all...]
  /external/chromium_org/ppapi/proxy/
locking_resource_releaser.h 17 // It is for use in unit tests. Most proxy or implementation code should use
18 // ScopedPPResource instead. Unit tests sometimes can't use ScopedPPResource
  /external/chromium_org/tools/grit/grit/tool/
test.py 20 print 'run "grit unit" which is the unit-test suite for GRIT.'
  /external/chromium_org/tools/telemetry/telemetry/unittest/
options_for_unittests.py 8 if unit tests are not running.
10 This allows multiple unit tests to use a specific
  /external/chromium_org/ui/base/ime/
input_method_initializer.h 22 // intended to be called from Setup function of unit tests.
26 // intended to be called from TearDown function of unit tests.
  /external/chromium_org/ui/compositor/test/
context_factories_for_test.h 9 // Set up the compositor ContextFactory for a test environment. Unit tests
13 // |enable_pixel_output|. Most unit tests should pass false. Once this has been
  /external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.ml 10 external initialize : unit -> unit = "llvm_initialize_all"
llvm_all_backends.mli 11 val initialize : unit -> unit
  /external/llvm/bindings/ocaml/backends/
llvm_backend.ml.in 10 external initialize : unit -> unit = "llvm_initialize_@TARGET@"
  /external/oprofile/events/i386/core/
unit_masks 1 # Core Solo / Core Duo possible unit masks
4 0x0 No unit mask
6 0x1 No unit mask
8 0x2 No unit mask
10 0xf No unit mask
12 0x20 No unit mask
14 0x40 No unit mask
16 0xc0 No unit mask

Completed in 1100 milliseconds

1 2 3 4 5 6 7 8 91011>>