Searched refs:arr (Results 151 - 175 of 382) sorted by relevance

1234567891011>>

/external/deqp/framework/opengl/
H A DgluCallLogWrapper.cpp47 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, deUint32 size) argument
49 return tcu::formatArray(arr, (int)size);
53 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, int size) argument
55 return tcu::formatArray(arr, de::max(size, 0));
/external/opencv/cxcore/include/
H A Dcxcore.h151 CV_INLINE void cvDecRefData( CvArr* arr )
153 if( CV_IS_MAT( arr ))
155 CvMat* mat = (CvMat*)arr;
161 else if( CV_IS_MATND( arr ))
163 CvMatND* mat = (CvMatND*)arr;
172 CV_INLINE int cvIncRefData( CvArr* arr )
175 if( CV_IS_MAT( arr ))
177 CvMat* mat = (CvMat*)arr;
181 else if( CV_IS_MATND( arr ))
183 CvMatND* mat = (CvMatND*)arr;
206 cvGetRow( const CvArr* arr, CvMat* submat, int row ) argument
217 cvGetCol( const CvArr* arr, CvMat* submat, int col ) argument
323 CVAPI(int) cvGetElemType( const CvArr* arr ); variable
419 CVAPI(void) cvCreateData( CvArr* arr ); variable
422 CVAPI(void) cvReleaseData( CvArr* arr ); variable
437 CVAPI(CvSize) cvGetSize( const CvArr* arr ); variable
449 CVAPI(void) cvSetZero( CvArr* arr ); variable
836 CVAPI(CvScalar) cvSum( const CvArr* arr ); variable
839 CVAPI(int) cvCountNonZero( const CvArr* arr ); variable
[all...]
/external/chromium_org/v8/test/mjsunit/es7/
H A Dobject-observe.js626 function pushMultiple(arr) {
627 arr.push('a');
628 arr.push('b');
629 arr.push('c');
633 var arr = [];
634 pushMultiple(arr);
639 var arr = [];
640 Object.observe(arr, observer.callback);
641 pushMultiple(arr);
642 Object.unobserve(arr, observe
1163 var arr = ['a', 'b', 'c', 'd']; variable
1302 var arr = [1, 2, 3]; variable
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.h73 Labeldesc *arr; /* array */ member in struct:Labellist
82 Vardesc *arr; member in struct:Dyndata::__anon15435
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp1.cpp29 int arr[(int)E::e]; member in class:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3::E
79 int arr[E::e]; member in struct:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3::UnscopedEnum::UnscopedEnum3
/external/clang/test/PCH/
H A Dchain-cxx.cpp109 extern int arr[TS3<int>::value2];
144 int arr[TS3<int>::value2]; variable
/external/clang/test/SemaCXX/
H A Dfor-range-dereference.cpp42 int arr[10]; local
43 for (auto i : arr) { }
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexDataWriterTest.java87 byte[] arr = new byte[257];
89 arr[i] = (byte)i;
92 arr[256] = (byte)0x80;
95 expectData(arr);
100 byte[] arr = new byte[345];
101 random.nextBytes(arr);
102 writer.write(arr);
104 expectData(arr);
109 byte[] arr = new byte[345];
110 random.nextBytes(arr);
[all...]
/external/stlport/test/eh/
H A Dtest_algobase.cpp93 double arr[ sizeof(TestClass) * kBufferSize ]; local
94 TestClass* c = (TestClass*)arr;
/external/chromium-trace/trace-viewer/src/base/
H A Dquad.js69 Quad.From8Array = function(arr) {
70 if (arr.length != 8)
73 q.p1[0] = arr[0];
74 q.p1[1] = arr[1];
75 q.p2[0] = arr[2];
76 q.p2[1] = arr[3];
77 q.p3[0] = arr[4];
78 q.p3[1] = arr[5];
79 q.p4[0] = arr[6];
80 q.p4[1] = arr[
[all...]
/external/clang/test/Analysis/
H A Duninit-sometimes.cpp131 int arr[3] = { 1, 2, 3 }; local
133 for (int &a : arr) { // no-warning, condition was not explicitly specified
135 x = &a - arr;
147 int arr[3] = { 1, 2, 3 }; local
149 for (int &a : arr) { // expected-warning {{variable 'x' is used uninitialized whenever 'for' loop is entered}}
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c82 struct pipe_sampler_view v_tmp, *arr[3]; local
150 arr[1] = arr[2] = p->pipe->create_sampler_view(p->pipe,
160 arr[0] = p->view;
161 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 3, arr);
168 pipe_sampler_view_reference(&arr[1], NULL);
185 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
191 arr[1] = p->view;
192 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 2, arr);
202 pipe_sampler_view_reference(&arr[
[all...]
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c82 struct pipe_sampler_view v_tmp, *arr[3]; local
150 arr[1] = arr[2] = p->pipe->create_sampler_view(p->pipe,
160 arr[0] = p->view;
161 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 3, arr);
168 pipe_sampler_view_reference(&arr[1], NULL);
185 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
191 arr[1] = p->view;
192 cso_set_sampler_views(p->cso, PIPE_SHADER_FRAGMENT, 2, arr);
202 pipe_sampler_view_reference(&arr[
[all...]
/external/openssl/crypto/bn/
H A Dbn_gf2m.c368 int arr[6]; local
371 ret = BN_GF2m_poly2arr(p, arr, sizeof(arr)/sizeof(arr[0]));
372 if (!ret || ret > (int)(sizeof(arr)/sizeof(arr[0])))
377 ret = BN_GF2m_mod_arr(r, a, arr);
443 int *arr=NULL; local
447 if ((arr = (int *)OPENSSL_malloc(sizeof(int) * max)) == NULL) goto err;
448 ret = BN_GF2m_poly2arr(p, arr, ma
499 int *arr=NULL; local
860 int *arr=NULL; local
919 int *arr=NULL; local
1037 int *arr=NULL; local
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Doptimized-for-in.js291 var arr = new Array(20);
292 for (var i = 0; i < arr.length; i++) {
293 arr[i] = i + 1;
295 arr.push(":"); // Force deopt at the end of the loop.
296 assertEquals("211:x1234567891011121314151617181920:y", osr_inner({x: arr, y: arr}, (arr.length / 2) | 0));
/external/deqp/framework/common/
H A DtcuFormatUtil.hpp187 const T* arr; member in class:tcu::Format::ArrayPointer
190 ArrayPointer (const T* arr_, int size_) : arr(arr_), size(size_) {}
210 if (fmt.arr != DE_NULL)
211 return str << Array<const T*>(fmt.arr, fmt.arr+fmt.size);
276 inline Format::ArrayPointer<T> formatArray (const T* arr, int size) argument
278 return Format::ArrayPointer<T>(arr, size);
/external/libunwind/tests/
H A Dtest-ptrace-misc.c42 int sum = 0, i, max, arr[1024]; local
57 arr[i] = func (arg - 1);
60 if (arr[i] > 16)
61 sum += arr[i];
63 sum -= arr[i];
72 int arr[1] = { v }; local
79 r = (uintptr_t) malloc(f (arr[0])
H A DGtest-dyn1.c95 int (*printer)(const char *, ...), const char *fmt, const char **arr)
97 (*printer) (fmt, arr[11 - i][0], arr[11 - i] + 1);
99 (*self) (i - 1, self, printer, fmt, arr);
94 template(int i, template_t self, int (*printer)(const char *, ...), const char *fmt, const char **arr) argument
/external/chromium_org/v8/test/mjsunit/
H A Dobject-define-property.js828 var arr = new Array();
829 arr[1] = 'foo';
830 arr[2] = 'bar';
831 arr[3] = '42';
832 arr[4] = '43';
833 arr[5] = '44';
846 Object.defineProperty(arr, '1', descElement);
847 desc = Object.getOwnPropertyDescriptor(arr, '1');
854 Object.defineProperty(arr, '2', descElementNonConfigurable);
855 desc = Object.getOwnPropertyDescriptor(arr, '
[all...]
/external/qemu/android/camera/
H A Dcamera-capture-linux.c561 CameraFrameDim* arr; local
605 arr = *sizes;
613 free(arr);
618 arr[out_num].width = size_enum.discrete.width;
619 arr[out_num].height = size_enum.discrete.height;
630 arr[out_num].width = w;
631 arr[out_num].height = h;
637 arr[out_num].width = size_enum.stepwise.min_width;
638 arr[out_num].height = size_enum.stepwise.min_height;
641 arr[out_nu
674 QemuPixelFormat* arr; local
[all...]
/external/clang/test/SemaTemplate/
H A Dexplicit-specialization-member.cpp27 int arr[e]; member in struct:PR12331::S
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java314 public int read(byte[] arr, int offset, int length) { argument
315 if ((offset + length) > arr.length) {
316 length = arr.length - offset;
324 System.arraycopy(bytes, cursor + start, arr, offset, length);
H A DHex.java240 * @param arr {@code non-null;} array to format
249 public static String dump(byte[] arr, int offset, int length, argument
254 if (((offset | length | end) < 0) || (end > arr.length)) {
255 throw new IndexOutOfBoundsException("arr.length " +
256 arr.length + "; " +
286 sb.append(Hex.u1(arr[offset]));
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java252 * @param arr non-null; array to format
261 public static String dump(byte[] arr, int offset, int length, argument
266 if (((offset | length | end) < 0) || (end > arr.length)) {
267 throw new IndexOutOfBoundsException("arr.length " +
268 arr.length + "; " +
298 sb.append(Hex.u1(arr[offset]));
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.c198 ha->arr = LibVEX_Alloc(ha->arr_size * sizeof(HInstr*));
207 ha->arr[ha->arr_used] = instr;
213 arr2[i] = ha->arr[i];
215 ha->arr = arr2;

Completed in 2724 milliseconds

1234567891011>>