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

<<11121314151617181920>>

  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 89 // parameters may also be supplied. The caller is responsible for trapping
96 // caller is responsible for trapping errors from the X server. If
97 // the parameters are not interesting to the caller, NULL may be
  /external/chromium/crypto/
openssl_util.h 42 // This allows the library to write directly to the caller's buffer if it is of
67 // Pointer to the caller's data area and it's associated size, where data
72 // Temporary buffer writen into in the case where the caller's
symmetric_key.h 38 // The caller is responsible for deleting the returned SymmetricKey.
44 // used to derive the key from the password. The caller is responsible for
55 // size for use with |algorithm|. The caller owns the returned SymmetricKey.
  /external/chromium_org/base/mac/
scoped_nsobject.h 20 // reset()) by taking over the caller's existing ownership claim. The caller
53 // We intentionally do not check that object != object_ as the caller must
  /external/chromium_org/chrome/installer/util/
auto_launch_util.h 24 // specifies which flavor the caller is interested in.
25 // NOTE: This function returns true only if the flavor the caller specifies has
48 // |application_path| is needed when the caller is not the process being set to
  /external/chromium_org/crypto/
openssl_util.h 47 // This allows the library to write directly to the caller's buffer if it is of
72 // Pointer to the caller's data area and its associated size, where data
77 // Temporary buffer writen into in the case where the caller's
symmetric_key.h 38 // The caller is responsible for deleting the returned SymmetricKey.
45 // multiple of 8. The caller is responsible for deleting the returned
56 // size for use with |algorithm|. The caller owns the returned SymmetricKey.
  /external/chromium_org/gin/modules/
module_registry.h 45 // The caller must have already entered our context.
50 // The caller must have already entered our context.
58 // The caller must have already entered our context.
  /external/chromium_org/net/http/
http_network_session.h 152 // Creates a Value summary of the state of the socket pools. The caller is
156 // Creates a Value summary of the state of the SPDY sessions. The caller is
161 // configuration. The caller is responsible for deleting the returned value.
  /external/chromium_org/ppapi/api/
ppb_var_dictionary.idl 27 * behalf of the caller.
38 * count of the element returned is incremented on behalf of the caller. If
86 * reference count is incremented on behalf of the caller. The elements are
  /external/chromium_org/ppapi/c/
ppb_var_dictionary.h 41 * behalf of the caller.
51 * count of the element returned is incremented on behalf of the caller. If
95 * reference count is incremented on behalf of the caller. The elements are
  /external/chromium_org/third_party/re2/re2/
filtered_re2.h 14 // applying regexps to a search text, the caller does the string
16 // note that the caller has to do that on lower cased version of the
45 // of strings that the caller should check for in candidate texts.
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFGraphicState.h 49 * the object is incremented and it is the caller's responsibility to
58 * reference count of the object is incremented and it is the caller's
69 * count of the object is incremented and it is the caller's responsibility
  /external/chromium_org/ui/base/ime/win/
tsf_bridge.h 42 // injected object should be released by the caller. This function returns
70 // Caller must free |client|.
75 // Caller must free |client|.
  /external/chromium_org/ui/events/gestures/
gesture_recognizer.h 31 // Caller would be responsible for freeing up Gestures.
56 // The caller is responsible for updating the state of the consumers to
81 // and must be cleaned up appropriately by the caller.
  /external/clang/test/Analysis/
uninit-vals-ps.c 63 return *p; // expected-warning{{Undefined or garbage value returned to caller}}
137 return ((RetIntFuncType)f)(); //expected-warning {{Undefined or garbage value returned to caller}}
149 return ((RetIntFuncType)f)(); //expected-warning {{Undefined or garbage value returned to caller}}
  /external/grub/stage2/
setjmp.S 63 movl %ebp, 12(%ecx) /* save frame pointer of caller */
65 movl %esp, 16(%ecx) /* save stack pointer of caller */
66 movl %edx, 20(%ecx) /* save pc of caller */
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
AbstractKernel.java 45 * and queuing any results for the caller to retrieve on their own
58 * Contains the pending endpoint events waiting for the caller
64 * Contains the pending envelopes waiting for the caller to
  /external/regex-re2/re2/
filtered_re2.h 14 // applying regexps to a search text, the caller does the string
16 // note that the caller has to do that on lower cased version of the
45 // of strings that the caller should check for in candidate texts.
  /external/skia/src/pdf/
SkPDFGraphicState.h 49 * the object is incremented and it is the caller's responsibility to
58 * reference count of the object is incremented and it is the caller's
69 * count of the object is incremented and it is the caller's responsibility
  /frameworks/base/core/java/android/text/method/
KeyListener.java 60 * otherwise return false and the caller (i.e. the widget host)
68 * otherwise return false and the caller (i.e. the widget host)
76 * otherwise return false and the caller (i.e. the widget host)
  /frameworks/native/include/binder/
ProcessState.h 43 sp<IBinder> getContextObject(const sp<IBinder>& caller);
48 const sp<IBinder>& caller);
53 const sp<IBinder>& caller,
  /frameworks/native/include/media/editor/
II420ColorConverter.h 41 * @note Caller (e.g. VideoEditor) owns the buffers
68 * @note Caller (e.g. VideoEditor) owns the buffers
106 * allocated by the caller before invoking
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 44 const char* caller, int line, EGLint error, bool quiet);
57 static T setErrorEtc(const char* caller,
59 setErrorEtcImpl(caller, line, error, quiet);
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
69 SLresult res = (*caller)->GetFillLevel(caller, &level); CheckErr(res);
72 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErr(res);
91 SLPlayItf caller,
100 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
113 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res)
    [all...]

Completed in 1056 milliseconds

<<11121314151617181920>>