Searched refs:current (Results 26 - 50 of 3914) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.h30 int16_t *current, /* (i) the un enhanced residual for
/external/chromium_org/base/
H A Dguid.cc17 char current = guid[i]; local
19 if (current != '-')
22 if (!IsHexDigit(current))
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DUnitTestHelpers.cpp40 blink::Platform::current()->currentThread()->exitRunLoop();
46 blink::Platform::current()->currentThread()->postTask(new QuitTask);
47 blink::Platform::current()->currentThread()->enterRunLoop();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DBidiRunForLine.cpp37 RenderObject* root, RenderObject* current = 0)
39 RenderObject* next = current;
40 while (current) {
41 if (isIsolated(current->style()->unicodeBidi())
42 && (current->isRenderInline() || current->isRenderBlock())) {
43 if (current != root)
44 current = 0;
46 current = next;
49 current
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp24 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour, local
26 if (!current) {
39 if (current->activeWinding(index, endIndex)) {
41 if (!unsortable && current->done()) {
44 SkASSERT(unsortable || !current->done());
47 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd,
51 && current->verb() != SkPath::kLine_Verb
53 current->addCurveTo(index, endIndex, simple, true);
59 SkDebugf("%s current id=%d from=(%1.9g,%1.9g) to=(%1.9g,%1.9g)\n", __FUNCTION__,
60 current
106 SkOpSegment* current; local
184 SkOpContour* current = *currentPtr++; local
[all...]
H A DSkPathOpsTightBounds.cpp25 SkOpContour* current = *currentPtr++; local
26 SkPathOpsBounds bounds = current->bounds();
28 current = *currentPtr++;
29 bounds.add(current->bounds());
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp24 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour, local
26 if (!current) {
39 if (current->activeWinding(index, endIndex)) {
41 if (!unsortable && current->done()) {
44 SkASSERT(unsortable || !current->done());
47 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd,
51 && current->verb() != SkPath::kLine_Verb
53 current->addCurveTo(index, endIndex, simple, true);
59 SkDebugf("%s current id=%d from=(%1.9g,%1.9g) to=(%1.9g,%1.9g)\n", __FUNCTION__,
60 current
106 SkOpSegment* current; local
184 SkOpContour* current = *currentPtr++; local
[all...]
/external/guava/guava/src/com/google/common/io/
H A DMultiReader.java33 private Reader current; field in class:MultiReader
42 * Closes the current reader and opens the next one, if any.
47 current = it.next().getInput();
52 if (current == null) {
55 int result = current.read(cbuf, off, len);
66 while (current != null) {
67 long result = current.skip(n);
78 return (current != null) && current.ready();
82 if (current !
[all...]
/external/opencv/cvaux/src/
H A Dextendededges.cpp46 //void icvCutContour( CvSeq* current, IplImage* image );
47 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image );
61 CvSeq* current = contours; local
70 while( current )
75 CvSeq* new_seq = icvCutContourRaster( current, storage, image );
93 if( current->v_next )
96 current = current->v_next;
102 while( !current->h_next )
104 current
121 icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image ) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-splay.js235 var current = opt_startNode || this.root_;
236 while (current.right) {
237 current = current.right;
239 return current;
299 var current = this.root_;
301 if (key < current.key) {
302 if (!current.left) {
305 if (key < current.left.key) {
307 var tmp = current
[all...]
/external/chromium_org/v8/benchmarks/
H A Dsplay.js240 var current = opt_startNode || this.root_;
241 while (current.right) {
242 current = current.right;
244 return current;
304 var current = this.root_;
306 if (key < current.key) {
307 if (!current.left) {
310 if (key < current.left.key) {
312 var tmp = current
[all...]
/external/chromium_org/chromeos/login/auth/
H A Dmock_auth_status_consumer.cc22 base::MessageLoop::current()->Quit();
29 base::MessageLoop::current()->Quit();
34 base::MessageLoop::current()->Quit();
40 base::MessageLoop::current()->Quit();
45 base::MessageLoop::current()->Quit();
52 base::MessageLoop::current()->Quit();
57 base::MessageLoop::current()->Quit();
63 base::MessageLoop::current()->Quit();
68 base::MessageLoop::current()->Quit();
74 base::MessageLoop::current()
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3010.js31 for (var current = 0; current <= current_size; ++current) {
32 eval_string += 'k' + current + ':' + current + ','
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu.c68 p->current->header.predicate_control = BRW_PREDICATE_NONE;
78 p->current->header.predicate_control = BRW_PREDICATE_NORMAL;
84 p->current->header.predicate_control = pc;
89 p->current->header.predicate_inverse = predicate_inverse;
94 p->current->header.destreg__conditionalmod = conditional;
99 p->current->header.access_mode = access_mode;
117 p->current->header.compression_control = GEN6_COMPRESSION_1Q;
121 p->current->header.compression_control = GEN6_COMPRESSION_2Q;
127 p->current->header.compression_control = GEN6_COMPRESSION_1H;
131 p->current
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu.c68 p->current->header.predicate_control = BRW_PREDICATE_NONE;
78 p->current->header.predicate_control = BRW_PREDICATE_NORMAL;
84 p->current->header.predicate_control = pc;
89 p->current->header.predicate_inverse = predicate_inverse;
94 p->current->header.destreg__conditionalmod = conditional;
99 p->current->header.access_mode = access_mode;
117 p->current->header.compression_control = GEN6_COMPRESSION_1Q;
121 p->current->header.compression_control = GEN6_COMPRESSION_2Q;
127 p->current->header.compression_control = GEN6_COMPRESSION_1H;
131 p->current
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementTraversal.h38 static ElementType* firstChild(const ContainerNode& current) { return firstChildTemplate(current); } argument
39 static ElementType* firstChild(const Node& current) { return firstChildTemplate(current); } argument
42 static ElementType* lastChild(const ContainerNode& current) { return lastChildTemplate(current); } argument
43 static ElementType* lastChild(const Node& current) { return lastChildTemplate(current); } argument
48 static ElementType* firstAncestor(const Node& current);
49 static ElementType* firstAncestorOrSelf(Node& current) { retur argument
50 firstAncestorOrSelf(Element& current) argument
51 firstAncestorOrSelf(const Node& current) argument
52 firstAncestorOrSelf(const Element& current) argument
56 firstWithin(const ContainerNode& current) argument
57 firstWithin(const Node& current) argument
60 lastWithin(const ContainerNode& current) argument
61 lastWithin(const Node& current) argument
66 next(const ContainerNode& current) argument
67 next(const Node& current) argument
68 next(const ContainerNode& current, const Node* stayWithin) argument
69 next(const Node& current, const Node* stayWithin) argument
119 firstWithinTemplate(NodeType& current) argument
126 nextTemplate(NodeType& current) argument
136 nextTemplate(NodeType& current, const Node* stayWithin) argument
147 firstChildTemplate(NodeType& current) argument
157 firstChild(const ContainerNode& current, MatchFunc isMatch) argument
166 firstAncestor(const Node& current) argument
176 firstAncestorOrSelfTemplate(NodeType& current) argument
185 lastChildTemplate(NodeType& current) argument
195 lastChild(const ContainerNode& current, MatchFunc isMatch) argument
205 firstWithinTemplate(NodeType& current) argument
215 firstWithin(const ContainerNode& current, MatchFunc isMatch) argument
225 lastWithinTemplate(NodeType& current) argument
235 lastWithin(const ContainerNode& current, MatchFunc isMatch) argument
245 nextTemplate(NodeType& current) argument
255 nextTemplate(NodeType& current, const Node* stayWithin) argument
265 next(const ContainerNode& current, const Node* stayWithin, MatchFunc isMatch) argument
274 previous(const Node& current) argument
283 previous(const Node& current, const Node* stayWithin) argument
293 previous(const ContainerNode& current, const Node* stayWithin, MatchFunc isMatch) argument
302 nextSkippingChildren(const Node& current) argument
311 nextSkippingChildren(const Node& current, const Node* stayWithin) argument
320 previousIncludingPseudo(const Node& current, const Node* stayWithin) argument
329 nextIncludingPseudo(const Node& current, const Node* stayWithin) argument
338 nextIncludingPseudoSkippingChildren(const Node& current, const Node* stayWithin) argument
347 pseudoAwarePreviousSibling(const Node& current) argument
356 previousSibling(const Node& current) argument
366 previousSibling(const Node& current, MatchFunc isMatch) argument
375 nextSibling(const Node& current) argument
385 nextSibling(const Node& current, MatchFunc isMatch) argument
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp35 static const unsigned char* lineHome(const unsigned char* start, const unsigned char* current) { argument
36 while (current > start && !isPdfEOL(*(current - 1))) {
37 current--;
39 return current;
43 const unsigned char* current) {
44 if (current > start && isPdfEOL(*(current - 1))) {
45 current--;
49 if (current > star
42 previousLineHome(const unsigned char* start, const unsigned char* current) argument
60 ignoreLine(const unsigned char* current, const unsigned char* end) argument
161 const unsigned char* current = fFileContent; local
244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL); local
319 const unsigned char* current = trailerStart; local
379 const unsigned char* current = fFileContent + startOffset; local
472 SkPdfPageObjectDictionary* current = fPages[page]; local
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp35 static const unsigned char* lineHome(const unsigned char* start, const unsigned char* current) { argument
36 while (current > start && !isPdfEOL(*(current - 1))) {
37 current--;
39 return current;
43 const unsigned char* current) {
44 if (current > start && isPdfEOL(*(current - 1))) {
45 current--;
49 if (current > star
42 previousLineHome(const unsigned char* start, const unsigned char* current) argument
60 ignoreLine(const unsigned char* current, const unsigned char* end) argument
161 const unsigned char* current = fFileContent; local
244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL); local
319 const unsigned char* current = trailerStart; local
379 const unsigned char* current = fFileContent + startOffset; local
472 SkPdfPageObjectDictionary* current = fPages[page]; local
[all...]
/external/chromium_org/chrome/browser/task_manager/
H A Dos_resource_win.cc10 size_t* current,
12 *current = 0;
20 *current = GetGuiResources(process_with_query_rights, GR_GDIOBJECTS);
27 size_t* current,
29 *current = 0;
37 *current = GetGuiResources(process_with_query_rights, GR_USEROBJECTS);
9 GetWinGDIHandles(base::ProcessHandle process, size_t* current, size_t* peak) argument
26 GetWinUSERHandles(base::ProcessHandle process, size_t* current, size_t* peak) argument
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_network_provider.cc41 if (!ChildThread::current())
43 ChildThread::current()->Send(
48 if (!ChildThread::current())
50 ChildThread::current()->Send(
56 if (!ChildThread::current())
58 ChildThread::current()->Send(
/external/opencv/
H A DWLNonFileByteStream.cpp103 uchar *current = m_current; local
105 if( current+1 < m_end )
107 current[0] = (uchar)val;
108 current[1] = (uchar)(val >> 8);
109 m_current = current + 2;
121 uchar *current = m_current; local
123 if( current+3 < m_end )
125 current[0] = (uchar)val;
126 current[1] = (uchar)(val >> 8);
127 current[
[all...]
/external/chromium_org/mojo/shell/
H A Dtest_child_process.cc24 CHECK(!base::MessageLoop::current());
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-splay.js283 var current = this.root_;
285 if (key < current.key) {
286 if (!current.left) {
289 if (key < current.left.key) {
291 var tmp = current.left;
292 current.left = tmp.right;
293 tmp.right = current;
294 current = tmp;
295 if (!current.left) {
300 right.left = current;
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-splay.js283 var current = this.root_;
285 if (key < current.key) {
286 if (!current.left) {
289 if (key < current.left.key) {
291 var tmp = current.left;
292 current.left = tmp.right;
293 tmp.right = current;
294 current = tmp;
295 if (!current.left) {
300 right.left = current;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A DMakefile2 include $(TOP)/configs/current

Completed in 731 milliseconds

1234567891011>>