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

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.h 62 // -- Caller owns the newly allocated metadata
68 // -- Caller owns the newly allocated metadata
  /frameworks/base/libs/hwui/
Fence.h 28 * commands stream. The caller can then wait for the fence to be signaled
53 * Destroys the fence. Any caller waiting on the fence will be
  /frameworks/base/services/java/com/android/server/os/
SchedulingPolicyService.java 43 // Verify that caller is mediaserver, priority is in range, and that the
45 // Once we've verified that the caller is mediaserver, we can trust the pid but
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetBind.java 41 // The caller has requested that we bind a given bitmap to a specific
43 // This is dangerous because the caller could set bitmaps on
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempFile.java 33 * <code>BufferedInputStream</code> by the caller. If the implementing
46 * <code>BufferedOutputStream</code> by the caller. If the implementing
  /system/core/include/log/
logprint.h 104 * entry allocated by caller. Pointers will point directly into buf
127 * If return value != defaultBuffer, caller must call free()
  /external/chromium_org/v8/src/
accessors.cc 872 JSFunction* caller; local
874 caller = it.next();
875 if (caller == NULL) return isolate->heap()->null_value();
876 } while (caller->shared()->is_toplevel());
878 // If caller is a built-in function and caller's caller is also built-in,
880 JSFunction* potential_caller = caller;
882 caller = potential_caller;
885 if (!caller->shared()->native() && potential_caller != NULL)
    [all...]
  /art/runtime/entrypoints/portable/
portable_dexcache_entrypoints.cc 42 // Called when caller isn't guaranteed to have access to a type and the dex cache may be
  /art/runtime/mirror/
dex_cache-inl.h 28 // Hide resolution trampoline methods from the caller
  /bootable/recovery/edify/
expr.h 69 // evaluate it, return the resulting Value. The caller takes
75 // char*. The caller takes ownership of the returned char*. This is
147 // The caller is responsible for freeing the returned array and the
153 // The caller is responsible for freeing the returned array and the
  /cts/tests/tests/security/src/android/security/cts/
IntentSenderRemovalTest.java 26 * Make sure the DebugIntentSender activity, which allows privilege escalation of intent caller
  /dalvik/vm/
AllocTracker.h 52 * refers to newly-allocated storage that must be freed by the caller.
  /dalvik/vm/compiler/codegen/x86/
LowerReturn.cpp 30 //will jump to "gotoBail" if caller method is NULL or if debugger is active
49 //update rFP to caller stack frame
52 //get caller method by accessing the stack save area
59 //get clazz of caller method
  /dalvik/vm/native/
java_lang_Throwable.cpp 52 RETURN_PTR(NULL); /* could throw NPE; currently caller will do so */
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /development/ndk/platforms/android-9/include/android/
asset_manager_jni.h 30 * object. Note that the caller is responsible for obtaining and holding a VM reference
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb 47 Call.convert_backtrace( caller( depth + 1 ) )
  /external/bison/lib/
msvc-nothrow.h 22 functions like fprintf(), dup2(), or close() crash when the caller passes
  /external/bison/src/
scan-code.h 100 * - \c self will become invalid if the caller frees \c code before invoking
115 * - \c self will become invalid if the caller frees \c code before invoking
134 * - The caller frees \c code before invoking \c code_props_translate_code
136 * - The caller frees \c rule.
  /external/checkpolicy/
queue.h 47 return to its caller.
  /external/chromium/base/
foundation_utils_mac.h 32 // and cf_object is autoreleased, balancing out the caller's ownership claim.
lazy_instance.cc 20 // Caller must create instance
  /external/chromium/base/memory/
scoped_native_library.h 42 // caller must manage the lifetime of the handle.
scoped_nsobject.h 19 // in reset()), it takes over the caller's existing ownership claim. The
20 // caller must own the object it gives to scoped_nsobject<>, and relinquishes
43 // We intentionally do not check that object != object_ as the caller must
116 // We intentionally do not check that object != object_ as the caller must
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.h 26 // Ownership of |icon| remains with the caller (it's probably a shared

Completed in 2100 milliseconds

<<11121314151617181920>>