HomeSort by relevance Sort by last modified time
    Searched defs:function (Results 426 - 450 of 734) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/common/linux/
ncp.h 36 __u8 function; member in struct:ncp_request_header
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 132 __u8 function; member in struct:pcmcia_device_id
ncp.h 30 __u8 function; member in struct:ncp_request_header
  /external/chromium_org/third_party/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...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.cpp 67 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8::String::NewSymbol(functionName))); local
69 return V8ScriptRunner::callInternalFunction(function, debuggerScript, argc, argv, m_isolate);
93 m_preprocessorFunction.set(isolate, v8::Handle<v8::Function>::Cast(preprocessorFunction));
126 ScopedPersistent<v8::Function> m_preprocessorFunction;
155 v8::Handle<v8::Function> setBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_isolate)->Get(v8::String::NewSymbol("setBreakpoint")));
173 v8::Handle<v8::Function> removeBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_isolate)->Get(v8::String::NewSymbol("removeBreakpoint")))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMBreakpointsSidebarPane.js 35 WebInspector.DOMBreakpointsSidebarPane = function()
61 _inspectedURLChanged: function(event)
69 populateNodeContextMenu: function(node, contextMenu)
78 function toggleBreakpoint(type)
95 createBreakpointHitStatusMessage: function(auxData, callback)
99 function didPushNodeToFrontend(targetNodeId)
110 _doCreateBreakpointHitStatusMessage: function (auxData, targetNodeId, callback)
136 s: function(substitution)
141 function append(a, b)
152 _nodeRemoved: function(event
    [all...]
StylesSidebarPane.js 34 * @param {function(DOMAgent.NodeId, string, boolean)} setPseudoClassCallback
36 WebInspector.StylesSidebarPane = function(computedStylePane, setPseudoClassCallback)
64 var muteEventListener = function(event) { event.consume(true); };
134 WebInspector.StylesSidebarPane.createExclamationMark = function(property)
145 WebInspector.StylesSidebarPane._colorFormat = function(color)
167 WebInspector.StylesSidebarPane._ignoreErrorsForProperty = function(property) {
168 function hasUnknownVendorPrefix(string)
204 _contextMenuEventFired: function(event)
218 _updateForcedPseudoStateInputs: function()
236 update: function(node, forceUpdate
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.h 179 TFunction* function; member in union:YYSTYPE::__anon12974::__anon12976
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 443 Transliterator::Factory function; member in struct:TransliteratorEntry::__anon13369::__anon13370
498 u.factory.function = factory;
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 541 virtual void Schedule(void (*function)(void*), void* arg);
543 virtual void StartThread(void (*function)(void* arg), void* arg);
609 struct BGItem { void* arg; void (*function)(void*); }; member in struct:leveldb::__anon13680::PosixEnv::BGItem
623 void PosixEnv::Schedule(void (*function)(void*), void* arg) {
642 queue_.back().function = function;
656 void (*function)(void*) = queue_.front().function;
661 (*function)(arg);
678 void PosixEnv::StartThread(void (*function)(void* arg), void* arg)
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 129 * A conversion function is associated to a type and used to cast
137 * Extra type: a name and a conversion function.
144 xmlXPathConvertFunc func; /* the conversion function */
161 * @nargs: the number of arguments passed to the function
163 * An XPath evaluation function, the parameters are on the XPath context stack.
170 * Extra function: a name and a evaluation function.
176 const xmlChar *name; /* the function name */
177 xmlXPathEvalFunc func; /* the evaluation function */
185 * An axis traversal function. To traverse an axis, the engine call
329 const xmlChar *function; member in struct:_xmlXPathContext
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 43 * muster the LLVM JIT execution engine to create a function that follows an
755 * Generate the runtime callable function for the whole fragment pipeline.
756 * Note that the function which we generate operates on a block of 16
795 LLVMValueRef function; local
848 * Generate the function prototype. Any change here must be reflected in
849 * lp_jit.h's lp_jit_frag_func function pointer type, and vice-versa.
874 function = LLVMAddFunction(gallivm->module, func_name, func_type);
875 LLVMSetFunctionCallConv(function, LLVMCCallConv);
877 variant->function[partial_mask] = function;
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 54 @param result The result ps function.
106 /* Generate Type 4 function code to map t=[0,1) to the passed gradient,
208 SkString function("{pop\n"); // Just ditch the y value.
209 tileModeCode(info.fTileMode, &function);
210 gradientFunctionCode(info, &function);
211 function.append("}");
212 return function;
216 SkString function("{");
218 function.append("dup " // x y y
226 tileModeCode(info.fTileMode, &function);
819 SkPDFStream* function = makePSFunction(functionCode, domain.get()); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 236 class Function(genpyx.Function, Node):
241 #return "function (%s), returning"%\
244 #return "function returning"
284 return Function(*self.arg_types()+[self[-1]]) # XX self[-1].ctype
302 if isinstance(node,Function):
522 if len(self)>1 and type(self[1])==Function: # isinstance ??
524 function = property(get_function) variable in class:Declarator
566 return self.pointer and self.deref().function
578 " i am a pointer to a function whose last arg is void*
    [all...]
  /external/chromium_org/v8/src/
compiler.h 77 FunctionLiteral* function() const { return function_; } function in class:v8::internal::CompilationInfo
190 ASSERT(current_code->kind() == Code::FUNCTION);
353 // Is this a function from our natives.
370 // If the function requires a frame (for unspecified reasons)
378 // The scope of the function literal as a convenience. Set to indicate
561 // General strategy: Source code is translated into an anonymous function w/o
566 // Please note this interface returns shared function infos. This means you
568 // real function with a context.
599 // Compile from function info (used for lazy compilation). Returns true on
603 static void RecompileParallel(Handle<JSFunction> function);
    [all...]
deoptimizer.h 112 // Function which is called before iteration of any optimized functions
116 virtual void VisitFunction(JSFunction* function) = 0;
118 // Function which is called after iteration of all optimized functions
128 virtual bool TakeFunction(JSFunction* function) = 0;
169 Handle<JSFunction> function() const { return Handle<JSFunction>(function_); } function in class:v8::internal::Deoptimizer
176 static Deoptimizer* New(JSFunction* function,
201 // Deoptimize the function now. Its current optimized code will never be run
204 static void DeoptimizeFunction(JSFunction* function);
208 static void ReplaceCodeForRelatedFunctions(JSFunction* function, Code* code);
369 JSFunction* function,
    [all...]
full-codegen.cc 263 // Function calls both through IC and call stub are breakable.
269 // Function calls through new are breakable.
333 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION);
336 !info->function()->flags()->Contains(kDontOptimize) &&
337 info->function()->scope()->AllowsLazyCompilation());
448 // We record the offset of the function return so we can rebuild the frame
449 // if the function was inlined, i.e., this is the return address in the
450 // inlined function's frame.
456 // In debug builds, mark the return so we can verify that this function
680 // PushModuleContext runtime function, as generated by AllocateModule
923 const Runtime::Function* function = expr->function(); local
    [all...]
full-codegen.h 96 ? info->function()->ast_node_count() : 0,
100 ? info->function()->ast_node_count() : 0,
145 ASSERT(unoptimized->kind() == Code::FUNCTION);
371 // Type of a member function that generates inline code for a native function.
384 // Helper function to convert a pure value into a test context. The value
393 // Helper function to split control flow and avoid a branch to the
504 // called function was inlined at the site.
582 // Expects the arguments and the function already pushed.
586 // the given function info
665 FunctionLiteral* function() { return info_->function(); } function in class:v8::internal::FullCodeGenerator
    [all...]
liveedit-debugger.js 38 // If the function may not be recompiled (e.g. it was completely erased in new
40 // create a new instance of this function goes away. An old version of script
41 // is created to back up this obsolete function.
44 // LiveEdit namespace is declared inside a single function constructor.
45 Debug.LiveEdit = new function() {
55 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only,
102 function HarvestTodo(old_node) {
103 function CollectDamaged(node) {
112 function CollectNew(node_list) {
168 // Check that function being patched is not currently on stack or drop them
    [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 108 "function %s() {\n"
116 *v8::Local<v8::Function>::Cast(
429 LocalContext& env, v8::Handle<v8::Function> function,
441 function->Call(env->Global(), argc, argv);
511 static const char* cpu_profiler_test_source = "function loop(timeout) {\n"
522 "function delay() { try { loop(10); } catch(e) { } }\n"
523 "function bar() { delay(); }\n"
524 "function baz() { delay(); }\n"
525 "function foo() {\n
565 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
626 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
742 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
782 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
837 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
874 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
920 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
976 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
1051 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
1119 v8::Handle<v8::Function> function = info[0].As<v8::Function>(); local
1143 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
1215 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
1295 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast( local
    [all...]
test-parsing.cc 188 "function foo(a) { return function nolazy(b) { return a + b; } }"
189 "function bar(a) { if (a) return function lazy(b) { return b; } }"
250 "function foo(x, y) { return x + y; }",
252 "var x = new new Function('this.x = 42');",
322 "escape: function() {}";
323 // Fails parsing expecting an identifier after "function".
343 // as with-content, which made it assume that a function inside
351 "try { } catch (e) { var foo = function () { /* first */ } }
1029 i::FunctionLiteral* function = parser.ParseProgram(); local
1132 i::FunctionLiteral* function; local
    [all...]
  /external/chromium_org/v8/tools/
profile.js 31 * and calculating function execution times.
35 function Profile() {
43 * Returns whether a function with the specified name must be skipped.
46 * @param {string} name Function name.
48 Profile.prototype.skipThisFunction = function(name) {
79 * Called whenever the specified operation has failed finding a function
90 Profile.prototype.handleUnknownCode = function(
102 Profile.prototype.addLibrary = function(
118 Profile.prototype.addStaticCode = function(
135 Profile.prototype.addCode = function(
    [all...]
  /external/icu4c/i18n/
transreg.cpp 445 Transliterator::Factory function; member in struct:TransliteratorEntry::__anon20685::__anon20686
500 u.factory.function = factory;
    [all...]
  /external/kernel-headers/original/linux/
mod_devicetable.h 90 * See the usb_match_id() function for information about how matches are
209 /* for real multi-function devices */
210 __u8 function; member in struct:pcmcia_device_id
212 /* for pseudo multi-function devices */
ncp.h 28 __u8 function; member in struct:ncp_request_header

Completed in 1506 milliseconds

<<11121314151617181920>>