Home
last modified time | relevance | path

Searched refs:pretend (Results 1 – 25 of 121) sorted by relevance

12345

/external/gptfdisk/
Dgptcl.cc65 int partNum = 0, newPartNum = -1, saveNonGPT = 1, retval = 0, pretend = 0; in DoOptions() local
139 pretend = 1; in DoOptions()
282 if (!pretend) { in DoOptions()
289 pretend = 1; // Not really, but works around problem if -g is used with this... in DoOptions()
339 pretend = 1; in DoOptions()
417 if (!pretend) { in DoOptions()
424 if (!pretend) { in DoOptions()
459 if (!pretend) { in DoOptions()
466 if (!pretend) { in DoOptions()
477 if ((saveData) && (!neverSaveData) && (saveNonGPT) && (!pretend)) { in DoOptions()
/external/autotest/site_utils/
Dtest_runner_utils.py252 def _run_autoserv(command, pretend=False): argument
262 if not pretend:
287 pretend=False, autoserv_verbose=False): argument
321 if _run_autoserv(command, pretend) != 0:
329 args=None, pretend=False, argument
385 code = _run_autoserv(command, pretend)
526 pretend=False, argument
604 pretend,
674 pretend,
828 pretend=False, argument
[all …]
Dtest_that.py80 if arguments.pretend:
331 pretend=arguments.pretend,
/external/python/cryptography/tests/
Dtest_utils.py11 import pretend
32 supported = pretend.stub(
35 node = pretend.stub(iter_markers=lambda x: [supported])
36 item = pretend.stub(node=node)
43 supported = pretend.stub(
46 node = pretend.stub(iter_markers=lambda x: [supported])
47 item = pretend.stub(node=node)
/external/llvm/test/Linker/
Dtype-unique-dst-types.ll8 ; the third module is then merged, we should pretend it doesn't exist.
/external/llvm-project/llvm/test/Linker/
Dtype-unique-dst-types.ll10 ; the third module is then merged, we should pretend it doesn't exist.
/external/rust/crates/serde_derive/src/
Dlib.rs76 mod pretend; module
/external/mesa3d/docs/relnotes/
D10.6.7.rst47 - Revert "i965: Momentarily pretend to support ARB_texture_stencil8 for
D10.6.8.rst86 - i965: Momentarily pretend to support ARB_texture_stencil8 for blits.
/external/strace/xlat/
Dv4l2_control_id_bases.in21 * it looks like the best way to handle this situation is to pretend that
Dfcntlcmds.in69 * Looks like the best way to handle this situation is to pretend that
Dnl_audit_types.in69 * Looks like the best way to handle this situation is to pretend that
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/
Dshl-scalar-widening.ll41 ; Let's pretend that legalizing G_SHL by widening its second
/external/llvm-project/llvm/cmake/modules/
DFindOCaml.cmake87 # If it's optional and the constraint is not satisfied, pretend
/external/llvm/cmake/modules/
DFindOCaml.cmake87 # If it's optional and the constraint is not satisfied, pretend
/external/llvm-project/lldb/docs/
DCMakeLists.txt36 COMMENT "Copying lldb.py to pretend package.")
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dswiftself.ll46 ; We cannot pretend that 'x0' is alive across the thisreturn_attribute call as
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StopGradient.pbtxt15 to pretend that the value was a constant. For example, the softmax function
/external/compiler-rt/cmake/
Dbase-config-ix.cmake90 # what version of MSVC to pretend to be so that the STL works.
94 # clang-cl what version of MSVC to pretend to be so that the STL works.
/external/llvm-project/llvm/test/CodeGen/ARM/
Dswiftself.ll67 ; We cannot pretend that 'r0' is alive across the thisreturn_attribute call as
/external/llvm-project/compiler-rt/lib/xray/
Dxray_trampoline_arm.S95 @ But before the logging part of XRay is ready, we pretend that here a
/external/perfetto/src/base/
DBUILD.gn179 # Don't run on Fuchsia, NaCL. They pretend to be POSIX but then give up on
/external/flac/m4/
Dlib-ld.m473 # If it fails, then pretend we aren't using GCC.
/external/libexif/auto-m4/
Dlib-ld.m469 # If it fails, then pretend we aren't using GCC.
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dswiftself.ll72 ; We cannot pretend that 'x0' is alive across the thisreturn_attribute call as

12345