代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/250779/4426753
java dispatchvaliddispatchtest.java
package com.jacob.com;
import com.jacob.test.BaseTestCase;
/**
* Test armoring of dispatch static methods
*
* May need to run with some command line options (including from inside
*
www.eeworm.com/read/250779/4426759
java activexcomponentfactorytest.java
package com.jacob.com;
import com.jacob.activeX.ActiveXComponent;
import com.jacob.test.BaseTestCase;
/**
* This exercises the two Dispatch factor methods that let you control whether
* you
www.eeworm.com/read/250753/4427195
java seminarinterface.java
// SeminarInterface.java
// SeminarInterface defines methods available from the SeminarInfo
// Jini service.
package com.deitel.advjhtp1.jini.seminar.service;
// Java core packages
import java.
www.eeworm.com/read/247171/4487235
vb mustinherita.vb
Option Strict Off
'Testing MustInherit classes with MustOverride methods that do not return a value
MustInherit Class C1
Public Function F1()
Dim a As Integer = 10
End Function
Pu
www.eeworm.com/read/245169/4506779
java basicpagefilter.java
package com.ecyrd.jspwiki.filters;
import com.ecyrd.jspwiki.WikiContext;
import java.util.Properties;
/**
* Provides a base implementation of a PageFilter. None of the methods
* do anything, so
www.eeworm.com/read/244569/4510559
java cookieutils.java
package com.ora.jsp.util;
import javax.servlet.http.*;
/**
* This class contains a number of static methods that can be used to
* work with javax.servlet.Cookie objects.
*
* @author Hans
www.eeworm.com/read/244085/4512770
java buttonlistener.java
// ButtonListener.java
// Methods invoked when button has been either pressed or reset
package com.deitel.jhtp5.elevator.event;
public interface ButtonListener {
// invoked when Button has
www.eeworm.com/read/244085/4512776
java lightlistener.java
// LightListener.java
// Methods invoked when light has either turned on or off
package com.deitel.jhtp5.elevator.event;
public interface LightListener {
// invoked when light has turned on
www.eeworm.com/read/242262/4555114
svn-base ratecontrol.txt.svn-base
A qualitative overview of x264's ratecontrol methods
By Loren Merritt
x264's ratecontrol is based on libavcodec's, and is mostly empirical. But I can retroactively propose the following theoretical
www.eeworm.com/read/240162/4579846
c gc1.c
// This test failed with GGC_ALWAYS_COLLECT because not all unparsed
// inline methods were registered with GC.
// { dg-do compile }
const char *foo ()
{
struct A
{
const char *a1 ()
{