Home
last modified time | relevance | path

Searched defs:ary (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/src/tracing/
Dsorted_array_utils.js27 function findLowIndexInSortedArray(ary, mapFn, loVal) { argument
74 function findLowIndexInSortedIntervals(ary, mapLoFn, mapWidthFn, loVal) { argument
111 function iterateOverIntersectingIntervals(ary, mapLoFn, mapWidthFn, loVal, argument
142 function getIntersectingIntervals(ary, mapLoFn, mapWidthFn, loVal, hiVal) { argument
/external/chromium/chrome/browser/resources/gpu_internals/
Dsorted_array_utils.js27 function findLowIndexInSortedArray(ary, mapFn, loVal) { argument
74 function findLowIndexInSortedIntervals(ary, mapLoFn, mapWidthFn, loVal) { argument
111 function iterateOverIntersectingIntervals(ary, mapLoFn, mapWidthFn, loVal, argument
142 function getIntersectingIntervals(ary, mapLoFn, mapWidthFn, loVal, hiVal) { argument
/external/clang/test/Sema/
Dincomplete-decl.c15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}} variable
19 …int ary[]; // expected-error{{definition of variable with array type needs an explicit size or an … in func() local
Darray-init.c7 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time consta… variable
/external/chromium/chrome/browser/resources/shared/js/cr/
Dcommand_line.js57 CommandLine.prototype.parseOptions_ = function(ary) { argument
/external/clang/test/Parser/
Dbuiltin_classify_type.c11 static int ary[__builtin_classify_type(a)]; in main() local
Dtypeof.c13 …void ary[7] fff; // expected-error{{array has incomplete element type 'void'}} expected-error{{exp… in test() local
/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} variable
/external/opencv/
Dcvjni.cpp425 jobjectArray ary = env->NewObjectArray(rects->total, jcls, 0); in seqRectsToAndroidRects() local