Searched defs:Array (Results 176 - 184 of 184) sorted by relevance

12345678

/external/clang/include/clang/Sema/
H A DDeclSpec.h1032 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren enumerator in enum:clang::DeclaratorChunk::__anon15915
1340 case DeclaratorChunk::Array: return Arr.destroy();
1389 I.Kind = Array;
1893 return (chunk && chunk->Kind == DeclaratorChunk::Array &&
1911 case DeclaratorChunk::Array:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4859 EVT *Array = Allocator.Allocate<EVT>(2);
4860 Array[0] = VT1;
4861 Array[1] = VT2;
4862 SDVTList Result = makeVTList(Array, 2);
4874 EVT *Array = Allocator.Allocate<EVT>(3);
4875 Array[0] = VT1;
4876 Array[1] = VT2;
4877 Array[2] = VT3;
4878 SDVTList Result = makeVTList(Array, 3);
4890 EVT *Array
4919 EVT *Array = Allocator.Allocate<EVT>(NumVTs); local
[all...]
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js9 goog.typeOf=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
13 goog.bindJs_=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goog.bind=goog.bindNative_:goog.bind=goog.bindJs_;return goog.bind.apply(null,arguments)}; class
14 goog.partial=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}};goog.mixin=function(a,b){for(var c in b)a[c]=b[c]};goog.now=goog.TRUSTED_SITE&&Date.now||function(){return+new Date};
18 goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(a,c,f){var g=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,g)}};
19 goog.base=function(a,b,c){var d=arguments.callee.caller;if(goog.DEBUG&&!d)throw Error("arguments.caller not defined. goog.base() expects not to be running in strict mode. See http://www.ecma-international.org/ecma-262/5.1/#sec-C");if(d.superClass_)return d.superClass_.constructor.apply(a,Array.prototype.slice.call(arguments,1));for(var e=Array.prototype.slice.call(arguments,2),f=!1,g=a.constructor;g;g=g.superClass_&&g.superClass_.constructor)if(g.prototype[b]===d)f=!0;else if(f)return g.prototype[b].apply(a,
21 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array
[all...]
H A DchromeVoxChromeOptionsScript.js9 goog.typeOf=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
13 goog.bindJs_=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goog.bind=goog.bindNative_:goog.bind=goog.bindJs_;return goog.bind.apply(null,arguments)}; class
14 goog.partial=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}};goog.mixin=function(a,b){for(var c in b)a[c]=b[c]};goog.now=goog.TRUSTED_SITE&&Date.now||function(){return+new Date};
18 goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(a,c,f){var g=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,g)}};
19 goog.base=function(a,b,c){var d=arguments.callee.caller;if(goog.DEBUG&&!d)throw Error("arguments.caller not defined. goog.base() expects not to be running in strict mode. See http://www.ecma-international.org/ecma-262/5.1/#sec-C");if(d.superClass_)return d.superClass_.constructor.apply(a,Array.prototype.slice.call(arguments,1));for(var e=Array.prototype.slice.call(arguments,2),f=!1,g=a.constructor;g;g=g.superClass_&&g.superClass_.constructor)if(g.prototype[b]===d)f=!0;else if(f)return g.prototype[b].apply(a,
21 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array
[all...]
/external/chromium_org/v8/src/
H A Dobjects.cc1434 accumulator->Add("<JS Array[%u]>", static_cast<uint32_t>(length));
3129 Handle<typename T::Array> array,
3163 typedef DescriptorArray Array; typedef in struct:v8::internal::DescriptorArrayAppender
3181 typedef FixedArray Array; typedef in struct:v8::internal::FixedArrayAppender
9816 // If the function is used as the global Array function, cache the
12165 // Array optimizations rely on the prototype lookups of Array objects always
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h932 struct gl_light Light[MAX_LIGHTS]; /**< Array of light sources */
1630 /** Array objects (GL_ARB/APPLE_vertex_array_object) */
2262 /** Array of supplemental information about UBO ir_variables. */
2334 GLchar **VaryingNames; /**< Array [NumVarying] of char * */
2707 /** Array of all renderbuffer attachments, indexed by BUFFER_* tokens. */
3151 #define _NEW_ARRAY (1 << 20) /**< gl_context::Array */
3480 struct gl_array_attrib Array; /**< Vertex arrays */ member in struct:gl_context
3517 * Array of uniform buffers for GL_ARB_uniform_buffer_object and GL 3.1.
/external/mesa3d/src/mesa/main/
H A Dmtypes.h932 struct gl_light Light[MAX_LIGHTS]; /**< Array of light sources */
1630 /** Array objects (GL_ARB/APPLE_vertex_array_object) */
2262 /** Array of supplemental information about UBO ir_variables. */
2334 GLchar **VaryingNames; /**< Array [NumVarying] of char * */
2707 /** Array of all renderbuffer attachments, indexed by BUFFER_* tokens. */
3151 #define _NEW_ARRAY (1 << 20) /**< gl_context::Array */
3480 struct gl_array_attrib Array; /**< Vertex arrays */ member in struct:gl_context
3517 * Array of uniform buffers for GL_ARB_uniform_buffer_object and GL 3.1.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 678 milliseconds

12345678