代码搜索:native
找到约 10,000 项符合「native」的源代码
代码结果 10,000
www.eeworm.com/read/285244/4055078
native shuttersensor.native
#
# ShutterSensor.native
#
class nanovm/ctbot/drivers/ShutterSensor 41
method :()V 0
method getState:()Z 1
method setEnabled:(Z)V 2
method getEnabled:()Z 3
www.eeworm.com/read/285244/4055079
native lightbarrier.native
#
# LightBarrier.native
#
class nanovm/ctbot/drivers/LightBarrier 36
method :()V 0
method getState:()Z 1
method setEnabled:(Z)V 2
method getEnabled:()Z 3
www.eeworm.com/read/285244/4055080
native clock.native
#
# Clock.native
#
class nanovm/ctbot/drivers/Clock 29
method :()V 0
method getSeconds:()I 1
method getMilliSeconds:()I 2
method delayMilliseconds:(I)V 3
method delayMicroseconds:(I)V 4
www.eeworm.com/read/281683/4113319
c native.c
/**
* native.c
* Native method handling for nxt.
*/
#include "types.h"
#include "trace.h"
#include "constants.h"
#include "specialsignatures.h"
#include "specialclasses.h"
#include "stack.h"
#incl
www.eeworm.com/read/278327/4146393
c native.c
/*
* Copyright (c) 1998-2002 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Information").
www.eeworm.com/read/278327/4146401
h native.h
/*
* Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Information").
www.eeworm.com/read/445571/1720246
cs native.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace QiHe.CodeLib.Compress
{
public static class Native
{
public static void Compress
www.eeworm.com/read/435707/1861568
c native.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "bzlib.h"
#define BUFSIZ
www.eeworm.com/read/435707/1861596
c native.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "zlib.h"
#define BUFSIZE
www.eeworm.com/read/435707/1861656
h native.h
#include
#include
#define BUFSIZE (64*1024)
struct client_data {
vxaio *io;
jmp_buf errjmp;
uint8_t *inbuf;
uint8_t *outbuf;
unsigned outpos;
};
void vxajpeg_flush(stru