HomeSort by relevance Sort by last modified time
    Searched defs:components (Results 126 - 150 of 671) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/syslinux/com32/lib/jpeg/
tinyjpeg-internal.h 50 #define COMPONENTS 3
88 uint8_t *components[COMPONENTS]; member in struct:jdec_private
89 unsigned int bytes_per_row[COMPONENTS];
100 struct component component_infos[COMPONENTS];
101 float Q_tables[COMPONENTS][64]; /* quantization tables */
109 /* Temp space used after the IDCT to store each components */
114 uint8_t *plane[COMPONENTS];
  /external/syslinux/com32/lib/sys/vesa/
background.c 204 unsigned char *components[1]; local
222 components[0] = (void *)__vesacon_background;
223 tinyjpeg_set_components(jdec, components, 1);
  /external/tensorflow/tensorflow/core/kernels/data/
tensor_queue_dataset_op.cc 177 std::vector<TensorShape> max_shapes; // Of non-queue components.
510 ") must match the number of components "
551 ") must match the number of components in the input "
609 OpInputList components; variable
610 OP_REQUIRES_OK(ctx, ctx->input_list("components", &components));
611 for (int i = 0; i < components.size(); ++i) {
614 components[i].dims() > 0 && components[i].dim_size(0) == batch_size,
617 ",...], but saw shape: ", components[i].shape().DebugString()))
    [all...]
iterator_ops.cc 49 "Number of components does not match: expected ", expected.size(),
67 "Number of components does not match: expected ", expected.size(),
619 std::vector<Tensor> components;
620 components.reserve(dataset->output_dtypes().size());
624 ctx, iterator->GetNext(&iter_ctx, &components, &end_of_sequence),
629 for (int i = 0; i < components.size(); ++i) {
631 ctx->set_output(i, components[i]);
634 components.clear();
636 ctx, iterator->GetNext(&iter_ctx, &components, &end_of_sequence),
911 std::vector<Tensor> components; variable
    [all...]
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem.cc 89 int components = flags.components; local
99 if (!(components == 0 || components == 1 || components == 3)) {
127 // Set components automatically if desired, autoconverting cmyk to rgb.
128 if (components == 0) components = std::min(cinfo.num_components, 3);
131 switch (components) {
146 LOG(ERROR) << " Invalid components value " << components << std::endl
581 const int components = (static_cast<int>(flags.format) & 0xff); local
    [all...]
  /frameworks/native/cmds/lshal/
ListCommand.cpp 923 std::vector<std::string> components; local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 36 * The individual components are numbers, and they define paths from the
72 * can be put inside if there are huge components that cannot be saved
81 * "components" and "componentLen" instead and inits correctly.
84 * 4. new -> old: old readObject() only recognizes "components" and
85 * "componentLen" fields. If no huge components are involved, they
100 private Object components = null; // path from root field in class:ObjectIdentifier
106 // Is the components field calculated?
114 init((int[])components, componentLen);
123 components = comps;
126 components = HugeOidNotSupportedByOldJDK.theOne
    [all...]
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2Connection.java 296 final char[] components = new char[] {'P', 'C', 'B', 'U'}; local
314 builder.append(components[componentMask]);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
fold_spec_constant_op_and_composite_pass.cpp 198 // Vectors with longer than 32-bit scalar components are not accepted in this
211 // is that we do not create temporary null constants as components
220 "Vector components with longer than 32-bit width are not allowed "
228 "components");
274 // all of their components are Normal Constants, they will be turned into
312 // all of its components are Normal Constants already, the Spec
413 // Because components of a NullConstant are always NullConstants, we can
435 // A temporary null constants that can be used as the components fo the
441 // with the components from the first and the second operand of VectorShuffle.
468 // Append the null scalar consts to the concatenated components
681 auto components = GetConstsFromIds(literal_words_or_ids); local
704 auto components = GetConstsFromIds(literal_words_or_ids); local
708 auto components = GetConstsFromIds(literal_words_or_ids); local
    [all...]
  /system/core/libpixelflinger/include/pixelflinger/
format.h 123 uint16_t components; // GGLFormatComponents member in struct:__anon2847
  /system/tools/hidl/
Coordinator.cpp 431 std::vector<std::string> components; local
433 components.push_back(StringHelper::RTrimAll(packageRoot->path, "/"));
435 components.insert(components.end(), suffixComponents.begin(), suffixComponents.end());
436 components.push_back(sanitized ? fqName.sanitizedVersion() : fqName.version());
438 *path = StringHelper::JoinStrings(components, "/") + "/";
generateCpp.cpp 38 std::vector<std::string> *components) const {
39 mPackage.getPackageComponents(components);
43 std::vector<std::string> *components, bool cpp_compatible) const {
44 mPackage.getPackageAndVersionComponents(components, cpp_compatible);
70 std::vector<std::string> components; local
71 package.getPackageAndVersionComponents(&components, false /* cpp_compatible */);
73 for (const auto &component : components) {
    [all...]
  /system/tools/hidl/utils/
FQName.cpp 379 std::vector<std::string> components; local
380 getPackageAndVersionComponents(&components, true /* cpp_compatible */);
386 components.insert(components.end(), nameComponents.begin(), nameComponents.end());
389 return StringHelper::JoinStrings(components, "_");
393 std::vector<std::string> components; local
394 getPackageAndVersionComponents(&components, true /* cpp_compatible */);
397 out += StringHelper::JoinStrings(components, "::");
403 std::vector<std::string> components; local
404 StringHelper::SplitString(mName, '.', &components);
413 std::vector<std::string> components; local
414 StringHelper::SplitString(name(), '.', &components); local
425 std::vector<std::string> components; local
437 StringHelper::SplitString(package(), '.', components); local
519 std::vector<std::string> components; local
    [all...]
  /external/ImageMagick/MagickCore/
profile.c 2017 components; local
    [all...]
xml-tree.c 224 **components,
247 components=GetPathComponents(path,&number_components);
248 if (components == (char **) NULL)
252 GetPathComponent(components[i],SubimagePath,subnode);
253 GetPathComponent(components[i],CanonicalPath,tag);
268 components[i]=DestroyString(components[i]);
271 components[i]=DestroyString(components[i]);
272 components=(char **) RelinquishMagickMemory(components)
218 **components, local
1006 **components, local
    [all...]
property.c 867 for (component=0; component < components; component++) \
893 for (component=0; component < components; component++) \
1403 components; local
    [all...]
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 169 String[] components = urlArguments.split("&"); local
170 for (String component : components) {
190 List<String> components = new ArrayList<String>(); local
194 components.add(key + "=" + value);
196 return joinStrings("&", components);
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 661 final String[] components = javaSpecVersion.split("\\."); local
662 final int[] version = new int[components.length];
663 for (int i = 0; i < components.length; i++) {
664 version[i] = Integer.parseInt(components[i]);
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLContextTest.java 699 final String[] components = javaSpecVersion.split("\\."); local
700 final int[] version = new int[components.length];
701 for (int i = 0; i < components.length; i++) {
702 version[i] = Integer.parseInt(components[i]);
  /external/deqp/framework/common/
tcuCommandLine.cpp 584 // Match a list of pattern components to a list of path components. A pattern
586 // more whole path components.
621 const vector<string> components = de::splitString(caseName, '.'); local
629 components.begin(), components.end(), allowPrefix))
  /external/libchrome/base/files/
file_path.cc 120 // extension components of '.tar.gz' and '.tar.Z' respectively.
223 void FilePath::GetComponents(std::vector<StringType>* components) const {
224 DCHECK(components);
225 if (!components)
227 components->clear();
235 // Capture path components.
255 *components = std::vector<StringType>(ret_val.rbegin(), ret_val.rend());
572 std::vector<StringType> components; local
573 GetComponents(&components);
575 std::vector<StringType>::const_iterator it = components.begin()
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir.cpp 143 /* Either all the vector components are assigned or the variable is some
176 /* If the RHS is a vector type, assume that all components of the vector
666 * value_list must be a 1-for-1 match with the structure components. Each
675 value_list->move_nodes_to(& this->components);
687 * the components. For matrices, the scalar fills the components of the
704 /* Vector or scalar - fill all components */
708 for (unsigned i = 0; i < type->components(); i++)
712 for (unsigned i = 0; i < type->components(); i++)
716 for (unsigned i = 0; i < type->components(); i++
1390 const unsigned components[4] = { x, y, z, w }; local
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 61 components(0),
611 int components,
613 if (expected_count != (value_size / components)) {
615 "(%d components), but received length of %d (%d components)!",
617 expected_count, components * expected_count,
618 value_size / components, value_size);
626 int components,
628 if (value_size % components != 0) {
631 components, value_size)
714 const int components = GLEnv::NumberOfComponents(type); local
765 const int components = GLEnv::NumberOfComponents(type); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.3/
maven-antrun-plugin-1.3.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 1304 Vector components = new Vector(); local
    [all...]

Completed in 1090 milliseconds

1 2 3 4 56 7 8 91011>>