代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/192958/5148569
txt test-encodingbuiltins.txt
FreeMarker: Encoding built-in tests
html: [&<>"'{}\a/]
xml: [&<>"'{}\a/]
rtf: [&"'\{\}\\a/]
html: [a&a<a>a"a'a{a}a\]
xml: [a&a<a>
www.eeworm.com/read/190666/5179456
c no-builtin-1.c
/* Test for -fno-builtin-FUNCTION. */
/* Origin: Joseph Myers . */
/* { dg-do run } */
/* { dg-options "-fno-builtin-abs" } */
/* GCC normally handles abs and labs as built-in func
www.eeworm.com/read/190666/5180033
c wchar_t-1.c
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* Compile with -Wall to get a warning if built-in and system wchar_t don't
match. */
#define _STDDEF_H
#include
__WCHAR_TYPE__ __
www.eeworm.com/read/340665/3280310
c no-builtin-1.c
/* Test for -fno-builtin-FUNCTION. */
/* Origin: Joseph Myers . */
/* { dg-do run } */
/* { dg-options "-fno-builtin-abs" } */
/* GCC normally handles abs and labs as built-in func
www.eeworm.com/read/340665/3281097
c wchar_t-1.c
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* Compile with -Wall to get a warning if built-in and system wchar_t don't
match. */
#define _STDDEF_H
#include
__WCHAR_TYPE__ __
www.eeworm.com/read/273525/4207010
dlg label_variable.dlg
/*
label variable
*! VERSION 1.1.0 28mar2005
which label = built-in command: label
*/
VERSION 9.0
INCLUDE _std_medium
INCLUDE header
HELP hlp1, view("help label")
RESET res1
www.eeworm.com/read/443386/1744093
kconfig
config ETRAX_ETHERNET
bool "Ethernet support"
depends on ETRAX_ARCH_V10
help
This option enables the ETRAX 100LX built-in 10/100Mbit Ethernet
controller.
# this is just so that the user does
www.eeworm.com/read/440906/1781955
c no-builtin-1.c
/* Test for -fno-builtin-FUNCTION. */
/* Origin: Joseph Myers . */
/* { dg-do run } */
/* { dg-options "-fno-builtin-abs" } */
/* GCC normally handles abs and labs as built-in func
www.eeworm.com/read/440906/1782778
c wchar_t-1.c
/* { dg-do compile } */
/* { dg-options "-Wall" } */
/* Compile with -Wall to get a warning if built-in and system wchar_t don't
match. */
#define _STDDEF_H
#include
__WCHAR_TYPE__ __
www.eeworm.com/read/438718/1822667
py test_b1.py
# Python test set -- part 4a, built-in functions a-m
from test_support import *
print '__import__'
__import__('sys')
#__import__('strop')
### __import__('string')
try: __import__('spamspam')
except