HomeSort by relevance Sort by last modified time
    Searched full:caller (Results 401 - 425 of 8335) sorted by null

<<11121314151617181920>>

  /external/lzma/CPP/Windows/
FileSystem.cpp 74 PULARGE_INTEGER lpFreeBytesAvailable, // bytes available to caller
81 PULARGE_INTEGER lpFreeBytesAvailable, // bytes available to caller
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.h 39 * Subclass this to add caller-specific data
60 * Called at end of input program to allow caller to append extra
  /external/mesa3d/src/mesa/main/
shaderobj.c 160 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller)
163 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
170 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
174 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
402 const char *caller)
405 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
412 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller);
416 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller);
shaderobj.h 60 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller);
82 const char *caller);
  /external/proguard/src/proguard/io/
DataEntryWriter.java 44 * Returns an output stream for writing data. The caller must not close
55 * Returns an output stream for writing data. The caller must not close
  /external/skia/gm/
drawatlas.cpp 14 static SkImage* MakeAtlas(SkCanvas* caller, const SkRect& target) {
16 SkAutoTUnref<SkSurface> surface(caller->newSurface(info));
  /external/skia/include/effects/
SkLayerRasterizer.h 45 * The caller is responsible for calling unref() on the returned object, if non NULL.
59 * The caller is responsible for calling unref() on the returned object, if non NULL.
  /external/skia/include/utils/
SkCanvasStateUtils.h 48 * to reconstruct the canvas. The caller is responsible for calling
62 * identical to the captured canvas. The caller is responsible for
  /external/skia/src/gpu/batches/
GrVertexBatch.h 35 /** Returns the allocated storage for the vertices. The caller should populate the before
55 and on sucess a pointer to the vertex data that the caller should populate before
  /external/v8/src/
bignum-dtoa.h 41 // might be too short in which case the caller has to fill the gaps with '0's.
51 // which case the caller has to fill the missing digits with '0's.
  /external/v8/test/webkit/
dfg-inline-function-dot-caller.js 25 "Tests that DFG inlining does not brak function.arguments.caller."
42 f=f.arguments.callee.caller;
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
RtpSender.java 45 // from the caller, and will auto-dispose of it when no longer needed.
46 // |takeOwnership| should only be used if the caller owns the track; it is
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_send_test_oldapi.h 48 // exceeded. Ownership of the packet is handed over to the caller.
67 // object is transferred to the caller.
  /frameworks/av/include/drm/
DrmRights.h 28 * Caller can instantiate DrmRights by invoking DrmRights(const DrmBuffer&, String)
30 * Caller can also instantiate DrmRights using the file path which contains rights information.
  /frameworks/base/core/java/android/content/res/
ConstantState.java 41 * Create a new instance without supplying resources the caller
49 * density of their caller (that is depending on whether it is
  /frameworks/base/libs/hwui/renderthread/
RenderTask.h 41 * suicide in run() but instead relies on the caller to destroy it.
61 // Takes ownership of task, caller owns lock and signal
  /frameworks/base/services/core/java/com/android/server/os/
SchedulingPolicyService.java 43 // Verify that the caller uid is permitted, priority is in range,
46 // Once we've verified that the caller uid is permitted, we can trust the pid but
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 48 * Looks up caller information for the given phone number.
124 * Drawable representing the caller image. This is essentially
137 * Bitmap representing the caller image which has possibly lower
170 * @return the CallerInfo which contains the caller id for the given
299 * @param contactRef the URI used to lookup caller id
300 * @return the CallerInfo which contains the caller id for the given
311 Rlog.e(TAG, "Error getting caller info.", re);
319 * for the matching caller id info.
321 * @param number the phone number used to lookup caller id
322 * @return the CallerInfo which contains the caller id for the give
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/interfaces/
PBEKey.java 51 * the caller's responsibility to zero out the password information after
62 * the caller's responsibility to zero out the salt information after
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
TicketPool.java 41 * Acquires and returns the specified number of tickets. The caller owns all
58 * Attempts to acquire and return a ticket. The caller owns the resulting
  /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/TV/src/com/android/tv/
MainActivityWrapper.java 75 void notifyCurrentChannelChange(@NonNull MainActivity caller, @Nullable Channel channel) {
76 if (mActivity == caller) {
  /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
  /prebuilts/go/darwin-x86/src/os/
exec.go 66 // Getpid returns the process id of the caller.
69 // Getppid returns the process id of the caller's parent.
  /prebuilts/go/linux-x86/src/os/
exec.go 66 // Getpid returns the process id of the caller.
69 // Getppid returns the process id of the caller's parent.

Completed in 646 milliseconds

<<11121314151617181920>>