Searched defs:call (Results 201 - 225 of 252) sorted by relevance

1234567891011

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py82 # here we annotate the code with this function call
129 def call(*args, **kwargs): function in function:CheckAnalysers.__new__.check
134 return call
1751 # ----- Trace function call
2037 # Python 3.0 betas have a bug in memoryview which makes it call
3150 # Generate fast equivalent of PyArg_ParseTuple call for
3523 # 'external' PyDict_Size() call, to make it easy for the C
5977 # target ExprNode the target lhs of the __enter__() call
5979 # enter_call ExprNode the call to the __enter__() method
6048 # value of the __enter__() call)
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c410 /* Only the glyph loader and debugger should call this function. */
426 /* free call stack */
566 /* Only the glyph loader and debugger should call this function. */
671 /* Only the glyph loader and debugger should call this function. */
718 /* Only the glyph loader and debugger should call this function. */
2716 /* call table defined later below in this source. Each opcode must */
4774 if ( CUR.callTop <= 0 ) /* We encountered an ENDF without a call */
4798 /* Exit the current call frame. */
4869 /* check the call stack */
7792 TT_CallRec* call; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1056 // Record position before stub call for type feedback.
1144 // guarantee cache validity, call the runtime system to check cache
1159 // If we got a map from the runtime call, we can do a fast
1478 // perform a runtime call for all variables in the scope
1505 // Record position before possible IC call.
1769 // Emit code to define accessors, using only a single call to the runtime for
1970 // Record source position before possible IC call.
2242 // Otherwise, we push holes for the operand stack and call the runtime to fix
2255 // Not reached: the runtime call returns elsewhere.
2603 // Record source code position before IC call
2894 Label call; local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc146 // This call emits the following sequence in a way that can be patched for
1053 // Record position before stub call for type feedback.
1136 // guarantee cache validity, call the runtime system to check cache
1151 // If we got a map from the runtime call, we can do a fast
1457 // perform a runtime call for all variables in the scope
1483 // Record position before possible IC call.
1749 // Emit code to define accessors, using only a single call to the runtime for
1948 // Record source position before possible IC call.
2268 // Record source code position before IC call.
2284 // Record source code position before IC call
2560 Label call; local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc305 __ call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET);
356 __ call(isolate()->builtins()->InterruptCheck(), RelocInfo::CODE_TARGET);
398 __ call(isolate()->builtins()->InterruptCheck(),
990 // Record position before stub call for type feedback.
1075 // guarantee cache validity, call the runtime system to check cache
1349 // load IC call.
1402 // perform a runtime call for all variables in the scope
1428 // Record position before possible IC call.
1694 // Emit code to define accessors, using only a single call to the runtime for
1782 // cannot transition and don't need to call th
2796 Label call; local
[all...]
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc15 // next call: mov(a0, v0). This is not needed on the other architectures.
1049 // Record position before stub call for type feedback.
1134 // guarantee cache validity, call the runtime system to check cache
1149 // If we got a map from the runtime call, we can do a fast
1459 // perform a runtime call for all variables in the scope
1488 // Record position before possible IC call.
1754 // Emit code to define accessors, using only a single call to the runtime for
1960 // Record source position before possible IC call.
2222 // Otherwise, we push holes for the operand stack and call the runtime to fix
2235 // Not reached: the runtime call return
2877 Label call; local
[all...]
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc15 // next call: mov(a0, v0). This is not needed on the other architectures.
1044 // Record position before stub call for type feedback.
1129 // guarantee cache validity, call the runtime system to check cache
1144 // If we got a map from the runtime call, we can do a fast
1454 // perform a runtime call for all variables in the scope
1483 // Record position before possible IC call.
1751 // Emit code to define accessors, using only a single call to the runtime for
1957 // Record source position before possible IC call.
2219 // Otherwise, we push holes for the operand stack and call the runtime to fix
2232 // Not reached: the runtime call return
2877 Label call; local
[all...]
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc301 __ call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET);
359 __ call(isolate()->builtins()->InterruptCheck(), RelocInfo::CODE_TARGET);
401 __ call(isolate()->builtins()->InterruptCheck(),
1013 // Record position before stub call for type feedback.
1099 // guarantee cache validity, call the runtime system to check cache
1114 // If we got a map from the runtime call, we can do a fast
1384 // load IC call.
1436 // perform a runtime call for all variables in the scope
1462 // Record position before possible IC call.
1727 // Emit code to define accessors, using only a single call t
2794 Label call; local
[all...]
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc302 __ call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET);
353 __ call(isolate()->builtins()->InterruptCheck(), RelocInfo::CODE_TARGET);
395 __ call(isolate()->builtins()->InterruptCheck(),
979 // Record position before stub call for type feedback.
1064 // guarantee cache validity, call the runtime system to check cache
1338 // load IC call.
1391 // perform a runtime call for all variables in the scope
1417 // Record position before possible IC call.
1683 // Emit code to define accessors, using only a single call to the runtime for
1771 // cannot transition and don't need to call th
2786 Label call; local
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp10 // These classes wrap the information about a call or function
178 /// Arrange the argument and result information for a call to an
246 /// Arrange a call to a C++ method, passing the given arguments.
269 /// definition, or call to the given destructor variant. It so
320 // It happens that this is the same as a call with no optional
371 /// Arrange a call as unto a free function, except possibly with an
414 /// A block function call is essentially a free-function call with an
436 /// Arrange a call to a C++ method, passing the given arguments.
1093 // Don't use [[noreturn]] or _Noreturn for a call t
1675 llvm::CallInst *call = dyn_cast<llvm::CallInst>(generator); local
2421 llvm::CallInst *call = EmitRuntimeCall(callee, args, name); local
2440 llvm::CallInst *call = Builder.CreateCall(callee, args, name); local
2457 llvm::CallInst *call = Builder.CreateCall(callee, args); local
[all...]
H A DCGObjC.cpp56 /// EmitObjCBoxedExpr - This routine generates code to call
115 // values alive until after the call.
196 // after the call.
287 // We generally assume that 'self' lives throughout a method call.
375 // self. This represents the call taking direct ownership of that
376 // value. We have to do this after emitting the other call
388 assert(selfAddr && "no self entry for a delegate init call?");
414 // the call back into self. This takes ownership of the value.
549 /// call and a mutex.
751 assert(OMD && "Invalid call t
1812 llvm::CallInst *call = CGF.EmitNounwindRuntimeCall(fn, value); local
1939 llvm::CallInst *call local
2018 llvm::CallInst *call = EmitNounwindRuntimeCall(fn, value); local
[all...]
H A DCGObjCGNU.cpp138 /// call Objective-C methods.
787 /// first look, this is required to call the correct forwarding function.
1306 llvm::Instruction *call; local
1308 &call);
1309 call->setMetadata(msgSendMDKind, node);
1389 // Get the IMP to call
1420 llvm::Instruction *call; local
1422 &call);
1423 call->setMetadata(msgSendMDKind, node);
2749 // We can't call ComputeIvarBaseOffse
[all...]
H A DCGObjCMac.cpp1569 // Make blocks for the null-receiver and call edges.
1571 llvm::BasicBlock *callBB = CGF.createBasicBlock("msgSend.call");
1580 // Otherwise, start performing the call.
1584 /// Complete the null-return operation. It is valid to call this
1596 // Finish the call path.
3474 // Check whether we need to call objc_exception_try_exit.
3561 // catch block if the call throws.
3596 llvm::CallInst *call = Builder.CreateCall(ReadHazard, Locals); local
3597 call->setDoesNotThrow();
3598 call
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp149 /// function call it represents.
169 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece); local
171 assert(LCM.count(&call->path));
172 if (R->isInteresting(LCM[&call->path])) {
177 if (!removeUnneededCalls(call->path, R, LCM))
215 /// Recursively scan through a path and make sure that all call pieces have
236 // Recursively clean out the subclass. Keep this call around if
245 assert(ThisCallLocation && "Outermost call has an invalid location");
536 // If the piece contains a special message, add it to all the call
583 // Record the mapping from call piec
[all...]
/external/freetype/src/truetype/
H A Dttinterp.c410 /* Only the glyph loader and debugger should call this function. */
426 /* free call stack */
566 /* Only the glyph loader and debugger should call this function. */
671 /* Only the glyph loader and debugger should call this function. */
718 /* Only the glyph loader and debugger should call this function. */
2827 /* call table defined later below in this source. Each opcode must */
4885 if ( CUR.callTop <= 0 ) /* We encountered an ENDF without a call */
4909 /* Exit the current call frame. */
4980 /* check the call stack */
7897 TT_CallRec* call; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c410 /* Only the glyph loader and debugger should call this function. */
426 /* free call stack */
566 /* Only the glyph loader and debugger should call this function. */
671 /* Only the glyph loader and debugger should call this function. */
718 /* Only the glyph loader and debugger should call this function. */
2716 /* call table defined later below in this source. Each opcode must */
4774 if ( CUR.callTop <= 0 ) /* We encountered an ENDF without a call */
4798 /* Exit the current call frame. */
4869 /* check the call stack */
7796 TT_CallRec* call; local
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js377 this._args = Array.prototype.slice.call(args, 0);
512 console.assert(resource.calls().length > 0, "Expected create* call for the Resource");
658 var call = /** @type {!Call} */ (Object.create(Call.prototype));
659 return call.replay(this, cache);
881 data.calls = this._calls.map(function(call) {
882 return call.toReplayable(cache);
934 * @param {!Call} call
936 pushCall: function(call)
938 call.freeze();
939 this._calls.push(call);
[all...]
/external/chromium_org/third_party/d3/src/
H A Dd3.js9 return d3_arraySlice.call(list);
26 d3_element_setAttribute.call(this, name, value + "");
29 d3_element_setAttributeNS.call(this, space, local, value + "");
32 d3_style_setProperty.call(this, name, value + "", priority);
48 while (++i < n && !((a = f.call(array, array[i], i)) != null && a <= a)) a = undefined;
49 while (++i < n) if ((b = f.call(array, array[i], i)) != null && a > b) a = b;
59 while (++i < n && !((a = f.call(array, array[i], i)) != null && a <= a)) a = undefined;
60 while (++i < n) if ((b = f.call(array, array[i], i)) != null && b > a) a = b;
73 while (++i < n && !((a = c = f.call(array, array[i], i)) != null && a <= a)) a = undefined;
74 while (++i < n) if ((b = f.call(arra
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1340 typename F::IRet call (const EvalContext& ctx, function in namespace:deqp::gls::BuiltinPrecisionTests
3274 Interval ret = call<Exp2>(ctx, iargs.b);
3281 return call<Mul>(ctx, iargs.a, ret);
3350 element = call<Add>(ctx, element,
3351 call<Mul>(ctx, left[ndx][row], right[col][ndx]));
3384 element = call<Add>(ctx, element, call<Mul>(ctx, left[row], right[col][row]));
3410 return call<VecMatMul<Cols, Rows> >(ctx, right,
3411 call<Transpose<Rows, Cols> >(ctx, left));
3437 ret[col][row] = call<Mu
[all...]
/external/glide/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/v8/src/
H A Dast.h1808 // Helpers to determine how to handle the call.
1906 // language construct. Instead it is used to call a C or JS function
3392 Call* call = new (zone_) Call(zone_, expression, arguments, pos, id_gen_); local
3393 VISIT_AND_RETURN(Call, call)
3399 CallNew* call = local
3401 VISIT_AND_RETURN(CallNew, call)
3408 CallRuntime* call = local
3410 VISIT_AND_RETURN(CallRuntime, call)
/external/clang/lib/Sema/
H A DSemaChecking.cpp50 /// Checks that a call expression's argument count is the desired number.
52 static bool checkArgCount(Sema &S, CallExpr *call, unsigned desiredArgCount) { argument
53 unsigned argCount = call->getNumArgs();
57 return S.Diag(call->getLocEnd(), diag::err_typecheck_call_too_few_args)
58 << 0 /*function call*/ << desiredArgCount << argCount
59 << call->getSourceRange();
62 SourceRange range(call->getArg(desiredArgCount)->getLocStart(),
63 call->getArg(argCount - 1)->getLocEnd());
66 << 0 /*function call*/ << desiredArgCount << argCount
67 << call
[all...]
H A DSemaOverload.cpp862 /// checkArgPlaceholdersForOverload - Check a set of call operands for
3655 // Here, MSVC will call f(int) instead of generating a compile error
5195 // If we aren't in a SFINAE context, build a call to the
5484 /// an acceptable non-member overloaded operator for a call whose
5523 /// candidate functions, using the given function call arguments. If
5549 // implicitly. This can happen with a qualified call to a member
5551 // object argument (C++ [over.call.func]p3), and the acting context
5812 /// of candidate functions, using the given function call arguments
5813 /// and the object argument (@c Object). For example, in a call
6157 // convert to (ToType), we need to synthesize a call t
11355 CXXMemberCallExpr *call local
[all...]

Completed in 9435 milliseconds

1234567891011