代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/167133/5469226
c verify.c
/*
* verify.c
* Perform stages 2 & 3 of class verification. Stage 1 is performed
* when the class is being loaded (so isn't here) and stage 4 is performed
* as the method is being executed.
*
www.eeworm.com/read/273662/4201416
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
www.eeworm.com/read/273660/4202493
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
www.eeworm.com/read/387285/2563144
c callback.c
#include
/* Callback function, executed by a separate thread
started by startUDPIO(&ul)
*/
void dgramrecvd(UDPIO *pul) {
switch(pul->buf[0]) {
case OP_KADEMLIAHEADER:
pthread_mutex
www.eeworm.com/read/377584/2698756
makefile
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.6
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_t
www.eeworm.com/read/377584/2698961
makefile
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.6
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_t
www.eeworm.com/read/471097/6896956
m main.m
function varargout = main(varargin)
% MAIN M-file for main.fig
% opening file/menu when program is executed. choices are enter or enrol,
% or quit
global NAME; % pass username between functions
www.eeworm.com/read/395876/8147586
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/392244/8355747
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