代码搜索结果
找到约 216,410 项符合
Test 的代码
test.txt
This is a test! 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
test.txt
This is a test file :-)
test.java
package com.v246;
public class test
{
public static String[] getTest()
{
String[] re=new String[3];
re[0]="this 0";
re[1]="this 1";
re[2]="this 2";
return re;
}
}
range-test-2.c
// Test fold-const.c (fold_range_test) optimizations.
// { dg-do run } */
// { dg-options "-O2" } */
#include
#include
#include
#if (INT_MAX == 2147483647) && (INT_MI
pack-test-1.h
/* Helper file, included repeatedly by pack-test-1.c. */
struct SNAME {
char f0;
double f1;
short f2;
double f3;
int f4;
double f5;
double f6;
double f7;
};
pack-test-1.c
/* Test semantics of #pragma pack.
Contributed by Mike Coleman */
/* { dg-do compile { target { { *-*-linux* *-*-cygwin* powerpc*-*-eabi* } && { ! default_packed } } } } */
test.java
/* Test.java -- Interface representing a single test.
Copyright (c) 1998 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
test.java
public class Test implements B
{
public static void main(String args[])
{
Test t = new Test();
B a = (B) t;
a.a();
}
public void a()
{
System.out.println("A");
}
public
test.cc
/*
* Test program for gzifstream and gzofstream
*
* by Ludwig Schwardt
* original version by Kevin Ruland
*/
#include "zfstream.h"
#include
fixinc-test-limits.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/fixinc-test-limits.h"
This had to be done to correct non-standard usages in the
original, manu