Home
last modified time | relevance | path

Searched refs:get (Results 1376 - 1400 of 9421) sorted by relevance

1...<<51525354555657585960>>...377

/third_party/skia/gm/
H A Dmipmap.cpp56 canvas->drawImageRect(img.get(), dst, samplings[i], nullptr); in DEF_SIMPLE_GM()
59 canvas->drawImage(img.get(), 20, 20); in DEF_SIMPLE_GM()
106 show_mips(canvas, limg.get()); in DEF_SIMPLE_GM()
108 show_mips(canvas, simg.get()); in DEF_SIMPLE_GM()
155 show_mips_only(canvas, limg.get()); in DEF_SIMPLE_GM()
157 show_mips_only(canvas, simg.get()); in DEF_SIMPLE_GM()
/third_party/skia/infra/bots/recipes/
H A Dperf.py33 do_upload = api.properties.get('do_upload') == 'true'
34 images = api.properties.get('images') == 'true'
35 resources = api.properties.get('resources') == 'true'
36 skps = api.properties.get('skps') == 'true'
37 svgs = api.properties.get('svgs') == 'true'
38 texttraces = api.properties.get('texttraces') == 'true'
158 api.step_data('get swarming bot id',
160 api.step_data('get swarming task id',
/third_party/rust/crates/rustix/tests/fs/
H A Dreaddir.rs23 entries.get("file1").is_some(), in dir_entries()
32 entries.get("file1").is_some(), in dir_entries()
37 entries.get("file2").is_some(), in dir_entries()
93 entries.get("file1").is_some(), in test_raw_dir()
103 entries.get("file1").is_some(), in test_raw_dir()
108 entries.get("file2").is_some(), in test_raw_dir()
/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/typescript/tests/baselines/reference/
H A DnoImplicitReturnsWithProtectedBlocks1.js3 declare function get(): number;
7 return get();
17 return get();
H A DnoImplicitReturnsWithProtectedBlocks3.js3 declare function get(): number;
7 return get();
17 return get();
/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...]
/third_party/gn/src/base/memory/
H A Dweak_ptr.h169 // otherwise get instantiated separately for each distinct instantiation of
241 T* get() const { in get() function in base::WeakPtr
246 DCHECK(get() != nullptr); in operator *()
247 return *get(); in operator *()
250 DCHECK(get() != nullptr); in operator ->()
251 return get(); in operator ->()
255 explicit operator bool() const { return get() != nullptr; } in operator bool()
279 return weak_ptr.get() == nullptr; in operator ==()
/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()

Completed in 19 milliseconds

1...<<51525354555657585960>>...377