代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1778381
m method-2.m
/* Test for lookup of class (factory) methods. */
/* Author: Ziemowit Laski . */
/* { dg-do compile } */
@interface MyBase
- (void) rootInstanceMethod;
@end
@interface MyInterme
www.eeworm.com/read/440906/1780178
m va_method.m
/* Contributed by Nicola Pero - Thu Mar 8 16:27:46 CET 2001 */
#include
#include
/* Test method with variable number of arguments */
@interface MathClass
{
Class i
www.eeworm.com/read/440906/1783469
c final_method.c
#include
JNIEXPORT jstring JNICALL
Java_final_1method_meth (JNIEnv *env, jobject thisv)
{
return (*env)->NewStringUTF (env, "zardoz has spoken");
}
www.eeworm.com/read/440906/1783485
java final_method.java
// Minimal test a non-static final method.
public class final_method
{
static
{
System.loadLibrary ("final_method");
}
public final native String meth ();
public static void main (Str
www.eeworm.com/read/402414/2323464
java label_to_method.java
package project;
import javax.swing.JLabel;
import javax.swing.JFrame;
import java.awt.BorderLayout;
import javax.swing.JPanel;
import javax.swing.JOptionPane;
/**
* Title:
*
*
www.eeworm.com/read/398634/2372116
c lock_method.c
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996-2002
* Sleepycat Software. All rights reserved.
*/
#include "db_config.h"
#ifndef lint
static const char revid
www.eeworm.com/read/398634/2372174
c log_method.c
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1999-2002
* Sleepycat Software. All rights reserved.
*/
#include "db_config.h"
#ifndef lint
static const char revid[
www.eeworm.com/read/398634/2372216
c hash_method.c
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1999-2002
* Sleepycat Software. All rights reserved.
*/
#include "db_config.h"
#ifndef lint
static const char revid
www.eeworm.com/read/398634/2372239
c env_method.c
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1999-2002
* Sleepycat Software. All rights reserved.
*/
#include "db_config.h"
#ifndef lint
static const char revid