代码搜索:Calling
找到约 4,724 项符合「Calling」的源代码
代码结果 4,724
www.eeworm.com/read/116739/14956364
calling_script
#!/bin/ksh
# Script name: calling_script
# Example 10.124
function sayit { print "How are ya $1?" ; }
typeset -fx sayit # Export sayit to other scripts
sayit Tommy
print "Going to other scrip
www.eeworm.com/read/205624/15311071
ico calling.ico
www.eeworm.com/read/35675/1059833
calling_script
#!/bin/ksh
function sayit { print "How are ya $1?" ; }
typeset -fx sayit # Export sayit to other scripts
sayit Tommy
print "Going to other script"
other_script # Call other_script
prin
www.eeworm.com/read/239312/4602592
calling_script
#!/bin/ksh
function sayit { print "How are ya $1?" ; }
typeset -fx sayit # Export sayit to other scripts
sayit Tommy
print "Going to other script"
other_script # Call other_script
prin
www.eeworm.com/read/231546/4715009
scm calling.scm
;;;; calling.scm --- Calling Conventions
;;;;
;;;; Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
;;;;
;;;; This program is free software; you can redistribute it and/or m
www.eeworm.com/read/209559/4968285
h calling.h
/*
* Some macros to handle stack frames in assembly.
*/
#include
#define R15 0
#define R14 8
#define R13 16
#define R12 24
#define RBP 32
#define RBX 40
/* arguments: interrupts
www.eeworm.com/read/321483/3533588
t calling.t
#!/usr/bin/perl -w
# test calling conventions, and :constant overloading
use strict;
use Test;
BEGIN
{
$| = 1;
# to locate the testing files
my $location = $0; $location =~ s/calling.t//i;
www.eeworm.com/read/316872/3596957
h calling.h
/*
* Some macros to handle stack frames in assembly.
*/
#define R15 0
#define R14 8
#define R13 16
#define R12 24
#define RBP 32
#define RBX 40
/* arguments: interrupts/non tracing syscalls only
www.eeworm.com/read/316872/3603017
h calling.h
# Copyright 2003 - 2004 Pathscale, Inc
# Released under the GPL
#ifndef __UM_CALLING_H /* XXX x86_64 */
#define __UM_CALLING_H
#include "asm/arch/calling.h"
#endif
www.eeworm.com/read/281079/4120353
java calling.java
package com;
public class Calling extends Thread {
public void run() {
Gsm_Main_Frame.system_call_jTextArea.insert("正在接通电话...\n",0);
Gsm_Main_Frame.sendMsg.makeCall(Gsm_Main_Frame.C