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

1 2 3 4

  /external/ceres-solver/internal/ceres/
numeric_diff_functor_test.cc 68 typedef NumericDiffFunctor<EasyFunctor, FORWARD, 3, 5, 5>
78 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
83 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
106 typedef NumericDiffFunctor<TranscendentalFunctor, FORWARD, 2, 5, 5>
116 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
121 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
numeric_diff_cost_function_test.cc 65 FORWARD,
71 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
91 FORWARD,
97 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
117 FORWARD,
123 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
143 FORWARD,
149 functor.ExpectCostFunctionEvaluationIsNearlyCorrect(*cost_function, FORWARD);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 54 iptables -P FORWARD DROP
56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
p2p-action.sh 81 iptables -P FORWARD DROP
83 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
84 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
94 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
95 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
  /external/chromium_org/ash/wm/
window_cycle_controller_unittest.cc 72 controller->HandleCycleWindow(WindowCycleController::FORWARD);
80 controller->HandleCycleWindow(WindowCycleController::FORWARD);
97 Shell::GetInstance()->RotateFocus(Shell::FORWARD);
101 controller->HandleCycleWindow(WindowCycleController::FORWARD);
118 controller->HandleCycleWindow(WindowCycleController::FORWARD);
132 controller->HandleCycleWindow(WindowCycleController::FORWARD);
138 controller->HandleCycleWindow(WindowCycleController::FORWARD);
142 controller->HandleCycleWindow(WindowCycleController::FORWARD);
146 controller->HandleCycleWindow(WindowCycleController::FORWARD);
172 controller->HandleCycleWindow(WindowCycleController::FORWARD);
    [all...]
window_cycle_controller.h 31 FORWARD,
window_cycle_list.cc 146 // We're in a valid cycle, so step forward or backward.
147 current_index_ += direction == WindowCycleController::FORWARD ? 1 : -1;
  /external/chromium_org/ash/
focus_cycler.h 25 FORWARD,
focus_cycler_unittest.cc 139 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
154 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
158 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
162 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
212 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
216 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
220 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
233 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
237 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
241 focus_cycler()->RotateFocus(FocusCycler::FORWARD);
    [all...]
focus_cycler.cc 67 if (direction == FORWARD)
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 29 FORWARD {
38 return FORWARD;
162 LogicalDirection forward = LogicalDirection.FORWARD; local
163 if (toPhysicalDirection(physicalDirection.axis(), forward) == physicalDirection) {
164 return forward;
166 return forward.reverse();
176 case FORWARD:
184 case 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/icu/icu4c/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...]
  /development/scripts/
reverse_tether.sh 160 sudo iptables -P FORWARD ACCEPT
165 sudo iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
166 sudo iptables -A FORWARD -m state --state NEW -i $HOST_DEV -j ACCEPT
167 sudo iptables -P FORWARD DROP
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.cc 201 direction_(FORWARD),
234 direction_ = FORWARD;
247 if (direction_ != FORWARD) {
266 direction_ = FORWARD;
347 if (direction_ == FORWARD) {
383 if (direction_ == FORWARD)
392 if (direction_ == FORWARD &&
leveldb_transaction.h 109 enum Direction { FORWARD, REVERSE };
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 77 case FORWARD: return "forward";
300 case Graph::Edge::FORWARD:
372 edge->type = Edge::FORWARD;
388 edge->type = Edge::FORWARD;
nv50_ir_graph.h 47 FORWARD,
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 77 case FORWARD: return "forward";
300 case Graph::Edge::FORWARD:
372 edge->type = Edge::FORWARD;
388 edge->type = Edge::FORWARD;
nv50_ir_graph.h 47 FORWARD,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageModification.java 90 * @param forward true if the message is forwarded
92 public static void putForward(ContentValues values, boolean forward) {
93 values.put(MessageColumns.DRAFT_TYPE, DraftType.FORWARD);
  /external/ceres-solver/include/ceres/
types.h 397 FORWARD
  /external/libpcap/
pcap1.h 150 FORWARD =3,
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 157 public static final int FORWARD = 2;
242 // If this is a reply/forward then this extra will hold the original message
244 // If this is a reply/forward then this extra will hold a uri we must query
413 return createActionIntent(launcher, account, messageUri, FORWARD);
454 public static void forward(Context launcher, Account account, Message message) { method in class:ComposeActivity
455 launch(launcher, account, message, FORWARD, null, null, null, null, null /* extraValues */);
460 launch(launcher, account, message, FORWARD,
688 case UIProvider.DraftType.FORWARD:
689 action = FORWARD;
708 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) {
    [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 107 enum Direction { FORWARD, BACKWARD };
133 if (direction == FORWARD) __ add(src, Immediate(0x40));
139 if (direction == FORWARD) __ add(dst, Immediate(0x40));
149 if (direction == FORWARD) __ add(src, Immediate(0x20));
153 if (direction == FORWARD) __ add(dst, Immediate(0x20));
160 if (direction == FORWARD) __ add(src, Immediate(0x10));
163 if (direction == FORWARD) __ add(dst, Immediate(0x10));
275 MemMoveEmitMainLoop(&masm, &move_last_15, FORWARD, MOVE_ALIGNED);
287 MemMoveEmitMainLoop(&masm, &move_last_15, FORWARD, MOVE_UNALIGNED);
305 FORWARD, MOVE_UNALIGNED)
    [all...]

Completed in 863 milliseconds

1 2 3 4