Home
last modified time | relevance | path

Searched refs:extend (Results 101 - 125 of 1962) sorted by relevance

12345678910>>...79

/third_party/typescript/tests/baselines/reference/
H A DreverseMappedPartiallyInferableTypes.js27 declare function extend<T>({ props }: { props: PropsDefinition<T> }): PropsDefinition<T>;
33 const r = extend({
134 var r = extend({
/third_party/python/Lib/
H A Dos.py69 __all__.extend(_get_exports_list(posix))
84 __all__.extend(_get_exports_list(nt))
280 __all__.extend(["makedirs", "removedirs", "renames"])
585 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
780 __all__.extend(("getenv", "supports_bytes_environ"))
800 __all__.extend(("environb", "getenvb"))
841 __all__.extend(["P_WAIT", "P_NOWAIT", "P_NOWAITO"])
916 __all__.extend(["spawnv", "spawnve", "spawnvp", "spawnvpe"])
944 __all__.extend(["spawnl", "spawnle"])
972 __all__.extend(["spawnl
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py298 optimizations.extend([
326 optimizations.extend([
359 optimizations.extend([
435 optimizations.extend([
452 optimizations.extend([
461 optimizations.extend([
471 optimizations.extend([
484 optimizations.extend([
495 optimizations.extend([
734 optimizations.extend([
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py1074 enum.enumeratorList.extend(remainingEnumerators)
1803 ifaceArgs.extend(ifacesDict[function.getType()])
2277 functionNamesPerApiVersionDict[apiVersion].extend(r.commandList)
2354 # find structures that extend VkPhysicalDeviceFeatures2
2480 stream.extend(structureChain[n])
2488 stream.extend(logStructures[n])
2490 stream.extend(verifyStructures[n])
2752 allNamesToCheck.extend(structType.aliasList)
2773 stream.extend(extensionDefines)
2775 stream.extend(initFromBlobDefinition
[all...]
/third_party/jerryscript/tools/
H A Dgen-unicode.py440 ranges.extend([prev_letter_id, ord(letter_case[prev_letter_id])])
517 character_pairs.extend([letter_id, ord(mapped_value)])
571 special_ranges.extend([prev_letter_id, ord(prev_mapped_value[0]), ord(prev_mapped_value[1])])
604 unicodes[0].extend([letter_id, ord(mapped_value)])
614 unicodes[1].extend([letter_id, ord(mapped_value[0]), ord(mapped_value[1])])
624 unicodes[2].extend([letter_id, ord(mapped_value[0]), ord(mapped_value[1]), ord(mapped_value[2])])
/third_party/rust/crates/clap/src/builder/
H A Darg.rs294 .extend(names.into_iter().map(|x| (x.into(), false))); in aliases()
408 .extend(names.into_iter().map(|n| (n.into(), true))); in visible_aliases()
2635 self.groups.extend(group_ids.into_iter().map(Into::into)); in groups()
3031 self.r_unless_all.extend(names.into_iter().map(Into::into)); in required_unless_present_all()
3109 self.r_unless.extend(names.into_iter().map(Into::into)); in required_unless_present_any()
3277 .extend(ifs.into_iter().map(|(id, val)| (id.into(), val.into()))); in required_if_eq_any()
3358 .extend(ifs.into_iter().map(|(id, val)| (id.into(), val.into()))); in required_if_eq_all()
3499 .extend(ifs.into_iter().map(|(val, arg)| (val.into(), arg.into()))); in requires_ifs()
3614 self.blacklist.extend(names.into_iter().map(Into::into)); in conflicts_with_all()
3690 self.overrides.extend(name in overrides_with_all()
[all...]
/third_party/node/deps/v8/tools/release/
H A Dfilter_build_files.py80 executable_files.extend(REFBUILD_EXECUTABLE_FILES)
84 list_of_files.extend(itertools.chain(*map(glob.iglob, globs)))
H A Dmerge_to_branch.py95 self["full_revision_list"].extend(port_revision_list)
137 bugs.extend(s.strip() for s in bug.split(","))
139 bugs.extend(s.strip() for s in gerrit_bug.split(","))
/third_party/python/Lib/asyncio/
H A Dformat_helpers.py38 items.extend(reprlib.repr(arg) for arg in args)
40 items.extend(f'{k}={reprlib.repr(v)}' for k, v in kwargs.items())
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py48 to_copy.extend(glob.glob(os.path.join(gl_path,'libEGL*')))
49 to_copy.extend(glob.glob(os.path.join(gl_path,'libdrm*')))
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py48 to_copy.extend(glob.glob(os.path.join(gl_path,'libEGL*')))
49 to_copy.extend(glob.glob(os.path.join(gl_path,'libmali*')))
/third_party/skia/infra/bots/recipes/
H A Dperf_pathkit.py76 args.extend(['--compiled_language', 'asmjs']) # the default is wasm
78 args.extend([
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_apple_keyboard.py194 r.extend(uhdev.event(["F4"]))
226 r.extend(uhdev.event(["F4"]))
257 r.extend(uhdev.send_fn_state(1))
289 r.extend(uhdev.event(["F4"]))
290 r.extend(uhdev.event(["F4", "F6"]))
391 r.extend(uhdev.event([]))
411 r.extend(uhdev.event(["UpArrow"]))
/third_party/skia/src/core/
H A DSkRasterPipelineBlitter.cpp188 colorPipeline->extend(shaderPipeline); in Create()
261 p.extend(*colorPipeline); in Create()
338 p.extend(fColorPipeline); in blitRect()
371 p.extend(fColorPipeline); in blitAntiH()
478 p.extend(fColorPipeline); in blitMask()
496 p.extend(fColorPipeline); in blitMask()
515 p.extend(fColorPipeline); in blitMask()
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs169 self.writer.extend(
288 self.writer.extend(output.into_iter()); in write_about()
308 self.writer.extend(output.into_iter()); in write_before_help()
327 self.writer.extend(output.into_iter()); in write_after_help()
472 self.writer.extend(arg.stylize_arg_suffix(None).into_iter()); in write_arg()
604 self.writer.extend(help.into_iter()); in help()
673 self.writer.extend(help.into_iter()); in help()
913 short_als.extend(als); in sc_spec_vals()
950 self.writer.extend(sc_str.into_iter()); in subcmd()
/third_party/rust/crates/serde/serde_derive/src/
H A Dbound.rs37 .extend(predicates.iter().cloned()); in with_where_predicates()
53 generics.make_where_clause().predicates.extend(predicates); in with_where_predicates_from_fields()
75 generics.make_where_clause().predicates.extend(predicates); in with_where_predicates_from_variants()
306 .extend(new_predicates);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java757 void extend(int[] data, int minStart, int prevDataLength, int newDataLength) { in extend() method in MutableCodePointTrie.MixedBlocks
770 void extend(char[] data, int minStart, int prevDataLength, int newDataLength) { in extend() method in MutableCodePointTrie.MixedBlocks
1033 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1044 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1072 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1086 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1132 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength); in compactIndex()
1244 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1246 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1305 mixedBlocks.extend(index1 in compactIndex()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java749 void extend(int[] data, int minStart, int prevDataLength, int newDataLength) { in extend() method in MutableCodePointTrie.MixedBlocks
762 void extend(char[] data, int minStart, int prevDataLength, int newDataLength) { in extend() method in MutableCodePointTrie.MixedBlocks
1025 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1036 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1064 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1078 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1124 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength); in compactIndex()
1236 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1238 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1297 mixedBlocks.extend(index1 in compactIndex()
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py121 append.extend(element)
380 includes.extend(
392 includes.extend(
405 defines.extend(("_UNICODE", "UNICODE"))
408 defines.extend(
483 cflags.extend(["/wd" + w for w in self.msvs_disabled_warnings[config]])
540 cflags.extend(
601 libflags.extend(
673 ldflags.extend(
776 ldflags.extend(manifest_flag
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py121 append.extend(element)
377 includes.extend(
389 includes.extend(
402 defines.extend(("_UNICODE", "UNICODE"))
405 defines.extend(
480 cflags.extend(["/wd" + w for w in self.msvs_disabled_warnings[config]])
537 cflags.extend(
598 libflags.extend(
670 ldflags.extend(
770 ldflags.extend(manifest_flag
[all...]
/third_party/gn/examples/ios/build/toolchain/apple/
H A Dswiftc.py62 extra_args.extend([
71 extra_args.extend([
77 extra_args.extend([
/third_party/ffmpeg/libswscale/arm/
H A Doutput.S34 1: vmovl.u8 q0, d0 @ extend dither to 16-bit
35 vshll.u16 q1, d0, #12 @ extend dither to 32-bit with left shift by 12 (part 1)
36 vshll.u16 q2, d1, #12 @ extend dither to 32-bit with left shift by 12 (part 2)
/third_party/PyYAML/tests/lib/
H A Dtest_appliance.py46 include_functions.extend(os.environ['YAML_TEST_FUNCTIONS'].split())
48 include_filenames.extend(args)
50 include_filenames.extend(os.environ['YAML_TEST_FILENAMES'].split())
/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py183 libraries.extend(self.dll_libraries)
219 extra_preargs.extend(["--output-lib", lib_file])
221 extra_preargs.extend(["--def", def_file])
225 #extra_preargs.extend(["-Wl,--out-implib,%s" % lib_file])
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_proc_table.py153 extension_commands.extend(glesxml.ext_data[extension_name])
171 gles_data.extend(eglxml.all_cmd_names.get_all_commands())
219 gl_data.extend([cmd if cmd[:3] == 'wgl' else 'wgl' + cmd for cmd in gl_commands])

Completed in 26 milliseconds

12345678910>>...79