Home
last modified time | relevance | path

Searched refs:CWD (Results 1 – 25 of 40) sorted by relevance

12

/third_party/selinux/secilc/docs/
DMakefile1 CWD = $(shell pwd) macro
2 HTMLDIR = $(CWD)/html
3 PDFDIR = $(CWD)/pdf
4 TMPDIR = $(CWD)/tmp
5 TESTDIR = $(CWD)/../test
/third_party/mesa3d/src/vulkan/registry/
Dupdate-aliases.py13 CWD = pathlib.Path.cwd() variable
17 VK_XML.relative_to(CWD).as_posix(),
/third_party/rust/crates/rustix/tests/fs/
Dcwd.rs3 const CWD: rustix::fd::BorrowedFd<'static> = rustix::fs::cwd(); constant
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dcheck_spec_links.py64 CWD = Path('.').resolve() variable
/third_party/e2fsprogs/
D1001-image-make.patch91 CWD="/"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrExtension.td24 // FIXME: CWD/CDQ/CQO shouldn't Def the A register, but the fast register
27 def CWD : I<0x99, RawFrm, (outs), (ins),
DX86InstructionSelector.cpp1581 {X86::IDIV16r, X86::CWD, Copy, X86::AX, S}, // SDiv in selectDivRem()
1582 {X86::IDIV16r, X86::CWD, Copy, X86::DX, S}, // SRem in selectDivRem()
DX86ScheduleAtom.td594 def : InstRW<[AtomWrite01_4], (instrs CBW, CWD, CWDE, CDQ, CDQE, CQO,
DX86SchedSandyBridge.td644 def: InstRW<[SBWriteResGroup15], (instrs CWD,
DX86FastISel.cpp1888 { X86::IDIV16r, X86::CWD, Copy, X86::AX, S }, // SDiv in X86SelectDivRem()
1889 { X86::IDIV16r, X86::CWD, Copy, X86::DX, S }, // SRem in X86SelectDivRem()
DX86SchedBroadwell.td737 def: InstRW<[BWWriteResGroup20], (instrs CWD,
DX86SchedHaswell.td1132 def: InstRW<[HWWriteResGroup35], (instrs CWD, JCXZ, JECXZ, JRCXZ)>;
DX86SchedSkylakeClient.td732 def: InstRW<[SKLWriteResGroup23], (instrs CWD,
/third_party/curl/
Dbackport-0001-CVE-2023-23916.patch51 sure that there has been a CWD done first to a directory named `test-[num]`
/third_party/skia/third_party/externals/angle2/doc/
DCaptureAndReplay.md39 * Example: `ANGLE_CAPTURE_OUT_DIR=samples/capture_replay`. Default is the CWD.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp970 auto CWD = getCurrentWorkingDirectory(); in getRealPath() local
971 if (!CWD || CWD->empty()) in getRealPath()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Ddrive.dart158 // This command extends `flutter run` and therefore CWD == package dir
/third_party/node/deps/npm/test/tap/
Dspec-local-specifiers.js467 t.notLike(stdout, /CWD:.*[.]staging/, 'cwd should not be in staging')
/third_party/ltp/doc/
Dtest-writing-guidelines.txt300 3. else return '$CWD/datafiles'
/third_party/python/Doc/library/
Dtest.rst1440 changes the current working directory (CWD).
1448 the CWD, an error is raised. Otherwise, only a warning is raised
1449 and the original CWD is used.
/third_party/icu/docs/userguide/icu_data/
Dbuildtool.md756 - "$CWD" for your current working directory
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h423 #define CWD CHOICE(cwtl, cwd, cwd) macro
1152 #define CWD cwd macro
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt896 CWD
/third_party/node/deps/npm/changelogs/
DCHANGELOG-4.md800 <tr><td>invalid</td><td><tt>file:abc/def</tt></td><td><tt>file:abc/def</tt></td><td><tt>$CWD/abc/de…
801 <tr><td>invalid</td><td><tt>file:../abc/def</tt></td><td><tt>file:../abc/def</tt></td><td><tt>$CWD/…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc6409 {DBGFIELD("CWD") 1, false, false, 29, 1, 23, 1, 0, 0}, // #720
7786 {DBGFIELD("CWD") 1, false, false, 79, 2, 1, 1, 0, 0}, // #720
9163 {DBGFIELD("CWD") 2, false, false, 1621, 4, 3, 1, 0, 0}, // #720
10540 {DBGFIELD("CWD") 1, false, false, 1, 1, 1, 1, 0, 0}, // #720
11917 {DBGFIELD("CWD") 2, false, false, 1621, 4, 3, 1, 0, 0}, // #720
13294 {DBGFIELD("CWD") 2, false, false, 4192, 5, 3, 1, 0, 0}, // #720
14671 {DBGFIELD("CWD") 2, false, false, 1621, 4, 3, 1, 0, 0}, // #720
16048 {DBGFIELD("CWD") 1, false, false, 188, 1, 1, 1, 0, 0}, // #720
17425 {DBGFIELD("CWD") 2, false, false, 1621, 4, 3, 1, 0, 0}, // #720
18802 {DBGFIELD("CWD") 1, false, false, 734, 1, 1, 1, 0, 0}, // #720
[all …]

12