代码搜索:itself
找到约 5,630 项符合「itself」的源代码
代码结果 5,630
www.eeworm.com/read/190666/5172603
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/187454/5220876
s startup.s
/* startup.S - bootstrap GRUB itself */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2006 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/183719/5252555
readme
This program authenticates users using SASL (specifically the
cyrus-sasl authentication method).
SASL is configurable (somewhat like PAM). Each service authenticating
against SASL identifies itself w
www.eeworm.com/read/182103/5271138
c task1.c
/* Task_1
*
* This task serves as a test task. Verifies that a task can restart
* both itself and other tasks.
*
* Input parameters:
* argument - task argument
*
* Output parameters:
www.eeworm.com/read/182103/5271139
c task3.c
/* Task_3
*
* This routine serves as a test task. It is started, has its priority
* changed, and when it runs it deletes itself.
*
* Input parameters:
* argument - task argument
*
* O
www.eeworm.com/read/182103/5271364
c task3.c
/* Task_3
*
* This routine serves as a test task. Makes sure a task can suspend
* itself.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
*
* COPYRIGH
www.eeworm.com/read/182103/5271366
c task2.c
/* Task_2
*
* This routine serves as a test task. Makes sure a task can suspend
* itself.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
*
* COPYRIGH
www.eeworm.com/read/180137/5288781
pl uploader.pl
#!/usr/bin/perl
=pod
primary key is in $in{'pk'}
FILE ITSELF is in the data somehow
Then we offer a variety of links to go to next -- enterimage for
all entries with a text entry but no photo entry
www.eeworm.com/read/170239/5406105
c cstart.c
/* cstart.c:
*
* This is the first 'C' code exececuted by the processor after a reset if
* the monitor is built to boot and copy itself into RAM.
*
* This 2-stage monitor is done with two distin
www.eeworm.com/read/168239/5447386
java drawableitem.java
import java.awt.Image;
/**
* An item that is able to return an image of itself.
*
* @author David J. Barnes and Michael Kolling
* @version 2006.03.30
*/
public interface DrawableItem exten