HomeSort by relevance Sort by last modified time
    Searched refs:tuple (Results 276 - 300 of 2452) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/state_trackers/clover/util/
tuple.hpp 26 #include <tuple>
29 namespace tuple { namespace in namespace:clover
72 /// Evaluate function \a f with the elements of tuple \a t
92 typedef std::tuple<
105 /// Evaluate function \a f on each element of the tuple \a t and
106 /// return the resulting values as a new tuple.
  /external/pdfium/core/fxcodec/
fx_codec.h 12 #include <tuple>
103 std::tuple<float, float, float> AdobeCMYK_to_sRGB(float c,
107 std::tuple<uint8_t, uint8_t, uint8_t> AdobeCMYK_to_sRGB1(uint8_t c,
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
SkipBeanTest.java 66 NodeTuple tuple = super.representJavaBeanProperty(javaBean, property, propertyValue, local
68 Node valueNode = tuple.getValueNode();
86 return tuple;
  /external/tensorflow/tensorflow/compiler/xla/python_api/
xla_literal.py 31 if element_type == xla_data_pb2.TUPLE:
32 return tuple(
50 numpy_shape = tuple(literal.shape.dimensions)
86 """Converts a Numpy array or a nested tuple thereof to an XLA literal."""
87 if isinstance(value, tuple):
  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
clip_weights_test.py 36 self.tuple = collections.namedtuple(
45 opt_clip = clip_weights.clip_discriminator_weights(opt, self.tuple, 0.1)
73 clip_weights.clip_discriminator_weights(opt, self.tuple, weight_clip=-1)
  /external/tensorflow/tensorflow/python/autograph/pyct/
compiler.py 47 if not isinstance(node, (list, tuple)):
117 if not isinstance(nodes, (list, tuple)):
128 if isinstance(nodes, (list, tuple)):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Rev.py 78 elif isinstance(seq, tuple):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
anydbm.py 55 error = tuple(_errors)
  /external/fonttools/Tests/misc/
transform_test.py 43 assert tuple(t.rotate(math.radians(30))) == pytest.approx(
44 tuple(Transform(0.866025, 0.5, -0.5, 0.866025, 0, 0)))
48 assert tuple(t) == pytest.approx(tuple(Transform(1, 0, 1, 1, 0, 0)))
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 69 using ::std::tr1::tuple;
97 ::std::string PrintValue(const tuple<T1, T2>& value) {
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) {
114 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) {
466 const ParamGenerator<tuple<const char*, int> > gen =
469 tuple<const char*, int> expected_values[] = {
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
480 tuple<int, int, int> expected_values[] = {
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
495 tuple<int, int> expected_values[] = {make_tuple(42, 0), make_tuple(42, 1)}
    [all...]
  /external/google-fruit/include/fruit/
component_function.h 32 std::tuple<ComponentFunctionArgs...> args_tuple;
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/
_api_test.py 94 ), tuple(grpc.ChannelConnectivity))
  /external/libaom/libaom/test/
hiprec_convolve_test.cc 19 using ::testing::tuple;
warp_filter_test.cc 17 using ::testing::tuple;
  /external/libchrome/third_party/jinja2/
defaults.py 56 __all__ = tuple(x for x in locals().keys() if x.isupper())
  /external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
piecewise_construct.pass.cpp 20 #include <tuple>
  /external/libvpx/libvpx/test/
util.h 16 #include <tuple>
  /external/perfetto/src/traced/probes/filesystem/
lru_inode_cache.h 23 #include <tuple>
  /external/python/cpython2/Demo/classes/
Rev.py 78 elif isinstance(seq, tuple):
  /external/python/cpython2/Lib/
anydbm.py 55 error = tuple(_errors)
  /external/python/cpython2/Lib/lib-tk/
tkColorChooser.py 37 if isinstance(color, tuple):
44 # result can be somethings: an empty tuple, an empty string or
50 # an RGB tuple together with the Tk color string
  /external/python/cpython3/Lib/tkinter/
colorchooser.py 37 if isinstance(color, tuple):
44 # result can be somethings: an empty tuple, an empty string or
50 # an RGB tuple together with the Tk color string
  /external/skia/experimental/svg/model/
SkSVGLine.h 38 std::tuple<SkPoint, SkPoint> resolve(const SkSVGLengthContext&) const;
  /external/skqp/experimental/svg/model/
SkSVGLine.h 38 std::tuple<SkPoint, SkPoint> resolve(const SkSVGLengthContext&) const;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/
YamlLoadAsIssueTest.java 112 for (NodeTuple tuple : list) {
113 String field = toScalarString(tuple.getKeyNode());
115 car.setPlate(toScalarString(tuple.getValueNode()));
118 SequenceNode snode = (SequenceNode) tuple.getValueNode();

Completed in 2578 milliseconds

<<11121314151617181920>>