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

1 2 3 45 6 7 8 91011>>

  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 83 * Calling waitForCompletion after calling stopPlaybackOrRecord will lead into blocking
84 * the calling thread for some time.
  /external/freetype/include/freetype/
ftgzip.h 72 * The source stream must be opened _before_ calling this function.
74 * Calling the internal function `FT_Stream_Close' on the new stream will
82 * automatically handled when calling @FT_New_Face or @FT_Open_Face.
ftlzw.h 69 * The source stream must be opened _before_ calling this function.
71 * Calling the internal function `FT_Stream_Close' on the new stream will
79 * automatically handled when calling @FT_New_Face or @FT_Open_Face.
  /external/llvm/lib/Target/MBlaze/
MBlazeCallingConv.td 1 //===- MBlazeCallingConv.td - Calling Conventions for MBlaze -*- tablegen -*-=//
9 // This describes the calling conventions for MBlaze architecture.
13 // MBlaze ABI Calling Convention
  /external/llvm/lib/Target/R600/
AMDGPUCallingConv.td 1 //===---- AMDCallingConv.td - Calling Conventions for Radeon GPUs ---------===//
10 // This describes the calling conventions for the AMD Radeon GPUs.
17 // Calling convention for SI
  /external/qemu/
qobject.h 19 * is strong, you are responsible for calling QDECREF() on the reference
27 * by calling a function, you are no longer responsible for calling
  /external/webrtc/src/system_wrappers/interface/
event_wrapper.h 32 // Releases threads who are calling Wait() and has started waiting. Please
33 // note that a thread calling Wait() will not start waiting immediately.
43 // Puts the calling thread into a wait state. The thread may be released
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
Mixer.h 35 LVM_INT32 Alpha; /* Time constant. Set by calling application. Can be changed at any time */
36 LVM_INT32 Target; /* Target value. Set by calling application. Can be changed at any time */
38 LVM_INT16 CallbackSet; /* Boolean. Should be set by calling application each time the target value is updated */
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
StopWatchMap.java 46 "Calling start with StopWatch already running");
54 "Calling stop with StopWatch already stopped");
96 "Calling stop with unknown stopWatchName: " + stopWatchName);
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
VibratorServicePermissionTest.java 43 * Test that calling {@link android.os.IVibratorService#vibrate(long)} requires permissions.
58 * Test that calling {@link android.os.IVibratorService#vibratePattern(long[],
74 * Test that calling {@link android.os.IVibratorService#cancelVibrate()} requires permissions.
  /dalvik/tests/030-bad-finalizer/
info.txt 14 Calling exit(2)
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 15 * the text is retrieved by calling a native
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.as 22 // we dup every node, so don't have to worry about calling dup; short-
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.js 20 // we dup every node, so don't have to worry about calling dup; short-
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SignerWithRecovery.java 26 * be the first update method called, and calling it will result in the signer assuming
  /external/chromium/base/memory/
ref_counted_memory.cc 36 // STL will assert if we do front() on an empty vector, but calling code
  /external/chromium/chrome/browser/content_settings/
stub_settings_observer.cc 30 // This checks that calling a Get function from an observer doesn't
  /external/chromium/chrome/browser/
icon_manager_linux.cc 14 // in this method, or reworking callers to avoid calling it on the UI thread.
  /external/chromium/chrome/browser/ui/cocoa/applescript/
element_applescript.mm 13 // calling objectSpecifier asks an object to return an object specifier
  /external/chromium/chrome/browser/ui/cocoa/
background_gradient_view.h 22 // is set up correctly in your graphics context before calling.
  /external/chromium/net/base/
dns_reload_timer.cc 29 // Keep a timer per calling thread to rate limit the calling of res_ninit.
32 // Check if the timer for the calling thread has expired. When no
33 // timer exists for the calling thread, create one.
  /external/clang/test/Analysis/diagnostics/
no-prune-paths.c 15 // expected-note@-2 {{Calling 'helper'}}
  /external/clang/test/SemaTemplate/
instantiate-try-catch.cpp 25 } catch(Exception e) { // expected-error{{calling a private constructor of class 'PR10232::Templated<int>::Exception'}}
  /external/expat/lib/
expat_external.h 20 XMLCALL - The calling convention to use for all calls across the
33 compiled with the cdecl calling convention as the default since
43 one calling convention, we need to extend this definition to
49 pre-processor and how to specify the same calling convention as the
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 50 * <p>If {@code e} is an {@code InterruptedException}, the calling
53 * wishes to swallow the interrupt, it can do so by calling
70 * calling {@code mapException}.
98 * calling {@code mapException}.

Completed in 527 milliseconds

1 2 3 45 6 7 8 91011>>