HomeSort by relevance Sort by last modified time
    Searched full:myarray (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/Parser/
cxx-extern-c-array.cpp 4 extern "C" int myarray[]; variable
5 int myarray[12] = {0}; variable
  /external/chromium_org/v8/test/webkit/
stack-unwinding.js 41 var myArray = new Array (0, 1, 2);
57 myArray = hostCallsUser(myArray);
58 shouldBe(myArray, new Array( 5, 6, 7 ) );
  /external/clang/test/Analysis/
malloc.m 38 @interface MyArray : NSObject {
44 MyArray *array = (MyArray *)malloc(12);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
SequenceOfTest.java 60 new Object[] { (new MyArray()).addMy(Boolean.FALSE),
64 new Object[] { (new MyArray()).addMy(Boolean.TRUE),
69 (new MyArray()).addMy(Boolean.TRUE).addMy(Boolean.FALSE),
125 public static class MyArray extends ArrayList {
127 public MyArray addMy(Object o) {
  /external/clang/test/Sema/
init.c 12 int myArray[5] = {1, 2, 3, 4, 5};
13 int *myPointer2 = myArray;
14 int *myPointer = &(myArray[2]);
  /external/chromium_org/testing/gtest/test/
gtest_list_tests_unittest_.cc 121 class MyArray {
125 int*, MyArray<bool, 42> > MyTypes;
gtest_list_tests_unittest.py 77 TypedTest/2\. # TypeParam = .*MyArray<bool,\s*42>
86 My/TypeParamTest/2\. # TypeParam = .*MyArray<bool,\s*42>
  /external/gtest/test/
gtest_list_tests_unittest_.cc 121 class MyArray {
125 int*, MyArray<bool, 42> > MyTypes;
gtest_list_tests_unittest.py 77 TypedTest/2\. # TypeParam = .*MyArray<bool,\s*42>
86 My/TypeParamTest/2\. # TypeParam = .*MyArray<bool,\s*42>
  /ndk/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest_.cc 121 class MyArray {
125 int*, MyArray<bool, 42> > MyTypes;
gtest_list_tests_unittest.py 77 TypedTest/2\. # TypeParam = .*MyArray<bool,\s*42>
86 My/TypeParamTest/2\. # TypeParam = .*MyArray<bool,\s*42>
  /frameworks/av/include/media/stagefright/foundation/
ABase.h 35 * uint32_t *myArray = new uint32_t[arraySize];
  /external/clang/test/Index/
complete-kvc.m 21 @interface MyArray : NSMutableArray
35 @property MyArray *myArrayProperty;
84 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text MyArray *}{RightParen )}{TypedText myArrayProperty} (40)
  /ndk/build/gmsl/
gmsl-tests 400 $(call test_assert,$(call get,myarray,key1),)
401 $(call set,myarray,key1,value1)
402 $(call test_assert,$(call get,myarray,key1),value1)
403 $(call test_assert,$(call get,myarray,key2),)
405 $(call test_assert,$(call defined,myarray,key1),T)
406 $(call test_assert,$(call defined,myarray,key2),)
408 $(call set,myarray,key2,value2)
409 $(call test_assert,$(call keys,myarray),key1 key2)
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersChecker.cpp 13 // In CFArrayGetArrayAtIndex( myArray, index), if the index is outside the
  /external/chromium_org/v8/test/webkit/fast/js/kde/
RegExp-expected.txt 105 PASS myRe=/d(b+)d/g; myArray = myRe.exec('cdbbdbsbz'); myRe.lastIndex is 5
RegExp.js 141 shouldBe( "myRe=/d(b+)d/g; myArray = myRe.exec('cdbbdbsbz'); myRe.lastIndex", "5" );
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 68 var myarray = new Array();
72 myarray[i] = args[i];
74 return myarray;
    [all...]
  /external/lldb/source/Expression/
ClangUserExpression.cpp 382 // (int)[myArray count]. Right now, because the type information for count is
383 // not available, [myArray count] returns id, which can't be directly cast to
    [all...]
  /external/aac/libSYS/include/
machine_type.h 211 int myArray[16];
  /frameworks/base/docs/html/guide/topics/resources/
accessing-resources.jd 336 android.widget.ArrayAdapter}&lt;String&gt;(this, <strong>android.R.layout.simple_list_item_1</strong>, myarray));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java 86 Object[] myArray = (Object[]) (objectArray.clone());
87 myArray[30] = null;
88 myArray[60] = null;
89 convertedList = Arrays.asList(myArray);
93 convertedList.get(counter) == myArray[counter]);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 601 // e.g: static int* myArray[] = {};
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 

Completed in 813 milliseconds

1 2