| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| S__i_l_f.py | 282 if isinstance(element, tuple): continue 371 if not isinstance(element, tuple): continue 538 if not isinstance(element, tuple): continue 557 if not isinstance(element, tuple): continue 566 if not isinstance(element, tuple): continue 571 if not isinstance(element, tuple): continue 576 if not isinstance(e, tuple): continue 658 if not isinstance(element, tuple): continue 665 if not isinstance(element, tuple): continue 670 if not isinstance(e, tuple): continu [all...] |
| V_D_M_X_.py | 196 if not isinstance(element, tuple): 216 if not isinstance(element, tuple): 226 if not isinstance(element, tuple):
|
| /external/tensorflow/tensorflow/python/ops/ |
| rnn.py | 205 or a list/tuple of such tensors. 206 call_cell: lambda returning tuple of (new_output, new_state) where 216 A tuple of (`final_output`, `final_state`) as given by the pseudocode above: 218 final_state is either a single `Tensor` matrix, or a tuple of such 222 ValueError: If the cell returns a state tuple whose length does not match 325 flat_input_seq = tuple(nest.flatten(input_) for input_ in input_seq) 373 `[batch_size, max_time, ...]`, or a nested tuple of such elements. 375 `[max_time, batch_size, ...]`, or a nested tuple of such elements. 383 If `cell_fw.state_size` is a tuple, this should be a tuple o [all...] |
| /external/python/cpython2/Modules/ |
| parsermodule.c | 18 * produced by Python code as a tuple to the compiler is enabled by 194 PyDoc_STR("Creates a tuple-tree representation of this ST.")}, 327 * This provides conversion from a node* to a tuple object that can be 363 * Convert ST into a tuple representation. Use Guido's function, 418 * Convert ST into a tuple representation. Use Guido's function, 615 /* This is the messy part of the code. Conversion from a tuple to an ST 616 * object requires that the input tuple be valid without having to rely on 624 * the tuple passed in, and verifying that it is indeed valid. It may be 632 static node* build_node_tree(PyObject *tuple); 640 * single tuple object from the caller, and creates an ST object if th 655 PyObject *tuple; local 3405 PyObject *tuple; local [all...] |
| datetimemodule.c | 1559 PyObject *tuple = NULL; local 2532 PyObject *tuple; local 2650 PyObject *tuple; local 3308 PyObject *tuple; local 3449 PyObject *tuple; local 4391 PyObject *tuple; local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_collections.py | 27 self.assertEqual(Point.__getitem__, tuple.__getitem__)
109 self.assertIsInstance(p, tuple)
110 self.assertEqual(p, (11, 22)) # matches a real tuple
111 self.assertEqual(tuple(p), (11, 22)) # coercable to a real tuple
116 self.assertEqual(p, (x, y)) # unpacks like a tuple
117 self.assertEqual((p[0], p[1]), (11, 22)) # indexable like a tuple
148 self.assertEqual(b, tuple(range(n)))
149 self.assertEqual(Big._make(range(n)), tuple(range(n)))
160 self.assertEqual(b2, tuple(b2_expected)) [all...] |
| /external/python/cpython2/Lib/test/ |
| test_collections.py | 35 tuple 71 self.assertEqual(Point.__getitem__, tuple.__getitem__) 153 self.assertIsInstance(p, tuple) 154 self.assertEqual(p, (11, 22)) # matches a real tuple 155 self.assertEqual(tuple(p), (11, 22)) # coercable to a real tuple 160 self.assertEqual(p, (x, y)) # unpacks like a tuple 161 self.assertEqual((p[0], p[1]), (11, 22)) # indexable like a tuple 191 self.assertEqual(b, tuple(range(n))) 192 self.assertEqual(Big._make(range(n)), tuple(range(n)) [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| parsermodule.c | 18 * produced by Python code as a tuple to the compiler is enabled by
194 PyDoc_STR("Creates a tuple-tree representation of this ST.")},
327 * This provides conversion from a node* to a tuple object that can be
363 * Convert ST into a tuple representation. Use Guido's function,
418 * Convert ST into a tuple representation. Use Guido's function,
615 /* This is the messy part of the code. Conversion from a tuple to an ST
616 * object requires that the input tuple be valid without having to rely on
624 * the tuple passed in, and verifying that it is indeed valid. It may be
632 static node* build_node_tree(PyObject *tuple);
640 * single tuple object from the caller, and creates an ST object if the 655 PyObject *tuple; local 3363 PyObject *tuple; local [all...] |
| datetimemodule.c | 1558 PyObject *tuple = NULL; local 2527 PyObject *tuple; local 2645 PyObject *tuple; local 3304 PyObject *tuple; local 3445 PyObject *tuple; local 4388 PyObject *tuple; local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| parsermodule.c | 18 * produced by Python code as a tuple to the compiler is enabled by
296 * This provides conversion from a node* to a tuple object that can be
328 * Convert ST into a tuple representation. Use Guido's function,
379 * Convert ST into a tuple representation. Use Guido's function,
510 PyDoc_STR("Creates a tuple-tree representation of this ST.")},
595 /* This is the messy part of the code. Conversion from a tuple to an ST
596 * object requires that the input tuple be valid without having to rely on
604 * the tuple passed in, and verifying that it is indeed valid. It may be
612 static node* build_node_tree(PyObject *tuple);
620 * single tuple object from the caller, and creates an ST object if the 635 PyObject *tuple; local 3334 PyObject *tuple; local [all...] |
| datetimemodule.c | 1558 PyObject *tuple = NULL; local 2527 PyObject *tuple; local 2645 PyObject *tuple; local 3304 PyObject *tuple; local 3445 PyObject *tuple; local 4388 PyObject *tuple; local [all...] |
| /external/python/cpython3/Lib/unittest/test/ |
| test_case.py | 746 self.assertListEqual, tuple(a), tuple(b)) 748 self.assertSequenceEqual, a, tuple(b)) 752 self.assertTupleEqual(tuple(a), tuple(b)) 753 self.assertSequenceEqual(a, tuple(b)) 754 self.assertSequenceEqual(tuple(a), b) 757 a, tuple(b)) 759 tuple(a), b) 762 tuple(b) [all...] |
| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
| rx-reduce.hpp | 380 return operator_factory<first_tag>(std::tuple<>{}); 397 return operator_factory<last_tag>(std::tuple<>{}); 435 return operator_factory<average_tag>(std::tuple<>{}); 456 return operator_factory<sum_tag>(std::tuple<>{}); 477 return operator_factory<min_tag>(std::tuple<>{}); 498 return operator_factory<max_tag>(std::tuple<>{});
|
| /external/autotest/client/common_lib/cros/network/ |
| iw_runner.py | 304 @return IwNetDev tuple. 554 bands = tuple(IwBand(band.num, 555 tuple(band.frequencies), 557 tuple(band.mcs_indices)) 561 tuple(pending_phy_modes), 562 tuple(pending_phy_commands), 563 tuple(pending_phy_features), [all...] |
| /external/fonttools/Lib/fontTools/varLib/ |
| models.py | 193 if len(set(tuple(sorted(l.items())) for l in locations)) != len(locations): 213 key = tuple(v is not None for v in items) 247 tuple(axisOrder.index(axis) if axis in axisOrder else 0x10000 for axis in orderedAxes), # Next, by known axes 248 tuple(orderedAxes), # Next, by all axes 249 tuple(sign(loc[axis]) for axis in orderedAxes), # Next, by signs of axis values 250 tuple(abs(loc[axis]) for axis in orderedAxes), # Next, by absolute value of axis values
|
| /external/libvpx/libvpx/test/ |
| avg_test.cc | 14 #include <tuple> 99 typedef std::tuple<int, int, int, int, AverageFunction> AvgFunc; 158 typedef std::tuple<int, IntProRowFunc, IntProRowFunc> IntProRowParam; 206 typedef std::tuple<int, IntProColFunc, IntProColFunc> IntProColParam; 231 typedef std::tuple<int, SatdFunc> SatdTestParam; 284 typedef std::tuple<int, BlockErrorFunc> BlockErrorTestFPParam;
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| batchnorm_expander.cc | 299 auto tuple = HloInstruction::CreateTuple({shifted_normalized, mean, var}); local 320 tuple->set_sharding(sharding); 322 TF_CHECK_OK(ReplaceWithNewInstruction(batch_norm, std::move(tuple))); 581 auto tuple = local 602 tuple->set_sharding(sharding); 605 TF_CHECK_OK(ReplaceWithNewInstruction(batch_norm, std::move(tuple)));
|
| /frameworks/av/services/camera/libcameraservice/common/ |
| CameraProviderManager.h | 502 std::vector<std::tuple<size_t, size_t>> *sizes /*out*/); 505 const std::vector<std::tuple<size_t, size_t>>& sizes, 512 const std::vector<std::tuple<size_t, size_t>>& blobSizes, 513 const std::vector<std::tuple<size_t, size_t>>& depthSizes, 514 std::vector<std::tuple<size_t, size_t>> *dynamicDepthSizes /*out*/, 515 std::vector<std::tuple<size_t, size_t>> *internalDepthSizes /*out*/);
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
| EfiSection.py | 54 # @retval tuple (Generated file name list, section alignment)
117 BuildNumTuple = tuple()
147 BuildNumTuple = tuple()
196 UiTuple = tuple()
|
| /external/grpc-grpc/ |
| setup.py | 166 CORE_C_FILES = tuple(grpc_core_dependencies.CORE_SOURCE_FILES) 219 LDFLAGS = tuple(EXTRA_LINK_ARGS) 220 CFLAGS = tuple(EXTRA_COMPILE_ARGS)
|
| /external/libaom/libaom/test/ |
| av1_highbd_iht_test.cc | 29 using ::testing::tuple; 44 typedef tuple<HbdHtFunc, IHbdHtFunc, IHbdHtFunc, int, TX_TYPE, int> IHbdHtParam; 177 typedef ::testing::tuple<const HighbdInvTxfm2dFunc> AV1HighbdInvTxfm2dParam;
|
| av1_horz_only_frame_superres_test.cc | 35 using ::testing::tuple; 256 typedef tuple<LowBDConvolveHorizRsFunc> LowBDParams; 311 typedef tuple<HighBDConvolveHorizRsFunc, int> HighBDParams;
|
| edge_detect_test.cc | 21 using ::testing::tuple; 107 public ::testing::TestWithParam<tuple<int, int, int, bool, int> > { 210 public ::testing::TestWithParam<tuple<int, int, bool, int> > {
|
| /external/llvm/include/llvm/ExecutionEngine/Orc/ |
| RPCChannel.h | 23 #include <tuple> 188 // Serialization helper for std::tuple. 195 /// RPC channel serialization for std::tuple. 197 inline Error serialize(RPCChannel &C, const std::tuple<ArgTs...> &V) { 201 // Serialization helper for std::tuple. 208 /// RPC channel deserialization for std::tuple. 210 inline Error deserialize(RPCChannel &C, std::tuple<ArgTs...> &V) {
|
| /external/python/cpython2/Lib/ |
| _osx_support.py | 138 osx_version = tuple(int(i) for i in osx_version.split('.')) 455 macrelease = tuple(int(i) for i in macrelease.split('.')[0:2]) 469 archs = tuple(sorted(set(archs)))
|