Home
last modified time | relevance | path

Searched refs:get (Results 2651 - 2675 of 9961) sorted by relevance

1...<<101102103104105106107108109110>>...399

/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
130 MakeUnique<FactManager>(context.get()), validator_options); in TEST()
135 FuzzerPassAddOpPhiSynonyms fuzzer_pass(context.get(), &transformation_context, in TEST()
/third_party/spirv-tools/test/opt/
H A Dprivate_to_local_test.cpp203 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
237 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
451 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
/third_party/vk-gl-cts/framework/opengl/
H A DgluObjectWrapper.hpp71 inline deUint32 get (void) const { return m_object; } in get() function in glu::ObjectWrapper
111 deUint32 get (size_t ndx) const { return m_objects[ndx]; } in get() function in glu::ObjectVector
112 deUint32 operator[] (size_t ndx) const { return get(ndx); } in operator []()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java136 public String getPackageName() { return get(PAK, true); } in getPackageName()
137 public String getClassName() { return get(CLS, true); } in getClassName()
138 public String getName() { return get(NAM, true); } in getName()
139 public String getSignature() { return get(SIG, true); } in getSignature()
140 public String getExceptions() { return get(EXC, true); } in getExceptions()
165 public String get(int typ, boolean brief) { in get() method in APIInfo
256 String s = get(i, true); in writeln()
468 String s = get(i, false); in format()
638 return get(NAM, true); in toString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessagePatternUtilTest.java475 return ((TextNode)v.getMessage().getContents().get(0)).getText(); in variantText()
497 ((ArgNode)msg.getContents().get(0)).getComplexStyle(). in TestPluralVariantsByType()
503 VariantNode v = numericVariants.get(0); in TestPluralVariantsByType()
507 v = numericVariants.get(1); in TestPluralVariantsByType()
513 v = keywordVariants.get(0); in TestPluralVariantsByType()
517 v = keywordVariants.get(1); in TestPluralVariantsByType()
540 ((ArgNode)msg.getContents().get(0)).getComplexStyle(). in TestSelectVariantsByType()
546 VariantNode v = keywordVariants.get(0); in TestSelectVariantsByType()
550 v = keywordVariants.get(1); in TestSelectVariantsByType()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMessagePatternUtilTest.java478 return ((TextNode)v.getMessage().getContents().get(0)).getText(); in variantText()
500 ((ArgNode)msg.getContents().get(0)).getComplexStyle(). in TestPluralVariantsByType()
506 VariantNode v = numericVariants.get(0); in TestPluralVariantsByType()
510 v = numericVariants.get(1); in TestPluralVariantsByType()
516 v = keywordVariants.get(0); in TestPluralVariantsByType()
520 v = keywordVariants.get(1); in TestPluralVariantsByType()
543 ((ArgNode)msg.getContents().get(0)).getComplexStyle(). in TestSelectVariantsByType()
549 VariantNode v = keywordVariants.get(0); in TestSelectVariantsByType()
553 v = keywordVariants.get(1); in TestSelectVariantsByType()
/third_party/icu/icu4c/source/i18n/
H A Dchnsecal.cpp81 * get close to the next or prior new moon, but not cross it. Must be
378 int32_t dom = get(UCAL_DAY_OF_MONTH, status); in add()
380 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day in add()
408 int32_t dom = get(UCAL_DAY_OF_MONTH, status); in roll()
410 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day in roll()
420 int32_t m = get(UCAL_MONTH, status); // 0-based month in roll()
423 if (get(UCAL_IS_LEAP_MONTH, status) == 1) { in roll()
529 int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache, gyear, status); in winterSolstice()
761 int32_t cacheValue = CalendarCache::get(&gChineseCalendarNewYearCache, gyear, status); in newYear()
875 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEA in initializeSystemDefaultCentury()
[all...]
/third_party/node/lib/internal/
H A Dutil.js495 // Use `runInNewContext()` to get something tamper-proof and
595 function get() {
603 ObjectDefineProperty(get, 'name', {
605 value: `get ${key}`,
611 get,
625 function get() {
634 ObjectDefineProperty(get, 'name', {
636 value: `get ${key}`,
652 get,
725 const cached = crossRelmRegexes.get(rege
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java394 checkNegative = false; // its value is set to true to get out of while loop when c = -c in encodeLoop()
440 while(targetCapacity>0 && (c=source.get(source.position()))<0x3000){ in fastSingle()
472 char trail = source.get(source.position()); in getTrail()
499 c = source.get(); in regularLoop()
802 /*get the converter state*/ in decodeLoop()
854 if(BOCU1_START_NEG_2 <=(c=source.get(source.position())&UConverterConstants.UNSIGNED_BYTE_MASK) && c< BOCU1_START_POS_2) { in fastSingle()
891 c = bytes[byteIndex++] = source.get(); in getTrail()
930 c = source.get()&UConverterConstants.UNSIGNED_BYTE_MASK; in afterGetTrail()
968 c = decodeBocu1TrailByte(1, source.get()); in afterGetTrail()
970 bytes[0]= source.get(sourc in afterGetTrail()
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-session-impl.cc117 protocol::Runtime::Dispatcher::wire(&m_dispatcher, m_runtimeAgent.get()); in V8InspectorSessionImpl()
121 protocol::Debugger::Dispatcher::wire(&m_dispatcher, m_debuggerAgent.get()); in V8InspectorSessionImpl()
125 protocol::Profiler::Dispatcher::wire(&m_dispatcher, m_profilerAgent.get()); in V8InspectorSessionImpl()
130 m_heapProfilerAgent.get()); in V8InspectorSessionImpl()
134 protocol::Console::Dispatcher::wire(&m_dispatcher, m_consoleAgent.get()); in V8InspectorSessionImpl()
138 protocol::Schema::Dispatcher::wire(&m_dispatcher, m_schemaAgent.get()); in V8InspectorSessionImpl()
180 state = newState.get(); in agentState()
304 response = findInjectedScript(remoteId.get(), injectedScript); in unwrapObject()
450 return m_inspectedObjects[num].get(); in inspectedObject()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java103 this.table = TreeBasedTable.create(schema.rowOrdering().get(), schema.columnOrdering()); in Builder()
155 table.put(key, a.column(), a.value().get()); in put()
174 public <V extends Comparable<V>> V get(T key, Column<V> c) { in get() method in CsvTable.Builder
175 return c.cast(table.get(key, c)); in get()
272 while ((row = rows.get()) != null) { in importRows()
344 ImmutableMap<Column<?>, Object> row = getRows().get(rowKey); in getRow()
443 return column.cast(getRow(rowKey).get(column)); in getOrNull()
449 public <T extends Comparable<T>> Optional<T> get(K rowKey, Column<T> column) { in get() method in CsvTable
572 out.append(checkNotNull(UNESCAPE.get(c), "invalid escape sequence: \\%s", c)); in unescapeSingleLineCsvText()
/third_party/python/Lib/idlelib/
H A Ddebugger.py197 if self.vstack.get():
199 if self.vlocals.get():
201 if self.vglobals.get():
234 if self.vsource.get():
294 if not self.stackviewer and self.vstack.get():
301 if sv and not self.vstack.get():
307 if self.vsource.get():
319 if self.vlocals.get():
331 if self.vglobals.get():
381 # get
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateGeneralTests.cpp97 m_vk.cmdBindDescriptorSets(*m_cmdBuffer, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, m_pipelineLayout.get(), 0u, 1u, &m_descriptorSet.get(), 0u, nullptr); in iterate()
127 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
209 m_vk.cmdBindDescriptorSets(*m_cmdBuffer, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, m_pipelineLayout.get(), 0u, 1u, &m_descriptorSet.get(), 0u, nullptr); in iterate()
247 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
316 const vk::ShaderWrapper vs (vk::ShaderWrapper(m_vk, device, m_context.getBinaryCollection().get(m_vertexShaderName), 0)); in initPipeline()
317 const vk::ShaderWrapper fs (vk::ShaderWrapper(m_vk, device, m_context.getBinaryCollection().get(m_fragmentShaderName), 0)); in initPipeline()
398 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp1023 renderPass.createFramebuffer(vk, device, 1u, &colorImage.get(), &colorImageView.get(), static_cast<deUint32>(renderSize.x()), static_cast<deUint32>(renderSize.y())); in test()
1033 ShaderWrapper vertShaderModule = ShaderWrapper(vk, device, binaryCollection.get("vert"), 0u); in test()
1037 ShaderWrapper fragShaderModule = ShaderWrapper(vk, device, binaryCollection.get("frag"), 0u); in test()
1042 tescShaderModule = ShaderWrapper(vk, device, binaryCollection.get("tcs"), 0u); in test()
1043 teseShaderModule = ShaderWrapper(vk, device, binaryCollection.get("tes"), 0u); in test()
1047 geomShaderModule = ShaderWrapper(vk, device, binaryCollection.get("geom"), 0u); in test()
1094 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in test()
1144 addFunctionCaseWithPrograms(group.get(), generateTestName(testParams), in createMaxVaryingsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotBroadcastTests.cpp516 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? computeGroupARB.get() : computeGroup.get(); in createSubgroupsBallotBroadcastTests()
559 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? meshGroupARB.get() : meshGroup.get(); in createSubgroupsBallotBroadcastTests()
599 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? graphicGroupARB.get() : graphicGroup.get(); in createSubgroupsBallotBroadcastTests()
617 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? framebufferGroupARB.get() : framebufferGroup.get(); in createSubgroupsBallotBroadcastTests()
668 addFunctionCaseWithPrograms(raytracingGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateGeneralTests.cpp95 m_vk.cmdBindDescriptorSets(*m_cmdBuffer, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, m_pipelineLayout.get(), 0u, 1u, &m_descriptorSet.get(), 0u, nullptr); in iterate()
125 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
207 m_vk.cmdBindDescriptorSets(*m_cmdBuffer, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, m_pipelineLayout.get(), 0u, 1u, &m_descriptorSet.get(), 0u, nullptr); in iterate()
245 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
314 const vk::Unique<vk::VkShaderModule> vs (createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_vertexShaderName), 0)); in initPipeline()
315 const vk::Unique<vk::VkShaderModule> fs (createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fragmentShaderName), 0)); in initPipeline()
396 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRule.java90 for (int glyph : rule.input.get(0)) { in createGlyphRuleMap()
94 map.get(glyph).add(rule); in createGlyphRuleMap()
104 set.addAll(glyphRuleMap.get(glyph)); in rulesForGlyph()
114 Set<Rule> ruleForLookup = ruleMap.get(lookupId); in featuredRules()
359 GlyphGroup thisGlyphs = thisAllSegments.get(i + initialPos); in match()
360 GlyphGroup otherGlyphs = otherAllSegments.get(i); in match()
405 RuleSegment input = new RuleSegment(inputs.get(i)); in oneToOneRules()
406 RuleSegment subst = new RuleSegment(substs.get(i)); in oneToOneRules()
428 Set<Rule> rules = rulesList.get(index); in dumpRuleMap()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchnsecal.cpp81 * get close to the next or prior new moon, but not cross it. Must be
378 int32_t dom = get(UCAL_DAY_OF_MONTH, status); in add()
380 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day in add()
408 int32_t dom = get(UCAL_DAY_OF_MONTH, status); in roll()
410 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day in roll()
420 int32_t m = get(UCAL_MONTH, status); // 0-based month in roll()
423 if (get(UCAL_IS_LEAP_MONTH, status) == 1) { in roll()
529 int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache, gyear, status); in winterSolstice()
761 int32_t cacheValue = CalendarCache::get(&gChineseCalendarNewYearCache, gyear, status); in newYear()
875 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEA in initializeSystemDefaultCentury()
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp416 std::copy(run.glyphs.get(), run.glyphs.get() + run.glyphCount, buf.glyphs); in flushChunk()
424 fCallback(ctx, blobBuilder.make(), run.fillPaint.get(), run.strokePaint.get()); in flushChunk()
452 fRuns.back().glyphs.get(), in runBuffer()
453 fRuns.back().glyphPos.get(), in runBuffer()
584 for (SkTextBlobRunIterator it(blob.get()); !it.done(); it.next()) { in onObjectBoundingBox()
586 it.font().getBounds(it.glyphs(), it.glyphCount(), glyphBounds.get(), nullptr); in onObjectBoundingBox()
615 for (SkTextBlobRunIterator it(blob.get()); !it.done(); it.next()) { in onAsPath()
/third_party/skia/tests/
H A DImageFilterTest.cpp52 SkDEBUGFAIL("Should never get here");
224 SkImageFilter* getFilter(int index) const { return fFilters[index].fFilter.get(); } in getFilter()
271 SkDEBUGFAIL("Should never get here"); in CreateProc()
491 kN32_SkColorType, nullptr, srcImg.get()); in test_cropRects()
529 kN32_SkColorType, nullptr, imgSrc.get()); in test_negative_blur_sigma()
542 kN32_SkColorType, nullptr, imgSrc.get()); in test_negative_blur_sigma()
556 REPORTER_ASSERT(reporter, special_image_to_bitmap(dContext, positiveResult1.get(), in test_negative_blur_sigma()
558 REPORTER_ASSERT(reporter, special_image_to_bitmap(dContext, positiveResult2.get(), in test_negative_blur_sigma()
560 REPORTER_ASSERT(reporter, special_image_to_bitmap(dContext, negativeResult1.get(), in test_negative_blur_sigma()
562 REPORTER_ASSERT(reporter, special_image_to_bitmap(dContext, negativeResult2.get(), in test_negative_blur_sigma()
[all...]
/third_party/node/lib/internal/streams/
H A Dreadable.js109 get() { return (this.state & bit) !== 0; },
571 // as soon as we *do* get something into the buffer.
671 // we should _not_ attempt to buffer any extra data. We'll get more data
695 // Didn't get any data, stop spinning.
782 // to get stuck in a permanently paused state if that write
926 // Ensure readable listeners eventually get something.
1196 get() {
1216 get: function() {
1224 get: function() {
1236 get
[all...]
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc144 Handle<String> name(String::cast(names->get(i)), isolate); in CreateExport()
156 cell = regular_imports().get(ImportIndex(cell_index)); in GetCell()
159 cell = regular_exports().get(ExportIndex(cell_index)); in GetCell()
251 Module::cast(module->requested_modules().get(module_request_index)), in ResolveImport()
255 module->info().module_requests().get(module_request_index)), in ResolveImport()
278 i::SourceTextModuleInfoEntry::cast(special_exports->get(i)), isolate); in ResolveExportUsingStarExports()
333 ModuleRequest::cast(module_requests->get(i)), isolate); in PrepareInstantiate()
361 Handle<Module> requested_module(Module::cast(requested_modules->get(i)), in PrepareInstantiate()
387 SourceTextModuleInfoEntry::cast(special_exports->get(i)), isolate); in PrepareInstantiate()
474 Handle<Module> requested_module(Module::cast(requested_modules->get( in FinishInstantiate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderViewportIndexTests.cpp701 m_tessellationControlModule = createShaderModule (vk, device, context.getBinaryCollection().get("tesc"), 0u); in Renderer()
702 m_tessellationEvaluationModule = createShaderModule (vk, device, context.getBinaryCollection().get(context.contextSupports(VK_API_VERSION_1_2) ? "tese_1_2" : "tese"), 0u); in Renderer()
705 m_vertexModule = createShaderModule (vk, device, context.getBinaryCollection().get(context.contextSupports(VK_API_VERSION_1_2) ? "vert_1_2" : "vert"), 0u); in Renderer()
706 m_fragmentModule = createShaderModule (vk, device, context.getBinaryCollection().get("frag"), 0u); in Renderer()
712 m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, m_colorAttachment.get(), in Renderer()
723 m_pipelineLayout = makePipelineLayout (vk, device, (shader == FRAGMENT ? m_descriptorSetLayout.get() : DE_NULL)); in Renderer()
892 m_descriptorSet = vk::makeDescriptorSet(vk, device, m_descriptorPool.get(), m_descriptorSetLayout.get()); in drawCommands()
895 const auto colorsBufferDescriptorInfo = vk::makeDescriptorBufferInfo(m_colorsBuffer->get(), 0ull, VK_WHOLE_SIZE); in drawCommands()
897 updateBuilder.writeSingle(m_descriptorSet.get(), v in drawCommands()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp855 m_writeVertShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
856 m_writeFragShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get(m_writeFragShaderName), 0); in iterate()
866 m_writeFramebuffer = buildFramebuffer(*m_writeRenderPass, &m_attachmentViews[1].get()); in iterate()
875 *m_attachmentViews[0], VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, &m_writeSampler.get()); in iterate()
879 m_writeFramebuffer = buildFramebuffer(*m_writeRenderPass, &m_attachmentViews[1].get()); in iterate()
893 m_readVertShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
894 m_readFragShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get(m_readFragShaderName), 0); in iterate()
904 m_readFramebuffer = buildFramebuffer(*m_readRenderPass, &m_attachmentViews[m_usePipelineToWrite].get(), in iterate()
905 &m_attachmentViews[m_usePipelineToWrite+1].get()); in iterate()
916 *m_attachmentViews[m_usePipelineToWrite], m_testParams.readLayout, &m_readSampler.get()); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderViewportIndexTests.cpp697 m_tessellationControlModule = createShaderModule (vk, device, context.getBinaryCollection().get("tesc"), 0u); in Renderer()
698 m_tessellationEvaluationModule = createShaderModule (vk, device, context.getBinaryCollection().get("tese"), 0u); in Renderer()
701 m_vertexModule = createShaderModule (vk, device, context.getBinaryCollection().get("vert"), 0u); in Renderer()
702 m_fragmentModule = createShaderModule (vk, device, context.getBinaryCollection().get("frag"), 0u); in Renderer()
708 m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, m_colorAttachment.get(), in Renderer()
719 m_pipelineLayout = makePipelineLayout (vk, device, (shader == FRAGMENT ? m_descriptorSetLayout.get() : DE_NULL)); in Renderer()
888 m_descriptorSet = vk::makeDescriptorSet(vk, device, m_descriptorPool.get(), m_descriptorSetLayout.get()); in drawCommands()
891 const auto colorsBufferDescriptorInfo = vk::makeDescriptorBufferInfo(m_colorsBuffer->get(), 0ull, VK_WHOLE_SIZE); in drawCommands()
893 updateBuilder.writeSingle(m_descriptorSet.get(), v in drawCommands()
[all...]

Completed in 33 milliseconds

1...<<101102103104105106107108109110>>...399