HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 1051 - 1075 of 10314) sorted by null

<<41424344454647484950>>

  /external/chromium_org/ppapi/cpp/
graphics_3d.h 155 /// always undefined after calling SwapBuffers(). The contents of the color
162 /// executed on the calling thread after the color buffer has been composited
180 /// Note that the same error code may also be obtained by calling GetError().
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.h 47 // |Abort()| is different and not correct; calling |PostAbort()| additionally
95 // Sets a task that is run just before calling back into the plugin. This
174 // Task to run just before calling back into the plugin.
  /external/chromium_org/third_party/icu/source/common/unicode/
putil.h 86 * This function is not thread-safe. Use it before calling ICU APIs from
101 * platform documentation on setlocale() before calling this function.
113 * platform documentation on setlocale() before calling this function.
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter.h 90 // The mode of operation is selected by calling either
92 // Use of the stream prior to calling either of these functions will
94 // Calling one of these functions causes SSL negotiation to begin as
thread_unittest.cc 269 // Test that calling Release on a thread causes it to self-destruct when
291 // Try calling functors.
297 // Try calling bare functions.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 247 /* Updated by calling svga_update_state( SVGA_STATE_HW_CLEAR )
272 /* Updated by calling svga_update_state( SVGA_STATE_HW_DRAW )
288 /* Updated by calling svga_update_state( SVGA_STATE_NEED_SWTNL )
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
SingleFieldBuilder.java 103 * calling {@link Message.Builder#buildPartial} on it. If no message has
131 * builder is created on demand by calling {@link Message#toBuilder}.
140 // therefore setting the builder itself to clean without actually calling
  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 25 the stack or calling delete) if getRefCnt() > 1.
92 * be called right before calling through to inherited internal_dispose()
93 * or before calling the destructor.
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig.h 78 * GR_GL_FULL_READPIXELS_FASTER_THAN_PARTIAL: Set this to 1 if calling
79 * glReadPixels to read the entire framebuffer is faster than calling it with
85 * amounts to ensuring the error is GL_NO_ERROR, calling the allocating
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 41 * Specify the surface to be used by this canvas. Calling setSurface will
51 * Specify a NotificationClient to be used by this canvas. Calling
56 * by calling setNotificationClient(NULL) if it is destroyed before
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 177 // we reset this to false before calling onDecode
194 // we reset this to false before calling onDecodeSubset
204 // we reset this to false before calling onBuildTileIndex
  /external/chromium_org/ui/views/controls/menu/
menu.h 169 // Unless the icon is empty, calling this function forces the Menu class
194 // needs an icon. Calling this function forces the Menu class to draw
211 // Sets an icon for an item with a given item_id. Calling this function
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
BoneContext.java 38 /** Created bone (available after calling 'buildBone' method). */
40 /** Bone's pose transform (available after calling 'buildBone' method). */
199 * @return built bone (available after calling 'buildBone' method)
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 247 /* Updated by calling svga_update_state( SVGA_STATE_HW_CLEAR )
272 /* Updated by calling svga_update_state( SVGA_STATE_HW_DRAW )
288 /* Updated by calling svga_update_state( SVGA_STATE_NEED_SWTNL )
  /external/openssh/
OVERVIEW 113 calling ssh_login.
147 mode by calling server_loop in serverloop.c. This does the real
148 work, calling functions in other modules.
  /external/skia/include/core/
SkRefCnt.h 25 the stack or calling delete) if getRefCnt() > 1.
92 * be called right before calling through to inherited internal_dispose()
93 * or before calling the destructor.
  /external/skia/include/gpu/gl/
GrGLConfig.h 78 * GR_GL_FULL_READPIXELS_FASTER_THAN_PARTIAL: Set this to 1 if calling
79 * glReadPixels to read the entire framebuffer is faster than calling it with
85 * amounts to ensuring the error is GL_NO_ERROR, calling the allocating
  /external/skia/include/utils/
SkDeferredCanvas.h 41 * Specify the surface to be used by this canvas. Calling setSurface will
51 * Specify a NotificationClient to be used by this canvas. Calling
56 * by calling setNotificationClient(NULL) if it is destroyed before
  /external/skia/src/images/
SkImageDecoder.cpp 177 // we reset this to false before calling onDecode
194 // we reset this to false before calling onDecodeSubset
204 // we reset this to false before calling onBuildTileIndex
  /external/v8/src/
compilation-cache.h 129 // 2. The shared function info of the calling function.
133 // non-strict code even if the calling function is a strict mode function.
136 // 4. The start position of the calling scope.
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 201 * Destroyes this buffer immediately. Calling this method frees up any
202 * underlying native resources. After calling this method, this buffer
246 * <p>Calling this method will throw an <code>IllegalStateException</code> if
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 31 * so that any slowness with preparing or loading doesn't block the calling thread.
155 * Calling this before another audio file is done playing will stop
181 * at this point. Calling this multiple times has no ill effects.
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
BridgeInflater.java 116 // Wrap the real exception in a ClassNotFoundException, so that the calling method
137 // Wrap the real exception in an InflateException so that the calling
234 // only apply the cookie of the calling node (<include>) if we are at the
  /frameworks/native/include/gui/
Surface.h 200 // that gets queued. It is set by calling setCrop.
204 // buffers that get queued. It is set by calling setScalingMode.
208 // buffer that gets queued. It is set by calling setTransform.
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 128 // This intentionally calls super.performOperation -- calling our performOperation
129 // will simply end up calling super.performOperation anyway. This is part of the transition
168 // our version of perfomOperation so calling that function would infinite loop.

Completed in 1452 milliseconds

<<41424344454647484950>>