Home
last modified time | relevance | path

Searched refs:gone (Results 1 – 25 of 93) sorted by relevance

1234

/external/guice/core/test/com/google/inject/example/
DClientServiceWithFactories.java77 private boolean gone = false; field in ClientServiceWithFactories.MockService
80 gone = true; in go()
84 return gone; in isGone()
DClientServiceWithDependencyInjection.java81 private boolean gone = false; field in ClientServiceWithDependencyInjection.MockService
84 gone = true; in go()
88 return gone; in isGone()
DClientServiceWithGuiceDefaults.java70 private boolean gone = false; field in ClientServiceWithGuiceDefaults.MockService
73 gone = true; in go()
77 return gone; in isGone()
DClientServiceWithGuice.java74 private boolean gone = false; field in ClientServiceWithGuice.MockService
77 gone = true; in go()
81 return gone; in isGone()
/external/valgrind/gdbserver_tests/
Dnlgone_return.vgtest3 prog: gone
9 argsB: --quiet -l 60 --nx ./gone
Dnlgone_abrt.vgtest3 prog: gone
9 argsB: --quiet -l 60 --nx ./gone
Dnlgone_exit.vgtest4 prog: gone
11 argsB: --quiet -l 60 --nx ./gone
Dnlgone_return.stdinB.gdb5 # see program is gone
Dnlgone_abrt.stdinB.gdb7 # see program is gone
Dnlgone_exit.stdinB.gdb10 # see program is gone with exit code
/external/apache-http/src/org/apache/http/conn/scheme/
DSchemeRegistry.java163 Scheme gone = registeredSchemes.remove(name); in unregister() local
164 return gone; in unregister()
/external/clang/test/Modules/
Dsignal.m7 // The dead symlink is still around, but the underlying lock file is gone.
/external/llvm/test/CodeGen/PowerPC/
Dand_add.ll11 ;; dead once add is gone.
/external/v8/src/
Dd8-posix.cc88 int gone = 0; in WaitOnFD() local
93 gone = static_cast<int>(seconds * 1000 + in WaitOnFD()
95 if (gone >= total_timeout) return false; in WaitOnFD()
103 (total_timeout != -1 && total_timeout - gone < read_timeout)) { in WaitOnFD()
104 read_timeout = total_timeout - gone; in WaitOnFD()
/external/autotest/client/site_tests/hardware_TrimIntegrity/
Dcontrol14 This test will write 1 GB of data and verify that trimmed data are gone and
Dcontrol.full_disk16 This test will fill the internal disk and verify that trimmed data are gone and
Dcontrol.quick16 This test will write 16 MB of data and verify that trimmed data are gone and
/external/curl/tests/data/
Dtest62730 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test627.txt
Dtest61230 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test612.txt
Dtest61033 perl %SRCDIR/libtest/test610.pl gone %PWD/log/test610.dir
Dtest60832 perl %SRCDIR/libtest/test610.pl gone %PWD/log/file608.txt move %PWD/log/file608-renamed.txt %PWD/lo…
/external/autotest/server/site_tests/network_WiFi_DisconnectReason/
Dcontrol.ap_gone25 disconnect_trigger='AP gone',
/external/llvm/test/Transforms/MemCpyOpt/
Dcallslot_aa.ll18 ; Check that the noalias for "dst" was removed by checking that the metadata is gone
/external/fio/examples/
Dssd-steadystate.fio15 # whatever data you have on there will be gone.
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/
DDoSFilter-mbean.properties8 …rack of request rates for a connection, before deciding that the user has gone away, and discardin…

1234