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

1 2 3 4 5 6 7 8 91011>>

  /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 124 # jemalloc unit test library
155 # jemalloc unit tests
158 test/unit/bitmap.c \
159 test/unit/ckh.c \
160 test/unit/hash.c \
161 test/unit/junk.c \
162 test/unit/mallctl.c \
163 test/unit/math.c \
164 test/unit/mq.c \
165 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/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/content/browser/renderer_host/
image_transport_factory_android.h 36 // Initializes the global transport factory for unit tests.
39 // Terminates the global transport factory for unit tests.
  /external/chromium_org/extensions/browser/api/system_storage/
storage_info_provider.cc 27 void BuildStorageUnitInfo(const StorageInfo& info, StorageUnitInfo* unit) {
28 unit->id = StorageMonitor::GetInstance()->GetTransientIdForDeviceId(
30 unit->name = base::UTF16ToUTF8(info.GetDisplayName(false));
32 unit->type = StorageInfo::IsRemovableDevice(info.device_id())
35 unit->capacity = static_cast<double>(info.total_size_in_bytes());
89 linked_ptr<StorageUnitInfo> unit(new StorageUnitInfo());
90 systeminfo::BuildStorageUnitInfo(*it, unit.get());
91 info_.push_back(unit);
  /external/chromium_org/media/base/android/
media_decoder_job.cc 233 MediaCodecStatus MediaDecoderJob::QueueInputBuffer(const AccessUnit& unit) {
255 if (unit.end_of_stream || unit.data.empty()) {
260 if (unit.key_id.empty() || unit.iv.empty()) {
261 DCHECK(unit.iv.empty() || !unit.key_id.empty());
263 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/remoting/webapp/html/
template_unittest.html 10 <title>Remoting web app unit test</title>
26 <!-- product files and unit test files-->
  /external/chromium_org/tools/auto_bisect/
run_tests 6 """Runs all tests in all unit test modules in this directory."""
21 print 'Running unit tests in %s...' % os.path.abspath(script_dir)
  /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/tools/telemetry/telemetry/value/
string_unittest.py 67 v0 = string.StringValue(page0, 'x', 'unit', 'L1')
68 v1 = string.StringValue(page0, 'x', 'unit', None, none_value_reason='n')
79 lambda: string.StringValue(page0, 'x', 'unit', None))
84 lambda: string.StringValue(page0, 'x', 'unit', 'L1',
88 v = string.StringValue(None, 'x', 'unit', 'foo', important=False)
96 v = string.StringValue(None, 'x', 'unit', None, important=False,
109 'units': 'unit',
122 'units': 'unit',
  /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"

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 91011>>