HomeSort by relevance Sort by last modified time
    Searched defs:nextEntry (Results 1 - 18 of 18) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 131 Iterator nextEntry = m_iter;
133 nextEntry = findNext(m_filter, nextEntry, m_end);
134 return FilteredIterator(nextEntry, m_end, m_filter);
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp 499 NameToFamily* nextEntry = nameToFamily->append();
500 SkNEW_PLACEMENT_ARGS(&nextEntry->name, SkString, (family.fNames[j]));
501 nextEntry->styleSet = newSet;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 83 struct ANTLR3_HASH_ENTRY_struct * nextEntry;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 201 pANTLR3_HASH_ENTRY nextEntry;
225 nextEntry = entry->nextEntry;
246 entry = nextEntry; /* Load next pointer to see if we shoud free it */
308 (*nextPointer) = entry->nextEntry;
319 nextPointer = & (entry->nextEntry); /* Address of the next pointer in the current entry */
320 entry = entry->nextEntry; /* Address of the next element in the bucket (if any) */
365 (*nextPointer) = entry->nextEntry;
384 nextPointer = & (entry->nextEntry); /* Address of the next pointer in the current entry */
385 entry = entry->nextEntry; /* Address of the next element in the bucket (if any) *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 490 PartitionFreelistEntry* nextEntry = reinterpret_cast<PartitionFreelistEntry*>(freelistPointer);
491 entry->next = partitionFreelistMask(nextEntry);
492 entry = nextEntry;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 224 milliseconds