Home
last modified time | relevance | path

Searched refs:get (Results 3426 - 3450 of 11876) sorted by relevance

1...<<131132133134135136137138139140>>...476

/third_party/icu/icu4c/source/i18n/
H A Dtransreg.cpp227 const UnicodeString& get() const;
235 operator const UnicodeString&() const { return get(); } in operator const UnicodeString&()
335 // for(const UnicodeString& s(spec.get());
345 const UnicodeString& TransliteratorSpec::get() const { in get() function in TransliteratorSpec
552 Transliterator* TransliteratorRegistry::get(const UnicodeString& ID, in get() function in TransliteratorRegistry
569 // We get to this point if there are two threads, one of which in reget()
576 // reg->get() inside the mutex, they'll get back an alias, they call in reget()
577 // alias->isRuleBased(), and if they get true, they call alias->parse() in reget()
774 Hashtable *targets = (Hashtable*) specDAG.get(sourc in countAvailableTargets()
[all...]
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js73 get hasLoadedAnyUserCJSModule() { return hasLoadedAnyUserCJSModule; },
187 const result = statCache.get(filename);
201 get() { return _stat; },
315 get() {
327 get() {
337 const isPreloadingDesc = { get() { return isPreloading; } };
345 return moduleParentCache.get(this);
362 get: pendingDeprecate(
412 get() { return _readPackage; },
516 * Tries to get th
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtransreg.cpp228 const UnicodeString& get() const;
236 operator const UnicodeString&() const { return get(); } in operator const UnicodeString&()
336 // for(const UnicodeString& s(spec.get());
346 const UnicodeString& TransliteratorSpec::get() const { in get() function in TransliteratorSpec
551 Transliterator* TransliteratorRegistry::get(const UnicodeString& ID, in get() function in TransliteratorRegistry
568 // We get to this point if there are two threads, one of which in reget()
575 // reg->get() inside the mutex, they'll get back an alias, they call in reget()
576 // alias->isRuleBased(), and if they get true, they call alias->parse() in reget()
790 Hashtable *targets = (Hashtable*) specDAG.get(sourc in countAvailableTargets()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp565 &descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in bufferMarkerMemoryDep()
577 descriptorSet.get(), // VkDescriptorSet dstSet; in bufferMarkerMemoryDep()
590 VkDescriptorSetLayout setLayout = descriptorSetLayout.get(); in bufferMarkerMemoryDep()
658 renderPass.get(), // VkRenderPass renderPass; in bufferMarkerMemoryDep()
668 vertexModule = createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u); in bufferMarkerMemoryDep()
669 fragmentModule = createShaderModule(vk, device, context.getBinaryCollection().get("frag"), 0u); in bufferMarkerMemoryDep()
700 vertexModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep()
715 fragmentModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep()
836 pipelineLayout.get(), // VkPipelineLayout layout; in bufferMarkerMemoryDep()
837 renderPass.get(), // VkRenderPas in bufferMarkerMemoryDep()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp488 &descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in bufferMarkerMemoryDep()
500 descriptorSet.get(), // VkDescriptorSet dstSet; in bufferMarkerMemoryDep()
513 VkDescriptorSetLayout setLayout = descriptorSetLayout.get(); in bufferMarkerMemoryDep()
581 renderPass.get(), // VkRenderPass renderPass; in bufferMarkerMemoryDep()
591 vertexModule = createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u); in bufferMarkerMemoryDep()
592 fragmentModule = createShaderModule(vk, device, context.getBinaryCollection().get("frag"), 0u); in bufferMarkerMemoryDep()
623 vertexModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep()
638 fragmentModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep()
759 pipelineLayout.get(), // VkPipelineLayout layout; in bufferMarkerMemoryDep()
760 renderPass.get(), // VkRenderPas in bufferMarkerMemoryDep()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtransreg.cpp232 const UnicodeString& get() const;
240 operator const UnicodeString&() const { return get(); } in operator const UnicodeString&()
340 // for(const UnicodeString& s(spec.get());
350 const UnicodeString& TransliteratorSpec::get() const { in get() function in TransliteratorSpec
557 Transliterator* TransliteratorRegistry::get(const UnicodeString& ID, in get() function in TransliteratorRegistry
574 // We get to this point if there are two threads, one of which in reget()
581 // reg->get() inside the mutex, they'll get back an alias, they call in reget()
582 // alias->isRuleBased(), and if they get TRUE, they call alias->parse() in reget()
774 Hashtable *targets = (Hashtable*) specDAG.get(sourc in countAvailableTargets()
[all...]
/third_party/skia/tests/
H A DTriangulatingPathRendererTests.cpp757 test_path(ctx, sdc.get(), createPath()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
761 test_path(ctx, sdc.get(), create_path_17(), nonInvertibleMatrix, GrAAType::kCoverage, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
763 test_path(ctx, sdc.get(), create_path_20(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
764 test_path(ctx, sdc.get(), create_path_21(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
765 test_path(ctx, sdc.get(), create_path_25(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
766 test_path(ctx, sdc.get(), create_path_26(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
767 test_path(ctx, sdc.get(), create_path_27(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
768 test_path(ctx, sdc.get(), create_path_28(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
769 test_path(ctx, sdc.get(), create_path_31(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
770 test_path(ctx, sdc.get(), create_path_3 in DEF_GPUTEST_FOR_ALL_CONTEXTS()
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp37 * \param fontScanner the scanner to get the font information from a font file
55 * \param fontScanner the scanner to get the font information from a font file
72 /*! To get the fallbackForMap
80 /*! To get the fallback set
88 /*! To get the count of font style sets supported in the system
96 /*! To get the family name of the default font style set
106 /*! To get the family name of a font style set
126 /*! To get the count of a font style set
150 /*! To get a typeface
162 return (typeface == nullptr) ? nullptr : typeface.get(); in getTypeface()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSchemaUtil.java346 size += CodedOutputStream.computeInt64SizeNoTag(list.get(i)); in computeSizeInt64ListNoTag()
382 size += CodedOutputStream.computeUInt64SizeNoTag(list.get(i)); in computeSizeUInt64ListNoTag()
418 size += CodedOutputStream.computeSInt64SizeNoTag(list.get(i)); in computeSizeSInt64ListNoTag()
454 size += CodedOutputStream.computeEnumSizeNoTag(list.get(i)); in computeSizeEnumListNoTag()
490 size += CodedOutputStream.computeInt32SizeNoTag(list.get(i)); in computeSizeInt32ListNoTag()
526 size += CodedOutputStream.computeUInt32SizeNoTag(list.get(i)); in computeSizeUInt32ListNoTag()
562 size += CodedOutputStream.computeSInt32SizeNoTag(list.get(i)); in computeSizeSInt32ListNoTag()
657 Object value = list.get(i); in computeSizeStringList()
683 Object value = list.get(i); in computeSizeMessageList()
700 Object value = list.get( in computeSizeMessageList()
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java250 oneofCases.get(rubyOneofDescriptor.getOneofDescriptor()); in methodMissing()
283 dup.fields.put(fieldDescriptor, fields.get(fieldDescriptor)); in dup()
289 dup.maps.put(fieldDescriptor, maps.get(fieldDescriptor)); in dup()
412 for (DynamicMessage kv : maps.get(fieldDescriptor).build(context, mapDescriptor)) { in build()
417 RubyRepeatedField repeatedField = repeatedFields.get(fieldDescriptor); in build()
420 Object item = convert(context, fieldDescriptor, repeatedField.get(i), depth); in build()
425 IRubyObject value = fields.get(fieldDescriptor); in build()
442 copy.fields.put(fdef, fields.get(fdef)); in deepCopy()
452 return this.repeatedFields.get(fieldDescriptor); in getRepeatedField()
623 if (oneofCases.get(oneofDescripto in getField()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp318 defs.erase(def->get()); in removeDefsOfInstruction()
426 pb = BasicBlock::get(ei.getNode()); in splitEdges()
443 pb = BasicBlock::get(ei.getNode()); in splitEdges()
472 pb = BasicBlock::get(ei.getNode()); in splitEdges()
500 BasicBlock *pb = BasicBlock::get(ei.getNode()); in visit()
577 if (BasicBlock::get(func->cfgExit) == bb) { in visit()
602 bn = BasicBlock::get(ei.getNode()); in buildLiveSets()
625 if (bb == BasicBlock::get(f->cfgExit)) { in buildLiveSets()
628 assert(it->get()->asLValue()); in buildLiveSets()
629 bb->liveSet.set(it->get() in buildLiveSets()
773 static inline RIG_Node *get(const Graph::EdgeIterator& ei) get() function in nv50_ir::GCRA::RIG_Node
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp521 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
818 ASSERT_EQ(imageSource.get(), nullptr); in HWTEST_F()
839 ASSERT_EQ(imageSource.get(), nullptr); in HWTEST_F()
856 ASSERT_EQ(imageSource.get(), nullptr); in HWTEST_F()
1509 imageSource->decodeListeners_.insert(mockDecodeListener.get()); in HWTEST_F()
1510 imageSource->RemoveDecodeListener(mockDecodeListener.get()); in HWTEST_F()
1527 imageSource->AddDecodeListener(mockDecodeListener.get()); in HWTEST_F()
1543 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
1551 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
1562 ASSERT_NE(pixelMap.get(), nullpt in HWTEST_F()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java86 * return by <code>get()</code>, they normalize them. For example, a
103 * it. Note that the normalized numbering returned by <code>get()</code> may be
194 * <code>get()</code>, <code>getTime()</code>, or
200 * <code>get(f)</code> will not necessarily return <code>value</code>
215 * get(f) + delta)</code> with two adjustments:</p>
698 * Field number for <code>get</code> and <code>set</code> indicating the
708 * Field number for <code>get</code> and <code>set</code> indicating the
715 * Field number for <code>get</code> and <code>set</code> indicating the
736 * Field number for <code>get</code> and <code>set</code> indicating the
749 * Field number for <code>get</cod
2017 public final int get(int field) get() method in Calendar
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc157 AppendBytes(c_str.get(), length); in AppendString()
197 const char* get() { return utf8_buffer_; } in get() function in v8::internal::CodeEventLogger::NameBuffer
220 name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent()
230 name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent()
242 LogRecordedBuffer(code, shared, name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent()
253 name_buffer_->AppendBytes(shared->DebugNameCStr().get()); in CodeCreateEvent()
264 LogRecordedBuffer(code, shared, name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent()
285 LogRecordedBuffer(code, name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent()
295 name_buffer_->get(), name_buffer_->size()); in RegExpCodeCreateEvent()
320 // Extension added to V8 log file name to get th
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_util.cpp63 std::vector<uint8_t> item(reinterpret_cast<uint8_t *>(channelData.get()), in DeinterleaveAudioData()
64 reinterpret_cast<uint8_t *>(channelData.get()) + channelLen * sizeof(int16_t)); in DeinterleaveAudioData()
91 file.read(reinterpret_cast<char *>(buffer.get()), size); in ReadFile()
114 INTELL_VOICE_LOG_ERROR("get file status failed"); in IsFileExist()
/foundation/ai/ai_engine/services/server/plugin_manager/
H A Dget_config_ini.py69 getConfig().get("base", "userDataPath")
140 supported_boards = origin_cfg.get(BASE_SESSION, SUPPORTED_BOARDS)
141 related_sessions = origin_cfg.get(BASE_SESSION, RELATED_SESSIONS)
149 val = origin_cfg.get(session, key)
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp99 array.at(KEEP_ALIVE).get<bool>())) { in FilterInfoFromJson()
107 bundleName = array.at(BUNDLE_NAME).get<std::string>(); in FilterInfoFromJson()
110 auto val = array.at(KEEP_ALIVE_ENABLE).get<bool>(); in FilterInfoFromJson()
/foundation/arkui/ace_engine/component_ext/ext_common/
H A Dext_napi_utils.cpp127 if (memset_s(str.get(), stringLength + 1, 0, stringLength + 1) != EOK) { in GetStringFromValueUtf8()
131 NAPI_CALL_BASE(env, napi_get_value_string_utf8(env, value, str.get(), stringLength + 1, &length), result); in GetStringFromValueUtf8()
133 result.append(str.get(), length); in GetStringFromValueUtf8()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_partial_update_model_impl.cpp57 // to state update it will call this callback to get the new child component. in CreateNode()
100 const int32_t elmtId = std::get<0>(task); in FlushUpdateTask()
101 const RefPtr<Component> outmostWrappingComponent = AceType::DynamicCast<Component>(std::get<1>(task)); // stop at in FlushUpdateTask()
102 const RefPtr<Component> mainComponent = AceType::DynamicCast<Component>(std::get<2>(task)); // has elmtId in FlushUpdateTask()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_mgr_service_test/
H A Dui_mgr_service_test.cpp66 * @tc.desc: Verify that the UIMgrService could get eventHandler.
77 EXPECT_EQ(nullptr, retVal.get()); in HWTEST_F()
96 EXPECT_NE(nullptr, uiMgrService->handler_.get()); in HWTEST_F()
211 EXPECT_EQ(nullptr, uiMgrService->handler_.get()); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp204 const int numBytesRead = unzReadCurrentFile(zipFile_, buf.get(), kZipBufSize); in ExtractCurrentEntry()
213 if (!delegate->WriteBytes(buf.get(), numBytesToWrite)) { in ExtractCurrentEntry()
218 entirefileextracted = (unzReadCurrentFile(zipFile_, buf.get(), 1) == 0); in ExtractCurrentEntry()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_gc_test.cpp54 RSRenderNodeGC::NodeDestructor(ptr.get()); in HWTEST_F()
71 node.NodeDestructorInner(ptr.get()); in HWTEST_F()
74 node.NodeDestructorInner(ptr.get()); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dnight_session.cpp45 int ret = Camera::FindCameraMetadataItem(metadata->get(), OHOS_ABILITY_NIGHT_MODE_SUPPORTED_EXPOSURE_TIME, &item); in GetExposureRange()
76 int ret = Camera::FindCameraMetadataItem(changedMetadata_->get(), OHOS_CONTROL_MANUAL_EXPOSURE_TIME, &item); in SetExposure()
99 int ret = Camera::FindCameraMetadataItem(metadata->get(), OHOS_CONTROL_MANUAL_EXPOSURE_TIME, &item); in GetExposure()
H A Dscan_session.cpp42 "ScanSession::AddOutput get nullptr to inputDevice"); in AddOutput()
49 "ScanSession::AddOutput get nullptr to device or cameraManager"); in AddOutput()
80 int ret = Camera::FindCameraMetadataItem(metadata->get(), OHOS_ABILITY_FLASH_SUGGESTION_SUPPORTED, &item); in IsBrightnessStatusSupported()
98 changedMetadata_->get(), OHOS_CONTROL_FLASH_SUGGESTION_SWITCH, &item); in SetBrightnessStatusReport()
131 common_metadata_header_t* metadata = result->get(); in ProcessBrightnessStatusChange()
134 "ScanSession::ProcessBrightnessStatusChange get brightness status failed"); in ProcessBrightnessStatusChange()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Daudio_buffer_cache.cpp61 auto bufferId = dumpBufferWrap_->GetUniqueId(buffer.get()); in ReleaseBuffer()
105 if (dumpBufferWrap_ && dumpBufferWrap_->SetSize(buffer.get(), size)) { in SetBufferSize()
156 auto bufferId = dumpBufferWrap_->GetUniqueId(buffer.get()); in AllocAudioBuffer()

Completed in 32 milliseconds

1...<<131132133134135136137138139140>>...476