Searched refs:True (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39834.c4 typedef enum { False, True } FLAG; enumerator in enum:__anon5409
12 nextfile (True);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dshort-circuit.c4 #define True 1 macro
13 R = True;
34 R = True;
46 R = True;
56 R = True;
73 R = True;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr35833.c5 struct S True, False, Z; variable in typeref:struct:S
12 return g(x) ? &True.field : &False.field;
14 return &True.field;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum12.C3 enum Bool { False, True }; enumerator in enum:Bool
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum12.C3 enum Bool { False, True }; enumerator in enum:Bool
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-error.py21 gdb.Command.__init__ (self, "ClassName", gdb.COMMAND_DATA, prefix=True)
H A Dpy-frame.exp76 gdb_test "python print bframe == gdb.newest_frame()" True \
80 gdb_test "python print 'result =', f0 == f0" " = True" "test equality comparison (true)"
81 gdb_test "python print 'result =', f0 != f1" " = True" "test inequality comparison (true)"
83 gdb_test "python print 'result =', f0.is_valid ()" " = True" "test Frame.is_valid"
85 gdb_test "python print 'result =', f0.type () == gdb.NORMAL_FRAME" " = True" "test Frame.type"
86 gdb_test "python print 'result =', f0.unwind_stop_reason () == gdb.FRAME_UNWIND_NO_REASON" " = True" "test Frame.type"
89 gdb_test "python print 'result =', f0.older () == f1" " = True" "test Frame.older"
90 gdb_test "python print 'result =', f1.newer () == f0" " = True" "test Frame.newer"
96 gdb_test "python print 'result =', gdb.selected_frame () == f1" " = True" "test gdb.selected_frame"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3454.py45 while True:
57 inTable = True
H A DUnicodeData.py44 while True:
H A Dgen-punycode-examples.py54 while True:
82 start = True
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/examples/
H A Ddnssec.conf8 PrintTime: True
40 Sig_GenerateDS: True
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dtypes.py43 """Return True if a type has the specified field.
51 True if the field is present either in type_ or any baseclass.
64 return True
68 return True
H A Dprinting.py49 self.enabled = True
68 self.enabled = True
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-glade-130 <gnome_support>True</gnome_support>
31 <gettext_support>True</gettext_support>
33 <output_main_file>True</output_main_file>
34 <output_support_files>True</output_support_files>
35 <output_build_files>True</output_build_files>
36 <backup_source_files>True</backup_source_files>
58 <allow_grow>True</allow_grow>
60 <enable_layout_config>True</enable_layout_config>
66 <allow_floating>True</allow_floating>
69 <expand>True</expan
[all...]
H A Dxgettext-glade-237 <allow_shrink>True</allow_shrink>
38 <allow_grow>True</allow_grow>
44 <can_focus>True</can_focus>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dattr-order.d11 Tag_nodefaults: True
H A Dattr-names.d11 Tag_nodefaults: True
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dbzip2.c171 #define True ((Bool)1) macro
324 if (c == EOF) return True;
353 while (True) {
455 while (True) {
505 return True;
510 while (True) {
544 return True;
551 return True; /*notreached*/
573 while (True) {
605 return True;
[all...]
H A Dbzlib.c145 return True;
225 s->inUse[s->state_in_ch] = True;
240 s->inUse[s->state_in_len-4] = True;
270 zs->inUse[zs->state_in_ch] = True; \
298 while (True) {
303 progress_in = True;
314 while (True) {
321 progress_in = True;
340 while (True) {
348 progress_out = True;
[all...]
H A Dbzlib_private.h49 #define True ((Bool)1) macro
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/tests/ttmtest/src/
H A Dxf86dri.c106 TRACE("QueryExtension... return True");
107 return True;
143 TRACE("QueryVersion... return True");
144 return True;
174 TRACE("QueryDirectRenderingCapable... return True");
175 return True;
224 TRACE("OpenConnection... return True");
225 return True;
256 TRACE("AuthConnection... return True");
257 return True;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpython-config.py54 '-I' + sysconfig.get_python_inc(plat_specific=True)]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libxutil/
H A DXFontName.c101 return True;
180 return True;
212 return True;
242 return True;
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_copypaste.c155 return True;
165 return True;
/netbsd-6-1-5-RELEASE/dist/nvi/motif/
H A Dm_cde.c76 atom = XInternAtom( d, Atoms[i].name, True );

Completed in 199 milliseconds

123