Home
last modified time | relevance | path

Searched refs:get (Results 2276 - 2300 of 9347) sorted by relevance

1...<<919293949596979899100>>...374

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp274 return AttributeList::get( in TransformFunctionAttributes()
496 RetType = StructType::get(RetType, ShadowTy); in getArgsFunctionType()
497 return FunctionType::get(RetType, ArgTypes, T->isVarArg()); in getArgsFunctionType()
509 return FunctionType::get(T->getReturnType(), ArgTypes, false); in getTrampolineFunctionType()
541 T, FunctionType::get(T->getReturnType(), ArgTypes, T->isVarArg()), in getCustomFunctionType()
556 ShadowTy = IntegerType::get(*Ctx, ShadowWidth); in doInitialization()
573 FunctionType::get(ShadowTy, DFSanUnionArgs, /*isVarArg=*/ false); in doInitialization()
576 FunctionType::get(ShadowTy, DFSanUnionLoadArgs, /*isVarArg=*/ false); in doInitialization()
577 DFSanUnimplementedFnTy = FunctionType::get( in doInitialization()
580 DFSanSetLabelFnTy = FunctionType::get(Typ in doInitialization()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DsymbolProperty7.js6 get [Symbol()]() {
18 get [Symbol()]() {
H A DcomputedPropertyNames1_ES5.js3 get [0 + 1]() { return 0 },
11 get: function () { return 0; },
H A DgetterSetterNonAccessor.js6 get: getFunc,
16 get: getFunc,
/third_party/skia/experimental/graphite/src/
H A DContextPriv.cpp15 return fContext->fGpu.get(); in gpu()
19 return fContext->fGpu.get(); in gpu()
/third_party/skia/docs/examples/
H A DMatrix_get.cpp9 SkDebugf("matrix.get(SkMatrix::kMSkewX) %c= 42\n", in REG_FIDDLE()
10 matrix.get(SkMatrix::kMSkewX) == 42 ? '=' : '!'); in REG_FIDDLE()
11 SkDebugf("matrix.get(SkMatrix::kMSkewY) %c= 24\n", in REG_FIDDLE()
12 matrix.get(SkMatrix::kMSkewY) == 24 ? '=' : '!'); in REG_FIDDLE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp91 // FIXME: We currently only handle pseudoinstructions that don't get expanded in getInstSizeInBytes()
377 BuildMI(&MBB, DL, get(AArch64::Bcc)).addImm(Cond[0].getImm()).addMBB(TBB); in instantiateCondBranch()
382 BuildMI(&MBB, DL, get(Cond[1].getImm())).add(Cond[2]); in instantiateCondBranch()
397 BuildMI(&MBB, DL, get(AArch64::B)).addMBB(TBB); in insertBranch()
409 BuildMI(&MBB, DL, get(AArch64::B)).addMBB(FBB); in insertBranch()
581 BuildMI(MBB, I, DL, get(AArch64::SUBSXri), AArch64::XZR) in insertSelect()
587 BuildMI(MBB, I, DL, get(AArch64::SUBSWri), AArch64::WZR) in insertSelect()
610 BuildMI(MBB, I, DL, get(AArch64::ANDSWri), AArch64::WZR) in insertSelect()
615 BuildMI(MBB, I, DL, get(AArch64::ANDSXri), AArch64::XZR) in insertSelect()
669 BuildMI(MBB, I, DL, get(Op in insertSelect()
[all...]
/third_party/gn/src/gn/
H A Dloader.cc116 ToolchainRecord* record = new_record.get(); in Load()
133 record = toolchain_records_[default_toolchain_label_].get(); in Load()
135 record = toolchain_records_[toolchain_name].get(); in Load()
144 record = new_record.get(); in Load()
158 ToolchainRecord* record = toolchain_records_[toolchain->label()].get(); in ToolchainLoaded()
164 record = new_record.get(); in ToolchainLoaded()
388 record = moved_record.get(); in DidLoadBuildConfig()
415 record = found_toolchain->second.get(); in DidLoadBuildConfig()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java147 Token firstToken = tokens.get(0); in build()
159 Token token = tokens.get(i); in parseMessage()
218 Token token = tokens.get(i); in parseVariant()
256 Token token = tokens.get(i); in parseSelector()
280 Token token = tokens.get(i); in parseDeclaration()
309 Token token = tokens.get(i); in parsePattern()
417 Token token = tokens.get(i); in parseExpression()
458 Token token = tokens.get(i); in parseOptions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java565 int dom = get(DAY_OF_MONTH); in add()
566 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day in add()
585 int dom = get(DAY_OF_MONTH); in roll()
586 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day in roll()
595 int m = get(MONTH); // 0-based month in roll()
597 if (get(IS_LEAP_MONTH) == 1) { in roll()
656 * get close to the next or prior new moon, but not cross it. Must be
701 long cacheValue = winterSolsticeCache.get(gyear); in winterSolstice()
939 long cacheValue = newYearCache.get(gyear); in newYear()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DChineseCalendar.java548 int dom = get(DAY_OF_MONTH); in add()
549 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day in add()
567 int dom = get(DAY_OF_MONTH); in roll()
568 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day in roll()
577 int m = get(MONTH); // 0-based month in roll()
579 if (get(IS_LEAP_MONTH) == 1) { in roll()
638 * get close to the next or prior new moon, but not cross it. Must be
683 long cacheValue = winterSolsticeCache.get(gyear); in winterSolstice()
920 long cacheValue = newYearCache.get(gyear); in newYear()
/third_party/node/lib/internal/crypto/
H A Dkeys.js122 get type() {
156 get symmetricKeySize() {
193 get asymmetricKeyType() {
198 get asymmetricKeyDetails() {
669 get type() {
675 get extractable() {
681 get algorithm() {
687 get usages() {
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dcontainer.js8 function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
291 get: function get() {
296 get: function get() {
301 get: function get() {
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DCaseIterator.java42 // to get around certain complications in the data.
236 Set s = (Set) fromCaseFold.get(mapped);
257 Set s = (Set) fromCaseFold.get(key);
275 String value = (String) toCaseFold.get(key);
291 Set s = (Set) fromCaseFold.get(key);
306 // first get small set of items that have multiple characters
348 // so get the combinations
349 String[] choices = (String[]) fromCaseFold.get(otherKey);
360 // now, for each thing in the partial closure, get its
372 /*String[] choices = (String[]) fromCaseFold.get(key
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp135 uint32_t CEList::get(int32_t index) const in get() function in CEList
222 const UnicodeString *StringList::get(int32_t index) const in get() function in StringList
377 ceToCharsStartingWith->put(ceList->get(0), st, status); in CollData()
392 ceToCharsStartingWith->put(ceList->get(0), st, status); in CollData()
514 uint32_t ce = ceList->get(offset); in minLengthInChars()
523 const UnicodeString *string = strings->get(s); in minLengthInChars()
588 uint32_t jce = ceList->get(roffset); in minLengthInChars()
609 if (roffset < maxOffset && isContinuation(ceList->get(roffset))) { in minLengthInChars()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFormatSpec.java388 while (fgIndex < groups.size() && groups.get(fgIndex).replacement().isPresent()) { in parse()
449 return (getGroups().size() == 1) ? maxLength() : getGroups().get(0).minLength(); in getBlockFormatLength()
479 Optional<String> replacement = getGroups().get(n).replacement(); in getXmlFormat()
481 format = format.replace("$" + (n + 1), replacement.get()); in getXmlFormat()
506 prefix = prefix.replace("$" + (n + 1), getGroups().get(n).replacement().get()); in getXmlPrefix()
524 if (!getGroups().get(n).isCompatibleWith(other.getGroups().get(n))) { in isCompatibleWith()
540 // $FG). If the first available group is "$1" then we just get suffixStart. in getSuffixStart()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dweird_bitfields.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
298 ::std::mem::transmute(self._bitfield_1.get(0usize, 16u8) as u32) in bitTest()
311 ::std::mem::transmute(self._bitfield_1.get(16usize, 15u8) as u32) in bitTest2()
341 ::std::mem::transmute(self._bitfield_2.get(0usize, 3u8) as u32) in mFillOpacitySource()
354 ::std::mem::transmute(self._bitfield_2.get(3usize, 3u8) as u32) in mStrokeOpacitySource()
367 ::std::mem::transmute(self._bitfield_2.get(6usize, 1u8) as u8) in mStrokeDasharrayFromObject()
380 ::std::mem::transmute(self._bitfield_2.get(7usize, 1u8) as u8) in mStrokeDashoffsetFromObject()
393 ::std::mem::transmute(self._bitfield_2.get(8usize, 1u8) as u8) in mStrokeWidthFromObject()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DUnknownFieldSetTest.java105 (long) field.getVarintList().get(0)); in testVarint()
112 (int) field.getFixed32List().get(0)); in testFixed32()
119 (long) field.getFixed64List().get(0)); in testFixed64()
126 field.getLengthDelimitedList().get(0)); in testLengthDelimited()
137 UnknownFieldSet group = field.getGroupList().get(0); in testGroup()
145 (long) nestedField.getVarintList().get(0)); in testGroup()
227 assertEquals(654321, (long) field.getVarintList().get(0)); in testParseKnownAndUnknown()
343 assertEquals(0x7FFFFFFFFFFFFFFFL, (long)field.getVarintList().get(0)); in testLargeVarint()
/third_party/python/Lib/idlelib/
H A Dquery.py133 entry = self.entry.get().strip()
174 name = self.entry.get().strip()
198 name = self.entry.get().strip()
224 self.showerror("loader failed to get filename.")
235 lineno = int(self.entry.get())
296 path = self.pathvar.get()
315 path = self.path.get().strip()
372 cli_string = self.entry.get().strip()
383 restart = self.restartvar.get()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp83 m_descriptorSet = vk::makeDescriptorSet(m_vk, device, m_descriptorPool.get(), m_meshSetLayout.get()); in initialize()
91 rawSetLayouts.push_back(m_meshSetLayout.get()); in initialize()
94 rawSetLayouts.push_back(m_otherSetLayout.get()); in initialize()
153 updateBuilder.writeSingle(m_descriptorSet.get(), location, vertDescType, &bufferInfo); in initialize()
230 const vk::ShaderWrapper ms (m_isMesh ? vk::ShaderWrapper(m_vk, device, binaries.get(m_meshShaderName), 0) : vk::ShaderWrapper()); in initPipeline()
231 const vk::ShaderWrapper vs (m_isMesh ? vk::ShaderWrapper() : vk::ShaderWrapper(m_vk, device, binaries.get(m_vertexShaderName), 0)); in initPipeline()
232 const vk::ShaderWrapper fs (vk::ShaderWrapper(m_vk, device, binaries.get(m_fragmentShaderName), 0)); in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp174 Move<VkImageView> imageView0 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresourceRange0); in iterate()
176 Move<VkImageView> imageView1 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresourceRange1); in iterate()
191 const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(resultBuffer->get(), 0ull, resultBufferSizeBytes); in iterate()
193 const Move<VkShaderModule> shaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0); in iterate()
205 image->get(), clearSubresRange); in iterate()
208 image->get(), clearSubresRange); in iterate()
210 resultBuffer->get(), 0ull, VK_WHOLE_SIZE); in iterate()
237 vk.cmdCopyBufferToImage(*cmdBuffer, *clearBuffer, image->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &bufferImageCopyRegion); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp79 m_descriptorSet = vk::makeDescriptorSet(m_vk, device, m_descriptorPool.get(), m_meshSetLayout.get()); in initialize()
87 rawSetLayouts.push_back(m_meshSetLayout.get()); in initialize()
90 rawSetLayouts.push_back(m_otherSetLayout.get()); in initialize()
149 updateBuilder.writeSingle(m_descriptorSet.get(), location, vertDescType, &bufferInfo); in initialize()
226 const vk::Move<vk::VkShaderModule> ms (m_isMesh ? createShaderModule(m_vk, device, binaries.get(m_meshShaderName), 0) : vk::Move<vk::VkShaderModule>()); in initPipeline()
227 const vk::Move<vk::VkShaderModule> vs (m_isMesh ? vk::Move<vk::VkShaderModule>() : createShaderModule(m_vk, device, binaries.get(m_vertexShaderName), 0)); in initPipeline()
228 const vk::Move<vk::VkShaderModule> fs (createShaderModule(m_vk, device, binaries.get(m_fragmentShaderName), 0)); in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp174 Move<VkImageView> imageView0 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresourceRange0); in iterate()
176 Move<VkImageView> imageView1 = makeImageView(vk, device, image->get(), VK_IMAGE_VIEW_TYPE_CUBE, m_format, imageSubresourceRange1); in iterate()
191 const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(resultBuffer->get(), 0ull, resultBufferSizeBytes); in iterate()
193 const Move<VkShaderModule> shaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0); in iterate()
205 image->get(), clearSubresRange); in iterate()
208 image->get(), clearSubresRange); in iterate()
210 resultBuffer->get(), 0ull, VK_WHOLE_SIZE); in iterate()
237 vk.cmdCopyBufferToImage(*cmdBuffer, *clearBuffer, image->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &bufferImageCopyRegion); in iterate()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dscalar_replacement_test.cpp1517 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1554 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
1620 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1656 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1696 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1752 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1796 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1857 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBaseVertexVariantsTest.cpp74 out << std::get<0>(params) << "__"; in DrawBaseVertexVariantsTestPrint()
76 switch (std::get<1>(params)) in DrawBaseVertexVariantsTestPrint()
195 glUseProgram(program.get()); in setupProgram()
196 mPositionLoc = glGetAttribLocation(program.get(), "vPosition"); in setupProgram()
198 mColorLoc = glGetAttribLocation(program.get(), "vColor"); in setupProgram()
206 GLenum usage = std::get<1>(GetParam()); in setupIndexedBuffers()
294 if (std::get<1>(GetParam()) == GL_STATIC_DRAW) in updateVertexColorData()
314 bool dynamicLayout = std::get<1>(GetParam()) == GL_STATIC_DRAW ? false : true; in checkDrawResult()

Completed in 26 milliseconds

1...<<919293949596979899100>>...374