HomeSort by relevance Sort by last modified time
    Searched refs:tup (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
tuple_array_template_depth.pass.cpp 32 tuple_t tup; local
33 tup = arr;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
tuple_array_template_depth.pass.cpp 35 tuple_t tup(arr);
  /external/libcxx/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); local
62 auto t3 = extract ( tup, int3() );
66 auto t7 = extract ( tup, size7 ());
70 auto t4 = extract ( tup, size4 ());
74 auto t2 = extract ( tup, size2 ());
78 auto tintmix = extract ( tup, intmix ());
82 auto tsizemix = extract ( tup, sizemix ());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); local
62 auto t3 = extract ( tup, int3() );
66 auto t7 = extract ( tup, size7 ());
70 auto t4 = extract ( tup, size4 ());
74 auto t2 = extract ( tup, size2 ());
78 auto tintmix = extract ( tup, intmix ());
82 auto tsizemix = extract ( tup, sizemix ());
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
commands.py 223 tup = ext.name.split('.')
224 if len(tup) == 1:
225 pkg, mod = None, tup[0]
227 pkg, mod = '.'.join(tup[:-1]), tup[-1]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
commands.py 222 tup = ext.name.split('.')
223 if len(tup) == 1:
224 pkg, mod = None, tup[0]
226 pkg, mod = '.'.join(tup[:-1]), tup[-1]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
commands.py 223 tup = ext.name.split('.')
224 if len(tup) == 1:
225 pkg, mod = None, tup[0]
227 pkg, mod = '.'.join(tup[:-1]), tup[-1]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
commands.py 222 tup = ext.name.split('.')
223 if len(tup) == 1:
224 pkg, mod = None, tup[0]
226 pkg, mod = '.'.join(tup[:-1]), tup[-1]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /prebuilts/go/darwin-x86/src/go/types/
typestring.go 237 func writeTuple(buf *bytes.Buffer, tup *Tuple, variadic bool, qf Qualifier, visited []Type) {
239 if tup != nil {
240 for i, v := range tup.vars {
249 if variadic && i == len(tup.vars)-1 {
  /prebuilts/go/linux-x86/src/go/types/
typestring.go 237 func writeTuple(buf *bytes.Buffer, tup *Tuple, variadic bool, qf Qualifier, visited []Type) {
239 if tup != nil {
240 for i, v := range tup.vars {
249 if variadic && i == len(tup.vars)-1 {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 495 tup = self._current_indent, '', action_header
496 action_header = '%*s%s\n' % tup
500 tup = self._current_indent, '', action_width, action_header
501 action_header = '%*s%-*s ' % tup
506 tup = self._current_indent, '', action_header
507 action_header = '%*s%s\n' % tup
    [all...]
os.py 717 def _make_stat_result(tup, dict):
718 return stat_result(tup, dict)
729 def _make_statvfs_result(tup, dict):
730 return statvfs_result(tup, dict)
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 495 tup = self._current_indent, '', action_header
496 action_header = '%*s%s\n' % tup
500 tup = self._current_indent, '', action_width, action_header
501 action_header = '%*s%-*s ' % tup
506 tup = self._current_indent, '', action_header
507 action_header = '%*s%s\n' % tup
    [all...]
os.py 717 def _make_stat_result(tup, dict):
718 return stat_result(tup, dict)
729 def _make_statvfs_result(tup, dict):
730 return statvfs_result(tup, dict)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 495 tup = self._current_indent, '', action_header
496 action_header = '%*s%s\n' % tup
500 tup = self._current_indent, '', action_width, action_header
501 action_header = '%*s%-*s ' % tup
506 tup = self._current_indent, '', action_header
507 action_header = '%*s%s\n' % tup
    [all...]
os.py 717 def _make_stat_result(tup, dict):
718 return stat_result(tup, dict)
729 def _make_statvfs_result(tup, dict):
730 return statvfs_result(tup, dict)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 495 tup = self._current_indent, '', action_header
496 action_header = '%*s%s\n' % tup
500 tup = self._current_indent, '', action_width, action_header
501 action_header = '%*s%-*s ' % tup
506 tup = self._current_indent, '', action_header
507 action_header = '%*s%s\n' % tup
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 322 tup = self.generator.next()
323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
324 tup = self.generator.next()
325 self.type, self.value, self.begin, self.end, self.line = tup
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 322 tup = self.generator.next()
323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
324 tup = self.generator.next()
325 self.type, self.value, self.begin, self.end, self.line = tup
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 322 tup = self.generator.next()
323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
324 tup = self.generator.next()
325 self.type, self.value, self.begin, self.end, self.line = tup
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 322 tup = self.generator.next()
323 while tup[0] in (tokenize.COMMENT, tokenize.NL):
324 tup = self.generator.next()
325 self.type, self.value, self.begin, self.end, self.line = tup

Completed in 418 milliseconds

1 2 3