Home
last modified time | relevance | path

Searched defs:ids (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess2.ts83 ids: IdOf<E>[]; property
89 const { ids, entities } = state; constant
94 const { ids, entities } = state; constant
/third_party/skia/third_party/externals/oboe/src/opensles/
DEngineOpenSLES.cpp82 const SLInterfaceID ids[] = {SL_IID_BUFFERQUEUE, SL_IID_ANDROIDCONFIGURATION}; in createAudioPlayer() local
94 const SLInterfaceID ids[] = {SL_IID_ANDROIDSIMPLEBUFFERQUEUE, SL_IID_ANDROIDCONFIGURATION }; in createAudioRecorder() local
/third_party/skia/modules/canvaskit/tests/
Dfont.spec.js138 const ids = notoSerif.getGlyphIDs('AEGIS ægis'); constant
285 const ids = font.getGlyphIDs('M'); constant
326 const ids = font.getGlyphIDs('I'); constant
343 const ids = font.getGlyphIDs('I'); constant
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_sampler.c249 SVGA3dShaderResourceViewId ids[PIPE_MAX_SAMPLERS]; in update_sampler_resources() local
401 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS*2]; in update_samplers() local
548 SVGA3dShaderResourceViewId ids[PIPE_MAX_SAMPLERS]; in update_cs_sampler_resources() local
667 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS]; in update_cs_samplers() local
/third_party/littlefs/scripts/
Dtest.py588 def find_perms(runner_, ids=[], **args): argument
769 def run_stage(name, runner_, ids, stdout_, trace_, output_, **args): argument
793 def run_runner(runner_, ids=[]): argument
883 def run_job(runner_, ids=[], start=None, step=None): argument
Dbench.py571 def find_perms(runner_, ids=[], **args): argument
752 def run_stage(name, runner_, ids, stdout_, trace_, output_, **args): argument
781 def run_runner(runner_, ids=[]): argument
878 def run_job(runner_, ids=[], start=None, step=None): argument
/third_party/rust/crates/clap/tests/builder/
Darg_matches.rs6 fn ids() { in ids() function
/third_party/python/Lib/test/
Dtest_finalization.py147 def assert_del_calls(self, ids): argument
150 def assert_tp_del_calls(self, ids): argument
153 def assert_survivors(self, ids): argument
156 def assert_garbage(self, ids): argument
/third_party/rust/crates/cxx/macro/src/
Dtype_id.rs22 let mut ids = Vec::new(); in expand() localVariable
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcnd_broadcast.c43 thrd_t ids[N]; in cnd_broadcast_0100() local
Dpthread_barrier_wait.c43 pthread_t ids[THREADNUM]; in pthread_barrier_wait_0100() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_2_params.cpp32 const GLuint *ids, in CaptureDebugMessageControl_ids()
98 GLuint *ids, in CaptureGetDebugMessageLog_sources()
113 GLuint *ids, in CaptureGetDebugMessageLog_types()
128 GLuint *ids, in CaptureGetDebugMessageLog_ids()
143 GLuint *ids, in CaptureGetDebugMessageLog_severities()
158 GLuint *ids, in CaptureGetDebugMessageLog_lengths()
173 GLuint *ids, in CaptureGetDebugMessageLog_messageLog()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DConvertIcuDataTask.java146 private ImmutableSet<String> ids; field in ConvertIcuDataTask.LocaleIds
252 ImmutableSet<String> ids = filter.localeIds.ids; in addConfiguredDirectory() local
333 Iterable<String> ids = perDirectoryIds.asMap().getOrDefault(dir, defaultTargetIds); in execute() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dcheck_html_xrefs.py57 ids = set() variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuiltInFunctionEmulatorGLSL.cpp83 static const std::array<TSymbolUniqueId, 4> ids = { in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds() local
/third_party/node/tools/doc/
Dallhtml.mjs110 const ids = new Set([...all.matchAll(idRe)].map((match) => match[1])); constant
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java197 Set ids = service.getVisibleIDs(); in TestAPI() local
553 protected final Set ids; field in ICUServiceTest.TestLocaleKeyFactory
556 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory()
748 Set ids = service.getVisibleIDs(); in TestLocale() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTest.java200 Set ids = service.getVisibleIDs(); in TestAPI() local
556 protected final Set ids; field in ICUServiceTest.TestLocaleKeyFactory
559 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory()
751 Set ids = service.getVisibleIDs(); in TestLocale() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp314 GLuint ids = 0; in gen_queries() local
322 GLuint ids[3]; in begin_query() local
/third_party/skia/src/gpu/gl/
DGrGLRenderTarget.cpp29 const IDs& ids, in GrGLRenderTarget()
42 const IDs& ids) in GrGLRenderTarget()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dstress.c173 int ids[NSCENAR]; in main() local
/third_party/mesa3d/src/mesa/main/
Dqueryobj.c548 create_queries(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *ids, in create_queries()
580 _mesa_GenQueries(GLsizei n, GLuint *ids) in _mesa_GenQueries()
587 _mesa_CreateQueries(GLenum target, GLsizei n, GLuint *ids) in _mesa_CreateQueries()
613 _mesa_DeleteQueries(GLsizei n, const GLuint *ids) in _mesa_DeleteQueries()
/third_party/icu/icu4c/source/test/intltest/
Dicusvtst.cpp464 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
/third_party/python/Include/internal/
Dpycore_unicodeobject.h53 struct _Py_unicode_ids ids; member
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveName.cpp105 CRecordVector<UInt32> ids; in CreateArchiveName() local

123456789