Home
last modified time | relevance | path

Searched refs:deps (Results 151 - 175 of 300) sorted by relevance

12345678910>>...12

/third_party/node/deps/npm/test/lib/commands/
H A Dview.js191 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 Dlib.rs86 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 Damdgpu_cs.c384 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 Diris_bufmgr.c470 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 Dlima_sched.h26 struct xarray deps; member
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A DMakefile10 include ../Makefile.deps
/third_party/gn/src/gn/
H A Dninja_target_writer.h99 void WriteStampForTarget(const std::vector<OutputFile>& deps,
H A Dninja_outputs_writer_unittest.cc83 deps = [ ":bar", ":zoo(//toolchain:secondary)" ]
H A Dinnerapis_publicinfo_generator.cc339 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 Droll-freetype.sh20 STEP="roll-deps" &&
22 tools/git-sync-deps &&
/third_party/skia/third_party/harfbuzz/
H A Droll-harfbuzz.sh20 STEP="roll-deps" &&
22 tools/git-sync-deps &&
/third_party/skia/build/fuchsia/skqp/
H A Dappend_assets_to_manifest21 parser.add_argument('--deps', dest='deps', action='store', required=True)
39 deps_file = open(args.deps, 'w')
/third_party/ffmpeg/libavutil/
H A Dvulkan.h165 AVBufferRef ***deps; member
376 AVBufferRef **deps, int nb_deps);
/third_party/python/PCbuild/
H A Dget_externals.bat69 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 Dphp_generator.cc1024 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 Dvcbuild.bat185 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 Dclockdomain.c37 /* 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 Dclockdomain.c37 /* 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 DMakefile365 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 Dir3_postsched.c593 /* 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 DMakefile28 obj-y += cpuid-deps.o
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A DMakefile26 obj-y += cpuid-deps.o
/test/xts/acts/
H A Dbuild.sh123 ./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 Dbuild.sh116 ./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 Dbuild.sh109 ./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

Completed in 20 milliseconds

12345678910>>...12