HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 226 - 250 of 6241) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/http/
mock_sspi_library_win.h 17 // the system SSPI library calls.
102 // |QuerySecurityPackageInfo()| calls and the return values for those
103 // calls.
  /external/chromium/sdch/open-vcdiff/packages/deb/
control 39 This library is needed to compile code that calls open-vcdiff, an encoder and
49 calls the open-vcdiff decoder for the VCDIFF (RFC 3284) format.
58 calls the open-vcdiff encoder for the VCDIFF (RFC 3284) format.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 101 // calls #1
104 // calls #2
107 // calls #3
  /external/llvm/include/llvm/Support/
Threading.h 22 /// applications in the JIT, but will not be safe for concurrent calls to the
24 /// THIS MUST EXECUTE IN ISOLATION FROM ALL OTHER LLVM API CALLS.
29 /// THIS MUST EXECUTE IN ISOLATION FROM ALL OTHER LLVM API CALLS.
  /external/llvm/test/CodeGen/ARM/
call-tc.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mattr=+vfp2 -arm-tail-calls | FileCheck %s -check-prefix=CHECKV6
2 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic -mattr=+vfp2 -arm-tail-calls | FileCheck %s -check-prefix=CHECKELF
3 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-tail-calls | FileCheck %s -check-prefix=CHECKT2D
  /external/tcpdump/
pmap_prot.h 63 * Calls the procedure on the local machine. If it is not registered,
65 * This procedure only is supported on rpc/udp and calls via
69 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
  /external/webkit/Source/WebCore/plugins/
PluginMainThreadScheduler.cpp 76 void PluginMainThreadScheduler::dispatchCallsForPlugin(NPP npp, const Deque<Call>& calls)
78 Deque<Call>::const_iterator end = calls.end();
79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) {
  /frameworks/base/include/media/stagefright/
HardwareAPI.h 34 // the OMX node should operate as normal, and expect UseBuffer calls to set its
41 // UseAndroidNativeBuffer calls (via OMX_SetParameter) rather than UseBuffer
42 // calls for that port.
  /packages/apps/Contacts/src/com/android/contacts/calllog/
IntentProvider.java 26 import android.provider.CallLog.Calls;
62 Calls.CONTENT_URI_WITH_VOICEMAIL, rowId));
105 Calls.CONTENT_URI_WITH_VOICEMAIL, id));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
pmap_prot.h 69 * Calls the procedure on the local machine. If it is not registered,
71 * This procedure only is supported on rpc/udp and calls via
75 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
  /sdk/emulator/qtools/
coverage.cpp 38 // into decreasing number of calls.
124 // Sort the symbols into decreasing number of calls
129 // Ignore functions with non-zero calls
  /external/wpa_supplicant/
wpa_supplicant.h 24 * enum wpa_event_type - Event type for wpa_supplicant_event() calls
122 * struct wpa_driver_ops::add_pmkid() calls.
140 * union wpa_event_data - Additional data for wpa_supplicant_event() calls
146 * This structure is optional for EVENT_ASSOC calls and required for
147 * EVENT_ASSOCINFO calls. By using EVENT_ASSOC with this data, the
149 * calls.
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 284 CallLog.Calls.CONTENT_URI,
285 new String[] { CallLog.Calls.NUMBER },
286 CallLog.Calls.TYPE + "=" + CallLog.Calls.OUTGOING_TYPE,
288 CallLog.Calls.DEFAULT_SORT_ORDER + " LIMIT 1");
292 int column = cursor.getColumnIndexOrThrow(CallLog.Calls.NUMBER);
  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 55 * previous calls to this method, the new call "consumes" output
56 * after all the output covered by the previous calls.
  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 55 * previous calls to this method, the new call "consumes" output
56 * after all the output covered by the previous calls.
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 22 * The straightforward implementation requires 3 calls to functions
23 * that return a result in r0. We can do it with two calls if our
  /development/pdk/docs/porting/
camera.jd 59 <p>The following diagram illustrates the sequence of function calls and actions necessary for your camera to preview.</p>
65 <p>The following diagram illustrates the sequence of function calls and actions necessary for your camera to take a picture.</p>
  /external/chromium/base/
at_exit.h 37 // The dtor calls all the registered callbacks. Do not try to register more
45 // Calls the functions registered with RegisterCallback in LIFO order. It
md5.h 24 // calls to MD5Update():
49 // Initializes the given MD5 context structure for subsequent calls to
message_loop_proxy_impl.cc 45 // may be deleted by ~AtExitManager when a WorkerPool thread calls this
62 // may be deleted by ~AtExitManager when a WorkerPool thread calls this
  /external/chromium/chrome/browser/extensions/
external_extension_loader.h 19 // Instances are created on the UI thread and expect public method calls from
39 // It is the responsibility of the caller to ensure that calls to
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils.h 22 // child process to do decryption on OS X, and calls through directly
62 // On Non-OSX platforms FFUnitTestDecryptorProxy simply calls through to
importer_bridge.h 62 // For InProcessImporters this calls l10n_util. For ExternalProcessImporters
63 // this calls the set of strings we've ported over to the external process.
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.h 36 // Calls Notify().
51 // Cache of value from user pref store (set between Get() and Notify() calls).
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.h 47 // Requests profile data for a specific address. Calls into WebUI with the
52 // Requests profile data for a specific credit card. Calls into WebUI with the

Completed in 1438 milliseconds

1 2 3 4 5 6 7 8 91011>>