HomeSort by relevance Sort by last modified time
    Searched defs:end (Results 51 - 75 of 4044) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 76 end() function in class:PB_DS_CLASS_C_DEC
84 end() const function in class:PB_DS_CLASS_C_DEC
  /bootable/recovery/edify/
yydefs.h 22 int start, end; member in struct:__anon785
29 (Current).end = YYRHSLOC(Rhs, N).end; \
32 (Current).end = YYRHSLOC(Rhs, 0).end; \
  /external/chromium_org/chrome_frame/test/
poor_mans_trybot.bat 90 goto end
95 :end label
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkRelAttribute.cpp 84 Vector<String>::const_iterator end = list.end(); local
85 for (Vector<String>::const_iterator it = list.begin(); it != end; ++it) {
HTMLFontElement.cpp 60 const CharacterType* end = characters + length; local
63 while (position < end) {
70 if (position == end)
72 ASSERT(position < end);
98 while (position < end) {
  /external/chromium_org/third_party/lcov/example/
example.c 26 static int end = 9; variable
38 end = atoi(argv[2]);
44 total1 = iterate_get_sum (start, end);
45 total2 = gauss_get_sum (start, end);
56 printf ("Success, sum[%d..%d] = %d\n", start, end, total1);
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
make.bat 27 goto end
33 goto end
40 goto end
47 goto end
54 goto end
61 goto end
69 goto end
80 goto end
87 goto end
94 goto end
113 :end label
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
event.py 9 and end time of this event as measured by the thread-specific CPU clock
26 def end(self): member in class:TimelineEvent
  /external/mesa3d/src/gallium/docs/
make.bat 27 goto end
33 goto end
40 goto end
47 goto end
54 goto end
61 goto end
69 goto end
80 goto end
87 goto end
94 goto end
113 :end label
    [all...]
  /art/test/030-bad-finalizer/src/
BadFinalizer.java 34 long start, end; local
38 end = System.nanoTime();
  /bionic/libc/bionic/
debug_mapinfo.h 37 unsigned end; member in struct:mapinfo_t
  /build/tools/check_prereq/
check_prereq.c 39 char* end; local
40 long install = strtol(argv[1], &end, 10);
45 return (*end == 0 && current > 0 && install >= current) ? 0 : 1;
  /dalvik/tests/030-bad-finalizer/src/
BadFinalizer.java 20 long start, end; local
24 end = System.nanoTime();
  /external/arduino/libraries/SPI/
SPI.cpp 38 void SPIClass::end() { function in class:SPIClass
  /external/chromium/chrome/browser/extensions/
extension_i18n_api.cc 35 size_t end; local
37 end = acceptLanguages.find(',', begin);
38 if (end > begin) {
40 string16 acceptLang = acceptLanguages.substr(begin, end - begin);
44 begin = end + 1;
47 if (end == string16::npos || begin >= acceptLanguages.length())
  /external/chromium_org/chrome/browser/ui/cocoa/
accelerators_cocoa.h 32 const_iterator const end() { return accelerators_.end(); } function in class:AcceleratorsCocoa
  /external/chromium_org/media/base/simd/
filter_yuv_c.cc 13 uint8* end = ybuf + source_width; local
30 while (ybuf < end) {
  /external/chromium_org/net/quic/
quic_clock_test.cc 17 QuicTime end(base::TimeTicks::Now());
20 EXPECT_LE(now, end);
28 base::Time end = base::Time::Now(); local
30 // If end > start, then we can check now is between start and end.
31 if (end > start) {
33 EXPECT_LE(now.ToUNIXSeconds(), static_cast<uint64>(end.ToTimeT()));
  /external/chromium_org/remoting/base/
capabilities.cc 17 return std::find(caps.begin(), caps.end(), key) != caps.end();
24 std::sort(client_caps.begin(), client_caps.end());
28 std::sort(host_caps.begin(), host_caps.end());
32 std::vector<std::string>::iterator end = local
34 client_caps.end(),
36 host_caps.end(),
38 if (end != result.end())
39 result.erase(end, result.end())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.cpp 72 HashSet<AtomicString>::const_iterator end = other.idsInRules.end(); local
73 for (HashSet<AtomicString>::const_iterator it = other.idsInRules.begin(); it != end; ++it)
75 end = other.classesInRules.end();
76 for (HashSet<AtomicString>::const_iterator it = other.classesInRules.begin(); it != end; ++it)
78 end = other.attrsInRules.end();
79 for (HashSet<AtomicString>::const_iterator it = other.attrsInRules.begin(); it != end; ++it)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSourceTracker.cpp 51 void HTMLSourceTracker::end(SegmentedString& currentInput, HTMLTokenizer* tokenizer, HTMLToken& token) function in class:WebCore::HTMLSourceTracker
56 token.end(currentInput.numberOfCharactersConsumed() - tokenizer->numberOfBufferedCharacters());
66 // Consume the remainder of the input, omitting the null character we use to mark the end of the file.
  /external/chromium_org/third_party/WebKit/Source/platform/
LengthBox.cpp 85 Length LengthBox::end(WritingMode writingMode, TextDirection direction) const function in class:WebCore::LengthBox
  /external/chromium_org/third_party/WebKit/public/platform/
WebTimeRange.h 39 WebTimeRange() : start(0), end(0) { }
40 WebTimeRange(float s, float e) : start(s), end(e) { }
43 float end; member in struct:blink::WebTimeRange
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape.h 47 unsigned int end; member in struct:hb_feature_t
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug_private.h 38 char *end; /* pointer to gtt offset zero */ member in struct:debug_stream

Completed in 3990 milliseconds

1 23 4 5 6 7 8 91011>>