| /development/ndk/platforms/android-9/arch-x86/include/asm/ |
| tlbflush.h | 14 *** Any manual change here will be lost the next time this script will
|
| uaccess.h | 14 *** Any manual change here will be lost the next time this script will
|
| unistd.h | 14 *** Any manual change here will be lost the next time this script will
|
| user.h | 14 *** Any manual change here will be lost the next time this script will
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
| GLShape.java | 40 GLFace face = iter.next(); 49 GLFace face = iter.next(); 60 GLVertex vertex = iter.next(); 80 GLVertex vertex = iter.next();
|
| /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/ |
| t-error.pl | 20 next;
|
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| CharStreamState.pm | 5 # Index into the char stream of next lookahead char
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ |
| DTMAxisTraverser.java | 38 * nodeHandle=myTraverser.next(myContext,nodeHandle)) 61 return next(context, context); 80 return next(context, context, extendedTypeID); 84 * Traverse to the next node after the current node. 94 * @return the next node in the iteration, or DTM.NULL. 97 public abstract int next(int context, int current); method in class:DTMAxisTraverser 100 * Traverse to the next node after the current node that is matched 112 * @return the next node in the iteration, or DTM.NULL. 115 public abstract int next(int context, int current, int extendedTypeID); method in class:DTMAxisTraverser
|
| /external/bison/lib/ |
| hash.c | 49 struct hash_entry *next; member in struct:hash_entry 186 while (cursor = cursor->next, cursor) 218 while (cursor = cursor->next, cursor) 269 for (cursor = bucket; cursor; cursor = cursor->next) 312 /* Find next entry in the same bucket. */ 316 if (cursor->data == entry && cursor->next) 317 return cursor->next->data; 318 cursor = cursor->next; 347 for (cursor = bucket; cursor; cursor = cursor->next) 379 for (cursor = bucket; cursor; cursor = cursor->next) 662 struct hash_entry *next; local 700 struct hash_entry *next; local 811 struct hash_entry *next = bucket->next; local 837 struct hash_entry *next = cursor->next; local 864 struct hash_entry *next; local 1190 struct hash_entry *next; local [all...] |
| /external/bluetooth/bluedroid/btif/src/ |
| btif_profile_queue.c | 129 ** Description Add a new connection to the queue and trigger the next 152 ** Description Clear the queue's busy status and advance to the next 180 connect_node_t *next = current->p_next; local 182 current = next;
|
| /external/chromium/chrome/browser/policy/ |
| config_dir_policy_provider.cc | 25 for (FilePath config_file_path = file_enumerator.Next(); 26 !config_file_path.empty(); config_file_path = file_enumerator.Next()) 67 for (FilePath config_file = file_enumerator.Next(); 69 config_file = file_enumerator.Next()) {
|
| /external/chromium_org/ash/launcher/ |
| launcher_navigator.h | 17 // which should be activated next for the specified |direction|. Returns -1
|
| /external/chromium_org/base/metrics/ |
| histogram_samples.cc | 19 virtual void Next() OVERRIDE; 35 Next(); 42 void SampleCountPickleIterator::Next() { 101 it->Next()) {
|
| /external/chromium_org/chrome/browser/metrics/proto/ |
| trials_seed.proto | 18 // Next tag: 3
|
| /external/chromium_org/chrome/browser/metrics/ |
| time_ticks_experiment_win.h | 17 // increasing. Records the results in UMA for the next upload.
|
| /external/chromium_org/chrome/common/metrics/proto/ |
| user_action_event.proto | 14 // Next tag: 3
|
| /external/chromium_org/content/browser/indexed_db/leveldb/ |
| leveldb_iterator.h | 18 virtual void Next() = 0;
|
| /external/chromium_org/ipc/ |
| struct_constructor_macros.h | 11 // Set up so next include will generate constructors.
|
| /external/chromium_org/media/base/ |
| bit_reader.h | 24 // Read |num_bits| next bits from stream and return in |*out|, first bit 40 // Skip |num_bits| next bits from stream. Return false if the given number of 53 // Advance to the next byte, loading it into curr_byte_. 58 // Pointer to the next unread (not in curr_byte_) byte in the stream.
|
| /external/chromium_org/remoting/protocol/ |
| message_decoder.h | 38 // Add next chunk of data. MessageDecoder retains |data| until all 42 // Returns next message from the stream. Ownership of the result is 56 // |next_payload_| stores the size of the next payload if known. 57 // |next_payload_known_| is true if the size of the next payload is known.
|
| /external/chromium_org/sandbox/win/sandbox_poc/ |
| resource.h | 20 // Next default values for new objects
|
| /external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
| errors-with-space in-url.html | 4 bubble with the number "1" in it next to the main resource in the Resources
|
| styled-error-bubbles-in-scripts.html | 5 in it next to the the only script resource in the Resources panel. Clicking the
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| CSSSelectorList.h | 48 static const CSSSelector* next(const CSSSelector*); 49 bool hasOneSelector() const { return m_selectorArray && !next(m_selectorArray); } 55 current = next(current); 80 inline const CSSSelector* CSSSelectorList::next(const CSSSelector* current) function in class:WebCore::CSSSelectorList
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| DoublyLinkedList.h | 40 T* next() const; 54 template<typename T> inline void DoublyLinkedListNode<T>::setNext(T* next) 56 static_cast<T*>(this)->m_next = next; 64 template<typename T> inline T* DoublyLinkedListNode<T>::next() const function in class:WTF::DoublyLinkedListNode 105 for (T* node = m_head; node; node = node->next()) 166 node->prev()->setNext(node->next()); 169 m_head = node->next(); 172 if (node->next()) { 174 node->next()->setPrev(node->prev());
|