HomeSort by relevance Sort by last modified time
    Searched refs:Function (Results 876 - 897 of 897) sorted by null

<<313233343536

  /external/chromium/chrome/browser/resources/
new_new_tab.js 36 function getAppPingUrl(prefix, data, bucket) {
42 function getSectionCloseButton(sectionId) {
46 function getSectionMenuButton(sectionId) {
50 function getSectionMenuButtonTextId(sectionId) {
54 function setSectionMenuMode(sectionId, section, menuModeEnabled, menuModeMask) {
73 function clearClosedMenu(menu) {
77 function addClosedMenuEntryWithLink(menu, a) {
84 function addClosedMenuEntry(menu, url, title, imageUrl, opt_pingUrl) {
94 function addClosedMenuFooter(menu, sectionId, mask, opt_section) {
109 function(e)
    [all...]
  /external/v8/src/
runtime.cc 306 // context in which the function was created and we use the object
307 // function from this context to create the object literal. We do
308 // not use the object function from the current global context
309 // because this might be the object function from another context
314 // In case we have function literals, we want the object to be in
392 // containing function literals we defer this operation until after all
394 // constant function properties.
477 // Additionally takes the literals array of the surrounding function
478 // which contains the context from which to get the Array function
1147 Handle<JSFunction> function = local
    [all...]
objects.h 265 // 'object', whereas JS_FUNCTION_TYPE has typeof 'function'.
577 // function objects are not counted as objects, even though they are
581 // RegExp objects have [[Class]] "function" because they are callable.
582 // All types from this type and above are objects with [[Class]] "function".
    [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.
501 // function. Includes regexp literals, and boilerplate for object
721 // Parse the function literal.
927 // function contains only assignments of this type.
938 // Bail out if function already has property assignment that are
954 // constant or a function argument was encountered.
1006 // name of one of the arguments to the function.
3730 const Runtime::Function* function = Runtime::FunctionForSymbol(name); local
    [all...]
hydrogen.cc 594 if (FLAG_trace_bailout) PrintF("Function is too big\n");
3861 HValue* function = Pop(); local
4085 FunctionLiteral* function = target_info.function(); local
4495 HValue* function = Pop(); local
4588 const Runtime::Function* function = expr->function(); local
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 777 // the session service. This function gets called during initial window
    [all...]
  /external/clang/include/clang/AST/
Expr.h 155 /// Given the following function template:
261 CL_MemberFunction, // An expression referring to a member function
272 CM_Function, // Not modifiable because it's a function; C++ only
316 /// old lvalue vs rvalue. This function determines the type of expression this
321 /// function returning an rvalue reference.
332 /// This function extends classify in that it also tests whether the
467 /// we want to. If this function returns true, it returns the folded constant
487 /// or evaluated at compile time. Example is a function call, volatile
544 /// \brief Returns true if this expression is a bound member function.
609 /// \brief Determine whether this expression is a default function argument
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 115 /// getFunctionName - Get function name for the given FunctionDecl. If the
668 /// CollectRecordFields - A helper function to collect debug info for
717 /// function type is not updated to include implicit "this" pointer. Use this
756 /// inside a function.
766 /// CreateCXXMemberFunction - A helper function to create a DISubprogram for
767 /// a single member function GlobalDecl.
838 /// CollectCXXMemberFunctions - A helper function to collect debug info for
856 /// CollectCXXFriends - A helper function to collect debug info for
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 22 #include "llvm/Function.h"
280 // If there exist users other than ADDENode or ADDCNode, this function returns
354 // If there exist users other than SUBENode or SUBCNode, this function returns
688 // AddLiveIn - This helper function adds the specified physical register to the
853 // This function also handles Mips::ATOMIC_SWAP_I32 (when BinOpcode == 0), and
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 24 #include "llvm/Function.h"
73 /// This function determines which opcode to use to fold two constant cast
75 /// the opcode. Consequently its just a wrapper around that function.
190 /// This function analyzes the specified constant to see if the specified byte
    [all...]
  /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/v8/src/arm/
lithium-codegen-arm.cc 138 info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
143 // r1: Callee's JS function.
171 // Argument to NewContext is the function, which is in r1.
380 // Local or spill slot. Skip the frame pointer, function, and
394 // Local or spill slot. Skip the frame pointer, function, context,
510 void LCodeGen::CallRuntime(const Runtime::Function* function,
518 __ CallRuntime(function, num_arguments);
2369 Register function = ToRegister(instr->function()); local
2577 Register function = ToRegister(instr->function()); local
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 124 info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
132 __ push(edi); // Callee's JS function.
164 // Argument to NewContext is the function, which is still in edi.
314 // Local or spill slot. Skip the frame pointer, function, and
444 void LCodeGen::CallRuntime(const Runtime::Function* fun,
2227 Register function = ToRegister(instr->function()); local
2438 Register function = ToRegister(instr->function()); local
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 138 info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
146 __ push(rdi); // Callee's JS function.
179 // Argument to NewContext is the function, which is still in rdi.
285 // The calls are used when lazy deoptimizing a function and calls to a
286 // deoptimization function.
354 // Local or spill slot. Skip the frame pointer, function, and
470 void LCodeGen::CallRuntime(const Runtime::Function* function,
478 __ CallRuntime(function, num_arguments);
2237 Register function = ToRegister(instr->function()); local
2451 Register function = ToRegister(instr->function()); 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/grub/docs/
texinfo.tex 154 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 29 #include "llvm/Function.h"
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 80 // Default arguments are evaluated each time the function is
81 // called. The order of evaluation of function arguments is
82 // unspecified. Consequently, parameters of a function shall not
84 // evaluated. Parameters of a function declared before a default
107 // member function.
125 // If this function can throw any exceptions, make a note of that.
135 // If this function has a basic noexcept, it doesn't affect the outcome.
139 // If we have a throw-all spec at this point, ignore the function.
160 // noexcept(false) -> no spec on the new function
173 // Record the exceptions in this function's exception specification
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 156 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi
    [all...]

Completed in 1229 milliseconds

<<313233343536