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

<<11121314151617181920>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
TrafficFlags.java 54 * @param context the caller's context
65 * @param context the caller's context
76 * @param context the caller's context
  /system/core/logwrapper/include/logwrap/
logwrap.h 29 * if you rely on SIGCHLD in the caller there is a chance zombies will be
44 * send a signal twice to signal the caller (once for the child, and
45 * once for the caller)
  /dalvik/vm/interp/
Stack.cpp 750 * that the caller wasn't prepared for.
877 void* caller = SAVEAREA_FROM_FP(curFrame)->prevFrame; local
881 if (dvmIsBreakFrame((u4*)caller)) {
883 caller = SAVEAREA_FROM_FP(caller)->prevFrame;
884 if (caller == NULL)
892 saveArea = SAVEAREA_FROM_FP(caller);
894 caller = saveArea->prevFrame;
895 assert(caller != NULL);
900 return caller;
910 void* caller; local
927 void* caller = SAVEAREA_FROM_FP(curFrame)->prevFrame; local
951 void* caller = SAVEAREA_FROM_FP(curFrame)->prevFrame; local
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 40 // profile that is assumed to have been signed into sync in the past. Caller
63 // Blocks the caller until this harness has completed a single sync cycle
67 // Blocks the caller until this harness has observed that the sync engine
72 // Calling this acts as a barrier and blocks the caller until |this| and
81 // Blocks the caller until |this| completes its ongoing sync cycle and every
88 // Blocks the caller until every client in |clients| completes its ongoing
  /external/chromium_org/courgette/
streams.h 40 // Initializes the SourceStream to yield the bytes at |pointer|. The caller
49 // Initializes the SourceStream to yield the bytes in |region|. The caller
54 // Initializes the SourceStream to yield the bytes in |string|. The caller
151 // Caller must be prepared to handle memory allocation problems.
172 // The caller continues to own the memory and should not modify or free the
179 // Initializes |this| from |source|. The caller continues to own the memory
  /external/chromium_org/third_party/icu/source/common/
mutex.h 99 * The caller must delete the duplicate.
100 * The caller need not initialize the duplicate before the call.
106 * Resets the fields. The caller must have deleted the singleton instance.
154 * The caller must delete the duplicate.
155 * The caller need not initialize the duplicate before the call.
163 * Resets the fields. The caller must have deleted the singleton instance.
  /external/chromium_org/v8/test/mjsunit/
debug-handle.js 141 var handle_caller = evaluateRequest(exec_state, '{"expression":"f.caller"}');
144 assertEquals(handle_g, handle_caller, "caller for f should be g");
169 case 'caller':
175 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
202 case 'caller':
209 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
  /external/icu4c/common/
mutex.h 99 * The caller must delete the duplicate.
100 * The caller need not initialize the duplicate before the call.
106 * Resets the fields. The caller must have deleted the singleton instance.
153 * The caller must delete the duplicate.
154 * The caller need not initialize the duplicate before the call.
162 * Resets the fields. The caller must have deleted the singleton instance.
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c 429 ** Returns TRUE (message buffer to be freed by caller)
468 ** Returns TRUE (message buffer to be freed by caller)
551 ** Returns TRUE (message buffer to be freed by caller)
590 ** Returns TRUE (message buffer to be freed by caller)
659 ** Returns TRUE (message buffer to be freed by caller)
706 ** Returns TRUE (message buffer to be freed by caller)
737 ** Returns TRUE (message buffer to be freed by caller)
815 ** Returns TRUE (message buffer to be freed by caller)
833 ** Returns TRUE (message buffer to be freed by caller)
851 ** Returns FALSE (message buffer is NOT freed by caller)
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 214 // caller function is defined in a different module
215 M.reset(createEmptyModule("<caller module>"));
218 Function *Caller = insertSimpleCallFunction(M.get(), CalleeRef);
223 void *vPtr = TheJIT->getPointerToFunction(Caller);
226 << "Unable to get pointer to caller function from JIT";
233 // ensure caller is destroyed before callee (free use before def)
  /external/v8/test/mjsunit/
debug-handle.js 141 var handle_caller = evaluateRequest(exec_state, '{"expression":"f.caller"}');
144 assertEquals(handle_g, handle_caller, "caller for f should be g");
169 case 'caller':
175 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
202 case 'caller':
209 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
  /frameworks/wilhelm/tests/sandbox/
multiplay.c 91 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event)
96 assert(p->mPlayerPrefetchStatus == caller);
98 result = (*caller)->GetFillLevel(caller, &level);
101 result = (*caller)->GetPrefetchStatus(caller, &status);
  /dalvik/vm/
RawDexFile.h 44 * it. The bytes are assumed to be owned by the caller for the
46 * by the caller while the raw dex file remains open. The bytes *may*
  /dalvik/vm/alloc/
Heap.h 91 * The caller must hold the heap lock as this call releases and
93 * will be in progress and the heap lock will be held by the caller.
  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils.h 43 // Creates an OwnerKeyUtils, ownership returns to the caller. If there is no
67 // Caller takes ownership.
  /external/chromium/chrome/browser/extensions/
extension_preference_api.h 52 // The ownership of the returned value is passed to the caller.
59 // The ownership of the returned value is passed to the caller.
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.h 50 // Blocks the caller until the service has finished servicing all pending
54 // Blocks the caller until the I/O thread has finished servicing all pending
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.h 18 // The caller is required to call endForTabContents before deleting
58 // process with |contents|. The caller must not delete any tab
  /external/chromium/net/base/
filter.h 19 // To filter a data stream, the caller first gets filter's stream_buffer_
23 // and read out, the caller may fill in stream_buffer_ again. This
27 // The lifetime of a Filter instance is completely controlled by its caller.
111 // filtering. At this point, the caller is free to reuse the filter
169 // If the function returns 0 then all data has been filtered, and the caller
174 // stream_buffer_, the caller should call this function to notify Filter to
175 // start filtering. Then after this function is called, the caller can get
176 // post-filtered data using ReadFilteredData. The caller must not write to
  /external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h 34 // any of these flags except VCD_STANDARD_FORMAT is specified, then the caller
60 // be used to perform several encoding operations, then the caller should
66 // caller may free that string, if desired, after the constructor returns.
77 // if an error occurred, in which case the caller should destroy the object
96 // the caller should try to maximize the sizes of the data chunks passed
186 // If this function returns false, the caller does not need to call
201 // otherwise it returns true. The caller does not need to call FinishEncoding
216 // otherwise it returns true. The caller does not need to
  /external/chromium_org/ash/shelf/
shelf_item_delegate.h 43 // menu. The caller takes ownership of the returned model.
53 // The caller takes ownership of the returned model.
  /external/chromium_org/base/json/
json_string_value_serializer.h 18 // or the destination of the serialization. The caller of the constructor
53 // The caller takes ownership of the returned value.
  /external/chromium_org/base/mac/
scoped_cftyperef.h 22 // constructor or in reset()) by taking over the caller's existing ownership
23 // claim. The caller must own the object it gives to ScopedCFTypeRef<>, and
  /external/chromium_org/chrome/browser/content_settings/
content_settings_provider.h 35 // mode. The caller takes the ownership of the returned |RuleIterator|. It is
48 // with the caller.
  /external/chromium_org/chrome/browser/extensions/
script_executor.h 29 // caller when responded with ExtensionHostMsg_ExecuteCodeFinished.
64 // The type of result the caller is interested in.

Completed in 1346 milliseconds

<<11121314151617181920>>