HomeSort by relevance Sort by last modified time
    Searched full:caller (Results 276 - 300 of 8017) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/webkit/
JsResult.java 33 // This is the caller of the prompt and is the object that is waiting.
68 /* Notify the caller that the JsResult has completed */
  /frameworks/webview/chromium/java/com/android/webview/chromium/
UnimplementedWebViewApi.java 47 StackTraceElement caller = trace[2]; local
49 " called from: " + caller.toString());
  /libcore/luni/src/main/java/java/sql/
Wrapper.java 30 * Returns an object that implements the given interface. If the caller is
42 * If the caller is a wrapper of the class or implements the given
  /ndk/sources/android/support/src/locale/
setlocale.c 42 // The function returns a char* but the caller is not supposed to
43 // modify it. Just to a type cast. If the caller tries to write to
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
BasicParameterStyle.java 93 public void getIcon(int index, BitmapCaller caller) {
94 mEditor.computeIcon(index, caller);
  /packages/inputmethods/PinyinIME/jni/include/
lpicache.h 50 // caller of this function should guarantee this.
56 // caller of this function should guarantee this.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 158 Generators always return to the most recent caller:
164 >>> def caller():
167 ... print "caller", i
168 >>> caller()
170 caller 1
171 caller 2
172 caller 3
173 caller 4
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 158 Generators always return to the most recent caller:
164 >>> def caller():
167 ... print "caller", i
168 >>> caller()
170 caller 1
171 caller 2
172 caller 3
173 caller 4
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 80 /// forwardResume - Forward the 'resume' instruction to the caller's landing
140 /// forwardResume - Forward the 'resume' instruction to the caller's landing pad
241 Function *Caller = FirstNewBlock->getParent();
250 for (Function::iterator I = FirstNewBlock, E = Caller->end(); I != E; ++I)
254 for (Function::iterator BB = FirstNewBlock, E = Caller->end(); BB != E; ++BB){
275 /// into the caller, update the specified callgraph to reflect the changes we
283 const Function *Caller = CS.getInstruction()->getParent()->getParent();
286 CallGraphNode *CallerNode = CG[Caller];
288 // Since we inlined some uninlined call sites in the callee into the caller,
289 // add edges from the caller to all of the callees of the callee
    [all...]
  /build/tools/
adbs 174 caller = CallObjdump(lib_name, code_addr)
177 # If a callee is inlined to the caller, objdump will see the caller's
179 # format is desgined to be "caller<-callee file:line"
180 if (func_line_pair[0] != caller):
181 print groups[0] + groups[1] + " " + caller + "<-" + \
  /dalvik/vm/native/
dalvik_system_VMStack.cpp 27 * Return the defining class loader of the caller's caller.
45 * Returns the class of the caller's caller's caller.
132 * non-NULL trace buffer. Caller is responsible for freeing the trace
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.h 63 // API) from the given parameters. Ownership is passed to the caller.
75 // caller did not pass one.
94 // servers. Returns NULL in case of failures. Ownership is passed to the caller.
100 // passed to the caller.
105 // Returns NULL in case of failures. Ownership is passed to the caller.
109 // StringValues created from the tokens. Ownership is passed to the caller.
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers.h 79 // API) from the given parameters. Ownership is passed to the caller.
93 // caller did not pass one.
114 // servers. Returns NULL in case of failures. Ownership is passed to the caller.
120 // passed to the caller.
125 // Returns NULL in case of failures. Ownership is passed to the caller.
130 // StringValues created from the tokens. Ownership is passed to the caller.
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 104 // requested file details. |success_callback| is invoked to notify the caller
117 // caller about the platform file error and process the next pending request.
137 // |success_callback| is invoked to notify the caller about the directory
147 // caller about |snapshot_file_info|.
157 // caller about |error|.
161 // caller about the file error.
  /external/chromium_org/chrome/browser/sync/sessions2/
tab_node_pool2.h 69 // the SyncChange pipeline that exists in the caller context. If the need
71 // be appended to this list for later application by the caller via the
77 // the SyncChange pipeline that exists in the caller's context. If the need
79 // will be appended to this list for later application by the caller via the
108 // the SyncChange pipeline that exists in the caller's context.
133 // the SyncChange pipeline that exists in the caller's context.
  /external/chromium_org/ppapi/proxy/
var_serialization_rules.h 21 // Caller-owned calls --------------------------------------------------------
23 // A caller-owned call is when doing a function call with a "normal" input
24 // argument. The caller has a reference to the var, and the caller is
32 // When receiving a caller-owned variable, normally we don't have to do
54 // Release is on the consumer (the caller of the function in the case of a
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key.html 135 * @param {string} caller The id of the function that called
139 populateDetails: function(caller) {
140 var details = this.super([caller]);
166 populateDetails: function(caller) {
167 var detail = this.super([caller]);
168 switch (caller) {
  /external/v8/src/arm/
frames-arm.h 46 // Caller-saved/arguments registers
57 // Return the code of the n-th caller-saved register available to JavaScript
126 // The caller fields are below the frame pointer on the stack.
131 // FP-relative displacement of the caller's SP. It points just
139 // Fixed part of the frame consists of return address, caller fp,
158 // Caller SP-relative.
  /frameworks/av/include/camera/
CameraMetadata.h 70 * Release a raw metadata buffer to the caller. After this call,
71 * CameraMetadata no longer references the buffer, and the caller takes
84 * Acquire a raw metadata buffer from the caller. After this call,
85 * the caller no longer owns the raw buffer, and must not free or manipulate it.
193 * Caller becomes the owner of the new metadata
203 * Caller retains ownership of metadata
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 50 * @param caller
54 public static synchronized RilMessageDecoder getInstance(Handler caller, IccFileHandler fh) {
56 sInstance = new RilMessageDecoder(caller, fh);
64 * when complete MSG_ID_RIL_MSG_DECODED will be returned to caller.
93 private RilMessageDecoder(Handler caller, IccFileHandler fh) {
100 mCaller = caller;
  /libcore/luni/src/main/java/java/security/acl/
Acl.java 56 * @param caller
64 void setName(Principal caller, String name) throws NotOwnerException;
79 * @param caller
89 boolean addEntry(Principal caller, AclEntry entry) throws NotOwnerException;
94 * @param caller
104 boolean removeEntry(Principal caller, AclEntry entry)
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 74 SLAndroidBufferQueueItf caller,
90 (*caller)->GetState(caller, &state);
96 (*caller)->Clear(caller);
103 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/,
111 SLresult res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
122 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/
    [all...]
  /external/chromium_org/ui/base/ime/win/
imm32_manager.h 96 // Represents the window handle of the caller.
102 // Represents the window handle of the caller.
106 // Represent the windows message of the caller.
110 // A caller just has to pass the input parameters for the handler
124 // Represents the window handle of the caller.
130 // Represents the window handle of the caller.
137 // Represents the window handle of the caller.
145 // Represents the window handle of the caller.
151 // Represents the window handle of the caller.
172 // Represents the window handle of the caller
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac_internal.h 22 // |keychain|, so the caller must make sure that the keychain outlives the
27 // |form|. Caller is responsible for deleting the returned forms.
33 // Caller is responsible for deleting the returned forms.
40 // Caller is responsible for deleting the returned form.
70 // Caller is responsible for deleting the returned forms.
75 // given form, and returns it (or NULL if no match is found). The caller is
82 // The caller is responsible for calling MacKeychain::Free on the
  /external/chromium_org/net/third_party/nss/patches/
restartclientauth.patch 15 + * reference count. The caller should drop its reference
19 + * ownership of the private key, so the caller should drop its
25 + * The caller should drop its reference without destroying the
33 + * Caller holds 1stHandshakeLock.
146 + * reference count. The caller should drop its reference
151 + * ownership of the private key, so the caller should drop its
157 + * The caller should drop its reference without destroying the

Completed in 1870 milliseconds

<<11121314151617181920>>