HomeSort by relevance Sort by last modified time
    Searched refs:current (Results 76 - 100 of 1055) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 70 * Gets the current value at position {@code i}.
73 * @return the current value
115 int current = getRaw(offset); local
116 if (compareAndSetRaw(offset, current, newValue))
117 return current;
123 * updated value if the current value {@code ==} the expected value.
141 * updated value if the current value {@code ==} the expected value.
186 int current = getRaw(offset); local
187 if (compareAndSetRaw(offset, current, current + delta)
222 int current = getRaw(offset); local
    [all...]
AtomicLongArray.java 69 * Gets the current value at position {@code i}.
72 * @return the current value
115 long current = getRaw(offset); local
116 if (compareAndSetRaw(offset, current, newValue))
117 return current;
123 * updated value if the current value {@code ==} the expected value.
141 * updated value if the current value {@code ==} the expected value.
186 long current = getRaw(offset); local
187 if (compareAndSetRaw(offset, current, current + delta)
222 long current = getRaw(offset); local
    [all...]
AtomicLongFieldUpdater.java 62 * to the given updated value if the current value {@code ==} the
78 * to the given updated value if the current value {@code ==} the
117 * Gets the current value held in the field of the given object managed
121 * @return the current value
135 long current = get(obj); local
136 if (compareAndSet(obj, current, newValue))
137 return current;
142 * Atomically increments by one the current value of the field of the
150 long current = get(obj); local
151 long next = current + 1
166 long current = get(obj); local
183 long current = get(obj); local
199 long current = get(obj); local
215 long current = get(obj); local
232 long current = get(obj); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 41 static SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
72 /* FIXME: The current client lib doesn't give a way to see if the picogui
154 * FIXME: Another nitpick about the current client lib is there's no
169 /* Determine the current screen size */
191 SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current,
196 if (current->pixels) {
197 shmdt(current->pixels);
198 current->pixels = NULL;
204 if ( ! SDL_ReallocFormat(current, bpp, 0, 0, 0, 0) ) {
212 current->pixels = shmat(shmget(this->hidden->shm.shm_key
    [all...]
  /libcore/luni/src/main/java/java/sql/
SQLException.java 238 private SQLException current; field in class:SQLException.InternalIterator
241 current = e;
245 return current != null;
249 if (current == null) {
252 SQLException ret = current;
253 current = current.next;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ProtocolVersion.java 96 ProtocolVersion current; local
98 current = getByName(protocols[i]);
99 if (current == null) {
103 || (latest.version[0] < current.version[0])
104 || (latest.version[0] == current.version[0] && latest.version[1] < current.version[1])) {
105 latest = current;
  /external/webkit/WebCore/svg/
SVGRadialGradientElement.cpp 184 const SVGGradientElement* current = this; local
186 while (current) {
187 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr))
188 attributes.setSpreadMethod((GradientSpreadMethod) current->spreadMethod());
190 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr))
191 attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX);
193 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr))
194 attributes.setGradientTransform(current->gradientTransform()->consolidate().matrix());
197 const Vector<SVGGradientStop>& stops(current->buildStops());
203 const SVGRadialGradientElement* radial = static_cast<const SVGRadialGradientElement*>(current);
    [all...]
SVGLinearGradientElement.cpp 152 const SVGGradientElement* current = this; local
154 while (current) {
155 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr))
156 attributes.setSpreadMethod((GradientSpreadMethod) current->spreadMethod());
158 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr))
159 attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX);
161 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr))
162 attributes.setGradientTransform(current->gradientTransform()->consolidate().matrix());
165 const Vector<SVGGradientStop>& stops(current->buildStops());
171 const SVGLinearGradientElement* linear = static_cast<const SVGLinearGradientElement*>(current);
    [all...]
  /external/v8/test/cctest/
cctest.cc 60 static void PrintTestList(CcTest* current) {
61 if (current == NULL) return;
62 PrintTestList(current->prev());
63 if (current->dependency() != NULL) {
65 current->file(), current->name(), current->dependency());
67 printf("%s/%s<\n", current->file(), current->name());
  /external/apache-http/src/org/apache/http/message/
BasicListHeaderIterator.java 157 final int current = this.currentIndex; local
158 if (current < 0) {
162 this.lastIndex = current;
163 this.currentIndex = findNext(current);
165 return (Header) this.allHeaders.get(current);
BasicHeaderIterator.java 144 final int current = this.currentIndex; local
145 if (current < 0) {
149 this.currentIndex = findNext(current);
151 return this.allHeaders[current];
  /external/webkit/WebCore/rendering/
CounterNode.cpp 49 const CounterNode* current = this; local
51 while (!(next = current->m_nextSibling)) {
52 current = current->m_parent;
53 if (!current || current == stayWithin)
244 for (const CounterNode* current = root; current; current = current->nextInPreOrder())
    [all...]
  /external/webkit/WebCore/platform/wx/wxcode/
scrollbar_render.h 50 int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart,
53 inline void calcThumbStartAndLength(int physicalLength, int max, int current,
61 float thumbPos = ((float)current / (float)max) * ((float)physicalLength - thumbSize);
  /external/webkit/WebCore/mathml/
RenderMathMLBlock.cpp 70 for (RenderObject* current = firstChild(); current; current = current->nextSibling())
71 if (current->isRenderMathMLBlock()) {
72 RenderMathMLBlock* block = toRenderMathMLBlock(current);
  /external/chromium/net/base/
test_completion_callback.h 35 MessageLoop::current()->Run();
54 MessageLoop::current()->Quit();
  /libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
LangAccess.java 55 ClassLoader current = LangAccess.class.getClassLoader(); local
57 if ((calling != null) && (calling != current)) {
95 * Parks the current thread for a particular number of nanoseconds, or
113 * Parks the current thread until the specified system time. This
114 * method attempts to unpark the current thread immediately after
  /external/stlport/stlport/stl/
_iterator.h 54 _Iterator current; member in class:reverse_iterator
64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
74 iterator_type base() const { return current; }
76 _Iterator __tmp = current;
81 --current;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 54 _Iterator current; member in class:reverse_iterator
64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
74 iterator_type base() const { return current; }
76 _Iterator __tmp = current;
81 --current;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 267 * The number of reentrant read locks held by current thread.
322 * Returns true if the current thread, when trying to acquire
329 * Returns true if the current thread, when trying to acquire
365 Thread current = Thread.currentThread(); local
370 if (w == 0 || current != getExclusiveOwnerThread())
381 setExclusiveOwnerThread(current);
386 Thread current = Thread.currentThread(); local
387 if (firstReader == current) {
395 if (rh == null || rh.tid != current.getId())
418 "attempt to unlock read lock, not locked by current thread")
437 Thread current = Thread.currentThread(); local
529 Thread current = Thread.currentThread(); local
550 Thread current = Thread.currentThread(); local
    [all...]
  /system/core/libcutils/
hashmap.c 195 Entry* current = *p; local
198 if (current == NULL) {
210 if (equalKeys(current->key, current->hash, key, hash, map->equals)) {
211 void* oldValue = current->value;
212 current->value = value;
217 p = &current->next;
258 Entry* current = *p; local
261 if (current == NULL) {
275 if (equalKeys(current->key, current->hash, key, hash, map->equals))
290 Entry* current; local
    [all...]
  /cts/tests/tests/permission2/
Android.mk 28 LOCAL_SDK_VERSION := current
  /device/sample/apps/client/
Android.mk 31 # Link against the current Android SDK.
32 LOCAL_SDK_VERSION := current
  /device/sample/apps/upgrade/
Android.mk 28 # Link against the current Android SDK.
29 LOCAL_SDK_VERSION := current
  /external/chromium/base/
timer.cc 23 MessageLoop::current()->PostDelayedTask(
  /external/chromium/net/url_request/
url_request_error_job.cc 16 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(

Completed in 1735 milliseconds

1 2 34 5 6 7 8 91011>>