HomeSort by relevance Sort by last modified time
    Searched full:after (Results 726 - 750 of 38973) sorted by null

<<21222324252627282930>>

  /external/testng/src/test/java/test/configuration/
SuiteTest.java 15 // System.out.println("AFTER SUITE CHILD");
  /external/testng/src/test/java/test/tmp/
ChildTest.java 15 ppp("CHILD AFTER TEST");
ParentTest.java 15 ppp("PARENT AFTER TEST");
  /external/toolchain-utils/binary_search_tool/android/
cleanup.sh 6 # It should be the last script called by the user, after the user has
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
cleanup.sh 6 # It should be the last script called by the user, after the user has
  /external/valgrind/gdbserver_tests/
mcbreak.stdinB.gdb 10 echo Bizarre the oldpc has not changed after step\n
14 echo old_pc has changed after step\n
51 print whoami("after next: inferior call pushed from mcbreak.stdinB.gdb")
67 # print whoami("after error: inferior call pushed from mcbreak.stdinB.gdb")
mcclean_after_fork.vgtest 1 # test cleanup of break and watchpoints after fork
  /external/valgrind/massif/tests/
peak.c 9 p = malloc(16); // 'free' calls result in peaks, but after that,
  /external/valgrind/memcheck/tests/
clo_redzone_128.stderr.exp 4 Address 0x........ is 69 bytes after a block of size 128 alloc'd
  /external/valgrind/none/tests/scripts/
shell.stdout.exp 11 no space after #!
  /external/vboot_reference/tests/tpm_lite/
tpmtest_timing.c 25 struct timeval before, after; \
34 gettimeofday(&after, NULL); \
35 time = (int) ((after.tv_sec - before.tv_sec) * 1000 + \
36 (after.tv_usec - before.tv_usec) / 1000); \
  /external/webrtc/tools/valgrind-webrtc/gtest_exclude/
rtc_unittests.gtest-memcheck.txt 5 # TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
  /external/xmlrpcpp/src/
XmlRpcUtil.h 30 //! Returns contents between <tag> and </tag>, updates offset to char after </tag>
33 //! Returns true if the tag is found and updates offset to the char after the tag
36 //! Returns the next tag and updates offset to the char after the tag, or empty string
41 //! and updates offset to the char after the tag
  /frameworks/native/libs/vr/libvrsensor/include/private/dvr/
latency_model.h 10 // window_size measurements and return their average after that.
  /frameworks/wilhelm/tools/mphtogen/
README.txt 2 You need to do this after modifying any of the MPH-related files.
  /hardware/qcom/msm8996/original-kernel-headers/video/
msm_hdmi_hdcp_mgr.h 22 enum MSG_ID { /* List of functions expected to be called after it */
  /libcore/support/src/test/java/tests/http/
SocketPolicy.java 25 * Keep the socket open after the response. This is the default HTTP/1.1
31 * Close the socket after the response. This is the default HTTP/1.0
54 * Shutdown the socket input after sending the response. For testing bad
60 * Shutdown the socket output after sending the response. For testing bad
  /packages/apps/CarrierConfig/res/xml/
vendor.xml 4 file is read after any specific config file from the assets folder, so it
  /packages/apps/Dialer/java/com/android/incallui/wifi/res/values/
strings.xml 4 <!-- Button to enable Wi-Fi calling. This is displayed in a dialog after a phone call disconnects
  /packages/apps/Email/provider_src/com/android/email/service/
EmailUpgradeBroadcastReceiver.java 10 * disables this receiver after it runs.
  /packages/apps/Launcher3/src/com/android/launcher3/
SimpleOnStylusPressListener.java 9 * Simple listener that performs a long click on the view after a stylus button press.
  /platform_testing/tests/example/instrumentation/src/android/test/example/helloworld/
HelloWorldTest.java 22 import org.junit.After;
51 @After
52 public void after() { method in class:HelloWorldTest
53 Log.d(TAG, "after()");
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_bsd.go 9 // Possible certificate files; stop after finding one.
root_solaris.go 7 // Possible certificate files; stop after finding one.
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
example_test.go 47 fmt.Println("After 1st request:")
56 fmt.Println("After 2nd request:")
61 // After 1st request:
63 // After 2nd request:

Completed in 1037 milliseconds

<<21222324252627282930>>