/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
tgsi_build.c | 112 declaration.Array = 0; 129 unsigned array, 147 declaration.Array = array; 388 full_declaration.Array = tgsi_default_declaration_array(); 417 full_decl->Declaration.Array, 518 if (full_decl->Declaration.Array) { 527 full_decl->Array.ArrayID, [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...] |
/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-7.0/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 797 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 805 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 812 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 820 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/ |
sancov.cpp | 328 class Array { 330 Array(raw_ostream &OS) : OS(OS) { OS << "["; } 331 Array(const Array &) = delete; 332 ~Array() { OS << "]"; } 344 std::unique_ptr<Array> array() { return make_unique<Array>(OS); } function in class:__anon43191::JSONWriter 430 auto PointsArray(W.array()); 483 failIf(!Points, "expected array: " + InputFile) [all...] |
/external/v8/src/ |
objects.h | 295 // map, or in all descriptors in the descriptor array. 630 // Boundaries for testing for a fixed typed array. 648 // an empty fixed array as elements backing store. This is true for string [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...] |
/art/runtime/entrypoints/ |
entrypoint_utils-inl.h | 36 #include "mirror/array-alloc-inl.h" 273 // Given the context of a calling Method, use its DexCache to resolve a type to an array Class. If 274 // it cannot be resolved, throw an error. If it can, use it to create an array. 279 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, 293 return mirror::Array::Alloc</*kInstrumented=*/true>(self, 299 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count, 305 inline ObjPtr<mirror::Array> AllocArrayFromCodeResolved(ObjPtr<mirror::Class> klass, 316 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
SanitizerCoverage.cpp | 549 auto Array = new GlobalVariable( 553 Array->setComdat(Comdat); 554 Array->setSection(getSectionName(Section)); 555 Array->setAlignment(Ty->isPointerTy() ? DL->getPointerSize() 557 return Array; 623 // - global cache array that contains CacheSize pointers (zero-initialized). [all...] |
/external/boringssl/src/ssl/ |
t1_lib.cc | 172 Array<uint16_t> extension_types; 341 bool tls1_set_curves(Array<uint16_t> *out_group_ids, Span<const int> curves) { 342 Array<uint16_t> group_ids; 357 bool tls1_set_curves_list(Array<uint16_t> *out_group_ids, const char *curves) { 369 Array<uint16_t> group_ids; [all...] |
handoff.cc | 140 Array<uint16_t> supported_curves; 154 Array<uint16_t> new_configured_curves; 449 Array<uint8_t> key_block;
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 37 using Array = System.Array; [all...] |
/external/antlr/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/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | 38 using Array = System.Array; [all...] |
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 39 using Array = System.Array; 689 Array.Copy(X, 0, trimmed, 0, n);
|
RemoteDebugEventSocketListener.cs | 37 using Array = System.Array; 711 Array.Copy(tokens, elements, Math.Min(tokens.Length, MAX_EVENT_ELEMENTS));
|
/external/autotest/client/common_lib/cros/ |
arc.py | 784 def _count_nested_array_level(self, array): 785 """Count the level of a nested array.""" 786 if isinstance(array, list): 787 return 1 + self._count_nested_array_level(array[0]) 790 def _fix_nested_array_level(self, var_name, expected_level, array): 791 """Enclose array one level deeper if needed.""" 792 level = self._count_nested_array_level(array) 794 return array 796 return [array] 812 @param dep_packages: Array of package names of autotest_deps AP [all...] |
/external/autotest/client/cros/ |
cros_disks.py | 260 dbus.Array(options, signature='s')) 344 dbus.Array(options, signature='s')) 358 return self.interface.Unmount(path, dbus.Array(options, signature='s'))
|
/external/autotest/client/cros/networking/ |
shill_proxy.py | 169 SERVICE_PROPERTY_EAP_CA_CERT_PEM: dbus.Array, 176 SERVICE_PROPERTY_OPENVPN_CA_CERT_PEM: dbus.Array, 190 SERVICE_PROPERTY_L2TP_CA_CERT_PEM: dbus.Array,
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTIL.h | 1092 /// If p is a reference to an array, then p[i] is a reference to the i'th 1093 /// element of the array. 1098 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {} 1100 : SExpr(E), Array(A), Index(N) {} 1102 SExpr *array() { return Array; } function in class:clang::threadSafety::ArrayIndex 1103 const SExpr *array() const { return Array; } function in class:clang::threadSafety::ArrayIndex 1110 auto Na = Vs.traverse(Array, Vs.subExprCtx(Ctx)); 1117 typename C::CType Ct = Cmp.compare(array(), E->array()) 1140 SExpr *array() { return Array; } function in class:clang::threadSafety::ArrayAdd 1141 const SExpr *array() const { return Array; } function in class:clang::threadSafety::ArrayAdd [all...] |