| /external/llvm/lib/CodeGen/SelectionDAG/ |
| FastISel.cpp | 42 #include "llvm/Function.h" 156 /// materializeRegForValue - Helper for getRegForValue. This function is 515 const Function *F = Call->getCalledFunction(); 518 // Handle selected intrinsic function calls. 651 // make an unrelated function call and use the value, because [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineCasts.cpp | 227 /// This function is a wrapper around CastInst::isEliminableCastPair. It 228 /// simply extracts arguments and returns what that function returns. 326 /// This function works on both vectors and scalars. 633 /// If this function returns true, it can also return a non-zero number of bits 647 /// This function works on both vectors and scalars. [all...] |
| InstCombineAndOrXor.cpp | [all...] |
| /external/mesa3d/src/mesa/main/ |
| mtypes.h | 712 GLenum AlphaFunc; /**< Alpha test function */ 780 GLenum Func; /**< Function for depth buffer compare */ 1095 GLenum Function[3]; /**< Stencil function */ 1096 GLenum FailFunc[3]; /**< Fail function */ 1097 GLenum ZPassFunc[3]; /**< Depth buffer pass function */ 1098 GLenum ZFailFunc[3]; /**< Depth buffer fail function */ 2086 void (*function)(); \/**< the active function *\/ member in struct:gl_shader [all...] |
| /external/v8/src/arm/ |
| lithium-arm.h | 474 LApplyArguments(LOperand* function, 478 inputs_[0] = function; 486 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LApplyArguments 879 Handle<JSFunction> function() const { return hydrogen()->function(); } function in class:v8::internal::LInstanceOfKnownGlobal 1190 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LLoadFunctionPrototype 1410 Handle<JSFunction> function() { return hydrogen()->function(); } function in class:v8::internal::LCallConstantFunction 1496 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::LCallRuntime [all...] |
| macro-assembler-arm.cc | 762 // preparing for calling the runtime function. 859 // r1: function (passed through to callee) 969 // Contract with called JS functions requires that function is passed in r1. 989 void MacroAssembler::InvokeFunction(JSFunction* function, 992 ASSERT(function->is_compiled()); 994 // Get the function and setup the context. 995 mov(r1, Operand(Handle<JSFunction>(function))); 999 Handle<Code> code(function->code()); 1000 ParameterCount expected(function->shared()->formal_parameter_count()); 1003 // code field in the function to allow recompilation to take effec [all...] |
| /external/v8/src/ |
| debug-debugger.js | 73 function ScriptTypeFlag(type) { 85 getValue: function() { return this.value; }, 86 setValue: function(value) { 92 getValue: function() { return Debug.isBreakOnException(); }, 93 setValue: function(value) { 102 getValue: function() { return Debug.isBreakOnUncaughtException(); }, 103 setValue: function(value) { 116 function MakeBreakPoint(source_position, opt_script_break_point) { 124 // NOTE: This object does not have a reference to the function having break 125 // point as this would cause function not to be garbage collected when it i [all...] |
| date.js | 43 // Helper function to throw error. 44 function ThrowDateTypeError() { 49 function Modulo(value, remainder) { 57 function TimeWithinDay(time) { 63 function DaysInYear(year) { 70 function DayFromYear(year) { 78 function TimeFromYear(year) { 83 function InLeapYear(time) { 89 function EquivalentYear(year) { 102 function EquivalentTime(t) [all...] |
| /external/v8/src/ia32/ |
| lithium-ia32.h | 481 LApplyArguments(LOperand* function, 486 inputs_[0] = function; 495 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LApplyArguments 902 Handle<JSFunction> function() const { return hydrogen()->function(); } function in class:v8::internal::LInstanceOfKnownGlobal 1221 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LLoadFunctionPrototype 1448 Handle<JSFunction> function() { return hydrogen()->function(); } function in class:v8::internal::LCallConstantFunction 1555 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::LCallRuntime [all...] |
| /external/v8/src/x64/ |
| lithium-x64.h | 475 LApplyArguments(LOperand* function, 479 inputs_[0] = function; 487 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LApplyArguments 864 Handle<JSFunction> function() const { return hydrogen()->function(); } function in class:v8::internal::LInstanceOfKnownGlobal 1176 LOperand* function() { return inputs_[0]; } function in class:v8::internal::LLoadFunctionPrototype 1391 Handle<JSFunction> function() { return hydrogen()->function(); } function in class:v8::internal::LCallConstantFunction 1480 const Runtime::Function* function() const { return hydrogen()->function(); } function in class:v8::internal::LCallRuntime [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
| process.js | 14 variable/function names in the AST. Returns an AST. Pass true 70 function ast_walker(ast) { 71 function _vardefs(defs) { 72 return [ this[0], MAP(defs, function(def){ 80 "string": function(str) { 83 "num": function(num) { 86 "name": function(name) { 89 "toplevel": function(statements) { 92 "block": function(statements) { 100 "try": function(t, c, f) [all...] |
| /external/clang/lib/CodeGen/ |
| CGExpr.cpp | [all...] |
| /external/clang/lib/Sema/ |
| SemaLookup.cpp | 409 // an object, function, or enumerator declared in the same 410 // scope. If a class or enumeration name and an object, function, 413 // wherever the object, function, or enumerator name is visible. 475 /// \brief Lookup a builtin function, when name lookup would otherwise 504 // If we're redeclaring this function anyway, forget that 517 /// \brief Determine whether we can declare a special member function within 569 /// special member function. 668 // A specialization of a conversion function template is not found by 669 // name lookup. Instead, any conversion function templates visible in the 683 // add the conversion function template. When we deduce templat [all...] |
| /external/v8/src/mips/ |
| macro-assembler-mips.cc | [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
| string-unpack-code.js | 16 var decompressedMochiKit = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p (…) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
| string-unpack-code.js | 16 var decompressedMochiKit = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p (…) [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
| jquery-1.4.2.min.js | 16 (function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i? 17 e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r= 18 j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
| jquery-1.4.1.min.js | 16 (function(z,v){function la(){if(!c.isReady){try{r.documentElement.doScroll("left")}catch(a){setTimeout(la,1);return}c.ready()}}function Ma(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,i){var j=a.length;if(typeof b==="object"){for(var n in b)X(a,n,b[n],f,e,d);return a}if(d!==v){f=!i&&f&&c.isFunction(d);for(n=0;n<j;n++)e(a[n],b,f?d.call(a[n],n,e(a[n],b)):d,i);return a}return j? 17 e(a[0],b):null}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function ma(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function na(a){var b,d=[],f=[],e=arguments,i,j,n,o,m,s,x=c.extend({},c.data(this,"events").live);if(!(a.button&&a.type==="click")){for(o in x){j=x[o];if(j.live===a.type||j.altLive&&c.inArray(a.type,j.altLive)>-1){i=j.data;i.beforeFilter&&i.beforeFilter[a.type]&&!i.beforeFilter[a.type](a)||f.push(j.selector)}else delete x[o]}i=c(a.target).closest(f, 18 a.currentTarget);m=0;for(s=i.length;m<s;m++)for(o in x){j=x[o];n=i[m].elem;f=null;if(i[m].selector===j.selector){if(j.live==="mouseenter"||j.live==="mouseleave")f=c(a.relatedTarget).closest(j.selector)[0];if(!f||f!==n)d.push({elem:n,fn:j})}}m=0;for(s=d.length;m<s;m++){i=d[m];a.currentTarget=i.elem;a.data=i.fn.data;if(i.fn.apply(i.elem,e)===false){b=false;break}}return b}}function oa(a,b){return"live."+(a?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function pa(a){return!a| (…) [all...] |
| /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
| markdown.php | 48 ### Standard Function Interface ### 52 function Markdown($text) { 105 function mdwp_MarkdownPost($text) { 142 function mdwp_add_p($text) { 150 function mdwp_strip_p($t) { return preg_replace('{</?p>}i', '', $t); } 152 function mdwp_hide_tags($text) { 156 function mdwp_show_tags($text) { 165 function identify_modifier_markdown() { 181 function smarty_modifier_markdown($text) { 195 function TextileThis($text, $lite='', $encode='') [all...] |
| /external/llvm/lib/Target/ARM/ |
| ARMFastISel.cpp | 239 // If we're a thumb2 or not NEON function we were handled via isPredicable. [all...] |
| ARMLoadStoreOptimizer.cpp | 22 #include "llvm/Function.h" [all...] |
| /external/llvm/lib/Target/X86/ |
| X86ISelDAGToDAG.cpp | 537 /// the main function. 551 if (const Function *Fn = MF->getFunction()) [all...] |
| /external/llvm/lib/Target/XCore/ |
| XCoreISelLowering.cpp | 23 #include "llvm/Function.h" 229 if (isa<Function>(GV)) { 803 SDValue FPtr = Op.getOperand(2); // nested function [all...] |
| /external/webkit/Source/WebCore/bindings/scripts/ |
| CodeGeneratorJS.pm | 413 # If the item function returns a string then we let the ConvertNullStringTo handle the cases 754 # markChildren function 760 # Custom pushEventHandlerScope function 766 # Custom deleteProperty function 769 # Custom getPropertyNames function exists on DOMWindow 775 # Custom defineProperty function exists on DOMWindo [all...] |
| /dalvik/docs/ |
| prettify.js | 78 * @param {Function} opt_whenDone if specified, called when the last entry 84 function _pr_isIE6() { 87 _pr_isIE6 = function () { return isIE6; }; 92 (function () { 96 function wordSet(words) { 128 "debugger eval export function get null set undefined var with " + 141 "function in local set then until "; 179 function isWordChar(ch) { 192 function spliceArrayInto( 214 var REGEXP_PRECEDER_PATTERN = function () { [all...] |