Home
last modified time | relevance | path

Searched refs:tuples (Results 1 – 25 of 34) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp928 const llong* tuples[] = { // lhs, rhs, ans
962 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
964 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
965 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
966 const llong ans = *tuples[i*TUPLE_WIDTH+2];
1007 const llong* tuples[] = {
1042 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
1044 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
1045 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
1046 const llong ans = *tuples[i*TUPLE_WIDTH+2];
Dtmsgfmt.cpp1596 UnicodeString tuples[] = { in TestApostropheMode() local
1606 int32_t tuples_count = UPRV_LENGTHOF(tuples); in TestApostropheMode()
1609 UnicodeString& desired = tuples[i]; in TestApostropheMode()
1610 UnicodeString& ado_pattern = tuples[i + 1]; in TestApostropheMode()
1615 UnicodeString& adr_pattern = tuples[i + 2].isEmpty() ? ado_pattern : tuples[i + 2]; in TestApostropheMode()
/external/llvm/test/Linker/
Dmodule-flags-dont-change-others.ll4 ; !named should still point at the unmodified tuples (!3, !4, and !5) that
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dutil.rst21 The result elements are tuples with two
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
Dbasic.py37 head = WWW_AUTHENTICATE.tuples('Basic realm="%s"' % self.realm)
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpheaders.py488 def tuples(self, *args, **kwargs): member in HTTPHeader
539 collection.extend(self.tuples(*args, **kwargs))
541 def tuples(self, *args, **kwargs): member in _MultiEntryHeader
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dgraphutil.rst52 * *orphans*: list of tuples (*last_good*, *node*), where
Dchangelog.rst117 that contains 2- and 3-tuples instead of requireing that
Dgraph.rst16 All of the elements in *edges* should be tuples with two or three
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td81 // Groupings using register classes and tuples
84 // TODO: Do we need to set DwarfRegAlias on register tuples?
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1744 String[] tuples = new String[] { in TestApostropheMode() local
1754 for (int i = 0; i < tuples.length; i += 3) { in TestApostropheMode()
1755 String desired = tuples[i]; in TestApostropheMode()
1756 String ado_pattern = tuples[i + 1]; in TestApostropheMode()
1759 String adr_pattern = tuples[i + 2]; in TestApostropheMode()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1740 String[] tuples = new String[] { in TestApostropheMode() local
1750 for (int i = 0; i < tuples.length; i += 3) { in TestApostropheMode()
1751 String desired = tuples[i]; in TestApostropheMode()
1752 String ado_pattern = tuples[i + 1]; in TestApostropheMode()
1755 String adr_pattern = tuples[i + 2]; in TestApostropheMode()
/external/jemalloc/include/jemalloc/internal/
Dsize_classes.sh205 * tuples.
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Dtesting.rst74 A list of ``(header_name, value)`` tuples for the request headers.
Dresponse.rst112 List of headers, as a list of tuples ``(header_name, value)``.
Dhandlers.rst153 also accept tuples: if a tuple is returned, we use its values as positional
/external/llvm/test/CodeGen/AArch64/
Darm64-copy-tuple.ll4 ; the memmove-like situation arising in tuples, where an early copy can clobber
5 ; the value needed by a later one if the tuples overlap.
/external/autotest/site_utils/
Dlab_inventory_unittest.py290 for tuples in locations:
293 [_FakeHostLocation((lab,) + t) for t in tuples])
/external/llvm/test/Transforms/InstCombine/
Dloadstore-metadata.ll123 ; consider an option to the IR printer to emit MD tuples after the function
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph.egg-info/
DPKG-INFO134 that contains 2- and 3-tuples instead of requireing that
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
DPKG-INFO134 that contains 2- and 3-tuples instead of requireing that
/external/chromium-trace/catapult/third_party/flot/
Djquery.min.js1tuples=[["resolve","done",jQuery.Callbacks("once memory"),"resolved"],["reject","fail",jQuery.Call…
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dindex.txt326 tuples; all the keys are ordered, and all the values are ordered.
/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js3234 var tuples = [
3252 jQuery.each( tuples, function( i, tuple ) {
3282 jQuery.each( tuples, function( i, tuple ) {
3296 }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );
/external/opencv3/modules/core/doc/
Dintro.markdown224 whose elements are such tuples, are called multi-channel arrays, as opposite to the

12