HomeSort by relevance Sort by last modified time
    Searched defs:exchange (Results 1 - 25 of 36) sorted by null

1 2

  /external/skia/src/core/
SkExchange.h 15 // std::exchange is in C++14
17 inline static T exchange(T& obj, U&& new_val) { function in namespace:skstd
  /external/pdfium/
update_pdfium.py 105 def exchange(currentDir, newDir, oldDir): function
127 exchange(targetDir, newDir, oldDir)
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/
ExchangeAttachment.java 16 package com.android.mail.providers.protos.exchange;
  /packages/services/Telephony/src/com/android/phone/
ProcessOutgoingCallTest.java 71 String exchange = number.substring(length - 7, length - 4); local
72 Log.v(TAG, "exchange = " + exchange);
73 if (exchange.equals("555")) {
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 143 // exchange sends a query on the connection and hopes for a response.
144 func exchange(ctx context.Context, server, name string, qtype uint16, timeout time.Duration) (*dnsMsg, error) { func
156 // exchanges happen before TCP-based exchange.
193 msg, err := exchange(ctx, server, name, qtype, cfg.timeout)
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 143 // exchange sends a query on the connection and hopes for a response.
144 func exchange(ctx context.Context, server, name string, qtype uint16, timeout time.Duration) (*dnsMsg, error) { func
156 // exchanges happen before TCP-based exchange.
193 msg, err := exchange(ctx, server, name, qtype, cfg.timeout)
  /external/bison/lib/
getopt.c 137 /* Exchange two adjacent subsequences of ARGV.
147 exchange (char **argv, struct _getopt_data *d)
154 /* Exchange the shorter segment with the far end of the longer segment.
400 exchange them so that the options come first. */
404 exchange ((char **) argv, d);
418 then exchange with previous non-options as if it were an option,
427 exchange ((char **) argv, d);
144 exchange (char **argv, struct _getopt_data *d) function
    [all...]
  /external/libusb/examples/getopt/
getopt.c 293 /* Exchange two adjacent subsequences of ARGV.
303 static void exchange (char **);
307 exchange (argv)
315 /* Exchange the shorter segment with the far end of the longer segment.
566 exchange them so that the options come first. */
569 exchange ((char **) argv);
583 then exchange with previous non-options as if it were an option,
591 exchange ((char **) argv);
304 exchange (argv) function
  /libcore/ojluni/src/main/java/java/util/concurrent/
Exchanger.java 42 * {@link #exchange exchange} method, matches with a partner thread,
66 * currentBuffer = exchanger.exchange(currentBuffer);
79 * currentBuffer = exchanger.exchange(currentBuffer);
92 * successfully exchange objects via an {@code Exchanger}, actions
93 * prior to the {@code exchange()} in each thread
95 * those subsequent to a return from the corresponding {@code exchange()}
105 * Overview: The core algorithm is, for an exchange "slot",
135 * able to exchange items. That is, we cannot completely partition
164 * while trying to exchange. By nature of the above algorithm, th
558 public V exchange(V x) throws InterruptedException { method in class:Exchanger
612 public V exchange(V x, long timeout, TimeUnit unit) method in class:Exchanger
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 306 /* Exchange two adjacent subsequences of ARGV.
316 static void exchange (char **);
320 exchange (char **argv)
327 /* Exchange the shorter segment with the far end of the longer segment.
566 exchange them so that the options come first. */
569 exchange ((char **) argv);
583 then exchange with previous non-options as if it were an option,
591 exchange ((char **) argv);
317 exchange (char **argv) function
  /art/compiler/optimizing/
code_generator_mips.cc 1430 bool exchange = IsInt<16>(static_cast<int32_t>(frame_size)); local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 978 bool exchange = (last_instruction != 0 && local
4274 bool exchange = CanExchangeWithSlt(rs, rt); local
4684 bool exchange = IsInt<16>(static_cast<int32_t>(frame_size)); local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 192 kDNSType_KX, // 36 Key Exchange
723 typedef packedstruct { mDNSu16 preference; domainname exchange; } rdataMX; variable
    [all...]
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 338 milliseconds

1 2