HomeSort by: relevance | last modified time | path
    Searched refs:Runtime (Results 1 - 25 of 273) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/
runtime_args.d 1 // Bugzilla 11149 - Runtime.args no longer available in static constructors
2 import core.runtime;
6 assert(Runtime.cArgs.argc > 0);
7 assert(Runtime.cArgs.argv !is null);
8 assert(Runtime.args.length > 0);
  /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/Properties/
AssemblyInfo.cs 4 using System.Runtime.CompilerServices;
5 using System.Runtime.InteropServices;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
load_linkdep.d 1 import core.runtime;
13 auto h = Runtime.loadLibrary(name);
17 assert(Runtime.unloadLibrary(h));
load_loaddep.d 1 import core.runtime;
13 auto h = Runtime.loadLibrary(libloaddep);
16 assert(Runtime.unloadLibrary(h));
load_13414.d 1 import core.runtime;
12 auto h = Runtime.loadLibrary(name);
18 Runtime.unloadLibrary(h);
finalize.d 1 import core.runtime;
39 auto h = Runtime.loadLibrary(name);
54 auto r = Runtime.unloadLibrary(h);
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 2 using System.Runtime.CompilerServices;
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 2 using System.Runtime.CompilerServices;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 2 using System.Runtime.CompilerServices;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.unittest/
customhandler.d 1 import core.runtime;
14 Runtime.extendedModuleUnitTester = &customModuleUnitTester;
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 2 using System.Runtime.CompilerServices;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 2 using System.Runtime.CompilerServices;
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java/
Hello.java 27 Process p = Runtime.getRuntime().exec(args);
  /src/external/gpl3/gcc/dist/libgcc/config/epiphany/
crtm1reg-r43.S 16 # permissions described in the GCC Runtime Library Exception, version
20 # a copy of the GCC Runtime Library Exception along with this program;
21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
crtm1reg-r63.S 16 # permissions described in the GCC Runtime Library Exception, version
20 # a copy of the GCC Runtime Library Exception along with this program;
21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
crtrunc.S 16 # permissions described in the GCC Runtime Library Exception, version
20 # a copy of the GCC Runtime Library Exception along with this program;
21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/
restore_fpu_regs.inc 18 permissions described in the GCC Runtime Library Exception, version
22 a copy of the GCC Runtime Library Exception along with this program;
23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
restore_fpu_regs_00.inc 18 permissions described in the GCC Runtime Library Exception, version
22 a copy of the GCC Runtime Library Exception along with this program;
23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
save_fpu_regs.inc 18 permissions described in the GCC Runtime Library Exception, version
22 a copy of the GCC Runtime Library Exception along with this program;
23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 49 enum class Runtime : unsigned char
80 Runtime runtime; member in struct:TargetC
86 enum class Runtime : unsigned char
99 bool wrapDtorInExternD; // set if C++ dtors require a D wrapper to be callable from runtime
100 Runtime runtime; member in struct:TargetCPP
  /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
crtm1reg-r43.S 16 # permissions described in the GCC Runtime Library Exception, version
20 # a copy of the GCC Runtime Library Exception along with this program;
21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
crtm1reg-r63.S 16 # permissions described in the GCC Runtime Library Exception, version
20 # a copy of the GCC Runtime Library Exception along with this program;
21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
crtrunc.S 16 # permissions described in the GCC Runtime Library Exception, version
20 # a copy of the GCC Runtime Library Exception along with this program;
21 # see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
restore_fpu_regs.inc 18 permissions described in the GCC Runtime Library Exception, version
22 a copy of the GCC Runtime Library Exception along with this program;
23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
restore_fpu_regs_00.inc 18 permissions described in the GCC Runtime Library Exception, version
22 a copy of the GCC Runtime Library Exception along with this program;
23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011