/external/mksh/src/ |
lex.c | 917 iop->unit = c == '<' ? 0 : 1; 918 else for (iop->unit = 0, c2 = 0; c2 < Xlength(ws, wp); c2 += 2) { 923 iop->unit = (iop->unit * 10) + dp[c2 + 1] - '0'; 926 if (iop->unit >= FDBASE) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.cc | 2568 TextureUnit& unit = texture_units_[active_texture_unit_]; local 2715 TextureUnit& unit = texture_units_[tt]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_exec.c | 1753 const uint unit = inst->Src[1].Register.Index; local 1918 const uint unit = inst->Src[3].Register.Index; local 1999 const uint unit = inst->Src[2].Register.Index; local 2070 const uint unit = inst->Src[1].Register.Index; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.c | 1753 const uint unit = inst->Src[1].Register.Index; local 1918 const uint unit = inst->Src[3].Register.Index; local 1999 const uint unit = inst->Src[2].Register.Index; local 2070 const uint unit = inst->Src[1].Register.Index; local [all...] |
/external/chromium_org/media/base/android/ |
media_source_player_unittest.cc | 377 AccessUnit unit; local 379 unit.status = DemuxerStream::kOk; 388 unit.data = std::vector<uint8>( 395 unit.data.insert(unit.data.end(), padding, padding + 4); 398 return unit; 496 // Preroll the decoder job to |target_timestamp|. The first access unit 517 // Send some data with access unit timestamps before the |target_timestamp|, 621 // |kConfigChanged| access unit. If |config_unit_in_prefetch| is true, sends 625 // completed). |config_unit_index| controls which access unit i [all...] |
/external/libpng/ |
png.h | [all...] |
/cts/ |
CtsTestCaseList.mk | 199 cts_native_tests += bionic-unit-tests-cts
|
/external/ceres-solver/include/ceres/ |
rotation.h | 89 // The value quaternion must be a unit quaternion - it is not normalized first, 171 // Assumes the quaternion is unit norm. This assumption allows us to 174 // WILL NOT get back 2 times the result you get for a unit quaternion. 178 // With this function you do not need to assume that q has unit norm. 549 // Make unit-norm version of q. 550 const T unit[4] = { local 557 UnitQuaternionRotatePoint(unit, pt, result);
|
/external/chromium_org/chrome/browser/extensions/api/cast_streaming/ |
performance_test.cc | 108 // The unit here is video frames, for audio data there can be duplicates. 140 const std::string& unit) { 146 unit, 162 // The unit is milliseconds.
|
/external/chromium_org/extensions/renderer/resources/ |
schema_utils.js | 6 // TODO(benwells): unit test this file.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_reg.h | 350 #define S2_TEXCOORD_FMT(unit, type) ((type)<<(unit*4)) [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_mac.cpp | [all...] |
/external/chromium_org/third_party/skia/tests/ |
MathTest.cpp | 98 static float float_blend(int src, int dst, float unit) { 99 return dst + (src - dst) * unit;
|
/external/chromium_org/v8/test/mjsunit/ |
unicodelctest-no-optimization.js | 87 return c & 0xffff; // Only code unit values. [all...] |
unicodelctest.js | 86 return c & 0xffff; // Only code unit values. [all...] |
/external/eigen/lapack/ |
clarf.f | 46 *> If tau = 0, then H is taken to be the unit matrix.
|
clarfg.f | 53 *> and H is taken to be the unit matrix.
|
dlarf.f | 45 *> If tau = 0, then H is taken to be the unit matrix.
|
dlarfg.f | 53 *> the unit matrix.
|
slarf.f | 45 *> If tau = 0, then H is taken to be the unit matrix.
|
zlarf.f | 46 *> If tau = 0, then H is taken to be the unit matrix.
|
zlarfg.f | 53 *> and H is taken to be the unit matrix.
|
/external/libvpx/libvpx/ |
configure | 26 ${toggle_unit_tests} unit tests 27 ${toggle_decode_perf_tests} build decoder perf tests with unit tests 710 # Enable unit tests by default if we have a working C++ compiler.
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_reg.h | 350 #define S2_TEXCOORD_FMT(unit, type) ((type)<<(unit*4)) [all...] |