代码搜索:ByteBuffer
找到约 1,360 项符合「ByteBuffer」的源代码
代码结果 1,360
www.eeworm.com/read/162614/5537148
c bytebuffer.c
#include "bytebuffer.h"
static void
test_buffer (JNIEnv *env, jobject buffer, const char *name)
{
void *tmp = (*env)->GetDirectBufferAddress (env, buffer);
if (tmp == NULL)
printf ("PASS: ad
www.eeworm.com/read/162614/5537162
out bytebuffer.out
PASS: address of java.nio.ByteBuffer
PASS: length of java.nio.ByteBuffer
PASS: address of java.nio.CharBuffer
PASS: length of java.nio.CharBuffer
PASS: address of java.nio.DoubleBuffer
PASS: length of
www.eeworm.com/read/162519/5545063
java bytebuffer.java
/* ByteBuffer.java --
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it u
www.eeworm.com/read/162519/5546651
java bytebuffer.java
// Test to make sure JNI implementation catches exceptions.
import java.nio.*;
public class bytebuffer
{
static
{
System.loadLibrary("bytebuffer");
}
public static native void testByteB
www.eeworm.com/read/162519/5546680
c bytebuffer.c
#include "bytebuffer.h"
static void
test_buffer (JNIEnv *env, jobject buffer, const char *name)
{
void *tmp = (*env)->GetDirectBufferAddress (env, buffer);
if (tmp == NULL)
printf ("PASS: ad
www.eeworm.com/read/162519/5546694
out bytebuffer.out
PASS: address of java.nio.ByteBuffer
PASS: length of java.nio.ByteBuffer
PASS: address of java.nio.CharBuffer
PASS: length of java.nio.CharBuffer
PASS: address of java.nio.DoubleBuffer
PASS: length of
www.eeworm.com/read/162342/5548310
java bytebuffer.java
/*
* $Id: ByteBuffer.java,v 1.34 2002/06/18 13:59:39 blowagie Exp $
* $Name: $
*
* Copyright 2000, 2001, 2002 by Paulo Soares.
*
* The contents of this file are subject to the Mozilla Public Li
www.eeworm.com/read/154890/5632613
hh bytebuffer.hh
/********************************************************************************
utility/bytebuffer.hh
purpose:
Each ByteBuffer encapsulates a dynamically allocated memory area
to which an
www.eeworm.com/read/154890/5632616
cc bytebuffer.cc
/********************************************************************************
Copyright (C) 1999 Dirk Farin
This program is distributed under GNU Public License (GPL) as
outlined in
www.eeworm.com/read/202662/15377188
cxx bytebuffer.cxx
/*
* libjingle
* Copyright 2004--2005, Google Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are