HomeSort by relevance Sort by last modified time
    Searched refs:current (Results 101 - 125 of 6162) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler.cc 141 HandlerStack &current = die_handlers_.top(); local
143 assert(offset == current.offset_);
144 current.handler_->ProcessAttributeUnsigned(attr, form, data);
151 HandlerStack &current = die_handlers_.top(); local
153 assert(offset == current.offset_);
154 current.handler_->ProcessAttributeSigned(attr, form, data);
161 HandlerStack &current = die_handlers_.top(); local
163 assert(offset == current.offset_);
164 current.handler_->ProcessAttributeReference(attr, form, data);
172 HandlerStack &current = die_handlers_.top() local
182 HandlerStack &current = die_handlers_.top(); local
192 HandlerStack &current = die_handlers_.top(); local
    [all...]
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 20 SkOpSegment* current = span->segment(); local
25 if (current->activeWinding(start, end)) {
27 if (!unsortable && current->done()) {
30 SkASSERT(unsortable || !current->done());
33 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd,
39 SkDebugf("%s current id=%d from=(%1.9g,%1.9g) to=(%1.9g,%1.9g)\n", __FUNCTION__,
40 current->debugID(), start->pt().fX, start->pt().fY,
43 if (!current->addCurveTo(start, end, simple)) {
46 current = next;
50 if (current->activeWinding(start, end) && !simple->isClosed())
93 SkOpSegment* current = span->segment(); local
188 SkOpContour* current = contourList; local
    [all...]
  /external/skqp/src/pathops/
SkPathOpsSimplify.cpp 20 SkOpSegment* current = span->segment(); local
25 if (current->activeWinding(start, end)) {
27 if (!unsortable && current->done()) {
30 SkASSERT(unsortable || !current->done());
33 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd,
39 SkDebugf("%s current id=%d from=(%1.9g,%1.9g) to=(%1.9g,%1.9g)\n", __FUNCTION__,
40 current->debugID(), start->pt().fX, start->pt().fY,
43 if (!current->addCurveTo(start, end, simple)) {
46 current = next;
50 if (current->activeWinding(start, end) && !simple->isClosed())
93 SkOpSegment* current = span->segment(); local
188 SkOpContour* current = contourList; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PathMatcher.java 34 Node current = mRoot; local
36 current = current.addChild(segments[i]);
38 current.setKind(kind);
44 Node current = mRoot; local
46 Node next = current.getChild(segments[i]);
48 next = current.getChild("*");
55 current = next;
57 return current.getKind();
  /device/generic/goldfish/dhcp/client/
timer.cpp 40 uint64_t current = now(); local
41 if (current > mExpires) {
44 return mExpires - current;
  /external/swiftshader/src/D3D8/
Unknown.cpp 57 int current = referenceCount; local
61 current = InterlockedDecrement(&referenceCount);
69 return current;
  /external/swiftshader/src/D3D9/
Unknown.cpp 55 int current = referenceCount; local
59 current = InterlockedDecrement(&referenceCount);
67 return current;
  /hardware/nxp/secure_element/libese-spi/p73/lib/
phNxpEseDataMgr.cpp 25 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable
69 current = NULL;
95 current = newNode;
97 current->pNext = newNode;
98 current = newNode;
141 phNxpEse_sCoreRecvBuff_List_t *current, *next; local
142 current = head;
148 while (current != NULL) {
149 next = current->pNext;
150 phNxpEse_free(current);
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
Semaphore.java 195 int current = getState(); local
196 int next = current + releases;
197 if (next < current) // overflow
199 if (compareAndSetState(current, next))
206 int current = getState(); local
207 int next = current - reductions;
208 if (next > current) // underflow
210 if (compareAndSetState(current, next))
217 int current = getState(); local
218 if (current == 0 || compareAndSetState(current, 0)
    [all...]
  /external/freetype/src/base/
ftgloadr.c 52 /* loader.current Describes the top of the stack, on which a new */
56 /* Prepare Set up `loader.current' for addition of a new glyph */
58 /* Add Add the `current' glyph image to the `base' one, */
91 FT_GlyphLoad current = &loader->current; local
98 *current = *base;
141 /* re-adjust the `current' outline fields */
146 FT_Outline* current = &loader->current.outline; local
149 current->points = base->points + base->n_points
189 FT_GlyphLoad current = &loader->current; local
208 FT_Outline* current = &loader->current.outline; local
289 FT_GlyphLoad current = &loader->current; local
314 FT_GlyphLoad current = &loader->current; local
331 FT_GlyphLoad current; local
    [all...]
  /system/sepolicy/tools/fc_sort/
fc_sort.c 8 * account regular expression specificity. With the current
163 /* Insert b's nodes in between the current a node
212 file_context_bucket_t *current; local
222 current = master;
225 while (current) {
226 if (current->next) {
227 current->data =
228 fc_merge(current->data,
229 current->next->data);
231 temp = current->next
337 file_context_node_t *current; local
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DeclareNotRuntimePermissions/
Android.mk 24 LOCAL_SDK_VERSION := current
  /cts/hostsidetests/appsecurity/test-apps/OverlayApp/
Android.mk 22 LOCAL_SDK_VERSION := current
  /cts/hostsidetests/os/test-apps/HostLinkVerificationApp/
Android.mk 22 LOCAL_SDK_VERSION := current
  /development/apps/GestureBuilder/
Android.mk 25 LOCAL_SDK_VERSION := current
  /development/apps/WidgetPreview/
Android.mk 25 LOCAL_SDK_VERSION := current
  /development/samples/CubeLiveWallpaper/
Android.mk 26 LOCAL_SDK_VERSION := current
  /development/samples/ThemedNavBarKeyboard/
Android.mk 24 LOCAL_SDK_VERSION := current
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AggregateSummaryStatistics.java 260 * Return a {@link StatisticalSummaryValues} instance reporting current
263 * @return Current values of aggregate statistics
309 SummaryStatistics current = iterator.next(); local
310 long n = current.getN();
311 double min = current.getMin();
312 double sum = current.getSum();
313 double max = current.getMax();
314 double m2 = current.getSecondMoment();
315 double mean = current.getMean();
317 current = iterator.next()
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageParser.java 119 CharArrayBuffer current = null; local
122 if (current == null) {
123 current = new CharArrayBuffer(64);
125 current.clear();
127 int l = inbuffer.readLine(current);
128 if (l == -1 || current.length() < 1) {
135 if ((current.charAt(0) == ' ' || current.charAt(0) == '\t') && previous != null) {
139 while (i < current.length()) {
140 char ch = current.charAt(i)
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
Chain.java 114 Chain current = this;
115 while (current.hasParent()) {
116 current = current.getParent();
118 return current.getValue();
123 Chain current = this;
124 reverseChain.addFirst(current);
125 while (current.hasParent()) {
126 current = current.getParent()
    [all...]
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
AtomicInteger.java 49 int current = value; local
51 return current;
72 int current = value; local
74 return current;
AtomicLong.java 49 long current = value; local
51 return current;
72 long current = value; local
74 return current;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
12-27.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {
12-28.c 10 signal-catching functions are executed on the current stack if the
24 stack_t current; variable
38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
57 if (sigaltstack(NULL, &current) == -1) {

Completed in 442 milliseconds

1 2 3 45 6 7 8 91011>>