HomeSort by relevance Sort by last modified time
    Searched full:sometimes (Results 126 - 150 of 3071) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 17 # Sometimes, destroy() is called twice
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 56 # XXX Sometimes we could be cleverer, e.g. apply(f, (x, y) + t)
  /external/okhttp/
concurrency.md 31 We can't rely on application threads to read data from the socket. Application threads are transient: sometimes they're reading and writing and sometimes they're off doing application-layer things. But the socket is permanent, and it needs constant attention: we dispatch all incoming frames so the connection is good-to-go when the application layer needs it.
41 Sometimes there's an action required like calling the application layer or responding to a ping, and the thread discovering the action is not the thread that should do the work. We enqueue a runnable on this executor and it gets handled by one of the executor's threads.
  /external/jdiff/src/jdiff/
Comments.java 522 * tag.equalsIgnoreCase("tr") || // Is sometimes minimized
523 * tag.equalsIgnoreCase("th") || // Is sometimes minimized
524 * tag.equalsIgnoreCase("td") || // Is sometimes minimized
525 * tag.equalsIgnoreCase("dt") || // Is sometimes minimized
526 * tag.equalsIgnoreCase("dd") || // Is sometimes minimized
527 * tag.equalsIgnoreCase("img") || // Is sometimes minimized
528 * tag.equalsIgnoreCase("code") || // Is sometimes minimized (error)
529 * tag.equalsIgnoreCase("font") || // Is sometimes minimized (error)
530 * tag.equalsIgnoreCase("ul") || // Is sometimes minimized
531 * tag.equalsIgnoreCase("ol") || // Is sometimes minimize
    [all...]
  /external/valgrind/main/helgrind/
hg_basics.h 65 /* Enable/disable lock order checking. Sometimes it produces a lot of
72 (regtesting) this is sometimes important. */
117 1: "auto": (the default): VTS pruning is sometimes done after VTS
  /art/runtime/gc/collector/
immune_region.h 36 // the zygote, image spaces, and sometimes non moving spaces. Doing the ContainsObject check is
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityActivityTestCase.java 103 // of each type within a timeout. Hence, sometimes the window
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
MaybeNull.java 23 * Helper set of methods for dealing with objects that are sometimes {@code null}.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 21 // sometimes resync does not consume a token (when LT(1) is
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 6 // sometimes resync does not consume a token (when LT(1) is
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ToolMessage.java 36 * Sometimes you need to pass in a filename or something to say it is "bad".
  /external/bison/lib/
error.h 57 /* Sometimes we want to have at most one error per line. This
  /external/chromium_org/build/android/
developer_recommended_flags.gypi 52 # set clang to 1, but Android stack traces will sometimes be incomplete.
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.h 70 // account (sometimes called a service account) associated with this device
  /external/chromium_org/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa_unittest.mm 76 // The elided label sometimes is a few pixels longer than the max width. So
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
bookmarks.html 26 (sometimes called a <em>group</em>).
  /external/chromium_org/components/google/core/browser/
google_url_tracker_infobar_delegate.h 72 // which then outlives this object. Sometimes after this point, other classes
  /external/chromium_org/components/omnibox/
url_prefix.h 45 // needed because sometimes the string we're matching against here can come
  /external/chromium_org/content/browser/gamepad/
gamepad_standard_mappings.cc 45 // number when nothing is depressed, except on start up, sometimes it's 0.0
  /external/chromium_org/content/browser/indexed_db/
indexed_db_blob_info.h 61 std::string uuid_; // Always for Blob; sometimes for File.
  /external/chromium_org/content/public/test/
test_browser_thread_bundle.h 15 // destruction. Sometimes a test needs to drain currently enqueued tasks
  /external/chromium_org/crypto/
ec_signature_creator_openssl.cc 77 // NOTE: Can't really check for equality here since sometimes the value
  /external/chromium_org/sandbox/linux/seccomp-bpf/
die.h 55 // Sometimes we need to disable all informational messages (e.g. from within
  /external/chromium_org/sync/engine/
directory_update_handler.h 69 // Sometimes there is nothing to do, so we can return without doing anything.
  /external/chromium_org/testing/gtest/src/
gtest-all.cc 34 // Sometimes it's desirable to build Google Test by compiling a single file.

Completed in 1298 milliseconds

1 2 3 4 56 7 8 91011>>