Searched refs:START (Results 51 - 75 of 104) sorted by relevance

12345

/external/chromium_org/build/android/
H A Dadb_gdb99 START=
159 START=true
653 if [ "$START" ]; then
810 if [ "$START" ]; then
956 echo "### START $COMMANDS"
/external/openssh/
H A Dbuildpkg.sh.in125 START=`pwd`
126 FAKE_ROOT=$START/pkg
659 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
670 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
/external/chromium_org/v8/src/
H A Dlog.h301 enum StartEnd { START, END }; enumerator in enum:v8::internal::Logger::StartEnd
314 if (FLAG_log_internal_timer_events) LogTimerEvent(START);
H A Dlithium-allocator.cc760 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
924 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
1081 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())->
1190 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op,
1202 pos.IsInstructionStart() ? LGap::START : LGap::END, chunk()->zone());
1306 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
/external/chromium_org/base/test/
H A Dsequenced_task_runner_test_template.h31 enum Type { POST, START, END }; enumerator in enum:base::internal::TaskEvent::Type
109 // 2) Events for an individual tasks occur in the order {POST, START, END},
111 // 3) The only events between a task's START and END events are the POSTs of
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.h214 enum EPositionType { START, END, BASE, EXTENT }; enumerator in enum:WebCore::FrameSelection::EPositionType
H A DFrameSelection.cpp704 pos = nextLinePosition(pos, lineDirectionPointForBlockDirectionNavigation(START));
708 pos = nextParagraphPosition(endForPlatform(), lineDirectionPointForBlockDirectionNavigation(START));
867 pos = previousLinePosition(startForPlatform(), lineDirectionPointForBlockDirectionNavigation(START));
870 pos = previousParagraphPosition(startForPlatform(), lineDirectionPointForBlockDirectionNavigation(START));
953 // Note: the START position type is arbitrary because it is unused, it would be
955 LayoutUnit x = lineDirectionPointForBlockDirectionNavigation(START);
1034 xPos = lineDirectionPointForBlockDirectionNavigation(direction == DirectionUp ? START : END);
1103 case START:
/external/clang/include/clang/AST/
H A DDeclBase.h89 #define DECL_RANGE(BASE, START, END) \
90 first##BASE = START, last##BASE = END,
91 #define LAST_DECL_RANGE(BASE, START, END) \
92 first##BASE = START, last##BASE = END
/external/elfutils/libelf/
H A Dgelf_xlate.c155 #define START(Bits, Name, EName) \ macro
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ttls.c30 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator in enum:eap_ttls_data::__anon28322
48 case START:
49 return "START";
318 data->state = START;
451 case START:
H A Deap_server_fast.c34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator in enum:eap_fast_data::__anon28302
78 case START:
79 return "START";
429 data->state = START;
864 case START:
H A Deap_server_peap.c36 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator in enum:eap_peap_data::__anon28312
63 case START:
64 return "START";
179 data->state = START;
504 case START:
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c30 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator in enum:eap_ttls_data::__anon28552
48 case START:
49 return "START";
318 data->state = START;
451 case START:
H A Deap_server_fast.c34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator in enum:eap_fast_data::__anon28532
78 case START:
79 return "START";
429 data->state = START;
864 case START:
H A Deap_server_peap.c36 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator in enum:eap_peap_data::__anon28542
63 case START:
64 return "START";
179 data->state = START;
504 case START:
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c30 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator in enum:eap_ttls_data::__anon28784
48 case START:
49 return "START";
318 data->state = START;
451 case START:
H A Deap_server_fast.c34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator in enum:eap_fast_data::__anon28764
78 case START:
79 return "START";
429 data->state = START;
864 case START:
H A Deap_server_peap.c36 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator in enum:eap_peap_data::__anon28774
63 case START:
64 return "START";
179 data->state = START;
504 case START:
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen_impl.h153 START, enumerator in enum:FormatParser::TokenStatus
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp792 enum StateType {START, IN_NUM, IN_VAR_FIRST, IN_VAR, IN_QUOTE, IN_QUOTE_BSLASH, IN_BSLASH, IN_STRING, DONE}; enumerator in enum:Scanner::StateType
818 state = START;
822 if (c == 0 && state != START){//avoid buffer overflow. for IN_QUOE, IN_ESCAPE
827 case START:
850 break; // START
857 if (isWhiteSpace(c)){ // state = START; //do nothing
862 break;//START
/external/icu4c/i18n/
H A Ddtptngen_impl.h154 START, enumerator in enum:FormatParser::TokenStatus
/external/icu4c/test/intltest/
H A Dwbnf.cpp792 enum StateType {START, IN_NUM, IN_VAR_FIRST, IN_VAR, IN_QUOTE, IN_QUOTE_BSLASH, IN_BSLASH, IN_STRING, DONE}; enumerator in enum:Scanner::StateType
818 state = START;
822 if (c == 0 && state != START){//avoid buffer overflow. for IN_QUOE, IN_ESCAPE
827 case START:
850 break; // START
857 if (isWhiteSpace(c)){ // state = START; //do nothing
862 break;//START
/external/oprofile/utils/
H A Dopcontrol713 START=yes
917 if test "$START" != "yes" -a "$START_DAEMON" != "yes"; then
1769 if test "$START" = "yes"; then
/external/v8/src/
H A Dlithium-allocator.cc749 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
904 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
1058 label->GetOrCreateParallelMove(LGap::START)->
1161 gap->GetOrCreateParallelMove(LGap::START)->AddMove(pred_op, cur_op);
1172 pos.IsInstructionStart() ? LGap::START : LGap::END);
1273 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h197 START, enumerator in enum:brw_wm_compile::__anon12786

Completed in 949 milliseconds

12345