/external/protobuf/src/google/protobuf/compiler/java/ |
java_name_resolver.cc | 45 // A suffix that will be appended to the file's outer class name if the name 46 // conflicts with some other types defined in the file. 55 const FileDescriptor* file) { 56 if (file->package().empty()) { 60 return full_name.substr(file->package().size() + 1); 68 descriptor->file()); 88 descriptor->file()); 120 const FileDescriptor* file) { 122 string::size_type last_slash = file->name().find_last_of('/'); 124 basename = file->name() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdio | 6 // This file is dual licensed under the MIT and the University of Illinois Open 41 FILE 47 FILE* tmpfile(void); 49 int fclose(FILE* stream); 50 int fflush(FILE* stream); 51 FILE* fopen(const char* restrict filename, const char* restrict mode); 52 FILE* freopen(const char* restrict filename, const char * restrict mode, 53 FILE * restrict stream); 54 void setbuf(FILE* restrict stream, char* restrict buf); 55 int setvbuf(FILE* restrict stream, char* restrict buf, int mode, size_t size) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
FileDeleteStrategy.java | 3 * contributor license agreements. See the NOTICE file distributed with 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 19 import java.io.File; 25 * There is more than one way to delete a file. 38 * The singleton instance for normal file deletion, which does not permit 43 * The singleton instance for forced file deletion, which always deletes, 44 * even if the file represents a non-empty directory. 63 * Deletes the file object, which may be a file or a directory [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdio | 6 // This file is dual licensed under the MIT and the University of Illinois Open 41 FILE 47 FILE* tmpfile(void); 49 int fclose(FILE* stream); 50 int fflush(FILE* stream); 51 FILE* fopen(const char* restrict filename, const char* restrict mode); 52 FILE* freopen(const char* restrict filename, const char * restrict mode, 53 FILE * restrict stream); 54 void setbuf(FILE* restrict stream, char* restrict buf); 55 int setvbuf(FILE* restrict stream, char* restrict buf, int mode, size_t size) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_FilesTest.java | 5 * you may not use this file except in compliance with the License. 36 import java.io.File; 67 File ext = Environment.getExternalStorageDirectory(); 68 File[] junk = ext.listFiles(new FilenameFilter() { 71 public boolean accept(File dir, String filename) { 75 for (File f: junk) { 80 void deleteAll(File f) { 82 File [] sub = f.listFiles(); 83 for (File s: sub) { 94 // Get the current file count. We will check if this increases afte 404 File file = new File(dir, "foobar"); local 425 File file = new File(dir, "foobar.jpg"); local 450 File file = new File(dir, "foobar.jpg"); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
FieldIdItem.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dexgen.dex.file; 22 * Representation of a field reference inside a Dalvik file. 42 public void addContents(DexFile file) { 43 super.addContents(file); 45 TypeIdsSection typeIds = file.getTypeIds(); 60 protected int getTypoidIdx(DexFile file) { 61 TypeIdsSection typeIds = file.getTypeIds();
|
MemberIdsSection.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dexgen.dex.file; 20 * Member (field or method) refs list section of a {@code .dex} file. 24 * Constructs an instance. The file offset is initially unknown. 28 * @param file {@code non-null;} file that this instance is part of 30 public MemberIdsSection(String name, DexFile file) { 31 super(name, file, 4);
|
MethodIdItem.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dexgen.dex.file; 22 * Representation of a method reference inside a Dalvik file. 42 public void addContents(DexFile file) { 43 super.addContents(file); 45 ProtoIdsSection protoIds = file.getProtoIds(); 60 protected int getTypoidIdx(DexFile file) { 61 ProtoIdsSection protoIds = file.getProtoIds();
|
/dalvik/dx/src/com/android/dx/dex/file/ |
FieldIdItem.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dx.dex.file; 22 * Representation of a field reference inside a Dalvik file. 42 public void addContents(DexFile file) { 43 super.addContents(file); 45 TypeIdsSection typeIds = file.getTypeIds(); 60 protected int getTypoidIdx(DexFile file) { 61 TypeIdsSection typeIds = file.getTypeIds();
|
MethodIdItem.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dx.dex.file; 22 * Representation of a method reference inside a Dalvik file. 42 public void addContents(DexFile file) { 43 super.addContents(file); 45 ProtoIdsSection protoIds = file.getProtoIds(); 60 protected int getTypoidIdx(DexFile file) { 61 ProtoIdsSection protoIds = file.getProtoIds();
|
/dalvik/dx/tests/043-dex-two-classes/ |
info.txt | 3 file are not checked for correctness. This test just makes sure that 4 an attempt to combine two classes into a .dex file succeeds.
|
/dalvik/dx/tests/089-dex-define-object/ |
info.txt | 2 fact be converted to a dex file. This test ensures that the conversion 3 runs without failure, though the contents of the converted file are
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/AppRestrictions/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/BasicMediaRouter/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/BeamLargeFiles/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/CardEmulation/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/CardReader/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/CardView/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/DelayedConfirmation/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/DrawableTinting/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/FindMyPhone/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|
/developers/build/prebuilts/gradle/GridViewPager/.google/ |
packaging.yaml | 4 # This file is used by Google as part of our samples packaging process. 5 # End users may safely ignore this file. It has no relevance to other systems.
|