HomeSort by relevance Sort by last modified time
    Searched refs:start (Results 226 - 250 of 12295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOListElement.idl 22 attribute long start;
TimeRanges.idl 31 [RaisesException] double start(unsigned long index);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGZoomAndPan.h 60 bool parseZoomAndPan(const LChar*& start, const LChar* end);
61 bool parseZoomAndPan(const UChar*& start, const UChar* end);
69 const LChar* start = value.characters8(); local
70 parseZoomAndPan(start, start + value.length());
72 const UChar* start = value.characters16(); local
73 parseZoomAndPan(start, start + value.length());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_heap.h 32 unsigned start; member in struct:nouveau_heap
39 nouveau_heap_init(struct nouveau_heap **heap, unsigned start,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
free_list.cc 36 // are stored at the start of each element, independently of the
72 // |start| will point to the first node of the range, |end| will point
75 void FL_PopRange(void **head, int n, void **start, void **end) {
77 *start = NULL;
82 *start = *head; // Remember the first node in the range.
96 // Pushes the nodes in the list begginning at |start| whose last node
99 void FL_PushRange(void **head, void *start, void *end) {
100 if (!start) return;
104 FL_Next(start);
106 ASSERT(FL_Previous_No_Check(start) == NULL)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
maccocoasocketserver_unittest.mm 35 uint32 start = Time();
37 EXPECT_GE(TimeSince(start), 1000);
44 uint32 start = Time();
45 thread.Start();
47 EXPECT_LT(TimeSince(start), 10000);
  /external/chromium_org/tools/telemetry/telemetry/timeline/
flow_event.py 12 def __init__(self, category, event_id, name, start, args=None):
14 category, name, start, duration=0, args=args)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-370827.js 8 var start = "";
9 if (x) { start = x + " - "; }
10 start = start + "array length";
  /external/clang/test/CodeGenCXX/
crash.cpp 27 string start("__");
28 start += sym;
  /external/clang/test/Preprocessor/
stringize_misc.c 17 #define START_END(start, end) start c=3; end
  /external/clang/test/SemaTemplate/
array-to-pointer-decay.cpp 20 int start; member in struct:hb_sanitize_context_t
24 return !c->start;
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 16 void __clear_cache(void* start, void* end)
18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start))
23 extern void __clear_cache(void* start, void* end);
48 char* start = (char*)((uintptr_t)execution_buffer & (-4095)); local
53 if (!VirtualQuery(start, &b, sizeof(b)))
57 if (mprotect(start, end-start, PROT_READ|PROT_WRITE|PROT_EXEC) != 0)
  /external/libcxx/test/containers/sequences/deque/deque.capacity/
shrink_to_fit.pass.cpp 21 make(int size, int start = 0 )
25 if (start > 0)
27 init = (start+1) / b + ((start+1) % b != 0);
32 for (int i = 0; i < init-start; ++i)
36 for (int i = 0; i < start; ++i)
52 testN(int start, int N)
55 C c1 = make<C>(N, start);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_heap.h 32 unsigned start; member in struct:nouveau_heap
39 nouveau_heap_init(struct nouveau_heap **heap, unsigned start,
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Subroutine.java 45 LabelNode start; field in class:Subroutine
55 final LabelNode start,
59 this.start = start;
67 result.start = start;
82 if (subroutine.start == start) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c 106 OMX_U8 start = 0; local
114 start);
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c 100 OMX_U8 start = 0; local
109 start);
  /frameworks/base/core/java/android/text/
AndroidCharacter.java 57 * starting at <code>start</code>. East Asian Width is calculated based on
65 * @param start first character in array to measure
69 public native static void getEastAsianWidths(char[] src, int start,
78 * @param start first character in array to mirror
82 public native static boolean mirror(char[] text, int start, int count);
SpanWatcher.java 29 public void onSpanAdded(Spannable text, Object what, int start, int end);
34 public void onSpanRemoved(Spannable text, Object what, int start, int end);
  /frameworks/base/core/jni/android/graphics/
MinikinUtils.h 49 const uint16_t* buf, size_t start, size_t count, size_t bufSize);
54 // f is a functor of type void f(size_t start, size_t end);
60 size_t start = 0; local
65 MinikinFontSkia::populateSkPaint(paint, curFont, layout.getFakery(start));
66 f(start, i);
69 start = i;
73 if (nGlyphs > start) {
74 MinikinFontSkia::populateSkPaint(paint, curFont, layout.getFakery(start));
75 f(start, nGlyphs);
  /frameworks/minikin/include/minikin/
GraphemeBreak.h 37 static bool isGraphemeBreak(const uint16_t* buf, size_t start, size_t count, size_t offset);
41 static size_t getTextRunCursor(const uint16_t* buf, size_t start, size_t count,
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_resource.h 33 unsigned int start; member in struct:nouveau_resource
38 nouveau_resource_init(struct nouveau_resource **heap, unsigned start,
  /libcore/luni/src/main/java/java/util/
SortedSet.java 80 * {@code SortedSet} which contains elements greater or equal to the start
85 * @param start
86 * the start element.
89 * @return a subset where the elements are greater or equal to {@code start}
92 * when the class of the start or end element is inappropriate
95 * when the start or end element is null and this
98 * when the start element is greater than the end element.
100 public SortedSet<E> subSet(E start, E end);
104 * {@code SortedSet} which contains elements greater or equal to the start
108 * @param start
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/
shrink_to_fit.pass.cpp 21 make(int size, int start = 0 )
25 if (start > 0)
27 init = (start+1) / b + ((start+1) % b != 0);
32 for (int i = 0; i < init-start; ++i)
36 for (int i = 0; i < start; ++i)
52 testN(int start, int N)
55 C c1 = make<C>(N, start);
  /ndk/tests/build/test-gnustl-chrono/jni/
main.cpp 14 high_resolution_clock::time_point start = high_resolution_clock::now(); local
19 static_cast<long long>(duration_cast<nanoseconds>(end - start).count()));

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 91011>>