Home
last modified time | relevance | path

Searched refs:get (Results 1451 - 1475 of 13129) sorted by relevance

1...<<51525354555657585960>>...526

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DJavaTimeZone.java137 doy1 = javacal.get(java.util.Calendar.DAY_OF_YEAR); in getOffset()
138 hour1 = javacal.get(java.util.Calendar.HOUR_OF_DAY); in getOffset()
139 min1 = javacal.get(java.util.Calendar.MINUTE); in getOffset()
140 sec1 = javacal.get(java.util.Calendar.SECOND); in getOffset()
141 mil1 = javacal.get(java.util.Calendar.MILLISECOND); in getOffset()
156 offsets[0] = javacal.get(java.util.Calendar.ZONE_OFFSET); in getOffset()
157 offsets[1] = javacal.get(java.util.Calendar.DST_OFFSET); in getOffset()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DConversionRates.java44 UnitsConverter.Factor result = UnitsConverter.Factor.processFactor(mapToConversionRate.get(singleUnit.getSimpleUnitID()).getConversionRate()); in getFactorToBase()
68 String sourceSimpleIdentifier = source.getSingleUnits().get(0).getSimpleUnitID(); in getOffset()
69 String targetSimpleIdentifier = target.getSingleUnits().get(0).getSimpleUnitID(); in getOffset()
71 BigDecimal sourceOffset = this.mapToConversionRate.get(sourceSimpleIdentifier).getOffset(); in getOffset()
72 BigDecimal targetOffset = this.mapToConversionRate.get(targetSimpleIdentifier).getOffset(); in getOffset()
111 String target = mapToConversionRate.get(singleUnit.getSimpleUnitID()).getTarget(); in extractBaseUnits()
130 SingleUnitImpl singleUnit = measureUnitImpl.getSingleUnits().get(0); in checkSimpleUnit()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DTimeZoneJDK.java119 doy1 = fJdkCal.get(java.util.Calendar.DAY_OF_YEAR); in getOffset()
120 hour1 = fJdkCal.get(java.util.Calendar.HOUR_OF_DAY); in getOffset()
121 min1 = fJdkCal.get(java.util.Calendar.MINUTE); in getOffset()
122 sec1 = fJdkCal.get(java.util.Calendar.SECOND); in getOffset()
123 mil1 = fJdkCal.get(java.util.Calendar.MILLISECOND); in getOffset()
138 offsets[0] = fJdkCal.get(java.util.Calendar.ZONE_OFFSET); in getOffset()
139 offsets[1] = fJdkCal.get(java.util.Calendar.DST_OFFSET); in getOffset()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleItem.java268 int year = createdCal.get(Calendar.YEAR); in toOutputString()
269 int month = createdCal.get(Calendar.MONTH)+1; in toOutputString()
270 int day = createdCal.get(Calendar.DAY_OF_MONTH); in toOutputString()
278 int year = modifiedCal.get(Calendar.YEAR); in toOutputString()
279 int month = modifiedCal.get(Calendar.MONTH)+1; in toOutputString()
280 int day = modifiedCal.get(Calendar.DAY_OF_MONTH); in toOutputString()
290 retStr += "\n# @{" + str + "} " + (String)lookups.get(str); in toOutputString()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleDistanceTest.java33 private static final boolean REFORMAT = false; // set to true to get a reformatted data file listed
47 this.desired = new ULocale.Builder().setLanguageTag(args.get(0)).build(); // use more complicated expression to check syntax in Arguments()
48 this.supported = new ULocale.Builder().setLanguageTag(args.get(1)).build(); in Arguments()
49 this.desiredToSupported = Integer.parseInt(args.get(2)); in Arguments()
50 this.supportedToDesired = args.size() > 3 ? Integer.parseInt(args.get(3)) : this.desiredToSupported; in Arguments()
162 String switchArg = arguments.get(0); in handleParams()
164 favorSubtag = FavorSubtag.valueOf(arguments.get(1)); in handleParams()
166 threshold = Integer.valueOf(arguments.get(1)); in handleParams()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleDistanceTest.java30 private static final boolean REFORMAT = false; // set to true to get a reformatted data file listed
44 this.desired = new ULocale.Builder().setLanguageTag(args.get(0)).build(); // use more complicated expression to check syntax in Arguments()
45 this.supported = new ULocale.Builder().setLanguageTag(args.get(1)).build(); in Arguments()
46 this.desiredToSupported = Integer.parseInt(args.get(2)); in Arguments()
47 this.supportedToDesired = args.size() > 3 ? Integer.parseInt(args.get(3)) : this.desiredToSupported; in Arguments()
159 String switchArg = arguments.get(0); in handleParams()
161 favorSubtag = FavorSubtag.valueOf(arguments.get(1)); in handleParams()
163 threshold = Integer.valueOf(arguments.get(1)); in handleParams()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DJavaTimeZone.java139 doy1 = javacal.get(java.util.Calendar.DAY_OF_YEAR); in getOffset()
140 hour1 = javacal.get(java.util.Calendar.HOUR_OF_DAY); in getOffset()
141 min1 = javacal.get(java.util.Calendar.MINUTE); in getOffset()
142 sec1 = javacal.get(java.util.Calendar.SECOND); in getOffset()
143 mil1 = javacal.get(java.util.Calendar.MILLISECOND); in getOffset()
158 offsets[0] = javacal.get(java.util.Calendar.ZONE_OFFSET); in getOffset()
159 offsets[1] = javacal.get(java.util.Calendar.DST_OFFSET); in getOffset()
/third_party/node/lib/
H A Dcrypto.js263 get() {
291 get() {
346 get: getFips,
353 get: deprecate(getDefaultEncoding,
369 get() { return lazyWebCrypto().crypto; },
377 get() { return lazyWebCrypto().crypto.subtle; },
385 get: () => getRandomValues,
/third_party/node/deps/npm/lib/commands/
H A Drun-script.js69 const scriptShell = this.npm.config.get('script-shell') || undefined
89 if (this.npm.config.get('if-present')) {
101 if (!this.npm.config.get('ignore-scripts')) {
143 if (this.npm.config.get('json')) {
148 if (this.npm.config.get('parseable')) {
223 if (this.npm.config.get('json')) {
233 if (this.npm.config.get('parseable')) {
/third_party/mesa3d/src/panfrost/perf/
H A Dpan_gen_perf.py53 self.name = self.xml.get("name")
54 self.desc = self.xml.get("description")
55 self.units = self.xml.get("units")
56 self.offset = int(self.xml.get("offset"))
57 self.underscore_name = self.xml.get("counter").lower()
66 self.name = self.xml.get("name")
80 self.name = self.xml.getroot().get('id')
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_percolator.py81 self.assertEqual(self.text.get('1.0', END), 'foo\n')
88 self.assertEqual(self.text.get('1.0', END), 'BAR\n')
96 self.assertEqual(self.text.get('1.0', END), 'bar\n')
101 self.assertEqual(self.text.get('1.0', END), '\n')
104 self.assertEqual(self.text.get('1.0', END), '\n')
108 self.assertEqual(self.text.get('1.0', 'end'), 'hello\n')
113 self.assertEqual(self.text.get('1.0', END), 'o\n')
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Davailable_instructions_test.cpp148 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
163 context.get(), in TEST()
173 context.get(), in TEST()
218 context.get(), in TEST()
250 context.get(), [](opt::IRContext*, opt::Instruction* inst) -> bool { in TEST()
308 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
312 context.get(), in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfacelessContextTest.cpp108 glBindFramebuffer(GL_FRAMEBUFFER, fbo->get()); in createFramebuffer()
110 glBindTexture(GL_TEXTURE_2D, tex->get()); in createFramebuffer()
113 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex->get(), 0); in createFramebuffer()
199 glBindFramebuffer(GL_FRAMEBUFFER, fbo.get()); in TEST_P()
217 glBindFramebuffer(GL_FRAMEBUFFER, fbo.get()); in TEST_P()
244 glBindFramebuffer(GL_FRAMEBUFFER, fbo.get()); in TEST_P()
251 glBindFramebuffer(GL_FRAMEBUFFER, fbo.get()); in TEST_P()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DByteArray.java69 public int get(int index) { in get() method in ByteArray
85 public int get(int index, byte[] b) { in get() method in ByteArray
86 return this.get(index, b, 0, b.length); in get()
99 public int get(int index, byte[] b, int offset, int length) { in get() method in ByteArray
233 while ((bytesRead = this.get(index + srcOffset, b, 0, bufferLength)) > 0) { in copyTo()
266 while ((bytesRead = this.get(index + offset, b, 0, bufferLength)) > 0) { in copyTo()
341 * @param index the location to get from
380 int r = this.get(i + offset); in toString()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Davailable_instructions_test.cpp148 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
163 context.get(), in TEST()
173 context.get(), in TEST()
218 context.get(), in TEST()
250 context.get(), [](opt::IRContext*, opt::Instruction* inst) -> bool { in TEST()
308 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
312 context.get(), in TEST()
/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp129 colorSpace = rgb.get(); in SkCreateCGImageRefWithColorspace()
133 info, dataRef.get(), nullptr, false, kCGRenderingIntentDefault); in SkCreateCGImageRefWithColorspace()
146 CGContextDrawImage(cg, r, img.get()); in SkCGDrawBitmap()
173 bitsPerComponent, rb, cs.get(), cg_bitmap_info); in SkCreateCGContext()
197 rowBytes, cs.get(), cg_bitmap_info)); in SkCopyPixelsFromCGImage()
204 CGContextSetBlendMode(cg.get(), kCGBlendModeCopy); in SkCopyPixelsFromCGImage()
206 CGContextDrawImage(cg.get(), CGRectMake(0, 0, info.width(), info.height()), image); in SkCopyPixelsFromCGImage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86RetpolineThunks.cpp200 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false); in createThunkFunction()
233 addRegOffset(BuildMI(&MBB, DebugLoc(), TII->get(MovOpc)), SPReg, false, 0) in insertRegReturnAddrClobber()
259 BuildMI(Entry, DebugLoc(), TII->get(CallOpc)).addSym(TargetSym); in populateThunk()
274 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::PAUSE)); in populateThunk()
275 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::LFENCE)); in populateThunk()
276 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::JMP_1)).addMBB(CaptureSpec); in populateThunk()
285 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc146 output.get(), '$', in Generate()
153 annotations.SerializeToZeroCopyStream(info_output.get()); in Generate()
165 output.get(), '$', in Generate()
172 annotations.SerializeToZeroCopyStream(info_output.get()); in Generate()
183 io::Printer printer(output.get(), '$'); in Generate()
201 io::Printer printer(output.get(), '$'); in Generate()
209 io::Printer printer(output.get(), '$'); in Generate()
/third_party/vk-gl-cts/framework/common/
H A DtcuEither.hpp60 const Type& get (void) const;
92 static const First& get (const Either<First, Second>& either) in get() function
101 static const Second& get (const Either<First, Second>& either) in get() function
108 const Type& get (const Either<First, Second>& either) in get() function
110 return Get<Type, First, Second>::get(either); in get()
252 const Type& Either<First, Second>::get (void) const in get() function in tcu::Either
254 return EitherDetail::get<Type, First, Second>(*this); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp222 TempMDTuple PrevMD(cast<MDTuple>(OldMD.get()));
273 Array.second->replaceAllUsesWith(resolveTypeRefArray(Array.first.get())); in tryToResolveCycles()
326 return Ref.get(); in upgradeTypeRef()
343 return OldTypeRefs.Arrays.back().second.get(); in upgradeTypeRefArray()
357 return MDTuple::get(Context, Ops); in resolveTypeRefArray()
507 Context, GV, DIExpression::get(Context, {})); in upgradeCUVariables()
520 Context, DGV, DIExpression::get(Context, {})); in upgradeCUVariables()
542 auto *E = DIExpression::get(Context, Ops); in upgradeDeclareExpressions()
543 DDI->setOperand(2, MetadataAsValue::get(Context, E)); in upgradeDeclareExpressions()
693 BitstreamEntry Entry = MaybeEntry.get(); in lazyLoadModuleMetadataBlock()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp214 gl.blendEquation(blendEq.get<BlendEq>()); in setCommonBlendState()
216 gl.blendEquationSeparate(blendEq.get<SeparateBlendEq>().rgb, blendEq.get<SeparateBlendEq>().alpha); in setCommonBlendState()
226 gl.blendFunc(blendFunc.get<BlendFunc>().src, blendFunc.get<BlendFunc>().dst); in setCommonBlendState()
228 gl.blendFuncSeparate(blendFunc.get<SeparateBlendFunc>().rgb.src, blendFunc.get<SeparateBlendFunc>().rgb.dst, blendFunc.get<SeparateBlendFunc>().alpha.src, blendFunc.get<SeparateBlendFunc>().alpha.dst); in setCommonBlendState()
258 gl.blendEquationi(index, blendEq.get<BlendE in setIndexedBlendState()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp612 BuildMI(&MBB, DL, get(BOpc)).addMBB(TBB); in insertBranch()
624 BuildMI(&MBB, DL, get(EndLoopOp)).addMBB(TBB); in insertBranch()
635 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
638 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
646 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB); in insertBranch()
666 BuildMI(&MBB, DL, get(EndLoopOp)).addMBB(TBB); in insertBranch()
670 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB); in insertBranch()
672 BuildMI(&MBB, DL, get(BOpc)).addMBB(FBB); in insertBranch()
712 TII->get(Hexagon::C2_cmpgtui), Done)
744 TII->get(Hexago
[all...]
/third_party/json/tests/src/
H A Dunit-regression1.cpp180 auto anon_enum_value = j2.get<decltype(u)>();
240 auto test = j["Test"].get<std::string>();
262 CHECK(j.get<uint32_t>() == 0); // Wrap
267 CHECK(j.get<float>() == 4294967296.0f);
272 CHECK(j.get<int32_t>() == 2147483647); // Wrap
277 CHECK(j.get<float>() == -2147483650.0f);
386 CHECK(json::parse("\"\\ud80c\\udc60abc\"").get<json::string_t>() == "\xf0\x93\x81\xa0\x61\x62\x63");
442 CHECK(j.get<double>() == -0.0);
445 CHECK(j.get<double>() == 2.2250738585072009e-308);
448 CHECK(j.get<doubl
[all...]
/third_party/littlefs/scripts/
H A Dperfbd.py176 if args.get('verbose'):
180 stderr=sp.PIPE if not args.get('verbose') else None,
200 if not args.get('verbose'):
225 if args.get('verbose'):
229 stderr=sp.PIPE if not args.get('verbose') else None,
260 file = os.path.abspath(files.get(op_file, '?'))
270 if not args.get('verbose'):
676 getattr(table.get(n), k, None),
677 getattr(diff_table.get(n), k, None))
685 if getattr(table.get(
[all...]
/kernel/linux/linux-5.10/sound/i2c/other/
H A Dak4114.c327 .get = snd_ak4114_in_error_get,
335 .get = snd_ak4114_in_error_get,
343 .get = snd_ak4114_in_error_get,
351 .get = snd_ak4114_in_error_get,
359 .get = snd_ak4114_rate_get,
366 .get = snd_ak4114_spdif_mask_get,
373 .get = snd_ak4114_spdif_playback_get,
381 .get = snd_ak4114_spdif_mask_get,
388 .get = snd_ak4114_spdif_get,
395 .get
[all...]

Completed in 20 milliseconds

1...<<51525354555657585960>>...526