HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 276 - 300 of 826) sorted by null

<<11121314151617181920>>

  /external/autotest/client/cros/cellular/
base_station_pxt.py 141 def Start(self):
182 start = time.time()
184 while time.time() - start <= timeout:
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 38 const char *Start, const char *&Beg, const char *E,
43 const OptionalAmount Amt = ParsePositionAmount(H, Start, Beg, E,
83 const char *Start = nullptr;
86 // Look for a '%' character that indicates the start of a format specifier.
95 Start = I++; // Record the start of the format specifier.
101 if (!Start)
107 H.HandleIncompleteSpecifier(Start, E - Start);
112 if (ParseArgPosition(H, FS, Start, I, E)
    [all...]
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 84 void Start() {
  /external/clang/tools/clang-format/
ClangFormat.cpp 56 LineRanges("lines", cl::desc("<start line>:<end line> - format a range of\n"
121 // Parses <start line>:<end line> input to a pair of line numbers.
150 errs() << "error: invalid <start line>:<end line> pair\n";
154 errs() << "error: start line should be less than end line\n";
157 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1);
159 if (Start.isInvalid() || End.isInvalid())
161 unsigned Offset = Sources.getFileOffset(Start);
180 SourceLocation Start =
190 End = Start.getLocWithOffset(Lengths[i]);
194 unsigned Offset = Sources.getFileOffset(Start);
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 40 SourceLocation Start = Loc.getBegin();
42 std::string C(SM.getCharacterData(Start),
46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid);
49 unsigned CCol = SM.getSpellingColumnNumber(Start, &Invalid);
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc 85 CrashGenerationServer::Start()
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 120 static void Start(Options *options) {
227 Start(&options);
  /external/libchrome/base/threading/
thread.cc 56 // Only bind the sequence on Start(): the state is constant between
57 // construction and Start() and it's thus valid for Start() to be called on
67 bool Thread::Start() {
135 bool result = Start();
167 // enable this check, until then synchronization with Start() via
  /external/libchrome/base/timer/
timer.h 21 // timer_.Start(FROM_HERE, TimeDelta::FromSeconds(1),
39 // other words, Reset is shorthand for calling Stop and then Start again with
75 // Construct a timer in repeating or one-shot mode. Start or SetTaskInfo must
108 // Start the timer to run at the given |delay| from now. If the timer is
110 virtual void Start(const tracked_objects::Location& posted_from,
119 // the timer is not running, this will start it by posting a task.
225 // This is here to work around the fact that Timer::Start is "hidden" by the
226 // Start definition below, rather than being overloaded.
227 // TODO(tim): We should remove uses of BaseTimerMethodPointer::Start below
228 // and convert callers to use the base::Closure version in Timer::Start,
    [all...]
  /external/libchrome/base/trace_event/
trace_buffer.cc 320 void TraceResultBuffer::Start() {
  /external/libtextclassifier/util/utf8/
unilib-icu.cc 117 const int found_start = Start(status);
138 const int find_offset = matcher_->start(0, icu_status);
167 int UniLib::RegexMatcher::Start(int* status) const {
168 return Start(/*group_idx=*/0, status);
171 int UniLib::RegexMatcher::Start(int group_idx, int* status) const {
178 const int result = matcher_->start(group_idx, icu_status);
192 text_.countChar32(/*start=*/last_find_offset_,
220 text_.countChar32(/*start=*/last_find_offset_,
  /external/libusb/libusb/os/
haiku_pollfs.cpp 346 USBRoster::Start()
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 472 const char *const *Start = &StandardNames[0];
480 Start, End, funcName, [](const char *LHS, StringRef RHS) {
484 F = (LibFunc::Func)(I - Start);
    [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 73 if (SlotIndex::isSameInstr(Def, S->start)) {
74 assert(S->valno->def == S->start && "Inconsistent existing value def");
81 Def = std::min(Def, S->start);
82 if (Def != S->start)
83 S->start = S->valno->def = Def;
86 assert(SlotIndex::isEarlierInstr(Def, S->start) && "Already live at def");
126 if (MergeTo != segments().end() && MergeTo->start <= I->end &&
137 /// by I to start at the specified endpoint. To do this, we should
148 S->start = NewStart;
154 } while (NewStart <= MergeTo->start);
    [all...]
SafeStackColoring.cpp 57 // Compute the set of start/end markers per basic block.
111 << (M.IsStart ? "start " : "end ") << M.AllocaNo << ", "
200 SmallVector<unsigned, 8> Start;
201 Start.resize(NumAllocas);
203 // LiveIn ranges start at the first instruction.
207 Start[AllocaNo] = BBStart;
220 Start[AllocaNo] = InstNo;
224 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], InstNo);
233 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], BBEnd);
  /external/llvm/lib/Support/
ConvertUTFWrapper.cpp 216 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Source.data());
219 if (!isLegalUTF8String(&Start, End))
230 const UTF32 *Start = reinterpret_cast<const UTF32 *>(Source.data());
236 if (ConvertUTF32toUTF8(&Start, End, &ResultPtr, ResultEnd,
  /external/llvm/lib/TableGen/
TGLexer.cpp 125 // If this is the start of a // comment, skip until the end of the line or
140 // Allow identifiers to start with a number if it is followed by
366 // Start of a nested comment?
461 const char *Start = CurPtr++;
467 StringSwitch<tgtok::TokKind>(StringRef(Start, CurPtr - Start))
486 return Kind != tgtok::Error ? Kind : ReturnError(Start-1, "Unknown operator");
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 36 StringRef::const_iterator Start;
41 : Start(Source.begin()), CurPtr(Source.begin()), End(Source.end()) {}
125 StringRef::const_iterator Start = Lex.getPosition();
126 SMLoc Loc = SMLoc::getFromPointer(Start - 1);
130 FatalError(SMLoc::getFromPointer(Start), "unterminated markup tag");
132 StringRef RawTag(Start, Lex.getPosition() - Start - 1);
163 // A "<<" is output as a literal '<' and does not start a markup tag.
171 // Do any special handling for the start of a tag.
  /external/perfetto/src/base/
watchdog_posix.cc 81 void Watchdog::Start() {
90 // Kick the thread to start running but only on Android or Linux.
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 77 void Subprocess::Start(const string& program, SearchMode search_mode) {
155 GOOGLE_CHECK(child_handle_ != NULL) << "Must call Start() first.";
292 void Subprocess::Start(const string& program, SearchMode search_mode) {
352 GOOGLE_CHECK_NE(child_stdin_, -1) << "Must call Start() first.";
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 79 thread_ = CreateThread(NULL, 0, &Start, this, 0, NULL);
81 pthread_create(&thread_, NULL, &Start, this);
115 static DWORD WINAPI Start(LPVOID arg) {
117 static void* Start(void* arg) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableIntervalMap.h 23 int64_t Start;
27 Interval(int64_t S, int64_t E) : Start(S), End(E) {}
29 int64_t getStart() const { return Start; }
192 /// ImmutableIntervalMap maps an interval [start, end] to a value. The intervals
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 176 unsigned Start = 0;
179 for (unsigned i = Start; i != End; ++i) {
184 Start += NumLaneElts;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
ConvertUTFWrapper.cpp 216 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Source.data());
219 if (!isLegalUTF8String(&Start, End))
230 const UTF32 *Start = reinterpret_cast<const UTF32 *>(Source.data());
236 if (ConvertUTF32toUTF8(&Start, End, &ResultPtr, ResultEnd,
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hand.c 120 EFI_DEVICE_PATH *Start, *Next, *DevPath;
203 Start = DevPath;

Completed in 1803 milliseconds

<<11121314151617181920>>