HomeSort by relevance Sort by last modified time
    Searched refs:asByteArray (Results 1 - 25 of 35) sorted by null

1 2

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
LazyStringArrayList.java 250 byte[] b = asByteArray(o);
297 private static byte[] asByteArray(Object o) {
349 return asByteArray(o);
362 return asByteArray(o);
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixChannelFactory.java 202 byte[] pathForSysCall = path.asByteArray();
255 fd = openat(dfd, path.asByteArray(), oflags, mode);
279 unlinkat(dfd, path.asByteArray(), 0);
UnixSecureDirectoryStream.java 126 newdfd1 = openat(dfd, file.asByteArray(), flags , 0);
211 unlinkat(dfd, file.asByteArray(), flags);
265 renameat(this.dfd, from.asByteArray(), that.dfd, to.asByteArray());
340 return openat(dfd, file.asByteArray(), oflags, 0);
UnixPath.java 160 byte[] asByteArray() {
848 if ((element.asByteArray().length == 1) && (element.asByteArray()[0] == '.'))
852 if ((element.asByteArray().length == 2) && (element.asByteArray()[0] == '.') &&
853 (element.asByteArray()[1] == '.'))
LinuxFileStore.java 85 byte[] dir = path.asByteArray();
UnixFileSystemProvider.java 351 return (name.asByteArray()[0] == '.');
459 symlink(target.asByteArray(), link);
UnixFileAttributes.java 90 UnixNativeDispatcher.fstatat(dfd, path.asByteArray(), flag, attrs);
UnixUriUtils.java 101 byte[] path = up.toAbsolutePath().asByteArray();
  /art/tools/ahat/src/heapdump/
AhatArrayInstance.java 226 byte[] asByteArray() {
AhatClassInstance.java 185 return value.asAhatInstance().asByteArray();
AhatInstance.java 433 byte[] asByteArray() {
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 

Completed in 220 milliseconds

1 2