Searched defs:v1 (Results 1 - 25 of 541) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Dpsy_configuration.cpp450 FIXP_DBL v1, v2, cur_bark; local
451 v1 = FDKaacEnc_BarcLineValue(numLines, pbOffset[i], samplingFrequency);
453 cur_bark = (v1 >> 1) + (v2 >> 1);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java113 * @param v1 An integer representation of k1.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
129 m_enums.put(k1, v1);
144 * @param v1 An integer representation of k1.
151 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3)
162 m_enums.put(k1, v1);
177 * @param v1 An integer representation of k1.
186 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2,
198 m_enums.put(k1, v1);
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) argument
150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3) argument
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3, String k4, int v4) argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNodeVector.java241 * @param v1 First node to add to vector
244 public final void pushPair(int v1, int v2) argument
266 m_map[m_firstFree] = v1;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java1002 * @param v1 First node to add to vector
1005 public final void pushPair(Node v1, Node v2) argument
1027 m_map[m_firstFree] = v1;
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-dct8.c66 OI_INT32 u1, v1, w1, w2, t; local
69 v0 = v & 0xFFFF; v1 = v >> 16;
74 w1 = u0*v1 + w1;
75 return u1*v1 + w2 + (w1 >> 16);
H A Dsynthesis-sbc.c219 OI_INT16 v1; local
224 v1 = (OI_INT16) (v >> 16);
226 w = v1 * u;
/external/bluetooth/bluedroid/stack/smp/
H A Daes.c232 { uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; local
244 v2 ^= (v1 * n2); /* shift accumulated value and */
248 return v1;
255 v1 ^= v2 * n1;
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc530 const double v1 = m_values[idx1]; local
532 values[program[cursor]] += v1 * m_values[idx2];
H A Dconditioned_cost_function_test.cc71 double v1[kTestCostFunctionSize], v2[kTestCostFunctionSize], local
76 v1[i] = i;
104 parameters[0] = v1;
110 EXPECT_DOUBLE_EQ((i + 2) * (v1[i] - v2[i]) + i * 7, result[i]);
H A Djet_test.cc52 J MakeJet(double a, double v0, double v1) { argument
56 z.v[1] = v1;
H A Drotation_test.cc656 J3 MakeJ3(double a, double v0, double v1, double v2) { argument
660 j.v[1] = v1;
665 J4 MakeJ4(double a, double v0, double v1, double v2, double v3) { argument
669 j.v[1] = v1;
/external/chromium_org/ash/display/
H A Ddisplay_pref_util.h18 std::map<T, std::string>* CreateToStringMap(T k1, const std::string& v1, argument
23 (*map)[k1] = v1;
31 std::map<T, std::string>* CreateToStringMap(T k1, const std::string& v1, argument
35 (*map)[k1] = v1;
/external/chromium_org/base/
H A Dlogging.h479 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { argument
481 ss << names << " (" << v1 << " vs. " << v2 << ")";
512 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
514 if (v1 op v2) return NULL; \
515 else return MakeCheckOpString(v1, v2, names); \
517 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
518 if (v1 op v2) return NULL; \
519 else return MakeCheckOpString(v1, v2, names); \
/external/chromium_org/cc/animation/
H A Dtransform_operation.cc311 gfx::Vector3dF v1 = point - center; local
312 float v1_length = v1.Length();
316 v1.Scale(1.f / v1_length);
317 gfx::Vector3dF v2 = gfx::CrossProduct(normal, v1);
318 // v1 is the basis vector in the direction of the point.
319 // i.e. with a rotation of 0, v1 is our +x vector.
327 // x(t) = r*cos(t)*v1.x + r*sin(t)*v2.x + cx
328 // y(t) = r*cos(t)*v1.y + r*sin(t)*v2.y + cy
329 // z(t) = r*cos(t)*v1.z + r*sin(t)*v2.z + cz
332 // x'(t) = r*cos(t)*v2.x - r*sin(t)*v1
[all...]
/external/chromium_org/cc/base/
H A Dmath_util.cc676 float MathUtil::SmallestAngleBetweenVectors(const gfx::Vector2dF& v1, argument
678 double dot_product = gfx::DotProduct(v1, v2) / v1.Length() / v2.Length();
/external/chromium_org/cc/output/
H A Dgeometry_binding.cc23 Vertex v0, v1, v2, v3; member in struct:cc::Quad
40 Vertex v1 = {{quad_vertex_rect.x(), quad_vertex_rect.y(), 0.0f, }, local
46 Quad x = {v0, v1, v2, v3};
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_api_prefs_unittest.cc426 MockStringValue* v1 = new MockStringValue("https://www.chromium.org"); variable
431 EXPECT_CALL(*v1, Die()).Times(0);
433 InstallExtensionControlledPref(extension1(), kPref1, v1); variable
435 testing::Mock::VerifyAndClearExpectations(v1);
438 EXPECT_CALL(*v1, Die()).Times(1);
445 testing::Mock::VerifyAndClearExpectations(v1);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc394 scoped_ptr<Version> v1; variable
397 EXPECT_TRUE(provider_->GetExtensionDetails(id, NULL, &v1));
398 EXPECT_STREQ(version->GetString().c_str(), v1->GetString().c_str());
402 EXPECT_STREQ(version->GetString().c_str(), v1->GetString().c_str());
432 scoped_ptr<Version> v1; variable
434 EXPECT_TRUE(provider_->GetExtensionDetails(id, &location1, &v1));
435 EXPECT_FALSE(v1.get());
2402 // First install v1 of a hosted app.
2404 InstallCRX(extensions_path.AppendASCII("v1.crx"), INSTALL_NEW);
2423 // First install v1 o
[all...]
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc75 int OrderUnavailableValue(bool v1, bool v2) { argument
76 if (!v1 && !v2)
78 return v1 ? 1 : -1;
/external/chromium_org/chrome/installer/util/
H A Dcompat_checks.cc29 bool ParseSEPVersion(const std::wstring& version, int* v0, int* v1, int* v2) { argument
36 if (!base::StringToInt(v[1], v1))
44 bool IsBadSEPVersion(int v0, int v1, int v2) { argument
47 if (v1 > 0)
57 int v0, v1, v2; local
59 if (!ParseSEPVersion(ver_str, &v0, &v1, &v2))
61 return IsBadSEPVersion(v0, v1, v2);
/external/chromium_org/chromecast/media/cma/ipc/
H A Dmedia_message_unittest.cc56 int v1 = 2 * k + 1; local
57 EXPECT_TRUE(msg1->WritePod(v1));
68 int v1; local
70 EXPECT_TRUE(msg2->ReadPod(&v1));
71 EXPECT_EQ(v1, expected_v1);
89 uint32 v1 = 0; local
91 EXPECT_TRUE(msg1->WritePod(v1));
92 EXPECT_TRUE(msg1->WritePod(v1));
94 EXPECT_FALSE(msg1->WritePod(v1));
108 uint32 v1 local
133 uint32 v1 = 0xcd; local
[all...]
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DDeviceSensorsTest.java366 private void verifyValue(double v1) { argument
367 assertEquals(v1, mValue1);
370 private void verifyValues(double v1, double v2, double v3) { argument
371 assertEquals(v1, mValue1);
376 private void verifyValuesEpsilon(double v1, double v2, double v3) { argument
377 assertEquals(v1, mValue1, 0.1);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1460 void DoVertexAttrib2f(GLuint index, GLfloat v0, GLfloat v1);
1461 void DoVertexAttrib3f(GLuint index, GLfloat v0, GLfloat v1, GLfloat v2);
1463 GLuint index, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
7254 void GLES2DecoderImpl::DoVertexAttrib2f(GLuint index, GLfloat v0, GLfloat v1) { argument
7255 GLfloat v[4] = { v0, v1, 0.0f, 1.0f, };
7257 glVertexAttrib2f(index, v0, v1);
7262 GLuint index, GLfloat v0, GLfloat v1, GLfloat v2) {
7263 GLfloat v[4] = { v0, v1, v2, 1.0f, };
7265 glVertexAttrib3f(index, v0, v1, v2);
7270 GLuint index, GLfloat v0, GLfloat v1, GLfloa
7261 DoVertexAttrib3f( GLuint index, GLfloat v0, GLfloat v1, GLfloat v2) argument
7269 DoVertexAttrib4f( GLuint index, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) argument
[all...]
/external/chromium_org/ipc/
H A Dipc_channel_unittest.cc27 int v1 = 10; local
32 EXPECT_TRUE(m.WriteInt(v1));
43 EXPECT_EQ(v1, vi);

Completed in 4418 milliseconds

1234567891011>>