HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 1051 - 1075 of 1083) sorted by null

<<41424344

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /external/dropbear/libtommath/
bn.tex 161 access to every function LibTomMath offers.
172 function in the respective file will be compiled and linked into the library. Accordingly when the define
188 & functional mp\_div() function \\
195 A trim is a manner of removing functionality from a function that is not required. For instance, to perform
252 function per source file and often I use a ``middle-road'' approach where I don't cut corners for an extra 2\% speed
267 \hline Commented function prototypes & X && GnuPG function names are cryptic. \\
270 \hline Large function base & X & & GnuPG is barebones. \\
300 There are three possible return codes a function may return.
308 \hline MP\_OKAY & The function succeeded. \
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
zblat2.f     [all...]
cblat3.f     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 30 #include "llvm/IR/Function.h"
519 /// function arguments in the caller parameter area.
668 /// isVMerge - Common function, used to match vmrg* shuffles.
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js 16 (function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0 (…)
    [all...]
  /external/v8/src/
objects.h 237 // 'object', whereas JS_FUNCTION_TYPE has typeof 'function'.
619 // the two forms of function. This organization enables using the same
    [all...]
parser.cc 342 // Check that the space allocated for function entries is sane.
351 // Check that the total size has room for header and function entries.
465 // pop. They are also used to hold the parser's per-function and per-block
706 // Parse the function literal.
942 // function contains only assignments of this type.
954 // Bail out if function already has property assignment that are
970 // constant or a function argument was encountered.
4690 const Runtime::Function* function = Runtime::FunctionForSymbol(name); local
    [all...]
runtime.cc 343 // context in which the function was created and we use the object
344 // function from this context to create the object literal. We do
345 // not use the object function from the current global context
346 // because this might be the object function from another context
351 // In case we have function literals, we want the object to be in
426 // containing function literals we defer this operation until after all
428 // constant function properties.
1317 Handle<JSFunction> function = local
1912 JSFunction* function = JSFunction::cast(callable); local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 35 emptyFunction: function() { },
36 K: function(x) { return x }
45 create: function() {
50 function klass() {
59 var subclass = function() { };
78 addMethods: function(source) {
90 value = (function(m) {
91 return function() { return ancestor[m].apply(this, arguments) };
106 Object.extend = function(destination, source) {
113 inspect: function(object)
    [all...]
concat-jquery-mootools-prototype.js 12 (function(){
24 jQuery = window.jQuery = window.$ = function( selector, context ) {
36 init: function( selector, context ) {
80 // HANDLE: $(function)
103 size: function() {
109 get: function( num ) {
121 pushStack: function( elems, name, selector ) {
142 setArray: function( elems ) {
154 each: function( callback, args ) {
160 index: function( elem )
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 54 // See if this is a deleted function.
60 // See if this function is unavailable.
137 /// \brief Emit a note explaining that this function is deleted or unavailable.
146 // Try to diagnose why this special member function was implicitly
171 /// \brief Check whether we're in an extern inline function and referring to a
172 /// variable or function with internal linkage (C11 6.7.4p3).
188 // Check if this is an inlined function or method.
202 // (1) the supposedly external inline function is in the main file,
204 // (2) the thing we're referencing is a pure function.
205 // (3) the thing we're referencing is another inline function
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 422 /// to a function pointer type and upon success, returns true; false
497 // Helper function: create a CStyleCastExpr with trivial type source info.
785 // Generate the 'getter' function.
    [all...]
  /external/grub/docs/
texinfo.tex 154 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 132 info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
137 // r1: Callee's JS function.
145 // function calls.
179 // Argument to NewContext is the function, which is in r1.
264 // Check that the jump table is accessible from everywhere in the function
446 // Local or spill slot. Skip the frame pointer, function, and
460 // Local or spill slot. Skip the frame pointer, function, context,
588 void LCodeGen::CallRuntime(const Runtime::Function* function,
596 __ CallRuntime(function, num_arguments)
2521 Register function = ToRegister(instr->function()); local
2804 Register function = ToRegister(instr->function()); local
2851 Register function = ToRegister(instr->function()); local
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 136 info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
144 // function calls.
159 __ push(edi); // Callee's JS function.
191 // Argument to NewContext is the function, which is still in edi.
342 // Local or spill slot. Skip the frame pointer, function, and
477 void LCodeGen::CallRuntime(const Runtime::Function* fun,
2325 Register function = ToRegister(instr->function()); local
2592 Register function = ToRegister(instr->function()); local
2640 Register function = ToRegister(instr->function()); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 130 info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
135 // a1: Callee's JS function.
143 // function calls.
177 // Argument to NewContext is the function, which is in a1.
414 // Local or spill slot. Skip the frame pointer, function, and
428 // Local or spill slot. Skip the frame pointer, function, context,
549 void LCodeGen::CallRuntime(const Runtime::Function* function,
557 __ CallRuntime(function, num_arguments);
2397 Register function = ToRegister(instr->function()); local
2690 Register function = ToRegister(instr->function()); local
2736 Register function = ToRegister(instr->function()); local
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 133 info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
140 // object). rcx is zero for method calls and non-zero for function
156 __ push(rdi); // Callee's JS function.
189 // Argument to NewContext is the function, which is still in rdi.
350 // Local or spill slot. Skip the frame pointer, function, and
479 void LCodeGen::CallRuntime(const Runtime::Function* function,
487 __ CallRuntime(function, num_arguments);
2276 Register function = ToRegister(instr->function()); local
2548 Register function = ToRegister(instr->function()); local
2596 Register function = ToRegister(instr->function()); local
    [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js 2 (function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:+d+""===d?+d:H.test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a){if(b==="data"&&p.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function ba(){return!1}function bb(){return!0}function bh(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function bi(a,b){do a=a[b];while(a&&a.nodeType!==1);return a}function bj(a,b,c){b=b||0;if(p.isFunction(b))return p.grep(a,function(a,d){var e=!!b.call(a,d,a);return e== (…)
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 89 * @param {Function?} opt_whenDone if specified, called when the last entry
95 window['_pr_isIE6'] = function () {
99 window['_pr_isIE6'] = function () { return ieVersion; };
104 (function () {
131 "debugger eval export function get null set undefined var with " +
144 "function in local set then until ";
199 var REGEXP_PRECEDER_PATTERN = function () {
226 // object each time the function containing them is called.
234 function attribToHtml(str) {
242 function textToHtml(str)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 89 * @param {Function?} opt_whenDone if specified, called when the last entry
95 window['_pr_isIE6'] = function () {
99 window['_pr_isIE6'] = function () { return ieVersion; };
104 (function () {
131 "debugger eval export function get null set undefined var with " +
144 "function in local set then until ";
199 var REGEXP_PRECEDER_PATTERN = function () {
226 // object each time the function containing them is called.
234 function attribToHtml(str) {
242 function textToHtml(str)
    [all...]

Completed in 1956 milliseconds

<<41424344