HomeSort by relevance Sort by last modified time
    Searched defs:manual (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 3 var manual = 0; // single stepping variable
81 if (!manual) {
111 if (manual || inner_loop_enabled == 0) {
171 } else if (manual) {
179 if (!manual) {
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc 1118 TemplateURL* manual = AddKeywordWithDate( local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 553 ManualCompaction manual; local
554 manual.level = level;
555 manual.done = false;
557 manual.begin = NULL;
560 manual.begin = &begin_storage;
563 manual.end = NULL;
566 manual.end = &end_storage;
570 while (!manual.done) {
574 manual_compaction_ = &manual;
576 while (manual_compaction_ == &manual) {
    [all...]
  /external/smack/src/org/jivesoftware/smack/
Roster.java 44 * <li>{@link SubscriptionMode#manual manual} -- manually process all subscription requests.</li>
163 * If using the manual mode, a PacketListener should be registered that
178 * If using the manual mode, a PacketListener should be registered that
833 manual enum constant in enum:Roster.SubscriptionMode
    [all...]

Completed in 2723 milliseconds