代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/324136/3506119
test socket.test
# Commands tested in this file: socket.
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output
www.eeworm.com/read/324136/3506121
test lsearch.test
# Commands covered: lsearch
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors.
www.eeworm.com/read/324136/3506124
test set.test
# Commands covered: set
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors. No
www.eeworm.com/read/324136/3506128
test pid.test
# Commands covered: pid
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors. No
www.eeworm.com/read/324136/3506129
test lindex.test
# Commands covered: lindex
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors.
www.eeworm.com/read/305277/3778766
scala nullary_poly.scala
// test polymorphic nullary method calls
class A {
// built-in
synchronized {}
val x: String = "a".asInstanceOf[String]
// user-defined:
def polyNullary[T]: List[T] = Nil
}
www.eeworm.com/read/434552/1870817
config
#
# Configuration file for STREAMS device drivers
#
# The built-in STREAMS drivers are configured in this file. External
# binary packages are configured in /usr/src/linux/drivers/streams/pkg
# (see
www.eeworm.com/read/400494/2352294
texi intro.texi
@node Introduction, Error Reporting, Top, Top
@chapter Introduction
The C language provides no built-in facilities for performing such
common operations as input/output, memory management, string
man
www.eeworm.com/read/376006/2718079
out boolean.out
--
-- BOOLEAN
--
--
-- sanity check - if this fails go insane!
--
SELECT 1 AS one;
one
-----
1
(1 row)
-- ******************testing built-in type bool********************
-- check bool type-cast
www.eeworm.com/read/376006/2718102
out abstime.out
--
-- ABSTIME
-- testing built-in time type abstime
-- uses reltime and tinterval
--
--
-- timezones may vary based not only on location but the operating
-- system. the main correctness issue is tha