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

<<21222324252627282930>>

  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 180 final String[] ids = new String[len]; local
182 source.readStringArray(ids);
185 automaticRules.put(ids[i], rules[i]);
208 final String[] ids = new String[len]; local
211 ids[i] = automaticRules.keyAt(i);
215 dest.writeStringArray(ids);
    [all...]
  /frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
CoordinatorLayout.java 3243 final int[] ids = new int[size]; local
3265 final int[] ids = new int[size]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py     [all...]
  /external/autotest/scheduler/
scheduler_models.py     [all...]
  /external/mesa3d/include/GLES3/
gl32.h     [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py     [all...]
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py     [all...]
  /frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp 601 media::Metadata::Filter ids; local
616 ids = mMetadataUpdated;
624 status_t status = player->getMetadata(ids, reply);
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl32.h     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogAdapter.java 1394 long[] ids = new long[groupSize]; local
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 1057 String[] ids = mModel.getModelIds(); local
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
DvrDataManagerImpl.java 697 HashSet<Long> ids = new HashSet<>(); local
701 ids.add(r.getId());
707 if (ids.contains(r.getSeriesRecordingId())) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /external/autotest/client/cros/chameleon/
audio_widget_link.py 11 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids
  /external/python/cpython3/Doc/tools/extensions/
pyspecific.py 309 document.append(doctree.ids[labelid])
  /external/python/cpython3/Lib/test/
test_nntplib.py     [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 53 virtual GrGLvoid deleteQueries(GrGLsizei n, const GrGLuint *ids) {}
83 virtual GrGLvoid genQueries(GrGLsizei n, GrGLuint *ids) {}
    [all...]
  /external/skqp/include/gpu/gl/
GrGLFunctions.h 55 typedef GrGLvoid (* GrGLDeleteQueriesProc)(GrGLsizei n, const GrGLuint *ids);
85 typedef GrGLvoid (* GrGLGenQueriesProc)(GrGLsizei n, GrGLuint *ids);
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 53 virtual GrGLvoid deleteQueries(GrGLsizei n, const GrGLuint *ids) {}
83 virtual GrGLvoid genQueries(GrGLsizei n, GrGLuint *ids) {}
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h     [all...]

Completed in 929 milliseconds

<<21222324252627282930>>