HomeSort by relevance Sort by last modified time
    Searched defs:array2 (Results 26 - 50 of 51) sorted by null

12 3

  /external/eigen/test/
geo_quaternion.cpp 185 EIGEN_ALIGN16 Scalar array2[4]; local
191 MQuaternionA mq2(array2);
195 // std::cerr << array1 << " " << array2 << " " << array3 << "\n";
236 EIGEN_ALIGN16 Scalar array2[4]; local
241 QuaternionUA *q2 = ::new(reinterpret_cast<void*>(array2)) QuaternionUA;
geo_hyperplane.cpp 123 EIGEN_ALIGN16 Scalar array2[4]; local
128 Plane3u *p2 = ::new(reinterpret_cast<void*>(array2)) Plane3u;
geo_transformations.cpp 408 EIGEN_ALIGN16 Scalar array2[16]; local
413 Projective3u *p2 = ::new(reinterpret_cast<void*>(array2)) Projective3u;
  /art/test/045-reflect-array/src/
Main.java 232 String[][] array2 = (String[][]) strStrStrArray; local
  /external/clang/test/Analysis/
misc-ps.c 121 int array2[] = { 1, 2, 3, 0 }; local
122 int *array[] = { array1, array2 };
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 74 int array2[incomplete]; // expected-error {{non-integer type}} variable
  /external/clang/test/SemaCXX/
c99-variable-length-array.cpp 18 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} local
39 int array2[T::value]; // expected-warning{{variable length arrays are a C99 feature}} local
array-bounds.cpp 61 int array2[] = { 0, 1, 2 }; // expected-note 2 {{declared here}} local
63 array2[3] = 0; // expected-warning {{array index 3 is past the end of the array (which contains 3 elements)}}
64 array2[2+2] = 0; // expected-warning {{array index 4 is past the end of the array (which contains 3 elements)}}
constant-expression.cpp 113 int array2[recurse2]; // expected-warning {{variable length array}} expected-warning {{integer constant expression}} variable
  /external/clang/test/SemaTemplate/
default-arguments.cpp 93 int array2[is_same<__typeof(x2_deep_nontype), variable
temp_class_spec.cpp 19 int array2[is_pointer<const int*>::value? 1 : -1]; variable
  /external/guava/guava-tests/test/com/google/common/collect/
ObjectArraysTest.java 156 Integer[] array2 = Platform.clone(array1); local
159 Object[] target = ObjectArrays.toArrayImpl(list, array2);
168 assertTrue(Arrays.equals(expectedArray2, array2));
  /external/chromium_org/ppapi/tests/
test_post_message.cc 732 pp::VarArray array2; local
733 array2.Set(0, dictionary);
734 dictionary.Set(pp::Var("array2"), array2);
743 dictionary.Delete(pp::Var("array2"));
    [all...]
  /art/runtime/
jni_internal_test.cc 707 jbyteArray array2 = env_->NewByteArray(10); local
708 EXPECT_EQ(env_->GetBooleanArrayElements(reinterpret_cast<jbooleanArray>(array2), &is_copy),
754 jbyteArray array2 = env_->NewByteArray(10); local
755 env_->ReleaseBooleanArrayElements(reinterpret_cast<jbooleanArray>(array2), elements, 0);
808 jbyteArray array2 = env_->NewByteArray(10); local
855 jbyteArray array2 = env_->NewByteArray(10); local
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 46 struct point array2[10] = { variable in typeref:struct:point
constant-builtins-2.c 179 int array2[(sizeof(array1)/sizeof(int)) == 2? 1 : -1]; variable
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 421 int[]array2 = mResources.getIntArray(R.array.integers); local
424 checkArrayEqual(expectedArray2, array2);
428 private void checkArrayEqual(int[] array1, int[] array2) {
429 assertNotNull(array2);
430 assertEquals(array1.length, array2.length);
432 assertEquals(array1[i], array2[i]);
  /external/chromium_org/v8/test/cctest/
test-types.cc 643 TypeHandle array2 = T.Array1(type2); local
644 CHECK(Equal(array1, array2) == Equal(type1, type2));
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 137 Local array2 = e.make_local(); local
142 e.store_local(array2);
151 e.load_local(array2);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 6847 const Formattable *array2 = f.getArray(count2); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 6876 const Formattable *array2 = f.getArray(count2); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 2133 milliseconds

12 3