HomeSort by relevance Sort by last modified time
    Searched refs:future (Results 101 - 125 of 160) sorted by null

1 2 3 45 6 7

  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 644 // >10sec in the future (due to clock skew), drag them back to avoid
648 EntryFile[] future = null; local
650 future = tail.toArray(new EntryFile[tail.size()]);
658 if (future != null) {
659 for (EntryFile late : future) {
  /build/target/product/
mini.mk 36 com.android.future.usb.accessory
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 22 # Note that this file may end up being parsed several times in future
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 98 public void run(AccountManagerFuture<Boolean> future) {
105 if (future.getResult() == true) {
  /device/asus/grouper/
device-common.mk 95 com.android.future.usb.accessory \
  /device/moto/wingray/
device_base.mk 89 com.android.future.usb.accessory \
  /external/bluetooth/bluez/tools/
hciattach_ti.c 82 uint8_t future[24]; member in struct:bts_header
  /device/samsung/tuna/
device.mk 193 com.android.future.usb.accessory
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 49 NPError NP_GetValue(void *future, NPPVariable variable, void *value);
434 NP_GetValue(void* /*future*/, NPPVariable variable, void *value)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 384 upon the current and future input symbols, but it has determined that
392 the multiple possible paths to follow by checking a number of future input
  /external/zlib/contrib/pascal/
zlibpas.pas 46 reserved: LongInt; (* reserved for future use *)
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 499 public void run(AccountManagerFuture<Bundle> future) {
501 Bundle result = future.getResult();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 223 public void run(AccountManagerFuture<Bundle> future) {
224 if (future.isCancelled()) {
228 Bundle result = future.getResult();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 52 be executed by a token rewrite stream at some time in future when the stream is
  /external/e2fsprogs/lib/blkid/
probe.h 206 __u32 future; member in struct:cramfs_super_block
662 * to allowr for stripe alignment in the future
723 /* future expansion */
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 648 $slurp =~ s/^.*modification time .*in the future.*\n//gm;
  /device/samsung/crespo/
device_base.mk 166 com.android.future.usb.accessory
  /external/chromium/chrome/browser/resources/net_internals/
util.js 111 * extended in the future.
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 3544 SettableFuture<V> future = SettableFuture.create(); local
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 41 reserved: Longint; // reserved for future use
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 35 import java.util.concurrent.Future;
575 public static Future<TestSSLHandshakeCallbacks> handshake(final ServerSocket listener,
578 Future<TestSSLHandshakeCallbacks> future = executor.submit( local
613 return future;
649 Future<TestSSLHandshakeCallbacks> client = handshake(listener, 0, true, cHooks, null);
650 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null);
685 Future<TestSSLHandshakeCallbacks> client = handshake(listener, 0, true, cHooks, null);
686 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null);
730 Future<TestSSLHandshakeCallbacks> client = handshake(listener, 0, true, cHooks, null)
    [all...]
  /ndk/build/core/
build-binary.mk 21 # We may want to introduce support for host modules in the future
  /external/iproute2/doc/
api-ip6-flowlabels.tex 129 as temporary hacks, but not as standard of the future.
ip-tunnels.tex 425 but this probably will change in future.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
regexp-dna.js     [all...]

Completed in 1560 milliseconds

1 2 3 45 6 7