Searched defs:end (Results 251 - 275 of 3317) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_syssem.c105 Uint32 end; local
150 end = SDL_GetTicks() + timeout;
152 if ((SDL_GetTicks() - end) >= 0) {
/external/qemu/util/
H A Dunicode.c19 * @end: set to end of sequence on return
26 * and @end is set to @s.
29 * byte, the sequence is invalid, and @end is set to @s + 1
32 * expected. If there are fewer, the sequence is invalid, and @end is
34 * sequence is well-formed, and @end is set to @s + 1 + expected
46 int mod_utf8_codepoint(const char *s, size_t n, char **end) argument
55 *end = (char *)s;
98 *end = (char *)p;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowEditText.java57 public void setSelection(int start, int end) { argument
58 super.setSelection(start, end);
/external/sfntly/cpp/src/sample/subtly/
H A Dcharacter_predicate.cc24 AcceptRange::AcceptRange(int32_t start, int32_t end) argument
26 end_(end) {
45 return characters_->find(character) != characters_->end();
/external/skia/tests/
H A DMD5Test.cpp37 const uint8_t* end = reinterpret_cast<const uint8_t*>(string + len); local
38 for (; data < end; ++data) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderTryBlock.java46 // The end location is exclusive, it should point to the codeAddress of the instruction immediately after the last
48 @Nonnull public final Label end; field in class:BuilderTryBlock
50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType, argument
53 this.end = end;
57 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType, argument
60 this.end = end;
64 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nonnull Label handler) { argument
66 this.end
[all...]
/external/stlport/test/eh/
H A Dtest_algobase.cpp80 TestClass* end = buffer + kBufferSize; local
84 stl_destroy( buffer, end );
/external/stlport/test/unit/
H A Dioiter_test.cpp53 istreambuf_iterator<char, char_traits<char> > end; local
57 for ( i = 0; i < sz /* objIStrmbIt1 != end */; ++i ) {
77 while ( objIStrmbIt3 != end ) {
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c58 the string will end up unmodified. (*func) should return True if it
62 it reaches the end of the list without that happening.
67 int end; local
76 end = (*cp == '\0');
90 } while(!end);
150 /*--- end ---*/
/external/valgrind/main/coregrind/m_ume/
H A Dscript.c48 const HChar* end = script + len; local
58 while (interp < end && VG_(isspace)(*interp)) interp++;
61 if (interp >= end) return False; // can't find start of interp name
68 if (interp >= end) return False;
86 HChar* end; local
102 end = hdr + len;
104 while (interp < end && VG_(isspace)(*interp))
110 for (cp = interp; cp < end && !VG_(isspace)(*cp); cp++)
117 if (!eol && cp < end) {
119 while (cp < end
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dstcke.c34 union stcke start, end; local
42 cc = stcke(end.buffer);
46 unsigned long c = clockticks_in_msec(end.reader.time,
/external/vixl/examples/
H A Dfactorial.cc37 Label loop, end; local
42 __ Cbz(x1, &end); // Nothing to do if the input is null.
49 __ Bind(&end);
H A Dsum-array.cc39 Label loop, end; local
45 __ Cbz(w1, &end);
56 __ Bind(&end);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.c22 const u8 *pos, *end; local
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
106 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
125 const u8 *pos, *end, *enc_alg; local
151 end = pos + hdr.length;
154 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
168 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
/external/wpa_supplicant_8/src/tls/
H A Dpkcs8.c22 const u8 *pos, *end; local
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
106 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
125 const u8 *pos, *end, *enc_alg; local
151 end = pos + hdr.length;
154 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
168 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs8.c22 const u8 *pos, *end; local
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
106 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
125 const u8 *pos, *end, *enc_alg; local
151 end = pos + hdr.length;
154 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
168 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
/external/zopfli/src/zopfli/
H A Dhash.c91 void ZopfliUpdateHash(const unsigned char* array, size_t pos, size_t end, argument
98 UpdateHashValue(h, pos + ZOPFLI_MIN_MATCH <= end ?
112 while (pos + amount + 1 < end &&
130 void ZopfliWarmupHash(const unsigned char* array, size_t pos, size_t end, argument
132 (void)end;
/external/bison/src/
H A DSbitset.c38 Sbitset end; local
41 for (ptr = result, end = result + Sbitset__nbytes (nbits); ptr < end; ++ptr)
H A Dlocation.h87 boundary end; member in struct:__anon378
119 res = boundary_cmp (a.end, b.end);
/external/chromium_org/apps/
H A Dsaved_files_service_unittest.cc76 void CheckRangeEnqueuedInOrder(int start, int end) { argument
78 for (int i = start; i < end; i++) {
/external/chromium_org/base/containers/
H A Dlinked_list.h38 // node != list.end();
47 // node != list.end();
146 // and root_->previous() wraps around to the end of the list).
149 // Appends |e| to the end of the linked list.
162 const LinkNode<T>* end() const { function in class:base::LinkedList
166 bool empty() const { return head() == end(); }
/external/chromium_org/base/i18n/
H A Dbidi_line_iterator.cc53 int* end,
56 ubidi_getLogicalRun(bidi_, start, end, level);
52 GetLogicalRun(int start, int* end, UBiDiLevel* level) argument
H A Dchar_iterator.h47 // Returns true if we're at the end of the string.
48 bool end() const { return array_pos_ == len_; } function in class:base::i18n::UTF8CharIterator
51 // end of the string.
94 // Returns true if we're at the end of the string.
95 bool end() const { return array_pos_ == len_; } function in class:base::i18n::UTF16CharIterator
98 // end of the string.
/external/chromium_org/base/prefs/
H A Ddefault_pref_store.cc49 DefaultPrefStore::const_iterator DefaultPrefStore::end() const { function in class:DefaultPrefStore
50 return prefs_.end();
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model.h84 extensions::ExtensionList::const_iterator end() const { function in class:BackgroundApplicationListModel
85 return extensions_.end();

Completed in 4700 milliseconds

<<11121314151617181920>>