HomeSort by relevance Sort by last modified time
    Searched refs:Call (Results 101 - 125 of 700) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 14 from lib2to3.fixer_util import Call, Name, String, touch_import
54 return Call(Name(u"hasattr"), args, prefix=node.prefix)
85 return Call(Name(u"isinstance"), args, prefix=node.prefix)
fix_print.py 21 from ..fixer_util import Name, Call, Comma, String, is_tuple
44 bare_print.replace(Call(Name(u"print"), [],
73 n_stmt = Call(Name(u"print"), l_args)
fix_xrange.py 8 from ..fixer_util import Name, Call, consuming_calls
39 # This prevents the new range call from being wrapped in a list later.
45 range_call = Call(Name(u"range"), [results["args"].clone()])
46 # Encase the range call in list().
47 list_call = Call(Name(u"list"), [range_call],
49 # Put things that were after the range() call after the list call.
fix_exitfunc.py 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms
49 call = Call(register, [func], node.prefix)
50 node.replace(call)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms
83 # subsequent .sort() call involve different identifiers.
105 test = Call(Name(u"isinstance"), [x, Comma(), T])
127 simple_expr.replace(Call(Name(u"sorted"), [new],
135 # shove them right after the sorted() call.
fix_operator.py 14 from lib2to3.fixer_util import Call, Name, String, touch_import
54 return Call(Name(u"hasattr"), args, prefix=node.prefix)
85 return Call(Name(u"isinstance"), args, prefix=node.prefix)
fix_print.py 21 from ..fixer_util import Name, Call, Comma, String, is_tuple
44 bare_print.replace(Call(Name(u"print"), [],
73 n_stmt = Call(Name(u"print"), l_args)
fix_xrange.py 8 from ..fixer_util import Name, Call, consuming_calls
39 # This prevents the new range call from being wrapped in a list later.
45 range_call = Call(Name(u"range"), [results["args"].clone()])
46 # Encase the range call in list().
47 list_call = Call(Name(u"list"), [range_call],
49 # Put things that were after the range() call after the list call.
fix_exitfunc.py 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms
49 call = Call(register, [func], node.prefix)
50 node.replace(call)
  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 63 * a call HasProperty() for the same |name| would return false.
111 struct PP_Var (*Call)(void* object,
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.h 69 virtual Var Call(const Var& method_name,
  /external/chromium_org/ppapi/proxy/
printing_resource.cc 36 Call<PpapiPluginMsg_Printing_GetDefaultPrintSettingsReply>(
flash_drm_resource.cc 39 Call<PpapiPluginMsg_FlashDRM_GetDeviceIDReply>(
67 Call<PpapiPluginMsg_FlashDRM_GetVoucherFileReply>(
file_ref_resource.cc 129 Call<PpapiPluginMsg_FileRef_MakeDirectoryReply>(
139 Call<PpapiPluginMsg_FileRef_TouchReply>(
148 Call<PpapiPluginMsg_FileRef_DeleteReply>(
157 Call<PpapiPluginMsg_FileRef_RenameReply>(
169 Call<PpapiPluginMsg_FileRef_QueryReply>(
179 Call<PpapiPluginMsg_FileRef_ReadDirectoryEntriesReply>(
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 54 * @param {function(DirectoryEntry):void} success Call success with requested
56 * @param {function(e):void} failure Call failure when failed to get the
82 * @param {function(DirectoryEntry):void} success Call success with requested
84 * @param {function(e):void} failure Call failure when failed to get the
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_gentable.py 88 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr);
93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 103 /// Called by ConstraintManager. Used to call checker-specific
119 const CallEvent *Call) = 0;
136 const CallEvent *Call,
ExprEngine.h 115 /// state of the function call. Returns true if there is still simulation
257 /// Generate the sequence of nodes that simulate the call exit and the post
279 const CallEvent *Call);
474 /// Call PointerEscape callback when a value escapes as a result of bind.
477 /// Call PointerEscape callback when a value escapes as a result of
485 const CallEvent *Call,
510 /// \brief Create a new state in which the call return value is binded to the
511 /// call origin expression.
512 ProgramStateRef bindReturnValue(const CallEvent &Call,
516 /// Evaluate a call, running pre- and post-call checks and allowing checker
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_gentable.py 88 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr);
93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
CallIdentification.java 26 * Class object used across CallHandlerService APIs. Describes a single call and its state.
30 // Unique identifier for the call
37 private int mNumberPresentation = Call.PRESENTATION_ALLOWED;
40 private int mCnapNamePresentation = Call.PRESENTATION_ALLOWED;
123 * Creates Call objects for Parcelable implementation.
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 77 /// function. If all uses are direct call sites, and all pass a particular
225 Instruction* Call = CS.getInstruction();
227 // Not a call instruction or a call instruction that's not calling F
229 if (!Call || !CS.isCallee(UI))
232 // Call result not used?
233 if (Call->use_empty())
242 // the call instruction and use that.
244 Call->replaceAllUsesWith(New);
248 for (Value::use_iterator I = Call->use_begin(), E = Call->use_end()
    [all...]
PruneEH.cpp 11 // call-graph, turning invoke instructions into calls, iff the callee cannot
13 // It implements this as a bottom-up traversal of the call-graph.
112 // only interested in call instructions.
117 // This call cannot throw.
127 // Indirect call, it might throw.
160 // into call instructions with a branch. This makes the exception blocks
179 // Insert a call instruction before the invoke.
180 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II);
181 Call->takeName(II);
182 Call->setCallingConv(II->getCallingConv())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 125 /// \brief Stores information about the symbol being reallocated by a call to
184 void checkPreCall(const CallEvent &Call, CheckerContext &C) const;
188 void checkPostObjCMessage(const ObjCMethodCall &Call, CheckerContext &C) const;
199 const CallEvent *Call,
203 const CallEvent *Call,
292 bool mayFreeAnyEscapedMemoryOrIsModeledExplicitly(const CallEvent *Call,
299 const CallEvent *Call,
304 /// Tells if a given family/call/symbol is tracked by the current checker.
390 // If the expression is not a call, and the state change is
659 // value (if any) and we don't want to loose this value. So we call
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 49 import com.android.internal.telephony.Call;
83 /** Identifier for the "Add Call" intent extra. */
89 static final int CALL_STATUS_FAILED = 2; // The call failed
96 static final int AUDIO_OFFHOOK = 2; /** audio behaviour while in call. */
131 private Call fgCall;
132 private Call ringing;
133 public FgRingCalls(Call fg, Call ring) {
150 // before check the ringing call state
152 (frC.fgCall.getState() == Call.State.DISCONNECTING) &
2633 Call call = phone.getForegroundCall(); local
2697 Call call; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 129 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
150 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
170 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
191 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
212 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
245 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
261 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
286 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
298 Execution::Call(Handle<JSFunction>::cast(fun1),

Completed in 2763 milliseconds

1 2 3 45 6 7 8 91011>>