Home
last modified time | relevance | path

Searched refs:inArray (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AMDGPU/
Dunroll-in-loop-vectorizer.ll10 define amdgpu_kernel void @small_loop(i32* nocapture %inArray, i32 %size) nounwind {
17 %1 = getelementptr inbounds i32, i32* %inArray, i32 %iv
/external/mdnsresponder/mDNSWindows/DLLX/
DStringServices.cpp238 const void * inArray, in ByteArrayToVariant() argument
268 memcpy( buf, inArray, inArrayLen ); in ByteArrayToVariant()
DStringServices.h74 const void * inArray,
/external/deqp-deps/glslang/Test/
D310AofA.vert110 in float inArray[2][3]; // ERROR
/external/python/httplib2/doc/html/_static/
Djquery.js162 return jQuery.inArray(
388 return isArrayLike ? jQuery.inArray( this, selector ) < 0 : this != selector;
464 this.checked = (jQuery.inArray(this.value, value) >= 0 ||
465 jQuery.inArray(this.name, value) >= 0);
471 this.selected = (jQuery.inArray( this.value, values ) >= 0 ||
472 jQuery.inArray( this.text, values ) >= 0);
730 … return elem && jQuery.inArray( className, (elem.className || elem).toString().split(/\s+/) ) > -1;
1086 inArray: function( elem, array ) { method
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3242 jint outOffset, jbyteArray inArray, jint inOffset, in NativeCrypto_EVP_CipherUpdate() argument
3246 JNI_TRACE("EVP_CipherUpdate(%p, %p, %d, %p, %d)", ctx, outArray, outOffset, inArray, inOffset); in NativeCrypto_EVP_CipherUpdate()
3253 ScopedByteArrayRO inBytes(env, inArray); in NativeCrypto_EVP_CipherUpdate()
3289 JNI_TRACE("EVP_CipherUpdate(%p, %p, %d, %p, %d) => %d", ctx, outArray, outOffset, inArray, in NativeCrypto_EVP_CipherUpdate()
3498 jbyteArray inArray, jint inOffset, jint inLength, jbyteArray aadArray, in evp_aead_ctx_op() argument
3502 outArray, outOffset, nonceArray, inArray, inOffset, inLength, aadArray); in evp_aead_ctx_op()
3516 evpAead, keyArray, tagLen, outArray, outOffset, nonceArray, inArray, inOffset, in evp_aead_ctx_op()
3523 ScopedByteArrayRO inBytes(env, inArray); in evp_aead_ctx_op()
3532 evpAead, keyArray, tagLen, outArray, outOffset, nonceArray, inArray, inOffset, in evp_aead_ctx_op()
3563 evpAead, keyArray, tagLen, outArray, outOffset, nonceArray, inArray, inOffset, in evp_aead_ctx_op()
[all …]
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js12inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){r…
29 …length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widge…
/external/deqp-deps/glslang/Test/baseResults/
D310AofA.vert.out348 0:? 'inArray' ( in 2-element array of 3-element array of highp float)
389 0:? 'inArray' ( in 2-element array of 3-element array of highp float)
/external/autotest/client/site_tests/video_GlitchDetection/
Djquery-2.1.3.min.js2inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d…
3 …(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.conta…
4inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],f…
/external/autotest/client/site_tests/video_VimeoVideo/
Djquery-2.1.3.min.js2inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d…
3 …(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.conta…
4inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],f…
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js702 inArray: function( elem, array, i ) {
2429 this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0;
2798 return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );
5447 return jQuery.inArray( this[0], jQuery( elem ) );
5451 return jQuery.inArray(
5621 return ( jQuery.inArray( elem, qualifier ) >= 0 ) === keep;
9042 …calculatePosition = ( position === "absolute" || position === "fixed" ) && jQuery.inArray("auto", …
/external/libjpeg-turbo/doc/html/
Djquery.js2inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K…
3inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,htm…
8 …(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,…
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js2inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K…
/external/testng/src/main/resources/
Djquery-1.7.1.min.js2inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K…
/external/tinyxml2/docs/
Djquery.js16inArray:function(b2,b3,b1){var b0;if(b3){if(bv){return bv.call(b3,b2,b1)}b0=b3.length;b1=b1?b1<0?M…
61 …llable=function(){return this.map(function(){var e=this,d=!e.nodeName||c.inArray(e.nodeName.toLowe…
87inArray(this,b),1)}},disable:function(l){if(!this.disabled){this.menuHideAll();if(!l&&!this.opts.i…
/external/epid-sdk/doc/html/
Djquery.js44inArray:function(b2,b3,b1){var b0;if(b3){if(bv){return bv.call(b3,b2,b1)}b0=b3.length;b1=b1?b1<0?M…
89 …llable=function(){return this.map(function(){var e=this,d=!e.nodeName||c.inArray(e.nodeName.toLowe…
115inArray(this,b),1)}},disable:function(l){if(!this.disabled){this.menuHideAll();if(!l&&!this.opts.i…
/external/okhttp/website/static/
Dbootstrap.min.js6 …}e.stopPropagation()},keydown:function(t){this.suppressKeyPressRepeat=~e.inArray(t.keyCode,[40,38,…
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2694 …rame&&c.bgiframe(),this.instances.push(c),c},destroy:function(b){var c=a.inArray(b,this.instances)…
2702inArray(e.selected,e.disabled)!=-1&&e.disabled.splice(a.inArray(e.selected,e.disabled),1),this.pan…
Ddocs.js5841 var found = $.inArray(selectedLink[0], links);