代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/478118/6720176
java ex13.java
// exceptions/Ex13.java
// TIJ4 Chapter Exceptions, Exercise 13, page 476
/* Modify Exercise 9 by adding a finally clause. Verify that your
* finally clause is executed, even if a NullPointerExcep
www.eeworm.com/read/403933/11498708
dat count.dat
# Avida count data
# Fri Nov 28 19:59:44 2008
# 1: update
# 2: number of insts executed this update
# 3: number of organisms
# 4: number of different genotypes
# 5: number of different thre
www.eeworm.com/read/344238/11897326
java ex13.java
// exceptions/Ex13.java
// TIJ4 Chapter Exceptions, Exercise 13, page 476
/* Modify Exercise 9 by adding a finally clause. Verify that your
* finally clause is executed, even if a NullPointerExcept
www.eeworm.com/read/339483/12230451
sh ex5.sh
#!/bin/bash
echo hello
echo $? # Exit status 0 returned because command executed successfully.
lskdf # Unrecognized command.
echo $? # Non-zero exit status returned because command failed
www.eeworm.com/read/225420/14541227
m edis_move.m
function EDIs_move
% EDIs_move Executes EDIs move and updates the game history
% EDIs move is executed and the game history is updated.
%
% In this version EDI is pretty greedy. He looks whether
www.eeworm.com/read/480856/1314335
exp helloworld.exp
puts "DEBUG: lib/helloworld.exp is being loaded"
proc helloworld_version {args} {
puts "DEBUG: helloworld_version executed with arguments ${args}"
}
proc helloworld_load {args} {
puts "DEBU
www.eeworm.com/read/231546/4714870
pod perlsyn.pod
=head1 NAME
perlsyn - Perl syntax
=head1 DESCRIPTION
A Perl script consists of a sequence of declarations and statements.
The sequence of statements is executed just once, unlike in B
and B
www.eeworm.com/read/229812/4749496
dbg cntbrks.dbg
* Syntax: cntbrks
*
* Synopsis: Count the number of times is executed.
*
* Example: cntbrks StageD
*
/_dbg@cnt$=0
break/set {
/_dbg@cnt$=_dbg@c
www.eeworm.com/read/216502/4890511
1 time.1
.TH TIME 1
.SH NAME
time \- time a command
.SH SYNOPSIS
.B time
command
.SH DESCRIPTION
The
given command is executed; after it is complete,
.I time
prints the elapsed time during the command, the ti
www.eeworm.com/read/190346/5183913
patch gcov.patch
This patch can be used to generate a report showing what C source
lines are executed when the testsuite is run. gcc is required. After
applying this patch do:
$ ./configure --enable-gcov
$ make che