代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/231919/4709165
script openocd_at91sam7s_flash.script
#
# The following command wills be executed on
# reset (because of run_and_init in the config-file)
# - halt target
# - init ecr
# - flash content of file main.bin into target-memory
# - shutdo
www.eeworm.com/read/217965/4865711
s rominit.s
/* romInit.s - Wind River MPC5200 ROM initialization module */
/*
DESCRIPTION
This module contains the entry code for the VxWorks bootrom.
The entry point romInit, is the first code executed on powe
www.eeworm.com/read/204316/5032883
bas modmain.bas
Attribute VB_Name = "modMain"
Option Explicit
'Sub Main is executed when the DLL loads and simply initializes
'the default no data byte array one time for the life of the DLL
Sub Main()
R
www.eeworm.com/read/190666/5174901
c crash15.c
// Build don't link:
// GROUPS passed old-abort
#include
class A {
public:
virtual ~A() {std::cout
www.eeworm.com/read/169697/5414283
py mpdgdbdrv.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
"""
This program is not to be executed from the command line. It is
exec'd by mp
www.eeworm.com/read/169697/5414304
py mpdchkpyver.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
"""
This program is not to be executed from the command line. It is
exec'd by mp
www.eeworm.com/read/162614/5521369
c code-gen2.c
// { dg-do run }
// GROUPS passed code-generation
// Check that declarations with initializations are executed
// correctly.
extern "C" int printf (const char *, ...);
int main ()
{
char buff[40]