OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ByteArrayWrapper
(Results
1 - 12
of
12
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/util/
ByteArrayWrapper.java
27
public class
ByteArrayWrapper
implements Comparable<
ByteArrayWrapper
>
46
* Construct a new
ByteArrayWrapper
with no data.
48
public
ByteArrayWrapper
() {
53
* Construct a new
ByteArrayWrapper
from a byte array and size
59
public
ByteArrayWrapper
(byte[] bytesToAdopt, int size) {
68
* Construct a new
ByteArrayWrapper
from the contents of a ByteBuffer.
71
public
ByteArrayWrapper
(ByteBuffer source) {
80
public
ByteArrayWrapper
(
ByteArrayWrapper
source)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ByteArrayWrapper.java
26
public class
ByteArrayWrapper
implements Comparable<
ByteArrayWrapper
>
47
* Construct a new
ByteArrayWrapper
with no data.
50
public
ByteArrayWrapper
() {
55
* Construct a new
ByteArrayWrapper
from a byte array and size
62
public
ByteArrayWrapper
(byte[] bytesToAdopt, int size) {
71
* Construct a new
ByteArrayWrapper
from the contents of a ByteBuffer.
75
public
ByteArrayWrapper
(ByteBuffer source) {
84
public
ByteArrayWrapper
(
ByteArrayWrapper
source)
[
all
...]
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepValidationServerTests.java
44
private Map<
ByteArrayWrapper
, NdefMessage> mStoredNdef =
45
new HashMap<
ByteArrayWrapper
, NdefMessage>();
46
private static final
ByteArrayWrapper
DEFAULT_NDEF = new
ByteArrayWrapper
(new byte[] {});
85
static class
ByteArrayWrapper
{
88
public
ByteArrayWrapper
(byte[] data) {
97
if (!(other instanceof
ByteArrayWrapper
)) {
100
return Arrays.equals(data, ((
ByteArrayWrapper
) other).data);
113
ByteArrayWrapper
id = (record.getId().length > 0) ?
114
new
ByteArrayWrapper
(record.getId()) : DEFAULT_NDEF
[
all
...]
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 475 milliseconds