Searched defs:Array (Results 126 - 150 of 165) sorted by relevance

1234567

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc1020 struct Array { struct
1021 Array() { function in struct:Array
1025 ~Array() { delete [] ptr; }
1026 Array(const Array& x) { function in struct:Array
1033 void operator=(const Array& x) {
1041 void append(const Array& x) {
1062 REGISTER_OBJ_MAKER(string, Array<char>* p = new(initialized) Array<char>();)
1064 Array<cha
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc1020 struct Array { struct
1021 Array() { function in struct:Array
1025 ~Array() { delete [] ptr; }
1026 Array(const Array& x) { function in struct:Array
1033 void operator=(const Array& x) {
1041 void append(const Array& x) {
1062 REGISTER_OBJ_MAKER(string, Array<char>* p = new(initialized) Array<char>();)
1064 Array<cha
[all...]
/external/chromium_org/v8/test/webkit/fast/js/
H A DObject-getOwnPropertyNames.js45 // Array objects
78 "Array": "['arguments', 'caller', 'isArray', 'length', 'name', 'observe', 'prototype', 'unobserve']",
79 "Array.prototype": "['concat', 'constructor', 'entries', 'every', 'filter', 'forEach', 'indexOf', 'join', 'keys', 'lastIndexOf', 'length', 'map', 'pop', 'push', 'reduce', 'reduceRight', 'reverse', 'shift', 'slice', 'some', 'sort', 'splice', 'toLocaleString', 'toString', 'unshift']",
123 "Array",
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp52 class Array class in namespace:deqp::gls
150 virtual ~Array (void) {}
168 class ContextArray : public Array
176 virtual void bindIndexArray (Array::Target storage);
181 virtual Array::Target getTarget (void) const { return m_target; }
182 virtual Array::InputType getInputType (void) const { return m_inputType; }
183 virtual Array::OutputType getOutputType (void) const { return m_outputType; }
184 virtual Array::Storage getStorageType (void) const { return m_storage; }
191 static deUint32 targetToGL (Array::Target target);
192 static deUint32 usageToGL (Array
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dir.py305 elif isinstance(node,Array):
310 class Array(genpyx.Array, Node): class in inherits:genpyx.Array, Node
532 if len(self)>1 and type(self[1])==Array: # isinstance ??
1104 elif isinstance(node,Array):
1143 cparse.Array : Array ,
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp99 namespace Array { namespace
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1804 // Must be a Constant Array
1805 const ConstantDataArray *Array = local
1807 if (!Array || !Array->isString())
1811 uint64_t NumElts = Array->getType()->getArrayNumElements();
1814 Str = Array->getAsString();
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp257 char *Array; member in class:__anon25838::ArgvArray
260 ArgvArray() : Array(nullptr) {}
263 delete[] Array;
264 Array = nullptr;
280 Array = new char[(InputArgv.size()+1)*PtrSize];
282 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array << "\n");
294 // Endian safe: Array[i] = (PointerTy)Dest;
295 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
301 (GenericValue*)(Array+InputArgv.size()*PtrSize),
303 return Array;
[all...]
/external/chromium_org/third_party/polymer_legacy/platform/
H A Dplatform.js32 function PointerGestureEvent(a,b){var c=b||{},d=document.createEvent("Event"),e={bubbles:Boolean(c.bubbles)===c.bubbles||!0,cancelable:Boolean(c.cancelable)===c.cancelable||!0};d.initEvent(a,e.bubbles,e.cancelable);for(var f,g=Object.keys(c),h=0;h<g.length;h++)f=g[h],d[f]=c[f];return d.preventTap=this.preventTap,d}"undefined"==typeof WeakMap&&!function(){var a=Object.defineProperty,b=Date.now()%1e9,c=function(){this.name="__st"+(1e9*Math.random()>>>0)+(b++ +"__")};c.prototype={set:function(b,c){var d=b[this.name];d&&d[0]===b?d[1]=c:a(b,this.name,{value:[b,c],writable:!0})},get:function(a){var b;return(b=a[this.name])&&b[0]===a?b[1]:void 0},"delete":function(a){this.set(a,void 0)}},window.WeakMap=c}(),function(global){"use strict";function detectObjectObserve(){function a(a){b=a}if("function"!=typeof Object.observe||"function"!=typeof Array.observe)return!1;var b=[],c={},d=[];return Object.observe(c,a),Array.observe(d,a),c.id=1,c.id=2,delete c.id,d.push(1,2),d.length=0,Object.deliverChangeRecords(a),5!==b.length?!1:"add"!=b[0].type||"update"!=b[1].type||"delete"!=b[2].type||"splice"!=b[3].type||"splice"!=b[4].type?!1:(Object.unobserve(c,a),Array.unobserve(d,a),!0)}function detectEval(){if(global.document&&"securityPolicy"in global.document&&!global.document.securityPolicy.allowsEval)return!1;try{var a=new Function("","return true;");return a()}catch(b){return!1}}function isIndex(a){return+a===a>>>0}function toNumber(a){return+a}function isObject(a){return a===Object(a)}function areSameValue(a,b){return a===b?0!==a||1/a===1/b:numberIsNaN(a)&&numberIsNaN(b)?!0:a!==a&&b!==b}function isPathValid(a){return"string"!=typeof a?!1:(a=a.trim(),""==a?!0:"."==a[0]?!1:pathRegExp.test(a))}function Path(a,b){if(b!==constructorIsPrivate)throw Error("Use Path.get to retrieve path objects");return""==a.trim()?this:isIndex(a)?(this.push(a),this):(a.split(/\s*\.\s*/).filter(function(a){return a}).forEach(function(a){this.push(a)},this),void(hasEval&&this.length&&(this.getValueFrom=this.compiledGetValueFromFn())))}function getPath(a){if(a instanceof Path)return a;null==a&&(a=""),"string"!=typeof a&&(a=String(a));var b=pathCache[a];if(b)return b;if(!isPathValid(a))return invalidPath;var b=new Path(a,constructorIsPrivate);return pathCache[a]=b,b}function dirtyCheck(a){for(var b=0;MAX_DIRTY_CHECK_CYCLES>b&&a.check_();)b++;return global.testingExposeCycleCount&&(global.dirtyCheckCycleCount=b),b>0}function objectIsEmpty(a){for(var b in a)return!1;return!0}function diffIsEmpty(a){return objectIsEmpty(a.added)&&objectIsEmpty(a.removed)&&objectIsEmpty(a.changed)}function diffObjectFromOldObject(a,b){var c={},d={},e={};for(var f in b){var g=a[f];(void 0===g||g!==b[f])&&(f in a?g!==b[f]&&(e[f]=g):d[f]=void 0)}for(var f in a)f in b||(c[f]=a[f]);return Array.isArray(a)&&a.length!==b.length&&(e.length=a.length),{added:c,removed:d,changed:e}}function runEOMTasks(){if(!eomTasks.length)return!1;for(var a=0;a<eomTasks.length;a++)eomTasks[a]();return eomTasks.length=0,!0}function newObservedObject(){function a(a){b&&b.state_===OPENED&&!d&&b.check_(a)}var b,c,d=!1,e=!0;return{open:function(c){if(b)throw Error("ObservedObject in use");e||Object.deliverChangeRecords(a),b=c,e=!1},observe:function(b,d){c=b,d?Array.observe(c,a):Object.observe(c,a)},deliver:function(b){d=b,Object.deliverChangeRecords(a),d=!1},close:function(){b=void 0,Object.unobserve(c,a),observedObjectCache.push(this)}}}function getObservedObject(a,b,c){var d=observedObjectCache.pop()||newObservedObject();return d.open(a),d.observe(b,c),d}function newObservedSet(){function a(b){if(b){var c=i.indexOf(b);c>=0?(i[c]=void 0,h.push(b)):h.indexOf(b)<0&&(h.push(b),Object.observe(b,e)),a(Object.getPrototypeOf(b))}}function b(){var b=i===emptyArray?[]:i;i=h,h=b;var c;for(var d in f)c=f[d],c&&c.state_==OPENED&&c.iterateObjects_(a);for(var g=0;g<i.length;g++){var j=i[g];j&&Object.unobserve(j,e)}i.length=0}function c(){k=!1,j&&b()}function d(){k||(j=!0,k=!0,runEOM(c))}function e(){b();var a;for(var c in f)a=f[c],a&&a.state_==OPENED&&a.check_()}var f=[],g=0,h=[],i=emptyArray,j=!1,k=!1,l={object:void 0,objects:h,open:function(b){f[b.id_]=b,g++,b.iterateObjects_(a)},close:function(a){if(f[a.id_]=void 0,g--,g)return void d();j=!1;for(var b=0;b<h.length;b++)Object.unobserve(h[b],e),Observer.unobservedCount++;f.length=0,h.length=0,observedSetCache.push(this)},reset:d};return l}function getObservedSet(a,b){return lastObservedSet&&lastObservedSet.object===b||(lastObservedSet=observedSetCache.pop()||newObservedSet(),lastObservedSet.object=b),lastObservedSet.open(a),lastObservedSet}function Observer(){this.state_=UNOPENED,this.callback_=void 0,this.target_=void 0,this.directObserver_=void 0,this.value_=void 0,this.id_=nextObserverId++}function addToAll(a){Observer._allObserversCount++,collectObservers&&allObservers.push(a)}function removeFromAll(){Observer._allObserversCount--}function ObjectObserver(a){Observer.call(this),this.value_=a,this.oldObject_=void 0}function ArrayObserver(a){if(!Array.isArray(a))throw Error("Provided object is not an Array");ObjectObserver.call(this,a)}function PathObserver(a,b){Observer.call(this),this.object_=a,this.path_=b instanceof Path?b:getPath(b),this.directObserver_=void 0}function CompoundObserver(){Observer.call(this),this.value_=[],this.directObserver_=void 0,this.observed_=[]}function identFn(a){return a}function ObserverTransform(a,b,c,d){this.callback_=void 0,this.target_=void 0,this.value_=void 0,this.observable_=a,this.getValueFn_=b||identFn,this.setValueFn_=c||identFn,this.dontPassThroughSet_=d}function notifyFunction(a,b){if("function"==typeof Object.observe){var c=Object.getNotifier(a);return function(d,e){var f={object:a,type:d,name:b};2===arguments.length&&(f.oldValue=e),c.notify(f)}}}function diffObjectFromChangeRecords(a,b,c){for(var d={},e={},f=0;f<b.length;f++){var g=b[f];expectedRecordTypes[g.type]?(g.name in c||(c[g.name]=g.oldValue),"update"!=g.type&&("add"!=g.type?g.name in d?(delete d[g.name],delete c[g.name]):e[g.name]=!0:g.name in e?delete e[g.name]:d[g.name]=!0)):(console.error("Unknown changeRecord type: "+g.type),console.error(g))}for(var h in d)d[h]=a[h];for(var h in e)e[h]=void 0;var i={};for(var h in c)if(!(h in d||h in e)){var j=a[h];c[h]!==j&&(i[h]=j)}return{added:d,removed:e,changed:i}}function newSplice(a,b,c){return{index:a,removed:b,addedCount:c}}function ArraySplice(){}function calcSplices(a,b,c,d,e,f){return arraySplice.calcSplices(a,b,c,d,e,f)}function intersect(a,b,c,d){return c>b||a>d?-1:b==c||d==a?0:c>a?d>b?b-c:d-c:b>d?d-a:b-a}function mergeSplice(a,b,c,d){for(var e=newSplice(b,c,d),f=!1,g=0,h=0;h<a.length;h++){var i=a[h];if(i.index+=g,!f){var j=intersect(e.index,e.index+e.removed.length,i.index,i.index+i.addedCount);if(j>=0){a.splice(h,1),h--,g-=i.addedCount-i.removed.length,e.addedCount+=i.addedCount-j;var k=e.removed.length+i.removed.length-j;if(e.addedCount||k){var c=i.removed;if(e.index<i.index){var l=e.removed.slice(0,i.index-e.index);Array.prototype.push.apply(l,c),c=l}if(e.index+e.removed.length>i.index+i.addedCount){var m=e.removed.slice(i.index+i.addedCount-e.index);Array.prototype.push.apply(c,m)}e.removed=c,i.index<e.index&&(e.index=i.index)}else f=!0}else if(e.index<i.index){f=!0,a.splice(h,0,e),h++;var n=e.addedCount-e.removed.length;i.index+=n,g+=n}}}f||a.push(e)}function createInitialSplices(a,b){for(var c=[],d=0;d<b.length;d++){var e=b[d];switch(e.type){case"splice":mergeSplice(c,e.index,e.removed.slice(),e.addedCount);break;case"add":case"update":case"delete":if(!isIndex(e.name))continue;var f=toNumber(e.name);if(0>f)continue;mergeSplice(c,f,[e.oldValue],1);break;default:console.error("Unexpected record type: "+JSON.stringify(e))}}return c}function projectArraySplices(a,b){var c=[];return createInitialSplices(a,b).forEach(function(b){return 1==b.addedCount&&1==b.removed.length?void(b.removed[0]!==a[b.index]&&c.push(b)):void(c=c.concat(calcSplices(a,b.index,b.index+b.addedCount,b.removed,0,b.removed.length)))}),c}var hasObserve=detectObjectObserve(),hasEval=detectEval(),numberIsNaN=global.Number.isNaN||function(a){return"number"==typeof a&&global.isNaN(a)},createObject="__proto__"in{}?function(a){return a}:function(a){var b=a.__proto__;if(!b)return a;var c=Object.create(b);return Object.getOwnPropertyNames(a).forEach(function(b){Object.defineProperty(c,b,Object.getOwnPropertyDescriptor(a,b))}),c},identStart="[$_a-zA-Z]",identPart="[$_a-zA-Z0-9]",ident=identStart+"+"+identPart+"*",elementIndex="(?:[0-9]|[1-9]+[0-9]+)",identOrElementIndex="(?:"+ident+"|"+elementIndex+")",path="(?:"+identOrElementIndex+")(?:\\s*\\.\\s*"+identOrElementIndex+")*",pathRegExp=new RegExp("^"+path+"$"),constructorIsPrivate={},pathCache={};Path.get=getPath,Path.prototype=createObject({__proto__:[],valid:!0,toString:function(){return this.join(".")},getValueFrom:function(a){for(var b=0;b<this.length;b++){if(null==a)return;a=a[this[b]]}return a},iterateObjects:function(a,b){for(var c=0;c<this.length;c++){if(c&&(a=a[this[c-1]]),!isObject(a))return;b(a)}},compiledGetValueFromFn:function(){var a=this.map(function(a){return isIndex(a)?'["'+a+'"]':"."+a}),b="",c="obj";b+="if (obj != null";for(var d=0;d<this.length-1;d++){{this[d]}c+=a[d],b+=" &&\n "+c+" != null"}return b+=")\n",c+=a[d],b+=" return "+c+";\nelse\n return undefined;",new Function("obj",b)},setValueFrom:function(a,b){if(!this.length)return!1;for(var c=0;c<this.length-1;c++){if(!isObject(a))return!1;a=a[this[c]]}return isObject(a)?(a[this[c]]=b,!0):!1}});var invalidPath=new Path("",constructorIsPrivate);invalidPath.valid=!1,invalidPath.getValueFrom=invalidPath.setValueFrom=function(){};var MAX_DIRTY_CHECK_CYCLES=1e3,eomTasks=[],runEOM=hasObserve?function(){var a={pingPong:!0},b=!1;return Object.observe(a,function(){runEOMTasks(),b=!1}),function(c){eomTasks.push(c),b||(b=!0,a.pingPong=!a.pingPong)}}():function(){return function(a){eomTasks.push(a)}}(),observedObjectCache=[],emptyArray=[],observedSetCache=[],lastObservedSet,UNOPENED=0,OPENED=1,CLOSED=2,RESETTING=3,nextObserverId=1;Observer.prototype={open:function(a,b){if(this.state_!=UNOPENED)throw Error("Observer has already been opened.");return addToAll(this),this.callback_=a,this.target_=b,this.state_=OPENED,this.connect_(),this.value_},close:function(){this.state_==OPENED&&(removeFromAll(this),this.state_=CLOSED,this.disconnect_(),this.value_=void 0,this.callback_=void 0,this.target_=void 0)},deliver:function(){this.state_==OPENED&&dirtyCheck(this)},report_:function(a){try{this.callback_.apply(this.target_,a)}catch(b){Observer._errorThrownDuringCallback=!0,console.error("Exception caught during observer callback: "+(b.stack||b))}},discardChanges:function(){return this.check_(void 0,!0),this.value_}};var collectObservers=!hasObserve,allObservers;Observer._allObserversCount=0,collectObservers&&(allObservers=[]);var runningMicrotaskCheckpoint=!1,hasDebugForceFullDelivery=hasObserve&&function(){try{return eval("%RunMicrotasks()"),!0}catch(ex){return!1}}();global.Platform=global.Platform||{},global.Platform.performMicrotaskCheckpoint=function(){if(!runningMicrotaskCheckpoint){if(hasDebugForceFullDelivery)return void eval("%RunMicrotasks()");if(collectObservers){runningMicrotaskCheckpoint=!0;var cycles=0,anyChanged,toCheck;do{cycles++,toCheck=allObservers,allObservers=[],anyChanged=!1;for(var i=0;i<toCheck.length;i++){var observer=toCheck[i];observer.state_==OPENED&&(observer.check_()&&(anyChanged=!0),allObservers.push(observer))}runEOMTasks()&&(anyChanged=!0)}while(MAX_DIRTY_CHECK_CYCLES>cycles&&anyChanged);global.testingExposeCycleCount&&(global.dirtyCheckCycleCount=cycles),runningMicrotaskCheckpoint=!1}}},collectObservers&&(global.Platform.clearObservers=function(){allObservers=[]}),ObjectObserver.prototype=createObject({__proto__:Observer.prototype,arrayObserve:!1,connect_:function(){hasObserve?this.directObserver_=getObservedObject(this,this.value_,this.arrayObserve):this.oldObject_=this.copyObject(this.value_)},copyObject:function(a){var b=Array class
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js75 var args = Array.prototype.slice.call(arguments);
91 var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': RegExp, 'String': String}; property
98 'Array': ["concat", "indexOf", "join", "lastIndexOf", "pop", "push", "reverse", "shift", "slice", "sort", "splice", "toString", "unshift", "valueOf"],
146 Array.implement({
154 Array.alias('forEach', 'each');
158 var l = iterable.length, array = new Array(l);
162 return Array.prototype.slice.call(iterable);
187 ((type == 'arguments' || type == 'collection' || type == 'array') ? Array : Hash).each(iterable, fn, bind);
208 var args = Array
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py136 return RawTypes.Array
317 class Array(BaseType): class in class:RawTypes
320 return "Array"
344 return TypeModel.Array
525 cls.Array = cls.RefPtrBased("JSONArray")
1307 return replace_right_shift("TypeBuilder::Array<%s>" % cls.resolve_data_.item_type_binding.get_array_item_c_type_text())
1315 return RawTypes.Array
/external/chromium_org/v8/src/
H A Dtypes.h42 // Array < Object
50 // Array(T) < Array
54 // Both structural Array and Function types are invariant in all parameters;
56 // There is no subtyping relation between Array, Function, or Context types
198 V(Array, 1u << 16 | REPRESENTATION(kTaggedPtr)) \
340 static TypeHandle Array(TypeHandle element, Region* region) { function in class:v8::internal::TypeImpl
826 // Array types.
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc143 NumberArray = Type::Array(Number, region);
144 StringArray = Type::Array(String, region);
145 AnyArray = Type::Array(Any, region);
228 return Type::Array(element, region_);
300 return Type::Array(element, region_);
622 void Array() { function in struct:Tests
637 // Functionality & Injectivity: Array(T1) = Array(T2) iff T1 = T2
985 // Array(T1)->Is(Array(T
[all...]
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp314 LValue Array = CGF.EmitLValue(E->getSubExpr()); local
315 assert(Array.isSimple() && "initializer_list array not a simple lvalue");
316 llvm::Value *ArrayPtr = Array.getAddress();
H A DCGClass.cpp477 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T); local
478 assert(Array && "Array initialization without the array type?");
481 assert(IndexVar && "Array index variable not loaded");
498 uint64_t NumElements = Array->getSize().getZExtValue();
514 Array->getElementType(), ArrayIndexes, Index + 1);
564 const ConstantArrayType *Array local
566 if (Array && Constructor->isDefaulted() &&
568 QualType BaseElementTy = CGF.getContext().getBaseElementType(Array);
H A DCGObjCGNU.cpp1497 // Array of method structures
1545 // Array of method structures
1671 llvm::Constant *Array = llvm::ConstantArray::get(ObjCMethodArrayTy, local
1677 Methods.push_back(Array);
2396 // Array of classes, categories, and constant objects
H A DTargetInfo.cpp33 llvm::Value *Array,
39 llvm::Value *Cell = Builder.CreateConstInBoundsGEP1_32(Array, I);
32 AssignToArrayRange(CodeGen::CGBuilderTy &Builder, llvm::Value *Array, llvm::Value *Value, unsigned FirstIndex, unsigned LastIndex) argument
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1164 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {}
1166 : SExpr(E), Array(A), Index(N) {}
1168 SExpr *array() { return Array.get(); }
1169 const SExpr *array() const { return Array.get(); }
1176 auto Na = Vs.traverse(Array, Vs.subExprCtx(Ctx));
1189 SExprRef Array; member in class:clang::threadSafety::ArrayIndex
1201 ArrayAdd(SExpr *A, SExpr *N) : SExpr(COP_ArrayAdd), Array(A), Index(N) {}
1203 : SExpr(E), Array(A), Index(N) {}
1205 SExpr *array() { return Array.get(); }
1206 const SExpr *array() const { return Array
1226 SExprRef Array; member in class:clang::threadSafety::ArrayAdd
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp1458 case APValue::Array:
2057 static void expandArray(APValue &Array, unsigned Index) { argument
2058 unsigned Size = Array.getArraySize();
2062 unsigned OldElts = Array.getArrayInitializedElts();
2069 NewValue.getArrayInitializedElt(I).swap(Array.getArrayInitializedElt(I));
2071 NewValue.getArrayInitializedElt(I) = Array.getArrayFiller();
2073 NewValue.getArrayFiller() = Array.getArrayFiller();
2074 Array.swap(NewValue);
2163 // An array object is represented as either an Array APValue or as an
5175 LValue Array;
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp370 /// type. 'Array' represents the lvalue of the array being decayed
375 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
1238 /// type. 'Array' represents the lvalue of the array being decayed
1243 SVal RegionStoreManager::ArrayToPointer(Loc Array, QualType T) { argument
1244 if (!Array.getAs<loc::MemRegionVal>())
1247 const MemRegion* R = Array.castAs<loc::MemRegionVal>().getRegion();
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml34 | Array Constructor in type:TypeKind/t
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js199 if (a instanceof Array) {
209 if ("[object Array]" == c || "number" == typeof a.length && "undefined" != typeof a.splice && "undefined" != typeof a.propertyIsEnumerable && !a.propertyIsEnumerable("splice")) {
296 var d = Array.prototype.slice.call(arguments, 2);
298 var c = Array.prototype.slice.call(arguments); class
299 Array.prototype.unshift.apply(c, d);
312 var c = Array.prototype.slice.call(arguments, 1);
392 var g = Array.prototype.slice.call(arguments, 2);
402 return d.superClass_.constructor.apply(a, Array.prototype.slice.call(arguments, 1));
404 for (var e = Array.prototype.slice.call(arguments, 2), f = !1, g = a.constructor;g;g = g.superClass_ && g.superClass_.constructor) {
1485 Array
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc5561 ASSERT_EQ(size1, size2) << " Array sizes different.";
7445 typedef int Array[2]; typedef
7446 Array* a = new Array[1];
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1061 D.getTypeObject(0).Kind == DeclaratorChunk::Array) {
1080 if (D.getTypeObject(I).Kind != DeclaratorChunk::Array)
1083 DeclaratorChunk::ArrayTypeInfo &Array = D.getTypeObject(I).Arr; local
1084 if (Expr *NumElts = (Expr *)Array.NumElts) {
1093 Array.NumElts
1098 Array.NumElts
1103 if (!Array.NumElts)
1225 if (const ConstantArrayType *Array
1227 ArraySize = IntegerLiteral::Create(Context, Array->getSize(),
1230 AllocType = Array
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc5452 ASSERT_EQ(size1, size2) << " Array sizes different.";
7336 typedef int Array[2]; typedef
7337 Array* a = new Array[1];

Completed in 1094 milliseconds

1234567