Home
last modified time | relevance | path

Searched refs:get (Results 3276 - 3300 of 12823) sorted by relevance

1...<<131132133134135136137138139140>>...513

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp435 descriptorSetLayoutsPlain[i] = m_descriptorSetLayouts[i].get(); in init()
497 &(m_descriptorSetLayouts[i].get()), // const VkDescriptorSetLayout* pSetLayouts; in init()
505 descriptorSetsPlain[i] = m_descriptorSets[i].get(); in init()
525 bindingSet = m_descriptorSets[0].get(); in init()
531 bindingSet = m_descriptorSets[binding].get(); in init()
537 bindingSet = (dynamicDesc ? m_descriptorSets[0].get() : m_descriptorSets[1].get()); in init()
561 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("vert"), 0u); in init()
562 m_fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("frag"), 0u); in init()
664 vk.cmdBindVertexBuffers(**m_cmdBuffers[idx], 0, 1, &m_vertexBuffer.get(), in init()
[all...]
H A DvktPipelineSamplerTests.cpp1515 const auto texView = vk::makeImageView(vkd, device, texImage.get(), vk::VK_IMAGE_VIEW_TYPE_2D, m_params.format, colorSubresourceRange); in iterate()
1516 const auto fbView = vk::makeImageView(vkd, device, fbImage.get(), vk::VK_IMAGE_VIEW_TYPE_2D, m_params.format, colorSubresourceRange); in iterate()
1572 const float sign = m_params.offsetSign.get(); DE_ASSERT(sign == 1.0f || sign == -1.0f); in iterate()
1614 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate()
1617 // it should be minimal and we should get the same color when converting back to the original format. in iterate()
1647 const auto descriptorImageInfo = vk::makeDescriptorImageInfo(texSampler.get(), texView.get(), texLayout); in iterate()
1648 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), descType, &descriptorImageInfo); in iterate()
1652 const auto vertexModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("ver in iterate()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_transition_effect.cpp434 std::get<InternalTranslateEffect>(effects_).SetActiveValue({ translateX, translateY }); in OnUpdateTransitionContext()
435 std::get<InternalTranslateZEffect>(effects_).SetActiveValue(translateZ); in OnUpdateTransitionContext()
537 std::get<InternalRotationXEffect>(effects_).SetActiveValue(-options.angle * options.xDirection / norm); in SetRotateEffect()
538 std::get<InternalRotationYEffect>(effects_).SetActiveValue(-options.angle * options.yDirection / norm); in SetRotateEffect()
539 std::get<InternalRotationZEffect>(effects_).SetActiveValue(options.angle * options.zDirection / norm); in SetRotateEffect()
540 std::get<RosenPivotTransitionEffect>(effects_).SetPivot(options.centerX, options.centerY, options.centerZ); in SetRotateEffect()
550 std::get<InternalScaleEffect>(effects_).SetActiveValue({ options.xScale, options.yScale }); in SetScaleEffect()
551 std::get<RosenPivotTransitionEffect>(effects_).SetPivot(options.centerX, options.centerY); in SetScaleEffect()
589 std::get<InternalScaleEffect>(effects_).SetKeyframes(SLIDE_SWITCH_KEYFRAMES); in RosenSlideSwitchTransitionEffect()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_mouse_key_test.cpp99 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
125 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
155 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
181 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
438 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
471 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
509 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
547 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
585 EXPECT_NE(event.get(), nullptr); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_path_animation_test.cpp133 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
161 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
191 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
222 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
249 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
385 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
446 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
473 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
499 renderPathAnimation->Attach(renderNode.get()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp186 auto retTableData = typeface->GetTableData(tag, 0, size, tableData.get()); in ParseCmapTable()
188 LOGSO_FUNC_LINE(ERROR) <<"get table data failed size: " << size << ", ret: " << retTableData; in ParseCmapTable()
193 reinterpret_cast<const char*>(tableData.get()), size, HB_MEMORY_MODE_WRITABLE, tableData.get(), nullptr); in ParseCmapTable()
217 auto retTableData = typeface->GetTableData(tag, 0, size, tableData.get()); in ParseNameTable()
219 LOGSO_FUNC_LINE(ERROR) <<"get table data failed size: " << size << ", ret: " << retTableData; in ParseNameTable()
224 reinterpret_cast<const char*>(tableData.get()), size, HB_MEMORY_MODE_WRITABLE, tableData.get(), nullptr); in ParseNameTable()
253 auto retTableData = typeface->GetTableData(tag, 0, size, tableData.get()); in ParsePostTable()
255 LOGSO_FUNC_LINE(ERROR) <<"get tabl in ParsePostTable()
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp409 image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get())) { in CreateImage()
425 image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get()); in CreateImage()
431 static_cast<size_t>(data - image->fileBytes_.get() + static_cast<ptrdiff_t>(lodSize)), in CreateImage()
461 if (data != (image->fileBytes_.get() + image->fileBytesLength_)) { in CreateImage()
486 const uint8_t* data = image->fileBytes_.get(); in Load()
508 image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get())) { in Load()
516 const size_t headerLength = static_cast<size_t>(data - image->fileBytes_.get()) + sizeof(uint32_t); in Load()
632 const uint64_t read = file.Read(buffer.get(), byteLength);
646 std::copy(imageFileBytes.begin(), imageFileBytes.end(), buffer.get());
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dvolumemanager_n_exporter.cpp131 std::string volumeIdString(volumeId.get()); in Mount()
171 std::string volumeIdString(volumeId.get()); in Unmount()
212 std::string uuidString(uuid.get()); in GetVolumeByUuid()
265 std::string volumeIdString(volumeId.get()); in GetVolumeById()
328 std::string uuidString(uuid.get()); in SetVolumeDescription()
329 std::string descStr(description.get()); in SetVolumeDescription()
382 std::string volumeIdString(volumeId.get()); in Format()
383 std::string fsTypeString(fsType.get()); in Format()
435 std::string diskIdString(diskId.get()); in Partition()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp62 TEXT_LOGE("Failed to get params"); in Constructor()
132 TEXT_LOGE("Failed to get constructor object"); in GetGlobalInstance()
183 TEXT_LOGE("Failed to get array type"); in GetResourcePartData()
201 napi_get_value_string_utf8(env, indexValue, indexStr.get(), strLen, &ret); in GetResourcePartData()
202 info.params.emplace_back(indexStr.get()); in GetResourcePartData()
218 napi_get_value_string_utf8(env, bundleNameNApi, bundleNameStr.get(), strLen, &ret); in GetResourcePartData()
219 info.bundleName = bundleNameStr.get(); in GetResourcePartData()
227 napi_get_value_string_utf8(env, moduleNameNApi, moduleNameStr.get(), strLen, &ret); in GetResourcePartData()
228 info.moduleName = moduleNameStr.get(); in GetResourcePartData()
273 TEXT_ERROR_CHECK(context != nullptr, return nullptr, "Failed to get applicatio in GetResourceManager()
[all...]
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp62 LOGE("Failed to get native context instance"); in PreferencesImpl()
76 LOGE("Failed to get underlying preferences instance."); in PreferencesImpl()
339 v.integer = (int64_t)std::get<int>(pValue.value_); in NativeValueToCValueType()
342 v.integer = std::get<int64_t>(pValue.value_); in NativeValueToCValueType()
345 v.float64 = (double)std::get<float>(pValue.value_); in NativeValueToCValueType()
348 v.float64 = std::get<double>(pValue.value_); in NativeValueToCValueType()
351 auto pValueStr = std::get<std::string>(pValue.value_); in NativeValueToCValueType()
356 v.boolean = std::get<bool>(pValue.value_); in NativeValueToCValueType()
359 auto boolVector = std::get<std::vector<bool>>(pValue.value_); in NativeValueToCValueType()
363 auto doubleVector = std::get<st in NativeValueToCValueType()
[all...]
/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...]

Completed in 33 milliseconds

1...<<131132133134135136137138139140>>...513