HomeSort by relevance Sort by last modified time
    Searched full:caller (Results 226 - 250 of 5828) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/unicode/
uenum.h 102 * and must not be deleted by the caller. The pointer is valid
135 * and must not be deleted by the caller. The pointer is valid
162 * StringEnumeration is adopted; after this call, the caller must not
178 * @param strings array of const UChar* strings (each null terminated). All storage is owned by the caller.
181 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory.
195 * @param strings array of char* strings (each null terminated). All storage is owned by the caller.
198 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 55 // caller need to do data->Slice(offset, length) beforehand.
95 // caller need to do data->Slice(offset, length) beforehand.
125 // manipulated in any way by the caller and the changes will be reflected in
183 // caller need to do data->Slice(offset, length) beforehand.
194 // caller need to do data->Slice(offset, length) beforehand.
256 // caller need to do data->Slice(offset, length) beforehand.
268 // caller need to do data->Slice(offset, length) beforehand.
  /external/selinux/libselinux/include/selinux/
selinux.h 28 Caller must free via freecon. */
44 set *con to refer to it. Caller must free via freecon. */
49 Caller must free via freecon. */
55 If non-NULL, caller must free via freecon. */
66 If non-NULL, caller must free via freecon. */
77 If non-NULL, caller must free via freecon. */
88 If non-NULL, caller must free via freecon. */
100 Caller must free via freecon. */
119 Caller must free via freecon. */
207 Caller must free via freecon. *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 123 def import_hook(self, name, caller=None, fromlist=None, level=-1):
124 self.msg(3, "import_hook", name, caller, fromlist, level)
125 parent = self.determine_parent(caller, level=level)
134 def determine_parent(self, caller, level=-1):
135 self.msgin(4, "determine_parent", caller, level)
136 if not caller or level == 0:
139 pname = caller.__name__
141 if caller.__path__:
145 assert parent is caller
154 if caller.__path__
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 123 def import_hook(self, name, caller=None, fromlist=None, level=-1):
124 self.msg(3, "import_hook", name, caller, fromlist, level)
125 parent = self.determine_parent(caller, level=level)
134 def determine_parent(self, caller, level=-1):
135 self.msgin(4, "determine_parent", caller, level)
136 if not caller or level == 0:
139 pname = caller.__name__
141 if caller.__path__:
145 assert parent is caller
154 if caller.__path__
    [all...]
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 85 void PlayCallback(XAPlayItf caller, void *pContext, XAuint32 event) {
93 XAAndroidBufferQueueItf caller,
150 (*caller)->GetState(caller, &state);
196 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
209 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/,
225 void StreamChangeCallback (XAStreamInformationItf caller,
244 res = (*caller)->QueryStreamType(caller, streamIndex, &domain)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongFieldUpdater.java 45 * or the field is inaccessible to the caller according to Java language
248 final Class<?> caller; local
252 caller = VMStack.getStackClass2(); // android-changed
256 // caller, tclass, null, modifiers);
258 // ClassLoader ccl = caller.getClassLoader();
280 caller != tclass) ? caller : null;
342 Class<?> caller = null; local
346 caller = VMStack.getStackClass2(); // android-changed
350 // caller, tclass, null, modifiers)
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 523 // The AudioPlaybackHandler will be destroyed by the caller.
744 public SpeechItem(Object caller, int callerUid, int callerPid) {
745 mCallerIdentity = caller;
820 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid) {
821 super(caller, callerUid, callerPid);
1450 IBinder caller = (IBinder) cookie; local
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
TimeLimiter.java 55 * value or exception is propagated to the caller exactly as-is. If, on the
58 * the caller.
61 * return control to the caller when the timeout elapses; aborting the target
84 * value or exception is propagated to the caller exactly as-is. If, on the
86 * target, and throw an {@link UncheckedTimeoutException} to the caller.
  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 64 * Clone this TimeZoneTransition object polymorphically. The caller owns the result and
118 * Sets the rule used before the transition. The caller remains
126 * Adopts the rule used before the transition. The caller must
134 * Sets the rule used after the transition. The caller remains
142 * Adopts the rule used after the transition. The caller must
  /external/lldb/test/functionalities/conditional_break/
TestConditionalBreak.py 73 # immediate caller is a() and we want to find out the value passed from
95 "Immediate caller a() at main.c:%d" % line)
110 # breakpoint such that lldb only stops when the caller of c() is a().
134 # The frame info for frame #0 points to a.out`c and its immediate caller
142 self.expect("frame info", "The immediate caller should be a()",
  /external/skia/include/core/
SkData.h 59 * Helper to copy a range of the data into a caller-provided buffer.
84 * Create a new data with uninitialized contents. The caller should call writable_data()
126 * The caller is free to close the SkFILE at its convenience.
135 * The caller is free to close the file descriptor at its convenience.
156 * New or shared, the caller must see that unref() is eventually called.
  /external/skia/include/gpu/
GrGpuResourceRef.h 31 * Like SkAutoTUnref, its constructor and setter adopt a ref from their caller.
55 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
59 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
97 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
103 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
  /external/skia/include/ports/
SkRemotableFontMgr.h 69 * The caller must unref() the returned object.
78 * The caller must unref() the returned object.
104 * The caller must unref() the returned object.
123 * The caller must unref() the returned object.
146 * The caller must unref() the returned object.
  /external/v8/src/arm/
frames-arm.h 23 // Caller-saved/arguments registers
32 // Return the code of the n-th caller-saved register available to JavaScript
95 // The caller fields are below the frame pointer on the stack.
100 // FP-relative displacement of the caller's SP. It points just
113 // Caller SP-relative.
  /frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java 77 * @param context the caller's {@link android.content.Context}
142 * Returns true if the caller has permission to access the accessory.
145 * by the user choosing the caller as the default application for the accessory.
148 * @return true if caller has permission
169 * If successful, this grants the caller permission to access the device only
  /frameworks/volley/src/main/java/com/android/volley/
VolleyLog.java 80 * Formats the caller's provided message and prepends useful info like
87 String caller = "<unknown>"; local
88 // Walk up the stack looking for the first caller outside of VolleyLog.
97 caller = callingClass + "." + trace[i].getMethodName();
102 Thread.currentThread().getId(), caller, msg);
  /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/google-breakpad/src/processor/
stackwalker_arm.h 76 // the frame that called frames.back(). The caller takes ownership
81 // Use the frame pointer. The caller takes ownership of the returned frame.
85 // Scan the stack for plausible return addresses. The caller takes ownership
stackwalker_arm64.h 77 // the frame that called frames.back(). The caller takes ownership
82 // Use the frame pointer. The caller takes ownership of the returned frame.
86 // Scan the stack for plausible return addresses. The caller takes ownership
  /external/guava/guava/src/com/google/common/eventbus/
AsyncEventBus.java 46 * @param executor Executor to use to dispatch events. It is the caller's
59 * @param executor Executor to use to dispatch events. It is the caller's
75 * @param executor Executor to use to dispatch events. It is the caller's
  /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/tools/
nanobench_flags.py 24 caller = inspect.stack()[1] # Up one level to our caller.
25 return inspect.getframeinfo(caller[0]).lineno
  /external/v8/src/x64/
frames-x64.h 16 1 << 3 | // rbx - used as a caller-saved register in JavaScript code
53 // FP-relative displacement of the caller's SP. It points just
68 // Caller SP-relative.

Completed in 1387 milliseconds

1 2 3 4 5 6 7 8 91011>>