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

1 2 3 45 6 7 8 91011>>

  /external/fonttools/Lib/fontTools/
merge.py 334 for i,table in enumerate(tables):
353 cmapTables = [(t,fontIdx) for fontIdx,table in enumerate(tables) for t in table.tables
450 for i,(table,dups) in enumerate(zip(tables, m.duplicateGlyphsPerFont)):
768 for n,glyphOrder in enumerate(glyphOrders):
769 for i,glyphName in enumerate(glyphOrder):
809 lookupMap = dict((i,id(v)) for i,v in enumerate(t.table.LookupList.Lookup))
816 featureMap = dict((i,id(v)) for i,v in enumerate(t.table.FeatureList.FeatureRecord))
834 lookupMap = dict((id(v),i) for i,v in enumerate(t.table.LookupList.Lookup))
842 featureMap = dict((id(v),i) for i,v in enumerate(t.table.FeatureList.FeatureRecord))
  /external/chromium_org/chrome/tools/
history-viz.py 186 for i, (host, urls) in enumerate(hosts.items()):
193 for j, (path, urls) in enumerate(paths.items()):
  /external/clang/utils/ABITest/
ABITestGen.py 104 args = ', '.join(['%s arg%d'%(self.getTypeName(t),i) for i,t in enumerate(FT.argTypes)])
126 for i,t in enumerate(FT.argTypes):
166 for i,(array,length) in enumerate(tests):
234 for i,values in enumerate(fieldValues):
261 for i,f in enumerate(t.fields):
296 for i,f in enumerate(t.fields):
324 for i,f in enumerate(t.fields):
543 for i,t in enumerate(opts.vectorTypes.split(',')):
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 63 void enumerate () throws IOException; method in interface:IPathEnumerator
75 public void enumerate () throws IOException method in class:IPathEnumerator.Factory.PathEnumerator
  /prebuilts/misc/common/swig/include/2.0.11/python/
pythonkw.swg 64 PYTHONBN(enumerate);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 81 for i, arg in enumerate(args.children):
160 for i, obj in enumerate(param_list):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 81 for i, arg in enumerate(args.children):
160 for i, obj in enumerate(param_list):
  /external/llvm/utils/lit/lit/
TestRunner.py 59 for i,j in enumerate(cmd.commands):
85 for index,r in enumerate(redirects):
140 for i,arg in enumerate(args):
196 for i,(out,err) in enumerate(procData):
258 for i,(cmd, cmd_out,cmd_err,res) in enumerate(results):
  /external/lldb/examples/python/
crashlog.py 460 for (crash_log_idx, crash_log) in enumerate(self.crash_logs):
479 for (crash_log_idx, crash_log) in enumerate(self.crash_logs):
481 for (image_idx, image) in enumerate(crash_log.images):
492 for (image_idx, image) in enumerate(crash_log.images):
498 for (image_idx, image) in enumerate(crash_log.images):
561 for (frame_idx, frame) in enumerate(thread.frames):
680 for frame_idx, frame in enumerate(thread.frames):
    [all...]
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 321 *result = WebBindings::enumerate(0, npobject_, &value_np, &count);
324 !npobject_->_class->enumerate) {
329 *result = npobject_->_class->enumerate(npobject_, &value_np, &count);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor_pool.py 264 for index, field in enumerate(desc_proto.field)]
266 for index, extension in enumerate(desc_proto.extension)]
322 for index, value in enumerate(enum_proto.value)]
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
policies.py 85 for index, pfnset in enumerate(pfnset_list):
302 for index, dump in enumerate(dumps):
347 for index, dump in enumerate(dumps):
  /external/clang/utils/
FindSpecRefs 659 for i,ln in enumerate(f):
847 for i,node in enumerate(refTree[1]):
850 for i,node in enumerate(refTree[1]):
    [all...]
  /libcore/libart/src/main/java/java/lang/
Thread.java 503 public static int enumerate(Thread[] threads) { method in class:Thread
505 return thread.getThreadGroup().enumerate(threads);
519 // Enumerate the threads and collect the stacktraces.
520 count = ThreadGroup.systemThreadGroup.enumerate(threads);
    [all...]
  /build/tools/
event_log_tags.py 63 for self.linenum, line in enumerate(file_object):
  /external/chromium_org/media/
PRESUBMIT_test.py 60 self._changed_contents = [(i + 1, l) for i, l in enumerate(new_contents)]
  /external/chromium_org/ppapi/c/documentation/
doxy_cleanup.py 79 for index, row in enumerate(table.contents[tag_index:]):
  /external/chromium_org/ppapi/cpp/documentation/
doxy_cleanup.py 78 for index, row in enumerate(table.contents[tag_index:]):
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
aggregate_generated_bindings.py 219 for partition, file_name in enumerate(output_file_names):
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
create-html-entity-table 164 for offset, entry in enumerate(entries):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
diff_parser.py 86 for i, line in enumerate(lines[:-1]):
  /external/chromium_org/third_party/WebKit/public/web/
WebBindings.h 67 BLINK_EXPORT static bool enumerate(NPP, NPObject*, NPIdentifier**, uint32_t* identifierCount);
  /external/chromium_org/third_party/skia/tools/
test_gpuveto.py 71 for skp in enumerate(dir_or_file):
  /external/chromium_org/tools/json_schema_compiler/
code.py 120 for i, line in enumerate(self._code):
  /external/skia/tools/
test_gpuveto.py 71 for skp in enumerate(dir_or_file):

Completed in 943 milliseconds

1 2 3 45 6 7 8 91011>>