Home
last modified time | relevance | path

Searched refs:True (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/src/tools/test/hwpmc/
H A Dpmctest.py34 result = subprocess.run("pmccontrol -L", shell=True, capture_output=True, text=True)
45 parser.add_argument('--program', type=str, required=True, help='target program')
58 if args.count == True and args.sample == True:
66 if args.count == True:
70 if args.sample == True:
77 if args.count == True:
80 text=True, stderr=file, stdout=file)
83 elif args.sample == True:
88 text=True, stderr=PIPE)
96 text=True, stderr=PIPE)
[all …]
/src/crypto/krb5/src/util/
H A Dprincflags.py34 ("allow_postdated", KRB5_KDB_DISALLOW_POSTDATED, True),
35 ("allow_forwardable", KRB5_KDB_DISALLOW_FORWARDABLE, True),
36 ("allow_tgs_req", KRB5_KDB_DISALLOW_TGT_BASED, True),
37 ("allow_renewable", KRB5_KDB_DISALLOW_RENEWABLE, True),
38 ("allow_proxiable", KRB5_KDB_DISALLOW_PROXIABLE, True),
39 ("allow_dup_skey", KRB5_KDB_DISALLOW_DUP_SKEY, True),
40 ("allow_tix", KRB5_KDB_DISALLOW_ALL_TIX, True),
44 ("allow_svr", KRB5_KDB_DISALLOW_SVR, True),
55 ("postdateable", KRB5_KDB_DISALLOW_POSTDATED, True),
56 ("forwardable", KRB5_KDB_DISALLOW_FORWARDABLE, True),
[all …]
/src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig11 return True
27 return True
58 return True
74 return True
90 return True
106 return True
122 return True
138 return True
167 return True
183 return True
[all …]
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp194 TPR = TPResult::True; in isCXXSimpleDeclaration()
196 assert(TPR == TPResult::True || TPR == TPResult::False); in isCXXSimpleDeclaration()
197 return TPR == TPResult::True; in isCXXSimpleDeclaration()
287 return TPResult::True; in TryParseSimpleDeclaration()
288 if (TPR == TPResult::True || TPR == TPResult::Error) in TryParseSimpleDeclaration()
345 return TPResult::True; in TryParseInitDeclaratorList()
356 return TPResult::True; in TryParseInitDeclaratorList()
374 return TPResult::True; in TryParseInitDeclaratorList()
455 case TPResult::True: in update()
501 /*BracedCastResult=*/TPResult::True, in isEnumBase()
[all …]
/src/sbin/ping/tests/
H A Dtest_ping.py154 verbose: bool = True,
212 subprocess.run(["ifconfig", tun.iface, "up"], check=True)
213 subprocess.run(["ifconfig", tun.iface, src, dst], check=True)
243 args=command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True
262 if dup is True:
732 capture_output=True,
734 text=True,
763 capture_output=True,
765 text=True,
793 "redacted": True,
[all …]
/src/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
41 /// True when this class is an aggregate.
44 /// True when this class is a POD-type.
47 /// True when this class is empty for traits purposes, that is:
55 /// True when this class is polymorphic, i.e., has at
59 /// True when this class is abstract, i.e., has at least
63 /// True when this class is standard-layout, per the applicable
67 /// True when this class was standard-layout under the C++11
84 /// True when any base class has any declared non-static data
90 /// True when any base class has any declared non-static data
[all …]
/src/tests/sys/netinet6/
H A Dredirect.py42 parser.add_argument('--smac', type=str, required=True,
44 parser.add_argument('--dmac', type=str, required=True,
46 parser.add_argument('--sip', type=str, required=True,
48 parser.add_argument('--dip', type=str, required=True,
50 parser.add_argument('--iface', type=str, required=True,
52 parser.add_argument('--route', type=str, required=True,
54 parser.add_argument('--gw', type=str, required=True,
72 sc.sendp(pkt, socket=socket, verbose=True)
H A Dra.py18 parser.add_argument('--sendif', nargs=1, required=True,
20 parser.add_argument('--src', nargs=1, required=True,
22 parser.add_argument('--dst', nargs=1, required=True,
24 parser.add_argument('--prefix', nargs=1, required=True,
26 parser.add_argument('--prefixlen', nargs=1, required=True, type=int,
/src/tests/sys/netinet/
H A Dredirect.py42 parser.add_argument('--smac', type=str, required=True,
44 parser.add_argument('--dmac', type=str, required=True,
46 parser.add_argument('--sip', type=str, required=True,
48 parser.add_argument('--dip', type=str, required=True,
50 parser.add_argument('--iface', type=str, required=True,
52 parser.add_argument('--route', type=str, required=True,
54 parser.add_argument('--gw', type=str, required=True,
73 sc.sendp(pkt, socket=socket, verbose=True)
/src/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-nfc.py34 continue_loop = True
118 return True
178 if mac is True:
218 return True
220 def wpas_get_nfc_uri(start_listen=True, pick_channel=False, chan_override=None):
244 own_id = dpp_bootstrap_gen(wpas, type="nfc-uri", chan=chan, mac=True)
280 dpp_handover_client(handover, alt=True)
301 while True:
333 handover.alt_proposal_used = True
391 handover.my_crn_ready = True
[all …]
H A Dp2p-nfc.py30 include_wps_req = True
31 include_p2p_req = True
34 continue_loop = True
87 return True
256 terminate_now = True
284 self.ho_server_processing = True
300 found = True
330 found = True
352 found = True
363 self.success = True
[all …]
/src/contrib/wpa/tests/hwsim/
H A Dtest_dpp3.py14 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
18 dev[0].set("dpp_config_processing", "0", allow_fail=True)
26 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
31 dev[0].set("dpp_config_processing", "0", allow_fail=True)
39 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
49 dev[0].set("dpp_config_processing", "0", allow_fail=True)
/src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py146 …_lib.DATA_TYPE_BOOLEAN_ARRAY: _TypeInfo("boolean_array", "boolean_t **", True, bool), # noqa: E…
148 … _lib.DATA_TYPE_BYTE_ARRAY: _TypeInfo("byte_array", "uchar_t **", True, int), # noqa: E501
149 … _lib.DATA_TYPE_INT8_ARRAY: _TypeInfo("int8_array", "int8_t **", True, int), # noqa: E501
150 … _lib.DATA_TYPE_UINT8_ARRAY: _TypeInfo("uint8_array", "uint8_t **", True, int), # noqa: E501
151 … _lib.DATA_TYPE_INT16_ARRAY: _TypeInfo("int16_array", "int16_t **", True, int), # noqa: E501
152 … _lib.DATA_TYPE_UINT16_ARRAY: _TypeInfo("uint16_array", "uint16_t **", True, int), # noqa: E501
153 … _lib.DATA_TYPE_INT32_ARRAY: _TypeInfo("int32_array", "int32_t **", True, int), # noqa: E501
154 … _lib.DATA_TYPE_UINT32_ARRAY: _TypeInfo("uint32_array", "uint32_t **", True, int), # noqa: E501
155 … _lib.DATA_TYPE_INT64_ARRAY: _TypeInfo("int64_array", "int64_t **", True, int), # noqa: E501
156 … _lib.DATA_TYPE_UINT64_ARRAY: _TypeInfo("uint64_array", "uint64_t **", True, int), # noqa: E501
[all …]
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td5 // True if compiling for Thumb, false for ARM.
9 // True if we're using software floating point features.
47 // True if the floating point unit supports double precision.
53 // True if subtarget has the full 32 double precision FP registers for VFPv3.
103 // True if subtarget supports half-precision FP conversions.
114 // True if subtarget supports half-precision FP operations.
120 // True if subtarget supports half-precision FP fml operations.
126 // True if subtarget supports [su]div in Thumb mode.
131 // True if subtarget supports [su]div in ARM mode.
138 // True if the subtarget supports DMB / DSB data barrier instructions.
[all …]
/src/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py11 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
16 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
21 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
28 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
35 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
41 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
47 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
60 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
/src/tests/sys/kern/
H A Dsonewconn_overflow.py103 return True
122 failure = True
127 failure = True
133 failure = True
138 failure = True
144 failure = True
149 failure = True
/src/contrib/bzip2/
H A Dbzip2.c169 #define True ((Bool)1) macro
321 if (c == EOF) return True; in myfeof()
350 while (True) { in compressStream()
452 while (True) { in uncompressStream()
502 return True; in uncompressStream()
507 while (True) { in uncompressStream()
541 return True; in uncompressStream()
548 return True; /*notreached*/ in uncompressStream()
570 while (True) { in testStream()
602 return True; in testStream()
[all …]
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i18 return self.GetVariables(True,True,True,True)
28 return self.GetVariables(True,False,False,False)
31 return self.GetVariables(False,True,False,False)
34 return self.GetVariables(False,False,True,False)
/src/tests/sys/netinet6/frag6/
H A Dfrag6_04.py56 return True
62 required=True,
65 required=True,
68 required=True,
71 required=True,
H A Dfrag6_12.py56 return True
63 required=True,
66 required=True,
69 required=True,
72 required=True,
H A Dfrag6_09.py56 return True
63 required=True,
66 required=True,
69 required=True,
72 required=True,
H A Dfrag6_02.py56 return True
62 required=True,
65 required=True,
68 required=True,
71 required=True,
H A Dfrag6_08.py56 return True
75 return True
82 required=True,
85 required=True,
88 required=True,
91 required=True,
/src/tests/sys/netpfil/pf/
H A Dfragcommon.py40 required=True,
43 required=True,
46 required=True,
49 required=True,
H A DCVE-2019-5598.py48 return True
54 required=True,
57 required=True,
60 required=True,
63 required=True,

12345678910>>...15