Searched defs:begin (Results 201 - 225 of 787) sorted by path

1234567891011>>

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.h43 virtual void CompactRange(const Slice* begin, const Slice* end);
47 // Compact any files in the named level that overlap [*begin,*end]
48 void TEST_CompactRange(int level, const Slice* begin, const Slice* end);
165 const InternalKey* begin; // NULL means beginning of key range member in struct:leveldb::DBImpl::ManualCompaction
H A Dlog_writer.cc35 bool begin = true; local
57 if (begin && end) {
59 } else if (begin) {
70 begin = false;
H A Dversion_set.cc295 std::sort(tmp.begin(), tmp.end(), NewestFirst);
361 std::sort(tmp.begin(), tmp.end(), NewestFirst);
521 // Store in "*inputs" all files in "level" that overlap [begin,end]
524 const InternalKey* begin,
531 if (begin != NULL) {
532 user_begin = begin->user_key();
542 if (begin != NULL && user_cmp->Compare(file_limit, user_begin) < 0) {
551 if (begin != NULL && user_cmp->Compare(file_start, user_begin) < 0) {
639 for (FileSet::const_iterator it = added->begin();
666 for (VersionEdit::DeletedFileSet::const_iterator iter = del.begin();
522 GetOverlappingInputs( int level, const InternalKey* begin, const InternalKey* end, std::vector<FileMetaData*>* inputs) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatstypes.h311 const_iterator begin() const { return list_.begin(); } function in class:webrtc::StatsSet
335 const_iterator it = std::find(begin(), end(), id);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dpeer_connection_client.cc301 size_t begin = found + strlen(header_pattern); local
302 size_t end = data.find("\r\n", begin);
305 value->assign(data.substr(begin, end - begin));
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Ddata_socket.cc204 bool DataSocket::ParseMethodAndPath(const char* begin, size_t len) { argument
218 isspace(begin[supported_methods[i].method_name_len]) &&
219 strncmp(begin, supported_methods[i].method_name,
222 path = begin + supported_methods[i].method_name_len;
227 const char* end = begin + len;
232 begin = path;
236 request_path_.assign(begin, path - begin);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
H A Dstring_piece.h124 iterator begin() const { return ptr_; } function in class:i18n::phonenumbers::StringPiece
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstl_util.h32 void STLDeleteContainerPairSecondPointers(const ForwardIterator& begin, argument
34 for (ForwardIterator it = begin; it != end; ++it) {
42 for (typename T::iterator it = container->begin(); it != container->end();
H A Dunicodestring.h61 inline const_iterator begin() const { function in class:i18n::phonenumbers::UnicodeString
62 return text_.begin();
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.cc326 return UnsafeFind(look, begin());
425 UnicodeText::const_iterator UnicodeText::begin() const { function in class:i18n::phonenumbers::UnicodeText
H A Dunilib.cc48 int SpanInterchangeValid(const char* begin, int byte_length) { argument
50 const char* p = begin;
51 const char* end = begin + byte_length;
63 return p - begin;
/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c105 unsigned char *begin; local
141 begin = buffer;
169 len = (int)(buffer - begin);
183 memcpy(extra, begin, len);
226 unsigned char *begin; local
279 begin = buffer;
311 len = (int)(buffer - begin);
318 memcpy((unsigned char *) ifp->extra, begin, len);
427 unsigned char *begin; local
431 begin
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7869 // Finds the first element in the iterator range [begin, end) that
7872 Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) { argument
7873 for (Iter it = begin; it != end; ++it) {
7952 const_iterator begin() const { return array_; } function in class:testing::internal::NativeArray
7956 ArrayEq(begin(), size(), rhs.begin());
8815 // Range(begin, end [, step]) - Yields values {begin, begin+step,
8816 // begin
9802 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
10170 iterator begin() const { return iterator(impl_->Begin()); } function in class:testing::internal::ParamGenerator
10184 RangeGenerator(T begin, T end, IncrementT step) argument
10241 CalculateEndIndex(const T& begin, const T& end, const IncrementT& step) argument
10270 ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end) argument
15876 ValuesIn(ForwardIterator begin, ForwardIterator end) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc687 for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) {
697 std::for_each(c.begin(), c.end(), functor);
708 // 'begin' and 'end' are element indices as an STL-style range;
709 // i.e. [begin, end) are shuffled, where 'end' == size() means to
712 void ShuffleRange(internal::Random* random, int begin, int end, argument
715 GTEST_CHECK_(0 <= begin && begin <= size)
716 << "Invalid shuffle range start " << begin << ": must be in range [0, "
718 GTEST_CHECK_(begin <= end && end <= size)
720 << begin << ", " << siz
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1311 static int calculate_section_intra_ratio(const FIRSTPASS_STATS *begin, argument
1314 const FIRSTPASS_STATS *s = begin;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dvpx_timer.h52 LARGE_INTEGER begin, end; member in struct:vpx_usec_timer
54 struct timeval begin, end;
62 QueryPerformanceCounter(&t->begin);
64 gettimeofday(&t->begin, NULL);
84 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
91 timersub(&t->end, &t->begin, &diff);
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c100 static struct timeval begin, end; variable in typeref:struct:timeval
108 gettimeofday(&begin, NULL);
123 msec = end.tv_sec - begin.tv_sec;
125 msec += (end.tv_usec - begin.tv_usec) / 1000;
146 static clock_t begin, end; variable
150 begin = clock();
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
H A Dxmllint.c431 static struct timeval begin, end; variable in typeref:struct:timeval
439 gettimeofday(&begin, NULL);
454 msec = end.tv_sec - begin.tv_sec;
456 msec += (end.tv_usec - begin.tv_usec) / 1000;
477 static clock_t begin, end; variable
481 begin = clock();
490 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/external/chromium_org/third_party/lzma_sdk/
H A D7zDec.c38 const Byte *begin; member in struct:__anon13423
52 size_t size = p->cur - p->begin;
56 p->res = p->inStream->Look(p->inStream, (const void **)&p->begin, &size);
57 p->cur = p->begin;
58 p->end = p->begin + size;
75 s.begin = s.end = s.cur = NULL;
116 else if (s.processed + (s.cur - s.begin) != inSize || !Ppmd7z_RangeDec_IsFinishedOK(&rc))
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp583 static iterator begin(vector<T,N> &vec) function in class:cl::vector::iterator
646 iterator begin(void) function in class:cl::vector
648 return iterator::begin(*this);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h139 LLVMBasicBlockRef begin; member in struct:lp_build_for_loop_state
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp301 int begin = insn->serial; local
302 if (begin < bb->getEntry()->serial || begin > bb->getExit()->serial)
303 begin = bb->getEntry()->serial;
306 val->id, begin, insn->serial, end);
308 if (begin != end) // empty ranges are only added as hazards for fixed regs
309 val->livei.extend(begin, end);
426 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin();
487 for (std::deque<ValueRef>::iterator it = f->outs.begin();
588 for (std::deque<ValueDef>::iterator it = func->ins.begin();
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c144 * Redirect all writes in the instruction range [begin, end) to proxy
149 struct rc_instruction * begin,
157 for(struct rc_instruction * inst = begin; inst != end; inst = inst->Next) {
164 struct rc_instruction * inst_mov = rc_insert_new_instruction(s->C, begin->Prev);
147 allocate_and_insert_proxies(struct emulate_branch_state * s, struct register_proxies * proxies, struct rc_instruction * begin, struct rc_instruction * end) argument
H A Dradeon_pair_schedule.c1252 struct rc_instruction * begin, struct rc_instruction * end)
1258 for(struct rc_instruction * inst = begin; inst != end; inst = inst->Next) {
1303 begin->Prev->Next = end;
1304 end->Prev = begin->Prev;
1251 schedule_block(struct schedule_state * s, struct rc_instruction * begin, struct rc_instruction * end) argument

Completed in 736 milliseconds

1234567891011>>