/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
AbstractSuggestionWrapper.java | 24 * Gets the current suggestion. 26 protected abstract Suggestion current(); method in class:AbstractSuggestionWrapper 29 return current().getShortcutId(); 33 return current().getSuggestionFormat(); 37 return current().getSuggestionIcon1(); 41 return current().getSuggestionIcon2(); 45 return current().getSuggestionIntentAction(); 49 return current().getSuggestionIntentDataString(); 53 return current().getSuggestionIntentExtraData(); 57 return current().getSuggestionLogType() [all...] |
/external/webkit/JavaScriptCore/runtime/ |
StructureChain.cpp | 38 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure()) 44 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure() [all...] |
/frameworks/base/sax/java/android/sax/ |
Children.java | 34 Child current = children[index]; local 35 if (current == null) { 37 current = new Child(parent, uri, localName, parent.depth + 1, hash); 38 children[index] = current; 39 return current; 44 if (current.hash == hash 45 && current.uri.compareTo(uri) == 0 46 && current.localName.compareTo(localName) == 0) { 48 return current; 51 previous = current; 69 Child current = children[index]; local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicInteger.java | 55 * Gets the current value. 57 * @return the current value 90 int current = get(); local 91 if (compareAndSet(current, newValue)) 92 return current; 98 * if the current value {@code ==} the expected value. 111 * if the current value {@code ==} the expected value. 126 * Atomically increments by one the current value. 132 int current = get(); local 133 int next = current + 1 146 int current = get(); local 161 int current = get(); local 175 int current = get(); local 189 int current = get(); local 204 int current = get(); local [all...] |
AtomicLong.java | 80 * Gets the current value. 82 * @return the current value 115 long current = get(); local 116 if (compareAndSet(current, newValue)) 117 return current; 123 * if the current value {@code ==} the expected value. 136 * if the current value {@code ==} the expected value. 151 * Atomically increments by one the current value. 157 long current = get(); local 158 long next = current + 1 171 long current = get(); local 186 long current = get(); local 200 long current = get(); local 214 long current = get(); local 229 long current = get(); local [all...] |
AtomicMarkableReference.java | 45 * Returns the current value of the reference. 47 * @return the current value of the reference 54 * Returns the current value of the mark. 56 * @return the current value of the mark 63 * Returns the current values of both the reference and the mark. 68 * @return the current value of the reference 79 * current reference is {@code ==} to the expected reference 80 * and the current mark is equal to the expected mark. 96 ReferenceBooleanPair<V> current = atomicRef.get(); local 97 return expectedReference == current.reference & 121 ReferenceBooleanPair<V> current = atomicRef.get(); local 137 ReferenceBooleanPair<V> current = atomicRef.get(); local 156 ReferenceBooleanPair<V> current = atomicRef.get(); local [all...] |
AtomicStampedReference.java | 46 * Returns the current value of the reference. 48 * @return the current value of the reference 55 * Returns the current value of the stamp. 57 * @return the current value of the stamp 64 * Returns the current values of both the reference and the stamp. 69 * @return the current value of the reference 80 * current reference is {@code ==} to the expected reference 81 * and the current stamp is equal to the expected stamp. 97 ReferenceIntegerPair<V> current = atomicRef.get(); local 98 return expectedReference == current.reference & 123 ReferenceIntegerPair<V> current = atomicRef.get(); local 141 ReferenceIntegerPair<V> current = atomicRef.get(); local 160 ReferenceIntegerPair<V> current = atomicRef.get(); local [all...] |
/external/webkit/JavaScriptCore/API/tests/ |
Node.c | 52 NodeLink* current; local 54 for (currentHandle = &node->childNodesTail, current = *currentHandle; current; currentHandle = ¤t->prev, current = *currentHandle) { 55 if (current->node == child) { 56 Node_deref(current->node); 57 *currentHandle = current->prev; 58 free(current); 67 NodeLink* current; local [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
current.h | 19 #define current get_current() macro
|
/libcore/luni/src/main/java/java/lang/ |
InheritableThreadLocal.java | 56 Values values(Thread current) { 57 return current.inheritableValues; 61 Values initializeValues(Thread current) { 62 return current.inheritableValues = new Values();
|
/libcore/luni/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseTraversers.java | 204 * Traverse to the next node after the current node. 207 * @param current The current node of the iteration. 211 public int next(int context, int current) 213 return getParent(current); 217 * Traverse to the next node after the current node that is matched 221 * @param current The current node of the iteration. 226 public int next(int context, int current, int expandedTypeID) 229 current = makeNodeIdentity(current) [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
current_32.h | 20 #define current get_current() macro
|
/build/tools/check_prereq/ |
check_prereq.c | 23 // against the current value of ro.build.date.utc. Exit successfully 24 // if the new build is newer than the current build (or if the 38 long current = strtol(value, NULL, 10); local 42 printf("current build time: [%ld] new build time: [%ld]\n", 43 current, install); 45 return (*end == 0 && current > 0 && install >= current) ? 0 : 1;
|
/development/ndk/platforms/android-5/arch-x86/include/asm/ |
current_32.h | 20 #define current get_current() macro
|
/libcore/luni/src/main/java/java/security/ |
DomainCombiner.java | 35 * @param current 36 * the protection domains of the current execution thread (since 45 ProtectionDomain[] combine(ProtectionDomain[] current,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
current_32.h | 20 #define current get_current() macro
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
current_32.h | 20 #define current get_current() macro
|
/external/chromium/net/disk_cache/ |
trace.cc | 30 int current; member in struct:__anon2428::TraceBuffer 85 vsprintf_s(s_trace_buffer->buffer[s_trace_buffer->current], format, ap); 87 vsnprintf(s_trace_buffer->buffer[s_trace_buffer->current], 88 sizeof(s_trace_buffer->buffer[s_trace_buffer->current]), format, 92 s_trace_buffer->current++; 93 if (s_trace_buffer->current == kNumberOfEntries) 94 s_trace_buffer->current = 0; 110 int current = s_trace_buffer->current - num_traces; local 111 if (current < 0 [all...] |
/external/v8/src/ |
handles-inl.h | 56 v8::ImplementationUtilities::HandleScopeData* current = local 58 extensions_ = current->extensions; 59 // Shrink the current handle scope to make it impossible to do 61 current->limit = current->next; 62 current->extensions = -1; 67 // Restore state in current handle scope to re-enable handle
|
zone-inl.h | 170 Node* current = root_; 171 while (current->right_ != NULL) 172 current = current->right_; 173 locator->bind(current); 182 Node* current = root_; 183 while (current->left_ != NULL) 184 current = current->left_; 185 locator->bind(current); 231 Node* current = root_; local [all...] |
/external/guava/src/com/google/common/io/ |
MultiReader.java | 33 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 != null) [all...] |
/dalvik/dx/tests/087-ssa-local-vars/ |
Blort.java | 48 * phi's. The key component here is the assignment of previous = current. 57 StringBuilder current = null; local 60 if (current == null) { 61 current = new StringBuilder(64); 63 current.length(); 66 if (l == -1 || current.length() < 1) { 70 if ((current.charAt(0) == ' ' || current.charAt(0) == '\t') && previous != null) { 72 while (i < current.length()) { 73 char ch = current.charAt(i) [all...] |
/external/qemu/hw/ |
goldfish_device.c | 33 struct goldfish_device *current; member in struct:bus_state 91 if(s->current) { 92 s->current->reported_state = 1; 93 s->current = s->current->next; 96 s->current = first_device; 98 while(s->current && s->current->reported_state == 1) 99 s->current = s->current->next [all...] |
/external/v8/tools/ |
splaytree.py | 121 current = self.root 122 while current.right != None: 123 current = current.right 124 return current 130 current = self.root 131 while current.left != None: 132 current = current.left 133 return current [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
checkers.h | 59 InputIterator current(begin), recent(begin); 62 for (current++; current != end; current++) 64 if (comp(*current, *recent)) 70 recent = current; 98 InputIterator current(begin), recent(begin); 101 for (current++; current != end; current++ [all...] |