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

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
Size.java 68 final String[] components = sizeString.split("x"); local
69 if (components.length == 2) {
71 final int width = Integer.parseInt(components[0]);
72 final int height = Integer.parseInt(components[1]);
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallLogEntryText.java 96 List<CharSequence> components = new ArrayList<>(); local
99 components.add(context.getText(R.string.new_call_log_secondary_blocked));
102 components.add(context.getText(R.string.new_call_log_secondary_spam));
105 components.add(getNumberTypeLabel(context, row));
107 components.add(
109 return joinSecondaryTextComponents(components);
144 List<CharSequence> components = new ArrayList<>(); local
147 components.add(context.getText(R.string.new_call_log_secondary_blocked));
150 components.add(context.getText(R.string.new_call_log_secondary_spam));
153 components.add(getNumberTypeLabel(context, row))
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.cpp 71 const int components = (static_cast<int>(format) & 0xff); local
74 switch (components) {
81 mScanlineUnformattedBuflen = mInfo.output_width * components;
96 mScanlineBuflen = mInfo.output_width * components;
  /packages/services/Telecomm/src/com/android/server/telecom/components/
ChangeDefaultDialerDialog.java 17 package com.android.server.telecom.components;
UserCallActivity.java 17 package com.android.server.telecom.components;
  /system/extras/boottime_tools/bootio/
bootio.cpp 74 std::vector <std::string> components = android::base::Split(start, " "); local
75 if (components.size() != 2) {
79 timeout = atoi(components.at(LOG_TIMEOUT_INDEX).c_str());
80 samples = atoi(components.at(LOG_SAMPLES_INDEX).c_str());
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 140 void dump(ArrayList<ComponentInfo> components) {
141 for (ComponentInfo component : components) {
156 ArrayList<ComponentInfo> components = new ArrayList<ComponentInfo>(); local
161 parseComponentInfo(pm, resolveInfo, components);
170 dump(components);
174 mComponents = components;
179 ArrayList<ComponentInfo> components) throws XmlPullParserException, IOException {
190 parser, info, components); local
199 ResolveInfo resolveInfo, ArrayList<ComponentInfo> components)
219 components.add(new ComponentInfo(resolveInfo, techs))
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1ObjectIdentifier.java 116 List<Integer> components = Lists.newLinkedList(); local
123 if (components.isEmpty()) {
126 components.add(firstComponent);
127 components.add(secondComponent);
129 components.add(currentComponent);
134 value = ImmutableList.copyOf(components);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 83 String[] components = labelSeq.toString().split("/"); local
84 if (components[components.length - 1].equals("Purgeable")) {
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 472 int components = 0; local
519 components = 1;
522 components = 2;
528 components = 3;
532 components = 4;
539 components = 0;
542 pixelsize = components * componentsize;
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 50 FilePath::FilePath (const std::vector<std::string>& components)
52 for (size_t ndx = 0; ndx < components.size(); ndx++)
56 m_path += components[ndx];
60 void FilePath::split (std::vector<std::string>& components) const
62 components.clear();
68 components.push_back(separator + separator);
70 components.push_back(separator);
79 components.push_back(m_path.substr(curCompStart, pos - curCompStart));
86 components.push_back(m_path.substr(curCompStart, pos - curCompStart));
89 FilePath FilePath::join (const std::vector<std::string>& components)
96 std::vector<std::string> components; local
141 std::vector<std::string> components; local
148 std::vector<std::string> components; local
    [all...]
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 111 std::vector<string> components; local
112 TokenizeByChar(uuid, '-', &components);
114 for (size_t i = 0; i < components.size(); ++i)
115 result += components[i];
  /external/guava/guava-tests/benchmark/com/google/common/base/
JoinerBenchmark.java 43 private Iterable<String> components; field in class:JoinerBenchmark
50 components = Arrays.asList(raw);
59 dummy ^= JOINER_ON_STRING.join(components).length();
70 dummy ^= JOINER_ON_CHARACTER.join(components).length();
83 Iterator<String> iterator = components.iterator();
99 * empty components.
105 for (String comp : components) {
125 for (String comp : components) {
146 for (String comp : components) {
164 for (String comp : components) {
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java 57 Component[] components = cont.getComponents(); local
58 for (int i = 0; i < components.length; ++i) {
63 if (components[i] instanceof Label) {
64 switch (((Label)components[i]).getAlignment()) {
70 gridbag.setConstraints(components[i], c);
  /external/mesa3d/src/compiler/glsl/
opt_dead_code_local.cpp 238 unsigned components[4]; local
245 components[channels++] = next;
251 components,
opt_structure_splitting.cpp 27 * If a structure is only ever referenced by its components, then
28 * split those components out to individual variables so they can be
52 this->components = NULL;
67 ir_variable **components; member in class:__anon29247::variable_entry
165 /* We'll split copies of a structure to copies of components, so don't
244 *deref = new(entry->mem_ctx) ir_dereference_variable(entry->components[i]);
277 new_lhs = new(mem_ctx) ir_dereference_variable(lhs_entry->components[i]);
285 new_rhs = new(mem_ctx) ir_dereference_variable(rhs_entry->components[i]);
335 * components.
342 entry->components = ralloc_array(mem_ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_regions.h 121 int components; member in struct:intel_image_format
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 27 * If a vector is only ever referenced by its components, then
28 * split those components out to individual variables so they can be
63 ir_variable *components[4]; member in class:variable_entry
242 ir_variable *var = entry->components[swiz->mask.x];
268 new_lhs = new(mem_ctx) ir_dereference_variable(lhs->components[i]);
277 new(mem_ctx) ir_dereference_variable(rhs->components[rhs_chan]);
312 ir->lhs = new(mem_ctx) ir_dereference_variable(lhs->components[elem]);
354 * components.
370 entry->components[i] = new(entry->mem_ctx) ir_variable(type, name,
383 entry->components[i]->data.has_initializer = true
    [all...]
intel_image.h 56 int components; member in struct:intel_image_format
  /external/oj-libjdwp/src/share/back/
ArrayReferenceImpl.c 73 jboolean *components; local
75 components = newComponents(out, length, sizeof(jboolean));
76 if (components != NULL) {
78 JNI_FUNC_PTR(env,GetBooleanArrayRegion)(env, array, index, length, components);
80 (void)outStream_writeBoolean(out, components[i]);
82 deleteComponents(components);
90 jbyte *components; local
92 components = newComponents(out, length, sizeof(jbyte));
93 if (components != NULL) {
95 JNI_FUNC_PTR(env,GetByteArrayRegion)(env, array, index, length, components);
107 jchar *components; local
124 jshort *components; local
141 jint *components; local
158 jlong *components; local
175 jfloat *components; local
192 jdouble *components; local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/utils/
scc.cc 29 // Components algorithm.
58 std::unordered_map<const NodeDef*, int>* components,
96 (*components)[top->node] = *scc_index;
117 // This is an implementation of Tarjan's Strongly Connected Components
127 const GraphDef& graph, std::unordered_map<const NodeDef*, int>* components,
151 components->clear();
157 StrongConnect(&v, &stack, &index, components, num_components);
162 for (auto& component : *components) {
168 for (auto& component : *components) {
183 std::unordered_map<const NodeDef*, int> components; local
228 std::unordered_map<const NodeDef*, int> components; local
    [all...]
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem.h 42 int components = 0; member in struct:tensorflow::jpeg::UncompressFlags
55 // equal to width*components*sizeof(JSAMPLE). If 0 is passed, the stride
81 // - components is the address where the number of read components are
83 // components use flags.components. May be nullptr.
91 int* components, // Output only: useful with autodetect
95 // arguments are (width, height, components). If the size is known ahead of
104 // The width, height, and components points may be null.
106 int* components);
    [all...]
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 111 EGLint components[3];
113 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
116 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
119 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
123 EXPECT_GE(components[0], 8);
124 EXPECT_GE(components[1], 8);
125 EXPECT_GE(components[2], 8);
185 EGLint components[4]; local
187 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
190 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1])
239 EGLint components[4]; local
325 EGLint components[4]; local
400 EGLint components[4]; local
634 EGLint components[4]; local
736 EGLint components[4]; local
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaSessionManagerImplBase.java 95 * specified user. Enabled components may only operate on behalf of the user
106 final String[] components = enabledNotifListeners.split(":"); local
107 for (int i = 0; i < components.length; i++) {
109 ComponentName.unflattenFromString(components[i]);
  /hardware/intel/common/libva/va/
va_dec_jpeg.h 70 } components[255]; member in struct:_VAPictureParameterBufferJPEGBaseline
71 /** \brief Number of components in frame (Nf). */
164 } components[4]; member in struct:_VASliceParameterBufferJPEGBaseline
165 /** \brief Number of components in scan (Ns). */

Completed in 690 milliseconds

1 23 4 5 6 7 8 91011>>