HomeSort by relevance Sort by last modified time
    Searched refs:After (Results 126 - 150 of 171) sorted by null

1 2 3 4 56 7

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 71 import org.junit.After;
112 @After public void tearDown() throws Exception {
    [all...]
ResponseCacheTest.java 65 import org.junit.After;
108 @After public void tearDown() throws Exception {
743 // At least three request/response pairs are required because after the first request is cached
    [all...]
URLConnectionTest.java 81 import org.junit.After;
119 @After public void tearDown() throws Exception {
182 fail("Set header after connect");
187 fail("Set header after connect");
425 MockResponse responseAfter = new MockResponse().setBody("This comes after a busted connection");
434 // Give the server time to enact the socket policy if it's one that could happen after the
441 assertContent("This comes after a busted connection", connection2);
443 // Check that a fresh connection was created, either immediately or after attempting reuse.
567 // ...which remains after we read the response body...
571 // ...and after we disconnect
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 37 ; filter coeffs to make them u8. Then, use vmlsl for negtive coeffs. After multiplication,
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 101 * after "BookmarkManager_NavigateTo_" in UMA dashboard.
113 * Adds an event listener to a node that will remove itself after firing once.
205 // After the list reloads, edit the desired bookmark.
421 * @param {Function=} opt_f Function to call after the state has been updated.
745 // After the list is loaded we should select the revealed item.
839 * Refreshes search results after delete or undo-delete.
959 // Callback is called after tree and list data model updated.
1029 * This function is used to select items after a user action such as paste, drop
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js 127 After: "after"
    [all...]
  /external/chromium_org/sync/syncable/
directory.cc 179 // Avoids mem leaks on failure. Harmlessly deletes the empty hash map after
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 700 // in series with incrementing RIDs. After the first event, a set of iframes
701 // begins loading RIDs n, n+1, ..., n+k-1; after the second event, these get
1096 // Hide notifications after fade out, so we can't focus on links via keyboard.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 92 * processed in place. After processing, it will still be a valid
528 // jsvalues, so it needs to be evaluated *after*
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 92 * processed in place. After processing, it will still be a valid
498 // jsvalues, so it needs to be evaluated *after*
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 96 * Callback list to be invoked after initialization.
97 * It turns to null after initialization.
165 * Register callback to be invoked after initialization.
402 // After creating.
volume_manager.js 255 // After file system is mounted, we "read" drive grand root
457 // TODO(hidehiko): Remove them after the migration.
550 // But volumes reported by onMountCompleted events must be added after the
file_operation_manager.js 537 // TODO(hidehiko): After we support recursive copy, we don't need this.
619 * @param {boolean} deleteAfterCopy Whether the delete original files after
714 // TODO(hidehiko): Delete after copy is the implementation of Move.
781 // deleted just after copying.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js 590 // This should be removed after the bug is fixed.
746 // After the bug is fixed, we should check event.touches.
877 // On cut, we clear the clipboard after the file is pasted/moved so we don't
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 5 // LiveEdit feature implementation. The script should be executed after
231 // we have to manually erase all links right after compile.
268 // After sorting update outer_index field using old_index_map. Also
498 // We carelessly do not check whether we stay inside the chunk after
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 62 end before or after packet decode expects.
268 belonging to the Vorbis stream. In Vorbis I, all packets after the
426 After decoupling, in order, each pair of vectors on the coupling list,
436 data is decoded from the raw packet, or it can be generated after
528 calculating PCM offsets; after the first frame, the proper PCM output
04-codec.tex 268 After reading mode descriptions, setup header decode is complete.
601 calculating PCM offsets; after the first frame, the proper PCM output
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 213 // The timer is stopped on m_domAgent destruction, so this method will never be called after m_domAgent has been destroyed.
379 if (element->pseudoElement(AFTER))
380 unbind(element->pseudoElement(AFTER), nodesMap);
    [all...]
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /dalvik/docs/
prettify.js     [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 16 * @param {function(...string)=} opt_callback A function to invoke after
298 // Note that this way has some timing issue. After existing check,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/iproute2/doc/
ip-cref.tex 311 \verb|ip| aborts immediately after any of the changes have failed.
376 after the \verb|@| sign. This means that this device is bound to some other
769 the address is still valid. After \verb|preferred_lft| expires the address is
770 moved to the deprecated state. After \verb|valid_lft| expires the address
816 *** Flush is complete after 1 round ***
825 after you enabled forwarding or disabled autoconfiguration.
    [all...]

Completed in 2460 milliseconds

1 2 3 4 56 7