/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.c | 185 unsigned unit, 267 bld->gallivm, unit); 492 unsigned unit, 513 bld->dynamic_state->min_lod(bld->dynamic_state, bld->gallivm, unit); 525 rho = lp_build_rho(bld, unit, derivs); 573 bld->dynamic_state->lod_bias(bld->dynamic_state, bld->gallivm, unit); 582 bld->dynamic_state->max_lod(bld->dynamic_state, bld->gallivm, unit); 589 bld->dynamic_state->min_lod(bld->dynamic_state, bld->gallivm, unit); 626 unsigned unit, 634 bld->gallivm, unit); [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
Futures.java | 561 public O get(long timeout, TimeUnit unit) 563 return applyTransformation(future.get(timeout, unit)); 644 public O get(long timeout, TimeUnit unit) throws TimeoutException, 647 // Use a single time unit so we can decrease remaining timeout 649 if (unit != NANOSECONDS) { 650 timeout = NANOSECONDS.convert(timeout, unit); 651 unit = NANOSECONDS; 661 inputFuture.get(timeout, unit); 669 if (!outputCreated.await(timeout, unit)) { 681 outputFuture.get(timeout, unit); [all...] |
AbstractFuture.java | 89 public V get(long timeout, TimeUnit unit) throws InterruptedException, 91 return sync.get(unit.toNanos(timeout));
|
AbstractService.java | 247 public State get(long timeout, TimeUnit unit) 250 return super.get(timeout, unit);
|
/external/libpcap/ |
pcap-dlpi.c | 375 * Split the device name into a device type name and a unit number; 376 * chop off the unit number, so "dname" is just a device type name. 422 * table for the specified device type name and unit number. 443 * Get the unit number, and a pointer to the end of the device 453 * Make a copy of the device pathname, and then remove the unit 459 /* Try device without unit number */ 469 /* Try again with unit number */ 505 /* XXX Assume unit zero */ 786 * Split a device name into a device type name and a unit number; 787 * return the a pointer to the beginning of the unit number, whic 798 long unit; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_surface_state.c | 571 * support for their alpha behavior and don't have the blending unit 714 unsigned unit, 720 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current; 1316 const unsigned unit = vs->SamplerUnits[s]; local 1327 const unsigned unit = fs->SamplerUnits[s]; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_surface_state.c | 571 * support for their alpha behavior and don't have the blending unit 714 unsigned unit, 720 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current; 1316 const unsigned unit = vs->SamplerUnits[s]; local 1327 const unsigned unit = fs->SamplerUnits[s]; local [all...] |
/build/tools/droiddoc/templates-ds/ |
sampleindex.cs | 11 <div class="g-unit" id="doc-content">
|
/build/tools/droiddoc/templates-pdk/ |
sampleindex.cs | 11 <div class="g-unit" id="doc-content">
|
/build/tools/droiddoc/templates-sac/ |
sampleindex.cs | 11 <div class="g-unit" id="doc-content">
|
/cts/tests/tests/content/ |
Android.mk | 28 # Resource unit tests use a private locale and some densities
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_performancetest.cc | 143 const std::string& unit) { 175 unit,
|
/external/chromium_org/mojo/tools/ |
mojob.sh | 20 test - Run unit tests (does not build). 22 pytest - Run Python unit tests. 53 echo "Running unit tests in out/$1 ..."
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Range.idl | 87 [RaisesException, MeasureAs=RangeExpand] void expand([Default=Undefined] optional DOMString unit);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
logtesting.py | 23 """Supports the unit-testing of logging code. 25 Provides support for unit-testing messages logged using the built-in 29 more advanced needs (e.g. unit-testing methods that configure logging), 40 """Represents a file-like object for unit-testing logging. 80 """Supports end-to-end unit-testing of log messages. 125 """Configure logging for unit testing. 220 """Supports end-to-end unit-testing of log messages.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_reg.h | 119 #define S2_TEXCOORD_FMT(unit, type) ((type)<<(unit*4))
|
/external/doclava/res/assets/templates/ |
docpage.cs | 8 <div class="g-unit" id="doc-content"><a name="top"></a>
|
sample.cs | 11 <div class="g-unit" id="doc-content">
|
/external/llvm/test/Bindings/Ocaml/ |
irreader.ml | 18 (* Tiny unit test framework - really just to help find which line is busted *)
|
passmgr_builder.ml | 19 (* Tiny unit test framework - really just to help find which line is busted *)
|
vectorize_opts.ml | 20 (* Tiny unit test framework - really just to help find which line is busted *)
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_reg.h | 119 #define S2_TEXCOORD_FMT(unit, type) ((type)<<(unit*4))
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
MockResponse.java | 221 public MockResponse throttleBody(int bytesPerPeriod, long period, TimeUnit unit) { 224 this.throttleUnit = unit;
|
/external/ppp/pppd/include/net/ |
ppp-comp.h | 67 int unit, int hdrlen, int debug)); 82 int unit, int hdrlen, int mru, int debug));
|
/frameworks/av/media/libstagefright/tests/ |
Android.mk | 1 # Build the unit tests.
|