代码搜索:itself

找到约 5,630 项符合「itself」的源代码

代码结果 5,630
www.eeworm.com/read/167133/5469030

in kaffe.1.in

.\" kaffe(1) manpage. Copyright: identical to that of kaffe itself, .\" as documented under the COPYING section below. .\" Contributed to the Kaffe project by Ray Dassen .\"
www.eeworm.com/read/162614/5518292

c anonunion1.c

// PR c++/5748 // This testcase ICEd because used flag from the anon union variables // was not propagated back to the anon union itself, causing addressof // not to be replaced with stack slot. // {
www.eeworm.com/read/347918/3162025

java learner.java

package org.joone.engine; import java.io.Serializable; /* * @author dkern */ public interface Learner extends Serializable { /** The Learnable calls this method to make itself known to the Lear
www.eeworm.com/read/342914/3228634

c allocator.c

/* * allocator.c -- allocate after high_memory, if available * * NOTE: this is different from my previous allocator, the one that * assembles pages, which revealed itself both slow and unrel
www.eeworm.com/read/340665/3273065

c anonunion1.c

// PR c++/5748 // This testcase ICEd because used flag from the anon union variables // was not propagated back to the anon union itself, causing addressof // not to be replaced with stack slot. // {
www.eeworm.com/read/339586/3298404

hxx refcounteddestroyer.hxx

#if !defined(RESIP_REFCOUNTEDDESTROYER_HXX) #define RESIP_REFCOUNTEDDESTROYER_HXX namespace resip { //designed to be used by composition, does not destroy itself. template class RefCountedD
www.eeworm.com/read/338362/3318447

java entity.java

package org.w3c.dom; /** * This interface represents an entity, either parsed or unparsed, in an XML * document. Note that this models the entity itself not the entity * declaration.
www.eeworm.com/read/330327/3425051

c allocator.c

/* * allocator.c -- allocate after high_memory, if available * * NOTE: this is different from my previous allocator, the one that * assembles pages, which revealed itself both slow and unrel
www.eeworm.com/read/330290/3426005

c minicom.c

/* * minicom.c Main program. The main loop of the terminal emulator * itself is in main.c. (Yeah yeah it's confusing). * * This file is part of the minicom communications package, * Copyright
www.eeworm.com/read/313170/3645196

in gzexe.in

: #!/bin/sh # gzexe: compressor for Unix executables. # Use this only for binaries that you do not use frequently. # # The compressed version is a shell script which decompresses itself after # skippi