HomeSort by relevance Sort by last modified time
    Searched refs:tuple (Results 176 - 200 of 205) sorted by null

1 2 3 4 5 6 78 9

  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h 41 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 295 self.sizes = tuple(map(int,sizes))
309 self.sizes = tuple(size)
395 # Skip the empty tuple
Enumeration.py 135 Return the N-th W-tuple, where for 0 <= x_i < H."""
141 return tuple(elts)
164 Return the N-th tuple where len(x) < maxSize and for y in x, 0 <=
  /external/linux-tools-perf/scripts/python/
sched-migration.py 99 self.tasks = tuple(tasks)
135 next_tasks = self.tasks[:] + tuple([new])
  /build/tools/releasetools/
sign_target_files_apks 307 OPTIONS.tag_changes = tuple(new)
  /external/llvm/utils/lit/lit/
TestFormats.py 182 path_in_suite + tuple(suffix.split(os.sep)),
main.py 200 return ts, tuple(relative + tuple(components))
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 91 | list, tuple | array |
146 tuple. The default is (', ', ': '). To get the most compact JSON
293 elif isinstance(o, (list, tuple)):
  /external/clang/utils/
FindSpecRefs 702 self.indices = tuple(indices)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 358 assert(isinstance(args, list) or isinstance(args, tuple))
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 242 return tuple(actual_files)
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 503 // An internal helper class for doing compile-time loop on a tuple's
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 87 urlparts = tuple(method.replace('chrome.', '').rsplit('.', 1))
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 464 return ['<%s/%s.h>' % tuple(split)]
  /packages/experimental/procstatlog/
procstatreport.py 142 if type(datum) == tuple: datum = "%d/%d" % datum
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 71 using std::tr1::tuple;
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 646 return fmt_str % ((self.name,) + tuple(self.msg))
678 return fmt_str % ((self.name,) + tuple(self.msg))
714 return fmt_str % ((self.name, self.meta_type) + tuple(self.msg))
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 223 parts_with_args = [tuple([x.strip().lower() for x in part.split("=", 1)]) for part in parts if -1 != part.find("=")]
618 d = dict([tuple(line.split("=", 1)) for line in lines if line])
    [all...]
  /external/libvpx/build/make/
configure.sh 79 --target=TARGET target platform tuple [generic-gnu]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/v8/tools/
test.py     [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 566 # Store the final result as a tuple since that is immutable.
567 self._parameter_list = tuple(parameter_list(self._clean_lines.elided, self.parameter_start_position, self.parameter_end_position))
672 A tuple of (directory, basename, extension).
    [all...]
  /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/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 1581 milliseconds

1 2 3 4 5 6 78 9