HomeSort by: relevance | last modified time | path
    Searched refs:mod1 (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.cycles/
mod2.d 1 // { dg-additional-sources "mod1.d mod3.d" }
3 import mod1;
mod1.d 2 module mod1;
  /src/external/mit/ctwm/etc/
system.ctwmrc 409 # Mod1 is the "Alt/Meta" key.
413 Button1 = mod1 : window : f.forcemove
415 Button3 = mod1 : window : f.resize
423 "Up" = mod1 | control : all : f.upworkspace
424 "Down" = mod1 | control : all : f.downworkspace
425 "Left" = mod1 | control : all : f.prevworkspace
426 "Right" = mod1 | control : all : f.nextworkspace
428 "1" = mod1 | control : all : f.gotoworkspace "1"
429 "2" = mod1 | control : all : f.gotoworkspace "2"
430 "3" = mod1 | control : all : f.gotoworkspace "3
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-fortran-modules.f90 18 integer :: mod1 = 3 variable in module:mod3
23 if (mod1 .ne. 3) call abort
55 use mod1
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-fortran-modules.f90 18 integer :: mod1 = 3 variable in module:mod3
23 if (mod1 .ne. 3) call abort
55 use mod1
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
module.f90 16 module mod1 module
20 end module mod1
28 integer :: mod1 = 3 variable in module:mod3
41 use mod1
info-types.f90 16 module mod1 module
35 end module mod1
38 use mod1
nested-funcs.f90 16 module mod1 module
31 end module mod1
71 USE mod1, sub_nested_outer_use_mod1 => sub_nested_outer
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
module.f90 16 module mod1 module
20 end module mod1
28 integer :: mod1 = 3 variable in module:mod3
41 use mod1
info-types.f90 16 module mod1 module
35 end module mod1
38 use mod1
nested-funcs.f90 16 module mod1 module
31 end module mod1
71 USE mod1, sub_nested_outer_use_mod1 => sub_nested_outer
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/
modules.exp 38 gdb_test_stdio "call f3()" "mod1::inner::innest::f3"
39 gdb_test_stdio "call self::f2()" "mod1::inner::innest::f2"
40 gdb_test_stdio "call self::super::f2()" "mod1::inner::f2"
41 gdb_test_stdio "call super::f2()" "mod1::inner::f2"
42 gdb_test_stdio "call self::super::super::f2()" "mod1::f2"
43 gdb_test_stdio "call super::super::f2()" "mod1::f2"
45 gdb_test_stdio "call extern modules::mod1::f2()" "mod1::f2"
48 "Too many super:: uses from 'modules::mod1::inner::innest'"
62 gdb_test_sequence "ptype ::Generic::<::Generic<::mod1::Type>>" ""
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rust/
modules.exp 38 gdb_test_stdio "call f3()" "mod1::inner::innest::f3"
39 gdb_test_stdio "call self::f2()" "mod1::inner::innest::f2"
40 gdb_test_stdio "call self::super::f2()" "mod1::inner::f2"
41 gdb_test_stdio "call super::f2()" "mod1::inner::f2"
42 gdb_test_stdio "call self::super::super::f2()" "mod1::f2"
43 gdb_test_stdio "call super::super::f2()" "mod1::f2"
45 gdb_test_stdio "call extern modules::mod1::f2()" "mod1::f2"
48 "Too many super:: uses from 'modules::mod1::inner::innest'"
62 gdb_test_sequence "ptype ::Generic::<::Generic<::mod1::Type>>" ""
    [all...]
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 13045 mod1 -a first-dir/file1
13046 bigmod -a mod1 first-dir/file1
13050 path/in/modules &mod1
14004 echo "1mod mod1" >> CVSROOT/modules
14005 echo "1mod-2 mod1-2" >> CVSROOT/modules
14008 echo "1d1mod -d dir1d1 mod1" >> CVSROOT/modules
14009 echo "1d1mod-2 -d dir1d1-2 mod1-2" >> CVSROOT/modules
14012 echo "2d1mod -d dir2d1/sub2d1 mod1" >> CVSROOT/modules
14013 echo "2d1mod-2 -d dir2d1-2/sub2d1-2 mod1-2" >> CVSROOT/modules
14028 mkdir mod1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.d 126 MOD MODmerge(MOD mod1, MOD mod2) pure nothrow @nogc @safe
128 if (mod1 == mod2)
129 return mod1;
131 //printf("MODmerge(1 = %x, 2 = %x)\n", mod1, mod2);
133 if ((mod1 | mod2) & MODFlags.shared_)
137 mod1 &= ~MODFlags.shared_;
140 if (mod1 == 0 || mod1 == MODFlags.mutable || mod1 == MODFlags.const_ || mod2 == 0 || mod2 == MODFlags.mutable || mod2 == MODFlags.const_)
150 assert(mod1 & MODFlags.wild || mod2 & MODFlags.wild)
    [all...]
func.d 3205 const(char)* mod1 = prependSpace(MODtoChars(tf1.mod));
3211 m.lastf.loc.toChars(), m.lastf.toPrettyChars(), lastprms, mod1,
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 4882 Modifications mod1, mod2, mod3; local
4885 mod1.sml_op = LDAP_MOD_REPLACE;
4886 mod1.sml_flags = 0;
4887 mod1.sml_desc = slap_schema.si_ad_objectClass;
4888 mod1.sml_type = mod1.sml_desc->ad_cname;
4889 mod1.sml_numvals = 2;
4890 mod1.sml_values = &gcbva[0];
4891 mod1.sml_nvalues = NULL;
4892 mod1.sml_next = &mod2
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 2647 int mod1, mod2; local
2658 while( mod1=mod2, mod2 = (t&TMASK) ){
2659 if( mod1 == ARY && mod2 == FTN ){
2663 else if( mod1 == FTN && ( mod2 == ARY || mod2 == FTN ) ){
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 2606 int mod1, mod2; local
2617 while( mod1=mod2, mod2 = (t&TMASK) ){
2618 if( mod1 == ARY && mod2 == FTN ){
2622 else if( mod1 == FTN && ( mod2 == ARY || mod2 == FTN ) ){
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 452 static const char * const mod1[] = { local
457 if (i < ARRAY_SIZE (mod1))
458 return mod1[i];
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 452 static const char * const mod1[] = { local
457 if (i < ARRAY_SIZE (mod1))
458 return mod1[i];
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
typecons.d 6377 enum mod1 = TypeModifier.immutable_;
6382 enum mod1 = is(T == shared) ? TypeModifier.shared_ : 0;
6390 enum TypeMod = cast(TypeModifier)(mod1 | mod2);

Completed in 48 milliseconds