HomeSort by relevance Sort by last modified time
    Searched defs:FORWARD (Results 1 - 25 of 35) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
runtime_numeric_diff_cost_function.h 52 // to start and only after that works, trying forward difference.
66 FORWARD,
74 // Forward difference or central difference is selected with CENTRAL or FORWARD.
75 // The relative eps, which determines the step size for forward and central
  /external/chromium_org/ui/aura/client/
user_action_client.h 20 FORWARD,
  /external/chromium_org/ash/
focus_cycler.h 27 FORWARD,
shell.h 170 FORWARD,
  /external/chromium_org/ash/wm/
window_cycle_controller.h 30 FORWARD,
window_cycle_list.h 24 FORWARD,
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 27 FORWARD, BACKWARD;
68 return LogicalDirection.FORWARD;
72 return LogicalDirection.FORWARD;
  /external/chromium_org/ash/wm/overview/
window_selector.h 46 FORWARD,
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.h 114 FORWARD,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 47 FORWARD,
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 47 FORWARD,
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.cpp 40 static const int32_t FORWARD = UTRANS_FORWARD;
146 if (dir == FORWARD) {
147 SingleID* b = specsToID(specsB, FORWARD);
148 single = specsToID(specsA, FORWARD);
163 SingleID* a = specsToID(specsA, FORWARD);
164 single = specsToID(specsB, FORWARD);
181 if (dir == FORWARD) {
182 single = specsToID(specsA, FORWARD);
224 SingleID* single = specsToID(specs, FORWARD);
245 * added to the canonID, either at the end, if dir is FORWARD, o
    [all...]
  /external/icu4c/i18n/
tridpars.cpp 40 static const int32_t FORWARD = UTRANS_FORWARD;
146 if (dir == FORWARD) {
147 SingleID* b = specsToID(specsB, FORWARD);
148 single = specsToID(specsA, FORWARD);
163 SingleID* a = specsToID(specsA, FORWARD);
164 single = specsToID(specsB, FORWARD);
181 if (dir == FORWARD) {
182 single = specsToID(specsA, FORWARD);
224 SingleID* single = specsToID(specs, FORWARD);
245 * added to the canonID, either at the end, if dir is FORWARD, o
    [all...]
  /external/libpcap/
pcap1.h 146 FORWARD =3,
  /external/ceres-solver/include/ceres/
types.h 382 FORWARD
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 180 enum Direction { FORWARD, BACKWARD };
206 if (direction == FORWARD) __ add(src, Immediate(0x40));
212 if (direction == FORWARD) __ add(dst, Immediate(0x40));
222 if (direction == FORWARD) __ add(src, Immediate(0x20));
226 if (direction == FORWARD) __ add(dst, Immediate(0x20));
233 if (direction == FORWARD) __ add(src, Immediate(0x10));
236 if (direction == FORWARD) __ add(dst, Immediate(0x10));
349 MemMoveEmitMainLoop(&masm, &move_last_15, FORWARD, MOVE_ALIGNED);
361 MemMoveEmitMainLoop(&masm, &move_last_15, FORWARD, MOVE_UNALIGNED);
379 FORWARD, MOVE_UNALIGNED)
577 Label forward; local
    [all...]
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 56 // Standard Linux mouse buttons for going back and forward.
447 client::UserActionClient::FORWARD);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 32 var FORWARD = 'forward';
125 return value == FORWARD || value == BACKWARD;
685 '<span class=' + g_history.dashboardSpecificState.sortOrder + '>' + (g_history.dashboardSpecificState.sortOrder == FORWARD ? '&uarr;' : '&darr;' ) + '</span>' : '';
761 if (sortValue == g_history.dashboardSpecificState[sort] && g_history.dashboardSpecificState[orderKey] == FORWARD)
764 order = FORWARD;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 66 // Standard Linux mouse buttons for going back and forward.
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 601 * Compose the Kana transliterator forward and reverse and try
617 * Compose the hex transliterators forward and reverse.
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 602 * Compose the Kana transliterator forward and reverse and try
618 * Compose the hex transliterators forward and reverse.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 131 public static final int FORWARD = 2;
202 // If this is a reply/forward then this extra will hold the original message
204 // If this is a reply/forward then this extra will hold a uri we must query
350 return createActionIntent(launcher, account, messageUri, FORWARD);
390 public static void forward(Context launcher, Account account, Message message) { method in class:ComposeActivity
391 launch(launcher, account, message, FORWARD, null, null, null, null, null /* extraValues */);
396 launch(launcher, account, message, FORWARD,
543 case UIProvider.DraftType.FORWARD:
544 action = FORWARD;
563 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 3410 protected void forward(QueuedInputEvent q) { method in class:ViewRootImpl.InputStage
3511 protected void forward(QueuedInputEvent q) { method in class:ViewRootImpl.AsyncInputStage
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 

Completed in 2096 milliseconds

1 2