HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 201 - 225 of 10091) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/main/java/java/nio/channels/
SocketChannel.java 33 * After connecting it by calling {@code connect(SocketAddress)}, it will remain
73 * This channel is created by calling {@code openSocketChannel()} of the
97 * if another thread interrupts the calling thread while this
98 * operation is executing. The calling thread will have the
159 * by calling {@code finishConnect()}.
180 * if another thread interrupts the calling thread while this
181 * operation is in progress. The calling thread will have the
218 * if another thread interrupts the calling thread while this
219 * operation is in progress. The calling thread has the
247 * if another thread interrupts the calling thread while thi
    [all...]
  /libcore/luni/src/main/java/java/sql/
ClientInfoStatus.java 21 * An enumeration to describe the reason why a property cannot be set by calling
  /ndk/tests/device/bitfield/jni/
func.c 9 printf("Calling printf to trash r0..r3\n");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardCommonArguments.java 24 // Argument used to pass calling activities to the target activity or service.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 34 /** Determines if the calling process has access to its own voicemails. */
39 /** Determines if the calling process has access to all voicemails. */
89 /** Determines if the calling process has the given permission. */
91 // We need to check against both the calling or self permission in order for the Contacts
  /cts/tests/tests/jni/libjnitest/
helper.h 44 * style. The returned string should be freed by calling free().
55 * be freed by calling free().
  /external/chromium/base/memory/
ref_counted.cc 24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
68 "calling Release()";
  /external/chromium/chrome/browser/extensions/
extension_test_api.h 46 // Sends a reply back to the calling extension. Many extensions don't need
63 // Tests that set configuration state do so by calling
  /external/chromium/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 28 // before calling directly.
34 // before calling directly.
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 37 // Sets the pixbuf that we pass to cairo. Calling UsePixbuf() only derefs the
39 // the X server occurs at SetSource() time. Calling UsePixbuf() should only
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.h 21 // Normally you will create this class by calling BrowserFrame::Create.
28 // separate to avoid recursive calling of the frame from its
  /external/chromium_org/base/memory/
ref_counted.cc 24 DCHECK(in_dtor_) << "RefCounted object deleted without calling Release()";
68 "calling Release()";
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 28 // before calling directly.
34 // before calling directly.
  /external/chromium_org/content/browser/worker_host/
worker_document_set.cc 49 // Note this idiom is somewhat tricky - calling document_set_.erase(iter)
51 // bump the iterator beyond the item being removed before calling erase.
  /external/chromium_org/net/cert/
mock_cert_verifier.h 20 // by calling set_default_result() to change the default return value for
21 // Verify() or by calling one of the AddResult*() methods to specifically
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
geocoding_data.h 51 // Returns a sorted array of country calling codes.
54 // Returns the number of country calling codes in
  /external/chromium_org/tools/gyp/test/cflags/
gyptest-cflags.py 38 # We clear the environ after calling gyp. When the auto-regeneration happens,
57 # We clear the environ after calling gyp. When the auto-regeneration happens,
  /external/chromium_org/tools/gyp/test/cxxflags/
gyptest-cxxflags.py 34 # We clear the environ after calling gyp. When the auto-regeneration happens,
53 # We clear the environ after calling gyp. When the auto-regeneration happens,
  /external/chromium_org/v8/test/mjsunit/
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
29 // a regular expression as a function corresponds to calling it's exec
  /external/clang/test/CodeGenCXX/
noexcept.cpp 4 // Ensure that we call __cxa_begin_catch before calling
32 // (Calling this destructor is not technically required.)
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
overflow-in-qsort.cc 22 printf("Calling QsortCallback\n");
29 printf("Calling qsort\n");
  /external/eigen/doc/
TopicMultithreading.dox 17 Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this bahavior by calling \code setNbThreads(0); \endcode
30 In the case your own application is multithreaded, and multiple threads make calls to Eigen, then you have to initialize Eigen by calling the following routine \b before creating the threads:
  /external/llvm/lib/Target/PowerPC/
PPCCallingConv.td 1 //===- PPCCallingConv.td - Calling Conventions for PowerPC -*- tablegen -*-===//
10 // This describes the calling conventions for the PowerPC 32- and 64-bit
20 // Return Value Calling Convention
72 // This calling convention puts vector arguments always on the stack. It is used
79 // In contrast to CC_PPC32_SVR4_VarArg, this calling convention first tries to
89 // Helper "calling convention" to handle aggregate by value arguments.
91 // of the caller. This calling convention is only used to assign those stack
97 // the CC_PPC32_SVR4 calling convention.
  /external/v8/test/mjsunit/
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
29 // a regular expression as a function corresponds to calling it's exec
  /external/valgrind/main/drd/tests/
recursive_mutex.stderr.exp-linux 8 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
20 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.

Completed in 2114 milliseconds

1 2 3 4 5 6 7 891011>>