Searched refs:tup (Results 1 – 20 of 20) sorted by relevance
/external/libcxx/test/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); in main() local 62 auto t3 = extract ( tup, int3() ); in main() 66 auto t7 = extract ( tup, size7 ()); in main() 70 auto t4 = extract ( tup, size4 ()); in main() 74 auto t2 = extract ( tup, size2 ()); in main() 78 auto tintmix = extract ( tup, intmix ()); in main() 82 auto tsizemix = extract ( tup, sizemix ()); in main()
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/ |
D | TestUtilityLoad.py | 6 def strip_2tup(tup): argument 7 return tup[0] and tup[0].strip(), tup[1] and tup[1].strip()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_L_C_.py | 96 tup = struct.unpack(indexSubTableArrayFormat, data) 97 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup 101 tup = struct.unpack(indexSubHeaderFormat, data[:indexSubHeaderSize]) 102 (indexFormat, imageFormat, imageDataOffset) = tup
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | CythonFunction.c | 1021 PyObject *tup = PyTuple_Pack(4, binding_func->__signatures__, args, local 1024 if (!tup) 1027 new_func = (__pyx_FusedFunctionObject *) __pyx_FusedFunction_callfunction(func, tup, NULL); 1028 Py_DECREF(tup);
|
D | MemoryView.pyx | 628 tup = (index,) 630 tup = index 635 for idx, item in enumerate(tup): 638 result.extend([slice(None)] * (ndim - len(tup) + 1))
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Buffer.py | 710 tup = (name, rep, structinfo_name, declcode, 713 typecode.putln(typeinfo % tup, safe=True)
|
D | Parsing.py | 1866 tup = Nodes.CFuncDefNode, Nodes.CVarDefNode, Nodes.CClassDefNode 1868 tup += Nodes.CStructOrUnionDefNode, Nodes.CEnumDefNode 1869 if not isinstance(node, tup):
|
D | PyrexTypes.py | 701 tup = (obj.result(), self.ndim, to_py_func, from_py_func, 703 return "__pyx_memoryview_fromslice(%s, %s, %s, %s, %d);" % tup
|
D | ExprNodes.py | 743 tup = src.type, dst_type 746 tup = src.type.dtype, dst_type.dtype 748 error(self.pos, msg % tup) 8675 tup = (self.result(), shapes_temp, itemsize, format_temp, 8679 '(char *) "%s", (char *) %s);' % tup)
|
/external/chromium_org/third_party/icu/source/data/lang/ |
D | brx.txt | 471 tup{"तुपी"}
|
D | ks.txt | 475 tup{"تُپی زبان"}
|
D | bs_Cyrl.txt | 484 tup{"тупи језик"}
|
D | gsw.txt | 480 tup{"Tupi-Schpraache"}
|
D | sr_Latn.txt | 499 tup{"Tupi jezik"}
|
/external/icu/icu4c/source/data/region/ |
D | yav.txt | 215 TT{"tilinitáat na tupákɔ"}
|
/external/chromium_org/third_party/icu/source/data/region/ |
D | yav.txt | 215 TT{"tilinitáat na tupákɔ"}
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | structLocale.txt | 4755 tup{""}
|
/external/icu/icu4c/source/test/testdata/ |
D | structLocale.txt | 4767 tup{""}
|
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
D | h264-svc-99-640x360.rtpdump | 1921 tU�� q�"�������G��z\o+8L�5o;R)�/Z�kG�vzX�b��D�K]k�_�\/�k��Â~����k�.tup���~��W���L3���e�(}…
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 21255 tupping tup
|