代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/191809/5161500
dat cdtest.dat
Constructing Foo(1) "static_foo"
Constructing Foo(2) "static_foo"
Constructing Foo(3) "automatic_foo"
Constructing Foo(4) "default-foo"
Initializing Foo(5) "default-foo" with Foo(4)
Destructing Foo(4)
www.eeworm.com/read/190682/5170815
dat cdtest.dat
Constructing Foo(1) "static_foo"
Constructing Foo(2) "static_foo"
Constructing Foo(3) "automatic_foo"
Constructing Foo(4) "default-foo"
Initializing Foo(5) "default-foo" with Foo(4)
Destructing Foo(4)
www.eeworm.com/read/187737/5217309
tpl pcreatebit.tpl
REM pCreatebit.tpl
REM EPOC OPL automatic test code for gCREATEBIT
REM Copyright (c) 1991-2000 Symbian Ltd. All rights reserved.
INCLUDE "Const.oph"
INCLUDE "hUtils.oph"
PROC Standalone:
RE
www.eeworm.com/read/187737/5217314
tpl pdaysa.tpl
REM pDAYSa.tpl
REM EPOC OPL automatic test code for DAYSTODATE
REM Copyright (c) 1991-2000 Symbian Ltd. All rights reserved.
INCLUDE "hUtils.oph"
PROC Standalone:
REM Main procedure called w
www.eeworm.com/read/187737/5217318
tpl psetpenw.tpl
REM pSetPenW.tpl
REM EPOC OPL automatic test code for gSetPenWidth
REM Copyright (c) 1991-2000 Symbian Ltd. All rights reserved.
INCLUDE "Const.oph"
INCLUDE "hUtils.oph"
PROC Standalone:
RE
www.eeworm.com/read/187737/5217320
tpl pmenua.tpl
REM pMenuA.tpl
REM EPOC OPL automatic test code for MENU
REM Copyright (c) 2000 Symbian Ltd. All rights reserved.
INCLUDE "Const.oph"
INCLUDE "hUtils.oph"
PROC Standalone:
REM Main procedur
www.eeworm.com/read/187737/5217330
tpl pdoc.tpl
REM pDoc.tpl
REM EPOC OPL automatic test code for SetDoc/GetDoc
REM Copyright (c) 1991-2000 Symbian Ltd. All rights reserved.
INCLUDE "hUtils.oph"
PROC Standalone:
REM Main procedure called
www.eeworm.com/read/187737/5217336
tpl pxerr.tpl
REM pXerr.tpl
REM EPOC OPL automatic test code for XERR
REM Copyright (c) 1991-2000 Symbian Ltd. All rights reserved.
INCLUDE "hUtils.oph"
PROC Standalone:
REM Main procedure called when not
www.eeworm.com/read/162614/5526548
f90 save_1.f90
! { dg-options "-O2 -fno-automatic" }
subroutine foo (b)
logical b
integer i, j
character*24 s
save i
if (b) then
i = 26
j = 131
s = 'This is a test string'
else
if (i .ne. 26
www.eeworm.com/read/347603/3166402
h auto.h
/*
** $Id: auto.h,v 1.1 2004/01/29 06:12:18 weiym Exp $
**
** auto.h: head file for automatic Input Engine
**
** Copyright (C) 2004 Feynman Software.
**
** Created by Wei YongMing, 2004/01/29
*/
#ifn