HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 726 - 750 of 1578) sorted by null

<<21222324252627282930>>

  /external/pdfium/third_party/lcms/src/
cmsplugin.c 137 cmsBool CMSEXPORT _cmsReadUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, cmsUInt16Number* Array)
145 if (Array != NULL) {
146 if (!_cmsReadUInt16Number(io, Array + i)) return FALSE;
262 cmsBool CMSEXPORT _cmsWriteUInt16Array(cmsIOHANDLER* io, cmsUInt32Number n, const cmsUInt16Number* Array)
267 _cmsAssert(Array != NULL);
270 if (!_cmsWriteUInt16Number(io, Array[i])) return FALSE;
  /external/testng/src/main/java/org/testng/
Assert.java 10 import java.lang.reflect.Array;
143 fail("expected a null array, but not null found. " + message);
146 fail("expected not null array, but null found. " + message);
148 //is called only when expected is an array
150 int expectedLength = Array.getLength(expected);
151 if (expectedLength == Array.getLength(actual)) {
153 Object _actual = Array.get(actual, i);
154 Object _expected = Array.get(expected, i);
162 //array values matched
165 failNotEquals(Array.getLength(actual), expectedLength, message == null ? "" : messag
    [all...]
  /external/v8/src/inspector/
injected-script.cc 51 using protocol::Array;
125 std::unique_ptr<Array<PropertyDescriptor>>* properties,
144 *properties = Array<PropertyDescriptor>::create();
152 std::unique_ptr<Array<PropertyDescriptor>> result =
153 Array<PropertyDescriptor>::fromValue(protocolValue.get(), &errors);
212 Response InjectedScript::wrapPropertyInArray(v8::Local<v8::Array> array,
219 function.appendArgument(array);
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 84 public void CopyTo(System.Array array)
86 public void CopyTo($typemap(cstype, CTYPE)[] array)
89 CopyTo(0, array, 0, this.Count);
93 public void CopyTo(System.Array array, int arrayIndex)
95 public void CopyTo($typemap(cstype, CTYPE)[] array, int arrayIndex)
98 CopyTo(0, array, arrayIndex, this.Count);
102 public void CopyTo(int index, System.Array array, int arrayIndex, int count
    [all...]
  /system/libhidl/base/include/hidl/
HidlSupport.h 21 #include <array>
155 // Reference an external char array. Ownership is _not_ transferred.
384 // Reference an existing array, optionally taking ownership. It is the
509 // Define std interator interface for walking the array contents
560 // copy from an array-like object, assuming my resources are freed.
561 template <typename Array>
562 void copyFrom(const Array &data, size_t size) {
595 using type = std::array<typename std_array<T, SIZES...>::type, SIZE1>;
600 using type = std::array<T, SIZE1>;
667 std_array_type array; local
692 std_array_type array; local
821 std_array_type array; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 571 // Handle array index arithmetic.
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 769 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
778 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
786 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
794 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 141 // TARRAY: *Array
306 // Array contains Type fields specific to array types.
307 type Array struct {
442 // NewArray returns a new fixed-length array Type.
448 t.Extra = &Array{Elem: elem, Bound: bound}
468 // NewDDDArray returns a new [...]T array Type.
471 t.Extra = &Array{Elem: elem, Bound: -1}
595 t.Extra.(*Array).Elem = elem
682 x := *t.Extra.(*Array)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 141 // TARRAY: *Array
306 // Array contains Type fields specific to array types.
307 type Array struct {
442 // NewArray returns a new fixed-length array Type.
448 t.Extra = &Array{Elem: elem, Bound: bound}
468 // NewDDDArray returns a new [...]T array Type.
471 t.Extra = &Array{Elem: elem, Bound: -1}
595 t.Extra.(*Array).Elem = elem
682 x := *t.Extra.(*Array)
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 204 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
212 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
219 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
227 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
317 // ARRAY: [numelts, eltty]
611 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
622 // location (it's never more expensive than building an array size 1).
638 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
783 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
790 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 203 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
212 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
220 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
228 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
319 // ARRAY: [numelts, eltty]
641 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
652 // location (it's never more expensive than building an array size 1).
668 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
820 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
827 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
    [all...]
  /dalvik/docs/
prettify.js 61 * @param {Array.<string>} out output buffer that receives chunks of HTML.
183 /** Splice one array into another.
187 * @param {Array} inserted
188 * @param {Array} container modified in place
535 * @param {Array} shortcutStylePatterns patterns that always start with
537 * @param {Array} fallthroughStylePatterns patterns that will be tried in
540 * @return {function (string, number?) : Array.<number|string>} a
694 * @return {function (string) : Array.<string|number>} a
751 * @return {Array.<number|string>} a decoration list.
    [all...]
  /external/libevent/
event_rpcgen.py 79 """Takes an array, add indentation to each entry and prints it."""
109 if entry.Array():
145 if entry.Array():
191 if entry.Array():
261 if not entry.Array():
377 def Array(self):
399 if self.Array() and not self._can_be_array:
401 'Entry "%s" cannot be created as an array '
409 'Entry "%s" has illegal combination of optional and array '
497 if self.Array()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 210 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
219 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
227 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
235 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
326 // ARRAY: [numelts, eltty]
594 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
729 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
736 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
742 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
748 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 169 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
233 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
242 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
317 // ARRAY: [numelts, eltty]
613 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
624 // location (it's never more expensive than building an array size 1).
640 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
785 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
792 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
798 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 35 #include "mirror/array.h"
266 // Given the context of a calling Method, use its DexCache to resolve a type to an array Class. If
267 // it cannot be resolved, throw an error. If it can, use it to create an array.
272 inline mirror::Array* AllocArrayFromCode(dex::TypeIndex type_idx,
286 return mirror::Array::Alloc</*kInstrumented*/true>(self,
292 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count,
298 inline mirror::Array* AllocArrayFromCodeResolved(mirror::Class* klass,
309 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 209 @param BbsIndexUsed The array shows how many BBS table indexs have been used.
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractFieldMatrix.java 20 import java.lang.reflect.Array;
81 * Get the elements type from an array.
83 * @param d data array
84 * @return field to which array elements belong
85 * @exception IllegalArgumentException if array is empty
99 * Get the elements type from an array.
101 * @param d data array
102 * @return field to which array elements belong
103 * @exception IllegalArgumentException if array is empty
113 /** Build an array of elements
132 T[][] array = local
152 T[] array = (T[]) Array.newInstance(field.getZero().getClass(), length); local
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
knockout-2.0.0.js 8 f}var j=function(){for(var a=3,e=document.createElement("div"),b=e.getElementsByTagName("i");e.innerHTML="<\!--[if gt IE "+ ++a+"]><i></i><![endif]--\>",b[0];);return 4<a?a:l}();return{Ba:["authenticity_token",/^__RequestVerificationToken(_.*)?$/],n:function(a,e){for(var b=0,f=a.length;b<f;b++)e(a[b])},k:function(a,e){if("function"==typeof Array.prototype.indexOf)return Array.prototype.indexOf.call(a,e);for(var b=0,f=a.length;b<f;b++)if(a[b]===e)return b;return-1},Wa:function(a,e,b){for(var f=0,d=
11 [],f=(a||"").split(e),d=0,h=f.length;d<h;d++){var g=r.a.z(f[d]);""!==g&&b.push(g)}return b},Cb:function(a,e){a=a||"";return e.length>a.length?p:a.substring(0,e.length)===e},hb:function(a){for(var e=Array.prototype.slice.call(arguments,1),b="return ("+a+")",f=0;f<e.length;f++)e[f]&&"object"==typeof e[f]&&(b="with(sc["+f+"]) { "+b+" } ");return(new Function("sc",b))(e)},fb:function(a,e){if(e.compareDocumentPosition)return 16==(e.compareDocumentPosition(a)&16);for(;a!=o;){if(a==e)return m;a=a.parentNode}return p},
20 a[0],a[1])});Function.prototype.bind||(Function.prototype.bind=function(a){var b=this,d=Array.prototype.slice.call(arguments),a=d.shift();return function(){return b.apply(a,d.concat(Array.prototype.slice.call(arguments)))}});
34 r.Q=function(a){0==arguments.length&&(a=[]);a!==o&&a!==l&&!("length"in a)&&c(Error("The argument passed when initializing an observable array must be an array, or null, or undefined."));var b=new r.w(a);r.a.extend(b,r.Q.fn);r.l(b,"remove",b.remove);r.l(b,"removeAll",b.zb);r.l(b,"destroy",b.fa);r.l(b,"destroyAll",b.ab);r.l(b,"indexOf",b.indexOf);r.l(b,"replace",b.replace);return b};
41 (function(){function a(e,f,h){h=h||new d;e=f(e);if(!("object"==typeof e&&e!==o&&e!==l&&!(e instanceof Date)))return e;var g=e instanceof Array?[]:{};h.save(e,g);b(e,function(b){var d=f(e[b]);switch(typeof d){case "boolean":case "number":case "string":case "function":g[b]=d;break;case "object":case "undefined":var k=h.get(d);g[b]=k!==l?k:a(d,f,h)}});return g}function b(a,b){if(a instanceof Array)for(var d=0;d<a.length;d++)b(d);else for(d in a)b(d)}function d(){var a=[],b=[];this.save=function(d,g){var i=
70 r.c.checked={init:function(a,b,d){r.a.s(a,"click",function(){var e;if("checkbox"==a.type)e=a.checked;else if("radio"==a.type&&a.checked)e=a.value;else return;var f=b();"checkbox"==a.type&&r.a.d(f)instanceof Array?(e=r.a.k(r.a.d(f),a.value),a.checked&&0>e?f.push(a.value):!a.checked&&0<=e&&f.splice(e,1)):r.P(f)? (…)
    [all...]
  /external/v8/src/compiler/
simplified-operator.cc 73 case kExternal##Type##Array: \
682 BufferAccess(kExternal##Type##Array)) {} \
690 BufferAccess(kExternal##Type##Array)) {} \
    [all...]
  /external/v8/src/debug/
mirrors.js 11 var GlobalArray = global.Array;
300 * Check whether the mirror reflects an array.
301 * @returns {boolean} True if the mirror reflects an array
648 * @return {Array} Property names for this object
656 * Return the properties for this object as an array of PropertyMirror objects.
661 * @return {Array} Property mirrors for this object
675 * Return the internal properties for this object as an array of
677 * @return {Array} Property mirrors for this object
726 * @return {Array} The objects which has direct references to this object.
763 * @return {Array} array (possibly empty) of InternalProperty instance
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 37 using Array = System.Array;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 40 using Array = System.Array;
633 Array.Copy(X, 0, trimmed, 0, n);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 38 using Array = System.Array;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 39 using Array = System.Array;
689 Array.Copy(X, 0, trimmed, 0, n);

Completed in 1709 milliseconds

<<21222324252627282930>>