HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 451 - 475 of 1475) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.0/
lint-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.1/
lint-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.3/
lint-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.8.0/
lint-22.8.0.jar 
  /build/kati/
pathutil.go 51 ids map[string]fileid
56 ids: make(map[string]fileid),
161 id := c.ids[dir]
170 id = c.ids[dir]
181 c.ids[dir] = invalidFileid
189 c.ids[dir] = invalidFileid
229 c.ids[dir] = id
pathutil_test.go 35 ids: make(map[string]fileid),
38 fsCache.ids["."] = fs.dir(".").id
43 t.Log("fs ids:")
44 for name, id := range fsCache.ids {
72 di, ok := fsCache.ids[dir]
78 fsCache.ids[dir] = de.id
103 id := fsCache.ids[name]
  /hardware/qcom/gps/msm8909w_3100/gnss/
GnssAdapter.cpp 602 uint32_t* ids = NULL; local
604 ids = new uint32_t[count];
605 if (ids == nullptr) {
610 ids[i] = generateSessionId();
612 idsString += std::to_string(ids[i]) + " ";
618 LOC_LOGD("%s]: ids %s flags 0x%X", __func__, idsString.c_str(), config.flags);
629 uint32_t* ids,
635 mIds(ids),
816 if (NULL != ids) {
817 sendMsg(new MsgGnssUpdateConfig(*this, *mLocApi, config, ids, count))
    [all...]
  /frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java 640 UserHandle user, String packageName, String... ids) {
641 verify(mock).onShortcutsChanged(eq(packageName), checkShortcutIds(ids),
681 public static List<ShortcutInfo> checkShortcutIds(String... ids) {
684 return actualSet.equals(set(ids));
686 }, "Shortcut IDs=[" + Arrays.toString(ids) + "]", null);
805 public ShortcutListAsserter selectByIds(String... ids) {
806 final Set<String> idSet = set(ids);
815 fail("Shortcuts not found for IDs=" + idSet);
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp 577 uint32_t* ids = NULL; local
579 ids = new uint32_t[count];
581 ids[i] = generateSessionId();
583 idsString += std::to_string(ids[i]) + " ";
589 LOC_LOGD("%s]: ids %s flags 0x%X", __func__, idsString.c_str(), config.flags);
600 uint32_t* ids,
606 mIds(ids),
770 if (NULL != ids) {
771 sendMsg(new MsgGnssUpdateConfig(*this, *mLocApi, config, ids, count));
776 return ids;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 77 /* Cache method IDs each time the class is loaded. */
786 /* void glGenQueries ( GLsizei n, GLuint *ids ) */
795 GLuint *ids = (GLuint *) 0; local
800 _exceptionMessage = "ids == null";
812 ids = ids_base + offset;
816 (GLuint *)ids
829 /* void glGenQueries ( GLsizei n, GLuint *ids ) */
839 GLuint *ids = (GLuint *) 0; local
844 _exceptionMessage = "ids == null";
847 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset)
875 GLuint *ids = (GLuint *) 0; local
919 GLuint *ids = (GLuint *) 0; local
5235 GLuint *ids = (GLuint *) 0; local
5279 GLuint *ids = (GLuint *) 0; local
5315 GLuint *ids = (GLuint *) 0; local
5359 GLuint *ids = (GLuint *) 0; local
    [all...]
android_opengl_GLES31Ext.cpp 76 /* Cache method IDs each time the class is loaded. */
463 /* void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled ) */
472 GLuint *ids = (GLuint *) 0; local
477 _exceptionMessage = "ids == null";
489 ids = ids_base + offset;
496 (GLuint *)ids,
510 /* void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled ) */
520 GLuint *ids = (GLuint *) 0; local
525 _exceptionMessage = "ids == null";
528 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 508 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset); local
509 if (ids == NULL) {
513 count = ids->count(ec);
517 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec));
522 delete ids;
523 //delete [] ids;
524 //uprv_free(ids);
    [all...]
  /external/mesa3d/src/mesa/main/
debug_output.c 539 * Set the state of all message IDs found in the given intersection of
544 * IDs in the hash table, and setting the default state for all
546 * yet-unknown message IDs that may be used in the future will be
1036 GLenum *types, GLenum *ids, GLenum *severities,
1093 if (ids)
1094 *ids++ = msg->id;
1108 const GLuint *ids, GLboolean enabled)
1136 "%s(When passing an array of ids, severity must be"
1149 debug_set_message_enable(debug, source, type, ids[i], enabled);
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
vector_diffeomixture.py 550 # Get ids as a [n, batch_size]-shaped matrix, unless batch_shape=[] then get
551 # ids as a [n]-shaped vector.
559 ids = self.mixture_distribution.sample(
570 ids = array_ops.reshape(ids, shape=concat_vectors(
586 dtype=ids.dtype)
590 ids + offset)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 359 Set<String> ids = types.keySet(); local
361 mChildren = new HashMap<Object, Object[]>(ids.size());
362 mTypeCount = new HashMap<IMarker, Integer>(ids.size());
364 List<IMarker> topLevel = new ArrayList<IMarker>(ids.size());
365 for (String id : ids) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_itertools.py 534 ids = map(id, izip('abc', 'def'))
535 self.assertEqual(min(ids), max(ids))
536 ids = map(id, list(izip('abc', 'def')))
537 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
583 ids = map(id, izip_longest('abc', 'def'))
584 self.assertEqual(min(ids), max(ids))
585 ids = map(id, list(izip_longest('abc', 'def')))
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget.py 17 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids
179 if self.port_id in [ids.ChameleonIds.MIC, ids.CrosIds.INTERNAL_MIC]:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.c 433 brw->shader_time.ids = rzalloc_array(brw, int, max_entries);
552 int shader_num = brw->shader_time.ids[i];
661 brw->shader_time.ids[shader_time_index] = prog->Id;
  /external/python/cpython2/Lib/test/
test_itertools.py 579 ids = map(id, izip('abc', 'def'))
580 self.assertEqual(min(ids), max(ids))
581 ids = map(id, list(izip('abc', 'def')))
582 self.assertEqual(len(dict.fromkeys(ids)), len(ids))
630 ids = map(id, izip_longest('abc', 'def'))
631 self.assertEqual(min(ids), max(ids))
632 ids = map(id, list(izip_longest('abc', 'def'))
    [all...]
  /external/squashfs-tools/squashfs-tools/
xattr.c 732 * Add the existing xattr ids and xattr metadata in the file system being
739 int ids, res, i, id; local
747 ids = res;
753 for(i = 0; i < ids; i++) {
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass_test.cc 60 std::unordered_map<string, string> ids; local
65 ids[node->name()] = cluster;
68 return ids;

Completed in 1033 milliseconds

<<11121314151617181920>>