Home
last modified time | relevance | path

Searched refs:get (Results 1701 - 1725 of 13129) sorted by relevance

1...<<61626364656667686970>>...526

/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py113 generator_flags = params.get("generator_flags", {})
114 android_ndk_version = generator_flags.get("android_ndk_version", None)
121 builddir_name = generator_flags.get("output_dir", "out")
434 # We have to do some pretty insane escaping to get those backslashes
856 spec.get("standalone_static_library", 0)
895 spec.get("mac_bundle_resources", []) + extra_mac_bundle_resources
901 all_sources = spec.get("sources", []) + extra_sources
955 if self.generator_flags.get("android_ndk_version", None):
1021 if int(action.get("process_outputs_as_sources", False)):
1023 if int(action.get("process_outputs_as_mac_bundle_resource
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py114 generator_flags = params.get("generator_flags", {})
115 android_ndk_version = generator_flags.get("android_ndk_version", None)
122 builddir_name = generator_flags.get("output_dir", "out")
437 # We have to do some pretty insane escaping to get those backslashes
865 spec.get("standalone_static_library", 0)
904 spec.get("mac_bundle_resources", []) + extra_mac_bundle_resources
910 all_sources = spec.get("sources", []) + extra_sources
964 if self.generator_flags.get("android_ndk_version", None):
1030 if int(action.get("process_outputs_as_sources", False)):
1032 if int(action.get("process_outputs_as_mac_bundle_resource
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp345 imageViewCreateInfo.image = image.image.get(); in createVulkanImage()
362 imageBarrier.image = image.image.get(); in createVulkanImage()
481 commandBufferInfo.commandPool = commandPool.get(); in createCommandBuffer()
486 *commandBufferRef = vk::Move<VkCommandBuffer>(vk::check<VkCommandBuffer>(commandBuffer), Deleter<VkCommandBuffer>(deviceInterface, device, commandPool.get())); in createCommandBuffer()
673 testContext.binaryCollection.get("glslvert"), in generateWork()
678 testContext.binaryCollection.get("glslfrag"), in generateWork()
922 pipelineState.layout = layout.get(); in generateWork()
923 pipelineState.renderPass = testContext.renderPass.get(); in generateWork()
942 testContext.pipeline = createGraphicsPipeline(deviceInterface, testContext.device, testContext.pipelineCache.get(), &pipelineState); in generateWork()
948 fbState.renderPass = testContext.renderPass.get(); in generateWork()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp225 ANGLE_TRY(vk::InitShaderAndSerial(contextVk, &mShaders[shaderType].get(), in initProgram()
245 shader.get().destroy(contextVk->getDevice()); in release()
472 if (mUniformsAndXfbDescriptorsCache.get(xfbBufferDesc, &descriptorSet)) in allocUniformAndXfbDescriptorSet()
478 mDescriptorPoolBindings[DescriptorSetIndex::UniformsAndXfb].get().retain( in allocUniformAndXfbDescriptorSet()
516 mDescriptorSetLayouts[descriptorSetIndex].get(); in allocateDescriptorSetAndGetInfo()
546 const ShaderInterfaceVariableInfo &info = mVariableInfoMap.get(shaderType, blockName); in addInterfaceBlockDescriptorSetDesc()
570 const ShaderInterfaceVariableInfo &info = mVariableInfoMap.get(shaderType, blockName); in addAtomicCounterBufferDescriptorSetDesc()
621 const ShaderInterfaceVariableInfo &info = mVariableInfoMap.get(shaderType, imageName); in addImageDescriptorSetDesc()
657 ShaderInterfaceVariableInfo &baseInfo = mVariableInfoMap.get(shaderType, baseMappedName); in addInputAttachmentDescriptorSetDesc()
715 const ShaderInterfaceVariableInfo &info = mVariableInfoMap.get(shaderTyp in addTextureDescriptorSetDesc()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp346 imageViewCreateInfo.image = image.image.get(); in createVulkanImage()
363 imageBarrier.image = image.image.get(); in createVulkanImage()
482 commandBufferInfo.commandPool = commandPool.get(); in createCommandBuffer()
487 *commandBufferRef = vk::Move<VkCommandBuffer>(vk::check<VkCommandBuffer>(commandBuffer), Deleter<VkCommandBuffer>(deviceInterface, device, commandPool.get())); in createCommandBuffer()
674 testContext.binaryCollection.get("glslvert"), in generateWork()
679 testContext.binaryCollection.get("glslfrag"), in generateWork()
923 pipelineState.layout = layout.get(); in generateWork()
924 pipelineState.renderPass = testContext.renderPass.get(); in generateWork()
943 testContext.pipeline = createGraphicsPipeline(deviceInterface, testContext.device, testContext.pipelineCache.get(), &pipelineState); in generateWork()
949 fbState.renderPass = testContext.renderPass.get(); in generateWork()
[all...]
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js5045 let result = that.get(1)
5060 let result = that.get(5)
5077 let result1 = that.get(20)
5078 let result2 = that.get('abcd')
5079 let result3 = that.get(2)
5098 let result1 = that.get('1111')
5099 let result2 = that.get(20)
5100 let result3 = that.get('abcd')
5101 let result4 = that.get(25)
5122 let result1 = that.get('111
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc563 const FunctionSig* sig = consume_sig(module_->signature_zone.get());
567 const StructType* type = consume_struct(module_->signature_zone.get());
571 const ArrayType* type = consume_array(module_->signature_zone.get());
601 const FunctionSig* sig = consume_sig(module_->signature_zone.get()); in consume_nominal_type_definition()
614 const StructType* type = consume_struct(module_->signature_zone.get()); in consume_nominal_type_definition()
627 const ArrayType* type = consume_array(module_->signature_zone.get()); in consume_nominal_type_definition()
683 const FunctionSig* sig = consume_sig(module_->signature_zone.get()); in DecodeTypeSection()
687 type_canon->AddRecursiveGroup(module_.get(), 1); in DecodeTypeSection()
710 type_canon->AddRecursiveGroup(module_.get(), types_count); in DecodeTypeSection()
735 type_canon->AddRecursiveGroup(module_.get(), group_siz in DecodeTypeSection()
[all...]
H A Dwasm-module-sourcemap.cc71 file_name->WriteUtf8(v8_isolate, file_name_buf.get()); in WasmModuleSourceMap()
72 file_name_buf.get()[file_name_sz] = '\0'; in WasmModuleSourceMap()
73 filenames.emplace_back(file_name_buf.get()); in WasmModuleSourceMap()
86 mappings->WriteUtf8(v8_isolate, mappings_buf.get()); in WasmModuleSourceMap()
87 mappings_buf.get()[mappings_sz] = '\0'; in WasmModuleSourceMap()
89 valid_ = DecodeMapping(mappings_buf.get()); in WasmModuleSourceMap()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPreRotationTest.cpp34 ss << std::get<0>(info.param); in PrintToStringParamName()
35 if (std::get<1>(info.param)) in PrintToStringParamName()
104 const angle::PlatformParameters platform = ::testing::get<0>(GetParam()); in initializeDisplay()
110 if (::testing::get<1>(GetParam())) in initializeDisplay()
151 ::testing::get<0>(GetParam()).majorVersion, EGL_NONE}; in initializeContext()
949 glBindRenderbuffer(GL_RENDERBUFFER, colorbuf.get()); in TEST_P()
953 glBindRenderbuffer(GL_RENDERBUFFER, depthstencilbuf.get()); in TEST_P()
957 glBindFramebuffer(GL_FRAMEBUFFER, framebuffer.get()); in TEST_P()
973 drawQuad(drawRed.get(), essl3_shaders::PositionAttrib(), 0.8f); in TEST_P()
985 drawQuad(drawGreen.get(), essl3_shader in TEST_P()
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java46 * To reset any explicit field so that it will get heuristic values, pass in
66 * <li>to get the display name for the first day of the week, use the calendar +
68 * <li>to get the work days, ask the calendar (when that is available).</li>
69 * <li>to get papersize / measurement system/bidi-orientation, ask the locale
71 * <li>to get the field order in a date, and whether a time is 24hour or not,
82 // - Add convenience to get/take Locale as well as ULocale.
200 return lcls.get(index); in getLocale()
257 * Convenience function to get a ResourceBundle instance using
272 * Convenience function to get a ResourceBundle instance using
289 String localeName = (fallbacks.get( in getResourceBundle()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DGlobalizationPreferences.java47 * To reset any explicit field so that it will get heuristic values, pass in
67 * <li>to get the display name for the first day of the week, use the calendar +
69 * <li>to get the work days, ask the calendar (when that is available).</li>
70 * <li>to get papersize / measurement system/bidi-orientation, ask the locale
72 * <li>to get the field order in a date, and whether a time is 24hour or not,
84 // - Add convenience to get/take Locale as well as ULocale.
202 return lcls.get(index); in getLocale()
259 * Convenience function to get a ResourceBundle instance using
274 * Convenience function to get a ResourceBundle instance using
291 String localeName = (fallbacks.get( in getResourceBundle()
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp21 sk_careful_memcpy(fInheritedKey.get(), that.fInheritedKey.get(), in operator =()
182 memcpy(key, fInheritedKey.get(), sizeof(uint32_t) * fInheritedKey.count()); in writeUnstyledKey()
249 // If we do ApplyPathEffect we get geo,path_effect as the inherited key. If we then in setInheritedKey()
272 // we try to get a key for the shape. in setInheritedKey()
279 parent.writeUnstyledKey(fInheritedKey.get()); in setInheritedKey()
282 memcpy(fInheritedKey.get(), parent.fInheritedKey.get(), in setInheritedKey()
286 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale, in setInheritedKey()
293 return fInheritedPathForListeners.get(); in originalPathForListeners()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp148 // here because users shouldn't directly get them from this header. in getLoopAnalysisUsage()
203 MDString::get(Context, Name), in createStringMetadata()
204 ConstantAsMetadata::get(ConstantInt::get(Type::getInt32Ty(Context), V))}; in createStringMetadata()
205 return MDNode::get(Context, MDs); in createStringMetadata()
240 MDNode *NewLoopID = MDNode::get(Context, MDs); in addStringMetadataToLoop()
277 mdconst::extract_or_null<ConstantInt>(MD->getOperand(1).get())) in getOptionalBoolLoopAttribute()
295 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute()
322 MDNode *Op = cast<MDNode>(Existing.get()); in makeFollowupLoopID()
332 Metadata *NameMD = Op->getOperand(0).get(); in makeFollowupLoopID()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp136 TII->get(MI.getOpcode() == X86::MOV32rr ? X86::LEA32r in postRAConvertToLEA()
395 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
400 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
416 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
419 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
426 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
430 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOpcode), DestReg) in optTwoAddrLEA()
507 const MCInstrDesc &ADDrr = TII->get(getADDrrFromLEA(Opcode)); in processInstructionForSlowLEA()
516 TII->get(getADDriFromLEA(Opcode, Offset)); in processInstructionForSlowLEA()
583 NewMI = BuildMI(MBB, I, MI.getDebugLoc(), TII->get(NewOp in processInstrForSlow3OpLEA()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp66 BuildMI(MBB, MBBI, dl, TII.get(TargetOpcode::CFI_INSTRUCTION)) in EmitDefCfaRegister()
77 BuildMI(MBB, MBBI, dl, TII.get(TargetOpcode::CFI_INSTRUCTION)) in EmitDefCfaOffset()
88 BuildMI(MBB, MBBI, dl, TII.get(TargetOpcode::CFI_INSTRUCTION)) in EmitCfiOffset()
107 BuildMI(MBB, MBBI, dl, TII.get(Opcode)).addImm(OpImm); in IfNeededExtSP()
129 BuildMI(MBB, MBBI, dl, TII.get(Opcode), XCore::SP).addImm(OpImm); in IfNeededLDAWSP()
202 BuildMI(MBB, MBBI, dl, TII.get(Opcode), SpillList[i].Reg) in RestoreSpillList()
242 BuildMI(MBB, MBBI, dl, TII.get(XCore::LDWSP_ru6), XCore::R11).addImm(0); in emitPrologue()
264 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII.get(Opcode)); in emitPrologue()
289 BuildMI(MBB, MBBI, dl, TII.get(Opcode)) in emitPrologue()
307 BuildMI(MBB, MBBI, dl, TII.get(XCor in emitPrologue()
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc114 static_cast<BaseElement*>(element_.get())->pop<BaseElement>()); in ~ProtoWriter()
642 status = WriteInt32(field.number(), data, stream_.get()); in RenderPrimitiveField()
646 status = WriteSFixed32(field.number(), data, stream_.get()); in RenderPrimitiveField()
650 status = WriteSInt32(field.number(), data, stream_.get()); in RenderPrimitiveField()
654 status = WriteFixed32(field.number(), data, stream_.get()); in RenderPrimitiveField()
658 status = WriteUInt32(field.number(), data, stream_.get()); in RenderPrimitiveField()
662 status = WriteInt64(field.number(), data, stream_.get()); in RenderPrimitiveField()
666 status = WriteSFixed64(field.number(), data, stream_.get()); in RenderPrimitiveField()
670 status = WriteSInt64(field.number(), data, stream_.get()); in RenderPrimitiveField()
674 status = WriteFixed64(field.number(), data, stream_.get()); in RenderPrimitiveField()
[all...]
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js55 get: function() {
78 get: function() {
96 get: function() {
114 get: function() {
128 get: function() {
293 get: function() {
303 get: function() {
313 get: function() {
340 get: function() {
353 get
[all...]
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp70 g_establishConnectionFuture.get(); in WaitForConnectionIfNeed()
85 SetPasteBoardData(paramList.at(INDEX_ZERO).get<string>()); in PreprocessTransaction()
89 SetPasteBoardData(paramList.at(INDEX_ONE).get<string>()); in PreprocessTransaction()
97 auto path = paramList.at(INDEX_ZERO).get<string>(); in PreprocessTransaction()
108 int64_t callbackId = paramList.at(1).get<int64_t>(); in PreprocessTransaction()
194 auto fd = callInfo_.paramList_.at(INDEX_ZERO).get<int>(); in CJ_ApiCall()
/third_party/icu/icu4c/source/test/depstest/
H A Ddepstest.py125 exports = item.get("exports")
131 system_symbols = item.get("system_symbols")
133 files = item.get("files")
140 deps = item.get("deps")
164 neededFile = _symbols_to_files.get(symbol)
186 system_symbols = item.get("system_symbols")
H A Ddependencies.py79 item_files = item.get("files")
100 item_deps = item.get("deps")
108 dep_item = items.get(dep)
120 exports = item.get("system_symbols")
173 library_name = item.get("library")
183 line = _ReadDeps(deps_file, item, item.get("library"))
/third_party/icu/icu4c/source/common/
H A Dpluralmap.h134 * prior to using. Call next repeatedly to get the values until it
136 * to getCategoryName() to get the name of the plural category.
162 * Same as calling get(OTHER).
165 return get(OTHER); in getOther()
173 const T &get(Category v) const { in get() function in PluralMap
182 * Convenience routine to get the value by category name. Otherwise
183 * works just like get(Category).
185 const T &get(const char *category) const { in get() function in PluralMap
186 return get(toCategory(category)); in get()
190 * Convenience routine to get th
193 const T &get(const UnicodeString &category) const { get() function in PluralMap
[all...]
/third_party/node/lib/internal/
H A Dmime.js131 get(name) {
134 return data.get(name);
316 get type() {
329 get subtype() {
342 get essence() {
346 get params() {
/third_party/node/test/parallel/
H A Dtest-http-agent-keepalive.js49 function get(path, callback) { function
50 return http.get({
67 const req = get('/second', common.mustCall((res) => {
86 const req = get('/remote_close', common.mustCall((res) => {
111 const req = get('/error', common.mustNotCall());
131 const req = get('/first', common.mustCall((res) => {
/third_party/node/deps/icu-small/source/common/
H A Dpluralmap.h134 * prior to using. Call next repeatedly to get the values until it
136 * to getCategoryName() to get the name of the plural category.
162 * Same as calling get(OTHER).
165 return get(OTHER); in getOther()
173 const T &get(Category v) const { in get() function in PluralMap
182 * Convenience routine to get the value by category name. Otherwise
183 * works just like get(Category).
185 const T &get(const char *category) const { in get() function in PluralMap
186 return get(toCategory(category)); in get()
190 * Convenience routine to get th
193 const T &get(const UnicodeString &category) const { get() function in PluralMap
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherBytes.java115 Sequence toCompile = Iterables.get(canditiateSequences, 0); in compile()
149 SequenceBytes targetSequence = sequenceMap.get(out); in compile()
151 for (int n = reverseOrder.size() - 1; n >= 0 && reverseOrder.get(n) != targetSequence; n--) { in compile()
152 offsetToStartOfSequence += reverseOrder.get(n).size(); in compile()
171 outBuffer.write(reverseOrder.get(n).getBytes()); in concatSequenceBytesInForwardOrder()
189 ops.get(n).writeTo(outBytes, null, stats); in renderSequence()

Completed in 31 milliseconds

1...<<61626364656667686970>>...526