代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5527003
x eeprof-1.x
if { [istarget "powerpc-ibm-aix*"] } {
set torture_execute_xfail "powerpc-ibm-aix*"
}
set additional_flags "-finstrument-functions"
return 0
www.eeworm.com/read/152843/5659972
h tt.h
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __TT_H__
#define __TT_H__
#include "sysdep/ptrace.h"
extern int gdb_pid;
extern int debug;
extern int de
www.eeworm.com/read/394612/8215915
h i2c.h
#ifndef I2C_H
#define I2C_H
enum TI2CErrorCode
{
IE_OK, //0 正常
IE_IN_PROGRESS, //1 正在操作
IE_TIME_OUT, //2 执行等待超时
IE_DEVICE_ERROR, //3 读写器件过程中出错
IE_INALID_WR
www.eeworm.com/read/174452/9586766
cpp webcam.cpp
//-------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//