/external/libxml2/include/libxml/ |
xpath.h | 130 * A conversion function is associated to a type and used to cast 138 * Extra type: a name and a conversion function. 145 xmlXPathConvertFunc func; /* the conversion function */ 162 * @nargs: the number of arguments passed to the function 164 * An XPath evaluation function, the parameters are on the XPath context stack. 171 * Extra function: a name and a evaluation function. 177 const xmlChar *name; /* the function name */ 178 xmlXPathEvalFunc func; /* the evaluation function */ 186 * An axis traversal function. To traverse an axis, the engine call 330 const xmlChar *function; member in struct:_xmlXPathContext [all...] |
/external/mesa3d/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/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_new.cpp | 887 //calculate offset to correct function in iCFTable according to given parameters 888 TInt function = 0; local 897 function = KOffsetToNative; //0 899 function = KOffsetTo256; //4 901 function = KOffsetToOtherModes; //8 904 function += KOffsetTo90Functions; // + 1 906 function += KOffsetTo180Functions; //+ 2 908 iCopyFunction = iCFTable[function];
|
dsa_old.cpp | 570 //calculate offset to correct function in iCFTable according to given parameters 571 TInt function = 0; local 580 function = KOffsetToNative; //0 582 function = KOffsetTo256; //4 584 function = KOffsetToOtherModes; //8 587 function += KOffsetTo90Functions; // + 1 589 function += KOffsetTo180Functions; //+ 2 591 iCopyFunction = iCFTable[function];
|
/external/skia/src/pdf/ |
SkPDFShader.cpp | 53 @param result The result ps function. 105 /* Generate Type 4 function code to map t=[0,1) to the passed gradient, 207 * Returns PS function code that applies inverse perspective 209 * The function assumes that the stack has at least two elements, 256 SkString function("{"); 258 function.append(apply_perspective_to_coordinates(perspectiveRemover)); 260 function.append("pop\n"); // Just ditch the y value. 261 tileModeCode(info.fTileMode, &function); 262 gradientFunctionCode(info, &function); 263 function.append("}") 937 SkPDFStream* function = makePSFunction(functionCode, domain.get()); local [all...] |
/external/v8/src/ |
frames.cc | 49 // Resolves pc_address through the resolution address function if one is set. 233 if (!frame()->function()->IsJSFunction()) return false; 234 Object* script = JSFunction::cast(frame()->function())->shared()->script(); 446 // The marker and function offsets overlap. If the marker isn't a 448 // really the function. 458 ASSERT(kind == Code::FUNCTION || kind == Code::OPTIMIZED_FUNCTION); 670 // Visit the context and the function. 702 JSFunction* function = JSFunction::cast(this->function()); local 703 return function->unchecked_code() 711 JSFunction* function = JSFunction::cast(this->function()); local 856 JSFunction* function = local 981 JSFunction* function = local 1035 Object* function = this->function(); local 1176 Object* function = this->function(); local [all...] |
full-codegen.cc | 243 // Function calls both through IC and call stub are breakable. 249 // Function calls through new are breakable. 314 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION); 317 !info->function()->flags()->Contains(kDontOptimize) && 318 info->function()->scope()->AllowsLazyRecompilation()); 411 // We record the offset of the function return so we can rebuild the frame 412 // if the function was inlined, i.e., this is the return address in the 413 // inlined function's frame. 419 // In debug builds, mark the return so we can verify that this function 441 PrintF("%s", printer.PrintProgram(info_->function())); 601 Handle<SharedFunctionInfo> function = local 777 const Runtime::Function* function = expr->function(); local [all...] |
full-codegen.h | 89 ? info->function()->ast_node_count() : 0), 92 ? info->function()->ast_node_count() : 0), 286 // Type of a member function that generates inline code for a native function. 299 // Helper function to convert a pure value into a test context. The value 308 // Helper function to split control flow and avoid a branch to the 408 // called function was inlined at the site. 421 // Platform-specific code for a variable, constant, or function 426 FunctionLiteral* function); 475 // Expects the arguments and the function already pushed 562 FunctionLiteral* function() { return info_->function(); } function in class:v8::internal::FullCodeGenerator [all...] |
ic.cc | 145 // structure. We need this to be able to find the function 150 // Find the function on the stack and both the active code for the 151 // function and the original code. 152 JSFunction* function = JSFunction::cast(frame->function()); local 153 Handle<SharedFunctionInfo> shared(function->shared()); 315 if (host->kind() != Code::FUNCTION) return; 334 // TODO(2029): When an optimized function is patched, it would 460 // Patch the receiver and use the delegate as the function to 480 Handle<JSFunction> function = Handle<JSFunction>::cast(callee) local 563 Handle<JSFunction> function = Handle<JSFunction>::cast(result); local 1109 Handle<JSFunction> function = Handle<JSFunction>::cast(object); local [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() { 53 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only, 90 function HarvestTodo(old_node) { 91 function CollectDamaged(node) { 100 function CollectNew(node_list) { 156 // Check that function being patched is not currently on stack or drop them [all...] |
/external/v8/src/ia32/ |
builtins-ia32.cc | 48 // -- edi : called function (only guaranteed when 82 // -- edi: constructor function 96 // Push the function to invoke on the stack. 279 // edi: function (constructor) 287 // Retrieve the function from the stack. 296 // conventions dictate that the called function pops the receiver. 313 // Call the function. 396 // Get the function from the frame and setup the context. 400 // Push the function and the receiver onto the stack. 420 // Get the function from the stack and call it 687 { Label function, non_proxy; local [all...] |
/external/v8/test/cctest/ |
test-heap.cc | 135 // TODO(lrn): We need a NumberFromIntptr function in order to test this. 210 // Allocate a function and keep it in global object's property. 211 Handle<JSFunction> function = local 215 function->set_initial_map(*initial_map); 217 *name, *function, NONE, kNonStrictMode)->ToObjectChecked(); 219 Handle<JSObject> obj = FACTORY->NewJSObject(function); 231 // Function should be alive. 233 // Check function is retained. 237 Handle<JSFunction> function(JSFunction::cast(func_value)); 242 Handle<JSObject> obj = FACTORY->NewJSObject(function); 541 Handle<JSFunction> function = local 637 Handle<JSFunction> function = local 663 Handle<JSFunction> function = Handle<JSFunction>( local [all...] |
test-parsing.cc | 187 "function foo(a) { return function nolazy(b) { return a + b; } }" 188 "function bar(a) { if (a) return function lazy(b) { return b; } }" 249 "function foo(x, y) { return x + y; }", 251 "var x = new new Function('this.x = 42');", 323 "escape: function() {}"; 324 // 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 */ } } 1023 i::FunctionLiteral* function = parser.ParseProgram(&info); local 1066 i::FunctionLiteral* function = parser.ParseProgram(&info); local [all...] |
/external/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/valgrind/main/VEX/priv/ |
guest_mips_toIR.c | 464 UInt function = get_function(cins); local 493 if (opcode == 0x00 && function == 0x09) { 498 if (opcode == 0x00 && function == 0x08) { 519 UInt function = get_function(cins); local 537 if (opcode == 0x00 && function == 0x09) { 1201 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function, local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
kvm.h | 154 __u32 function; member in struct:kvm_cpuid_entry 170 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ncp.h | 28 __u8 function; member in struct:ncp_request_header
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
kvm.h | 154 __u32 function; member in struct:kvm_cpuid_entry 170 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ncp.h | 28 __u8 function; member in struct:ncp_request_header
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
kvm.h | 154 __u32 function; member in struct:kvm_cpuid_entry 170 __u32 function; member in struct:kvm_cpuid_entry2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ncp.h | 28 __u8 function; member in struct:ncp_request_header
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/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
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/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
|