/external/libvpx/libvpx/examples/ |
D | vpx_temporal_svc_encoder.c | 169 int ids[1] = { 0 }; in set_temporal_layer_pattern() local 182 int ids[2] = { 0, 1 }; in set_temporal_layer_pattern() local 208 int ids[3] = { 0, 1, 1 }; in set_temporal_layer_pattern() local 226 int ids[6] = { 0, 2, 2, 1, 2, 2 }; in set_temporal_layer_pattern() local 246 int ids[4] = { 0, 2, 1, 2 }; in set_temporal_layer_pattern() local 267 int ids[4] = { 0, 2, 1, 2 }; in set_temporal_layer_pattern() local 289 int ids[4] = { 0, 2, 1, 2 }; in set_temporal_layer_pattern() local 310 int ids[16] = { 0, 4, 3, 4, 2, 4, 3, 4, 1, 4, 3, 4, 2, 4, 3, 4 }; in set_temporal_layer_pattern() local 334 int ids[2] = { 0, 1 }; in set_temporal_layer_pattern() local 369 int ids[4] = { 0, 2, 1, 2 }; in set_temporal_layer_pattern() local [all …]
|
/external/skia/tools/gpu/gl/debug/ |
D | DebugGLTestContext.cpp | 557 GrGLvoid genBuffers(GrGLsizei n, GrGLuint* ids) override { in genBuffers() 561 GrGLvoid genFramebuffers(GrGLsizei n, GrGLuint* ids) override { in genFramebuffers() 565 GrGLvoid genRenderbuffers(GrGLsizei n, GrGLuint* ids) override { in genRenderbuffers() 569 GrGLvoid genTextures(GrGLsizei n, GrGLuint* ids) override { in genTextures() 573 GrGLvoid genVertexArrays(GrGLsizei n, GrGLuint* ids) override { in genVertexArrays() 577 GrGLvoid genQueries(GrGLsizei n, GrGLuint *ids) override { this->genGenericIds(n, ids); } in genQueries() 762 GrGLvoid deleteVertexArrays(GrGLsizei n, const GrGLuint* ids) override { in deleteVertexArrays() 795 GrGLvoid deleteBuffers(GrGLsizei n, const GrGLuint* ids) override { in deleteBuffers() 963 GrGLvoid genGenericIds(GrGLsizei n, GrGLuint* ids) { in genGenericIds() 1026 GrGLvoid genObjs(ObjTypes type, GrGLsizei n, GrGLuint* ids) { in genObjs()
|
/external/webrtc/webrtc/base/ |
D | macwindowpicker.cc | 78 CGWindowID ids[1]; in IsVisible() local 113 CGWindowID ids[1]; in MoveToFront() local
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | TimeZoneTest.java | 182 String[] ids = TimeZone.getAvailableIDs(-28800000); in testGetAvailableIDsInt() local 190 String[] ids = TimeZone.getAvailableIDs(); in testGetAvailableIDs() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 193 Set ids = service.getVisibleIDs(); in TestAPI() local 542 protected final Set ids; field in ICUServiceTest.TestLocaleKeyFactory 545 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory() 733 Set ids = service.getVisibleIDs(); in TestLocale() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceTest.java | 194 Set ids = service.getVisibleIDs(); in TestAPI() local 543 protected final Set ids; field in ICUServiceTest.TestLocaleKeyFactory 546 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory() 734 Set ids = service.getVisibleIDs(); in TestLocale() local
|
/external/libmtp/examples/ |
D | newplaylist.c | 41 uint32_t *ids = NULL; in main() local
|
D | albumart.c | 48 uint32_t *ids = NULL; local
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 307 GLuint ids = 0; in gen_queries() local 315 GLuint ids[3]; in begin_query() local
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABContactManager.java | 453 public Query setFilterById(long... ids) { in setFilterById() 688 long[] ids = null; in update() local 743 static String getWhereClauseForIds(long[] ids) { in getWhereClauseForIds() 760 static String[] getWhereArgsForIds(long[] ids) { in getWhereArgsForIds()
|
/external/icu/icu4c/source/test/intltest/ |
D | icusvtst.cpp | 464 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, status); in testAPI_One() local 555 …TestMultipleKeyStringFactory(const UnicodeString ids[], int32_t count, const UnicodeString& factor… in TestMultipleKeyStringFactory() 686 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, 0, status); in testAPI_Two() local 807 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, 0, status); in testAPI_Two() local 903 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, 0, status); in testRBF() local 1169 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, 0, status); in testLocale() local 1181 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, 0, status); in testLocale() local 1373 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, status); in testCoverage() local
|
/external/iptables/include/linux/netfilter_ipv6/ |
D | ip6t_frag.h | 7 __u32 ids[2]; /* Security Parameter Index */ member
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
D | ip6t_frag.h | 7 __u32 ids[2]; /* Identification range */ member
|
/external/autotest/client/cros/chameleon/ |
D | audio_level.py | 9 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids unknown
|
/external/skia/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 246 GrGLvoid genBuffers(GrGLsizei n, GrGLuint* ids) override { in genBuffers() 275 GrGLvoid deleteBuffers(GrGLsizei n, const GrGLuint* ids) override { in deleteBuffers() 316 GrGLvoid deleteFramebuffers(GrGLsizei n, const GrGLuint* ids) override { in deleteFramebuffers() 332 GrGLvoid genQueries(GrGLsizei n, GrGLuint *ids) override { this->genGenericIds(n, ids); } in genQueries() 346 GrGLvoid deleteRenderbuffers(GrGLsizei n, const GrGLuint* ids) override { in deleteRenderbuffers() 770 GrGLvoid genGenericIds(GrGLsizei n, GrGLuint* ids) { in genGenericIds()
|
/external/testng/src/test/java/test/thread/ |
D | SequentialTest.java | 79 long[] ids = new long[] { in runTest() local
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
D | manifest.json | 18 "ids" : ["*"], array
|
/external/clang/lib/ARCMigrate/ |
D | TransAPIUses.cpp | 41 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker() local
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | stress.c | 180 int ids[NSCENAR]; in main() local
|
/external/mesa3d/src/mesa/main/ |
D | errors.c | 506 GLenum* types, GLenum* ids, GLenum* severities, in _mesa_GetDebugMessageLogARB() 561 GLsizei count, const GLuint *ids, GLboolean enabled) in control_messages() 652 GLenum eseverity, GLsizei count, const GLuint *ids, in control_app_messages() 677 GLsizei count, const GLuint *ids, in _mesa_DebugMessageControlARB()
|
D | queryobj.c | 177 _mesa_GenQueriesARB(GLsizei n, GLuint *ids) in _mesa_GenQueriesARB() 216 _mesa_DeleteQueriesARB(GLsizei n, const GLuint *ids) in _mesa_DeleteQueriesARB()
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | HostListView.java | 115 JSONArray ids = new JSONArray(); in getSelectedHostIds() local
|
/external/guice/core/src/com/google/inject/internal/ |
D | CycleDetectingLock.java | 271 List<ID> ids = Lists.newArrayList(); in getAllLockIdsAfter() local
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ClientSessionContextTest.java | 129 Enumeration<byte[]> ids = context.getIds(); in assertSessionContextContents() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 844 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, Integer.valueOf(rawOffset)); in getAvailableIDs() local 862 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, country, null); in getAvailableIDs() local 877 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, null); in getAvailableIDs() local
|