/third_party/node/deps/npm/test/lib/commands/ |
H A D | view.js | 191 const deps = {} 193 deps[i] = '1.0.0' 196 return deps 302 t.test('package with more than 25 deps', async t => {
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 86 mod deps; modules 97 use crate::deps::{Crate, HeaderDir}; 303 for krate in deps::direct_dependencies() { in make_this_crate()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cs.c | 384 struct drm_amdgpu_cs_chunk_dep *deps = chunk->kdata; in amdgpu_cs_p2_dependencies() local 397 ctx = amdgpu_ctx_get(fpriv, deps[i].ctx_id); in amdgpu_cs_p2_dependencies() 401 r = amdgpu_ctx_get_entity(ctx, deps[i].ip_type, in amdgpu_cs_p2_dependencies() 402 deps[i].ip_instance, in amdgpu_cs_p2_dependencies() 403 deps[i].ring, &entity); in amdgpu_cs_p2_dependencies() 409 fence = amdgpu_ctx_get_fence(ctx, entity, deps[i].handle); in amdgpu_cs_p2_dependencies() 456 struct drm_amdgpu_cs_chunk_sem *deps = chunk->kdata; in amdgpu_cs_p2_syncobj_in() local 463 r = amdgpu_syncobj_lookup_and_add(p, deps[i].handle, 0, 0); in amdgpu_cs_p2_syncobj_in() 494 struct drm_amdgpu_cs_chunk_sem *deps = chunk->kdata; in amdgpu_cs_p2_syncobj_out() local 514 drm_syncobj_find(p->filp, deps[ in amdgpu_cs_p2_syncobj_out() [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_bufmgr.c | 470 struct iris_syncobj *r = bo->deps[d].read_syncobjs[b]; in iris_bo_wait_syncobj() 471 struct iris_syncobj *w = bo->deps[d].write_syncobjs[b]; in iris_bo_wait_syncobj() 500 /* We just waited everything, so clean all the deps. */ in iris_bo_wait_syncobj() 503 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in iris_bo_wait_syncobj() 504 iris_syncobj_reference(bufmgr, &bo->deps[d].read_syncobjs[b], NULL); in iris_bo_wait_syncobj() 641 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in iris_slab_free() 642 iris_syncobj_reference(bufmgr, &bo->deps[d].read_syncobjs[b], NULL); in iris_slab_free() 645 free(bo->deps); in iris_slab_free() 1355 iris_syncobj_reference(bufmgr, &bo->deps[d].write_syncobjs[b], NULL); in bo_close() 1356 iris_syncobj_reference(bufmgr, &bo->deps[ in bo_close() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_sched.h | 26 struct xarray deps; member
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | Makefile | 10 include ../Makefile.deps
|
/third_party/gn/src/gn/ |
H A D | ninja_target_writer.h | 99 void WriteStampForTarget(const std::vector<OutputFile>& deps,
|
H A D | ninja_outputs_writer_unittest.cc | 83 deps = [ ":bar", ":zoo(//toolchain:secondary)" ]
|
H A D | innerapis_publicinfo_generator.cc | 339 const LabelTargetVector deps = target->public_deps();
in GetPublicDepsInfo() local 340 if (deps.size() > 0) {
in GetPublicDepsInfo() 343 for (const auto &dep : deps) {
in GetPublicDepsInfo()
|
/third_party/skia/third_party/freetype2/ |
H A D | roll-freetype.sh | 20 STEP="roll-deps" && 22 tools/git-sync-deps &&
|
/third_party/skia/third_party/harfbuzz/ |
H A D | roll-harfbuzz.sh | 20 STEP="roll-deps" && 22 tools/git-sync-deps &&
|
/third_party/skia/build/fuchsia/skqp/ |
H A D | append_assets_to_manifest | 21 parser.add_argument('--deps', dest='deps', action='store', required=True) 39 deps_file = open(args.deps, 'w')
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.h | 165 AVBufferRef ***deps; member 376 AVBufferRef **deps, int nb_deps);
|
/third_party/python/PCbuild/ |
H A D | get_externals.bat | 69 git clone --depth 1 https://github.com/%ORG%/cpython-source-deps --branch %%e "%EXTERNALS_DIR%\%%e"
89 git clone --depth 1 https://github.com/%ORG%/cpython-bin-deps --branch %%b "%EXTERNALS_DIR%\%%b"
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
H A D | php_generator.cc | 1024 std::map<const FileDescriptor*, std::set<const FileDescriptor*>>* deps, in AnalyzeDependencyForFile() 1044 if (deps->find(dependency) == deps->end()) { in AnalyzeDependencyForFile() 1045 (*deps)[dependency] = std::set<const FileDescriptor*>(); in AnalyzeDependencyForFile() 1047 (*deps)[dependency].insert(file); in AnalyzeDependencyForFile() 1049 dependency, nodes_without_dependency, deps, dependency_count); in AnalyzeDependencyForFile() 1084 std::map<const FileDescriptor*, std::set<const FileDescriptor*>> deps; in GenerateAddFilesToPool() local 1090 file, &nodes_without_dependency, &deps, &dependency_count); in GenerateAddFilesToPool() 1095 for (auto dependent : deps[file]) { in GenerateAddFilesToPool() 1021 AnalyzeDependencyForFile( const FileDescriptor* file, std::set<const FileDescriptor*>* nodes_without_dependency, std::map<const FileDescriptor*, std::set<const FileDescriptor*>>* deps, std::map<const FileDescriptor*, int>* dependency_count) AnalyzeDependencyForFile() argument
|
/third_party/node/ |
H A D | vcbuild.bat | 185 set "node_gyp_exe="%node_exe%" deps\npm\node_modules\node-gyp\bin\node-gyp"
462 robocopy ..\deps\npm %TARGET_NAME%\node_modules\npm /e /xd test > nul
464 copy /Y ..\deps\npm\bin\npm %TARGET_NAME%\ > nul
466 copy /Y ..\deps\npm\bin\npm.cmd %TARGET_NAME%\ > nul
468 copy /Y ..\deps\npm\bin\npx %TARGET_NAME%\ > nul
470 copy /Y ..\deps\npm\bin\npx.cmd %TARGET_NAME%\ > nul
475 robocopy ..\deps\corepack %TARGET_NAME%\node_modules\corepack /e /xd test > nul
477 copy /Y ..\deps\corepack\shims\nodewin\corepack %TARGET_NAME%\ > nul
479 copy /Y ..\deps\corepack\shims\nodewin\corepack.cmd %TARGET_NAME%\ > nul
685 %node_exe% tools\test-npm-package.js --install deps\nod [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | clockdomain.c | 37 /* array of clockdomain deps to be added/removed when clkdm in hwsup mode */ 103 struct clkdm_dep *deps) in _clkdm_deps_lookup() 107 if (!clkdm || !deps) in _clkdm_deps_lookup() 110 for (cd = deps; cd->clkdm_name; cd++) { in _clkdm_deps_lookup() 102 _clkdm_deps_lookup(struct clockdomain *clkdm, struct clkdm_dep *deps) _clkdm_deps_lookup() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | clockdomain.c | 37 /* array of clockdomain deps to be added/removed when clkdm in hwsup mode */ 103 struct clkdm_dep *deps) in _clkdm_deps_lookup() 107 if (!clkdm || !deps) in _clkdm_deps_lookup() 110 for (cd = deps; cd->clkdm_name; cd++) { in _clkdm_deps_lookup() 102 _clkdm_deps_lookup(struct clockdomain *clkdm, struct clkdm_dep *deps) _clkdm_deps_lookup() argument
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | Makefile | 365 xdp_router_ipv4.skel.h-deps := xdp_router_ipv4.bpf.o xdp_sample.bpf.o 367 LINKED_BPF_SRCS := $(patsubst %.bpf.o,%.bpf.c,$(foreach skel,$(LINKED_SKELS),$($(skel)-deps))) 375 $(Q)$(BPFTOOL) gen object $(@:.skel.h=.lbpf.o) $(addprefix $(obj)/,$($(@F)-deps))
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_postsched.c | 593 /* we can end up with unused false-deps.. just skip them: */ in sched_dag_init() 733 if (instr->deps[i] && is_self_mov(instr->deps[i])) { in cleanup_self_movs() 734 instr->deps[i] = NULL; in cleanup_self_movs()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | Makefile | 28 obj-y += cpuid-deps.o
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | Makefile | 26 obj-y += cpuid-deps.o
|
/test/xts/acts/ |
H A D | build.sh | 123 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
|
/test/xts/dcts/ |
H A D | build.sh | 116 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
|
/test/xts/hats/ |
H A D | build.sh | 109 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
|