Home
last modified time | relevance | path

Searched refs:ids (Results 1 - 25 of 427) sorted by relevance

12345678910>>...18

/third_party/python/Lib/test/
H A Dtest_finalization.py147 def assert_del_calls(self, ids):
148 self.assertEqual(sorted(SimpleBase.del_calls), sorted(ids))
150 def assert_tp_del_calls(self, ids):
151 self.assertEqual(sorted(SimpleBase.tp_del_calls), sorted(ids))
153 def assert_survivors(self, ids):
154 self.assertEqual(sorted(id(x) for x in SimpleBase.survivors), sorted(ids))
156 def assert_garbage(self, ids):
157 self.assertEqual(sorted(id(x) for x in gc.garbage), sorted(ids))
171 ids = [id(s)]
175 self.assert_del_calls(ids)
[all...]
H A Dtest_ioctl.py33 ids = (os.getpgrp(), os.getsid(0))
37 self.assertIn(rpgrp, ids)
42 ids = (os.getpgrp(), os.getsid(0))
43 # A fill value unlikely to be in `ids`
55 self.assertIn(rpgrp, ids)
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_sampler.c249 SVGA3dShaderResourceViewId ids[PIPE_MAX_SAMPLERS]; in update_sampler_resources() local
269 ids[i] = sv->id; in update_sampler_resources()
274 ids[i] = SVGA3D_INVALID_ID; in update_sampler_resources()
280 ids[i] = SVGA3D_INVALID_ID; in update_sampler_resources()
293 SVGA3dShaderResourceViewId *pIds = ids; in update_sampler_resources()
401 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS*2]; in update_samplers() local
430 ids[i] = id; in update_samplers()
433 ids[i] = SVGA3D_INVALID_ID; in update_samplers()
442 /* Check if the sampler id is already on the ids list */ in update_samplers()
445 if (ids[ in update_samplers()
548 SVGA3dShaderResourceViewId ids[PIPE_MAX_SAMPLERS]; update_cs_sampler_resources() local
667 SVGA3dSamplerId ids[PIPE_MAX_SAMPLERS]; update_cs_samplers() local
[all...]
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DEngineOpenSLES.cpp82 const SLInterfaceID ids[] = {SL_IID_BUFFERQUEUE, SL_IID_ANDROIDCONFIGURATION}; in createAudioPlayer() local
87 sizeof(ids) / sizeof(ids[0]), ids, reqs); in createAudioPlayer()
94 const SLInterfaceID ids[] = {SL_IID_ANDROIDSIMPLEBUFFERQUEUE, SL_IID_ANDROIDCONFIGURATION }; in createAudioRecorder() local
99 sizeof(ids) / sizeof(ids[0]), ids, reqs); in createAudioRecorder()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp76 ids = move(other.ids);
122 ids.clear(); in operator =()
123 ids.reserve(other.ids.size()); in operator =()
124 for (size_t i = 0; i < other.ids.size(); i++) in operator =()
126 ids.emplace_back(pool_group.get()); in operator =()
127 ids.back() = other.ids[i]; in operator =()
135 ids in set_id_bounds()
[all...]
H A Dspirv_parser.hpp57 auto &var = variant_set<T>(ir.ids[id], std::forward<P>(args)...); in set()
65 return variant_get<T>(ir.ids[id]); in get()
71 if (ir.ids[id].get_type() == static_cast<Types>(T::type)) in maybe_get()
80 return variant_get<T>(ir.ids[id]); in get()
86 if (ir.ids[id].get_type() == T::type) in maybe_get()
/third_party/rust/crates/cxx/macro/src/
H A Dtype_id.rs22 let mut ids = Vec::new(); in expand() variables
25 if !ids.is_empty() { in expand()
26 ids.push(quote!(())); in expand()
29 ids.push(match ch { in expand()
43 quote! { (#(#ids,)*) } in expand()
/third_party/rust/crates/clap/tests/builder/
H A Darg_matches.rs6 fn ids() { in ids() functions
13 m.ids().map(|id| id.as_str()).collect::<Vec<_>>(), in ids()
16 assert_eq!(m.ids().len(), 2); in ids()
27 m.ids().map(|id| id.as_str()).collect::<Vec<_>>(), in ids_ignore_unused()
30 assert_eq!(m.ids().len(), 1); in ids_ignore_unused()
44 assert_eq!(m.ids().map(|id| id.as_str()).collect::<Vec<_>>(), ["color"]); in ids_ignore_overridden()
45 assert_eq!(m.ids().len(), 1); in ids_ignore_overridden()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp300 GLuint ids; in init()
301 glGenQueries (-1, &ids); in init()
307 GLuint ids[3]; in init()
308 glGenQueries (3, ids); in init()
311 glBeginQuery (-1, ids[0]); in init()
316 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]); in init()
318 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]); in init()
321 glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]); in init()
323 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]); in init()
325 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[ in init()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp314 GLuint ids = 0; in gen_queries() local
315 ctx.glGenQueries (-1, &ids); in gen_queries()
322 GLuint ids[3]; in begin_query() local
323 ctx.glGenQueries (3, ids); in begin_query()
326 ctx.glBeginQuery (-1, ids[0]); in begin_query()
331 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]); in begin_query()
333 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]); in begin_query()
336 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]); in begin_query()
338 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]); in begin_query()
340 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[ in begin_query()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveName.cpp105 CRecordVector<UInt32> ids; in CreateArchiveName() local
109 // ids.Clear(); in CreateArchiveName()
152 ids.Add(v); in CreateArchiveName()
161 HeapSort(&ids.Front(), ids.Size()); in CreateArchiveName()
163 const unsigned num = ids.Size(); in CreateArchiveName()
166 const UInt32 id = ids[i]; in CreateArchiveName()
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp419 // shouldn't find unregistered ids in testAPI_One()
464 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, status); in testAPI_One()
465 service.getVisibleIDs(ids, status); in testAPI_One()
467 confirmBoolean("18) find invisible", !ids.contains(&target)); in testAPI_One()
555 TestMultipleKeyStringFactory(const UnicodeString ids[], int32_t count, const UnicodeString& factoryID) in TestMultipleKeyStringFactory() argument
561 _ids.adoptElement(new UnicodeString(ids[i]), _status); in TestMultipleKeyStringFactory()
651 // we can override for particular ids in testAPI_Two()
683 // iterate over the visual ids returned by the multiple factory in testAPI_Two()
686 UVector ids(uprv_deleteUObject, uhash_compareUnicodeString, 0, status); in testAPI_Two()
687 service.getVisibleIDs(ids, statu in testAPI_Two()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccess2.js81 ids: IdOf<E>[];
87 const { ids, entities } = state;
88 return ids.map(id => entities[id]);
92 const { ids, entities } = state;
94 if (!ids.includes(id)) {
230 const { ids, entities } = state;
231 return ids.map(id => entities[id]);
234 const { ids, entities } = state;
235 if (!ids.includes(id)) {
/third_party/mesa3d/.gitlab-ci/tests/utils/
H A Dtest_lava_log.py50 ids=GITLAB_SECTION_SCENARIOS.keys(), variable
158 ids=SENSITIVE_DATA_SCENARIOS.keys(), variable
204 ids=COLOR_MANGLED_SCENARIOS.keys(), variable
240 ids=GITLAB_SECTION_MANGLED_SCENARIOS.keys(), variable
257 ids=WATCHDOG_SCENARIOS.keys(),
344 ids=A618_NETWORK_ISSUE_SCENARIOS.keys(), variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig_unittest.cpp93 std::set<EGLint> ids; in TEST() local
104 ids.insert(id); in TEST()
108 EXPECT_EQ(ids.size(), set.size()); in TEST()
111 EXPECT_EQ(*std::min_element(ids.begin(), ids.end()), 1); in TEST()
112 EXPECT_EQ(*std::max_element(ids.begin(), ids.end()), static_cast<EGLint>(set.size())); in TEST()
H A DDebug.cpp232 GLuint *ids, in getMessages()
268 if (ids != nullptr) in getMessages()
270 ids[messageCount] = m.id; in getMessages()
304 std::vector<GLuint> &&ids, in setMessageControl()
311 c.ids = std::move(ids); in setMessageControl()
404 if (!control.ids.empty() && in isMessageEnabled()
405 std::find(control.ids.begin(), control.ids.end(), id) == control.ids in isMessageEnabled()
228 getMessages(GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) getMessages() argument
301 setMessageControl(GLenum source, GLenum type, GLenum severity, std::vector<GLuint> &&ids, bool enabled) setMessageControl() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcheck_html_xrefs.py57 ids = set() variable
60 if id in ids:
64 ids.add(id)
78 if href not in ids:
90 # Check for hrefs not found in ids
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_sxnet.c52 ASN1_SEQUENCE_OF(SXNET, ids, SXNETID)
78 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
79 id = sk_SXNETID_value(sx->ids, i);
197 if (!sk_SXNETID_push(sx->ids, id))
246 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
247 id = sk_SXNETID_value(sx->ids, i);
/third_party/openssl/crypto/x509/
H A Dv3_sxnet.c52 ASN1_SEQUENCE_OF(SXNET, ids, SXNETID)
78 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
79 id = sk_SXNETID_value(sx->ids, i);
190 if (!sk_SXNETID_push(sx->ids, id))
239 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
240 id = sk_SXNETID_value(sx->ids, i);
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A 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()
26 CaptureDebugMessageControl_ids(const State &glState, bool isCallValid, GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled, ParamCapture *idsParam) CaptureDebugMessageControl_ids() argument
92 CaptureGetDebugMessageLog_sources(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *sourcesParam) CaptureGetDebugMessageLog_sources() argument
107 CaptureGetDebugMessageLog_types(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *typesParam) CaptureGetDebugMessageLog_types() argument
122 CaptureGetDebugMessageLog_ids(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *idsParam) CaptureGetDebugMessageLog_ids() argument
137 CaptureGetDebugMessageLog_severities(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *severitiesParam) CaptureGetDebugMessageLog_severities() argument
152 CaptureGetDebugMessageLog_lengths(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *lengthsParam) CaptureGetDebugMessageLog_lengths() argument
167 CaptureGetDebugMessageLog_messageLog(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *messageLogParam) CaptureGetDebugMessageLog_messageLog() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_insert_elim_pass.cpp149 // ids lists before recursing. in MarkInsertChain()
150 std::vector<uint32_t> ids; in MarkInsertChain() local
152 ids.push_back(insInst->GetSingleWordInOperand(i)); in MarkInsertChain()
154 std::sort(ids.begin(), ids.end()); in MarkInsertChain()
155 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain()
156 for (auto id_iter = ids.begin(); id_iter != new_end; ++id_iter) { in MarkInsertChain()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_insert_elim_pass.cpp149 // ids lists before recursing. in MarkInsertChain()
150 std::vector<uint32_t> ids; in MarkInsertChain() local
152 ids.push_back(insInst->GetSingleWordInOperand(i)); in MarkInsertChain()
154 std::sort(ids.begin(), ids.end()); in MarkInsertChain()
155 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain()
156 for (auto id_iter = ids.begin(); id_iter != new_end; ++id_iter) { in MarkInsertChain()
/third_party/spirv-tools/source/opt/
H A Ddead_insert_elim_pass.cpp146 // ids lists before recursing. in MarkInsertChain()
147 std::vector<uint32_t> ids; in MarkInsertChain() local
149 ids.push_back(insInst->GetSingleWordInOperand(i)); in MarkInsertChain()
151 std::sort(ids.begin(), ids.end()); in MarkInsertChain()
152 auto new_end = std::unique(ids.begin(), ids.end()); in MarkInsertChain()
153 for (auto id_iter = ids.begin(); id_iter != new_end; ++id_iter) { in MarkInsertChain()
H A Dconst_folding_rules.cpp188 std::vector<uint32_t> ids; in FoldInsertWithConstants() local
193 ids.push_back(member_inst->result_id()); in FoldInsertWithConstants()
195 const analysis::Constant* new_constant = const_mgr->GetConstant(type, ids); in FoldInsertWithConstants()
211 ids.clear(); in FoldInsertWithConstants()
219 ids.push_back(constant_id); in FoldInsertWithConstants()
221 new_constant = const_mgr->GetConstant(type, ids); in FoldInsertWithConstants()
262 std::vector<uint32_t> ids; in FoldVectorShuffleWithConstants() local
272 ids.push_back(member_inst->result_id()); in FoldVectorShuffleWithConstants()
276 ids.push_back(member_inst->result_id()); in FoldVectorShuffleWithConstants()
281 return const_mgr->GetConstant(type_mgr->GetType(inst->type_id()), ids); in FoldVectorShuffleWithConstants()
308 std::vector<uint32_t> ids; FoldVectorTimesScalar() local
333 std::vector<uint32_t> ids; FoldVectorTimesScalar() local
[all...]
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DLangUtils.h25 void LangSetDlgItems(HWND dialog, const UInt32 *ids, unsigned numItems);
26 void LangSetDlgItems_Colon(HWND dialog, const UInt32 *ids, unsigned numItems);
27 void LangSetDlgItems_RemoveColon(HWND dialog, const UInt32 *ids, unsigned numItems);

Completed in 12 milliseconds

12345678910>>...18