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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_mac.h 24 * corresponding typeface for the specified CTFontRef. The caller must call
  /external/chromium_org/ui/compositor/test/
context_factories_for_test.h 12 // called, the caller must call TerminateContextFactoryForTests() to clean up.
test_compositor_host.h 20 // Creates a new TestCompositorHost. The caller owns the returned value.
  /external/chromium_org/webkit/common/gpu/
test_context_provider_factory.h 21 // The returned pointer is static and should not be deleted by the caller.
  /external/chromium_org/win8/delegate_execute/
crash_server_init.h 17 // constructed ExceptionHandler object. It is the responsibility of the caller
  /external/icu4c/extra/uconv/unicode/
uwmsg.h 19 Caller owns storage.
  /external/jsilver/src/com/google/streamhtmlparser/
ExternalState.java 22 * A representation of the parser state suitable for use by the caller
24 * the caller should perform on that state is not self-evident. In particular,
31 * <p>The caller of the Parser will query for the current parser state at
33 * current state as represented by this class, the caller can determine
  /external/llvm/test/CodeGen/X86/
fast-isel-tailcall.ll 5 ; On x86, -tailcallopt changes the ABI so the caller shouldn't readjust
  /external/llvm/test/Transforms/Inline/
2003-09-14-InlineValue.ll 11 define i32 @Caller() {
  /external/llvm/test/Transforms/PruneEH/
recursivetest.ll 12 define i32 @caller() {
  /external/llvm/test/Transforms/SCCP/
2004-11-16-DeadInvoke.ll 5 define void @caller() {
apint-bigarray.ll 11 define i10000 @caller()
  /external/skia/include/ports/
SkTypeface_mac.h 24 * corresponding typeface for the specified CTFontRef. The caller must call
  /libcore/luni/src/main/java/java/security/acl/
Owner.java 33 * @param caller
41 boolean addOwner(Principal caller, Principal owner)
47 * @param caller
58 boolean deleteOwner(Principal caller, Principal owner)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
43 * tables to check if an invitation currently exists for the caller
45 * fails, the caller then sends an ANNOUNCE message causing the server
49 * address and the caller and callee client programs establish a
67 int32_t pid; /* caller's process id */
69 char l_name[NAME_SIZE];/* caller's name */
92 #define DELETE 2 /* delete invitation by caller */
93 #define ANNOUNCE 3 /* announce invitation by caller */
99 #define MACHINE_UNKNOWN 3 /* caller's machine name unknown */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
43 * tables to check if an invitation currently exists for the caller
45 * fails, the caller then sends an ANNOUNCE message causing the server
49 * address and the caller and callee client programs establish a
67 int32_t pid; /* caller's process id */
69 char l_name[NAME_SIZE];/* caller's name */
92 #define DELETE 2 /* delete invitation by caller */
93 #define ANNOUNCE 3 /* announce invitation by caller */
99 #define MACHINE_UNKNOWN 3 /* caller's machine name unknown */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
43 * tables to check if an invitation currently exists for the caller
45 * fails, the caller then sends an ANNOUNCE message causing the server
49 * address and the caller and callee client programs establish a
67 int32_t pid; /* caller's process id */
69 char l_name[NAME_SIZE];/* caller's name */
92 #define DELETE 2 /* delete invitation by caller */
93 #define ANNOUNCE 3 /* announce invitation by caller */
99 #define MACHINE_UNKNOWN 3 /* caller's machine name unknown */
  /external/oprofile/libpp/
callgraph_container.cpp 3 * Container associating symbols and caller/caller symbols
44 // we store {caller,callee} inside a single u64
125 /// temporary caller and callee data held during processing
134 /// point to a caller symbol
152 // caller but different callees, and due to the
172 cverb << vdebug << hex << "Caller sym: "
248 /// accumulate all samples for a given caller/callee pair
287 add(symbol_entry const & caller, symbol_entry const * callee,
290 cg_data & data = sym_map[caller];
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 304 // The AudioPlaybackHandler will be destroyed by the caller.
418 public SpeechItem(Object caller, int callerUid, int callerPid, Bundle params) {
419 mCallerIdentity = caller;
493 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid, Bundle params) {
494 super(caller, callerUid, callerPid, params);
798 public int speak(IBinder caller, String text, int queueMode, Bundle params) {
799 if (!checkNonNull(caller, text, params)) {
803 SpeechItem item = new SynthesisSpeechItem(caller,
809 public int synthesizeToFileDescriptor(IBinder caller, String text, ParcelFileDescriptor
811 if (!checkNonNull(caller, text, fileDescriptor, params))
1000 IBinder caller = (IBinder) cookie; local
    [all...]
  /external/chromium/base/
version.h 30 // Caller is responsible for freeing the Version object once done.
33 // Creates a copy of this version. Caller takes ownership.
  /external/chromium/chrome/browser/chromeos/login/
auth_response_handler.h 28 // Caller takes ownership of return value.
31 // Starts the fetch and returns the fetcher, so the the caller can handle
  /external/chromium/chrome/browser/extensions/
convert_web_app.h 33 // unpacked in the system temp dir. Returns a valid extension that the caller
37 // NOTE: The caller takes ownership of the directory at extension->path() on the
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.h 23 // unpacked in the system temp dir. Returns a valid extension that the caller
27 // NOTE: The caller takes ownership of the directory at extension->path() on the
convert_web_app.h 34 // unpacked in the system temp dir. Returns a valid extension that the caller
38 // NOTE: The caller takes ownership of the directory at extension->path() on the
  /external/chromium_org/components/url_matcher/
string_pattern.h 19 // IDs are returned to the caller of SubstringSetMatcher::Match() or
20 // RegexMatcher::MatchURL() to help the caller to figure out what

Completed in 1302 milliseconds

1 2 3 45 6 7 8 91011>>