/prebuilts/gradle-plugin/com/android/tools/dvlib/22.8.0/ |
dvlib-22.8.0.jar | |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 366 * - out 386 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 366 * - out 386 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 366 * - out 386 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
ios_base.h | 366 * - out 386 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
ios_base.h | 360 * - out 380 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
ios_base.h | 360 * - out 380 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
ios_base.h | 360 * - out 380 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
ios_base.h | 360 * - out 380 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
ios_base.h | 358 * - out 378 static const openmode out = _S_out; member in class:ios_base
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ios_base.h | 358 * - out 378 static const openmode out = _S_out; member in class:ios_base
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
NinePatchedImage.java | 371 * @param out Add the found ticks. 374 private static boolean findPatches(int[] pixels, List<Tick> out) { 380 out.clear(); 392 out.add(patch); 404 out.add(patch); 492 private static void findContentArea(int[] pixels, List<Tick> out) { 497 out.clear(); 503 out.add(contents); 515 out.add(contents); 724 System.out.println(String.format("width:%d, height:%d", width, height)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
BuildFileCreator.java | 453 mBuildFile.append(" // This moves them out of them default location under src/<type>/... which would\n"); //$NON-NLS-1$ 609 FileOutputStream out = null; local 611 out = new FileOutputStream(propertiesFile); 612 properties.store(out, null); 615 Closeables.close(out, true);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandlerTest.java | 162 System.out.println("Checked blank project successfully in " 247 System.out.println("Successfully checked " + sCount + " template permutations in " 263 System.out.println("Successfully checked " + sCount + " project permutations in " 276 System.out.println("Checked " + templateFile.getName() + " successfully in " 288 System.out.println("Checked " + templateFile.getName() + " successfully in " 384 System.out.println("checking base " + base); 496 System.out.println("checking base " + base); 609 public void out(@Nullable String line) { method in class:TemplateHandlerTest.OutputGrabber 745 System.out.println("Created project " + project + " : " + AdtUtils.getAbsolutePath(project)); 750 System.out.println("Begin build error check") [all...] |
/system/core/adb/ |
adb.c | 1649 char *out = "unknown"; local 1658 char *out = "unknown"; local [all...] |
/system/core/fastboot/ |
fastboot.c | 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 464 const char **out; local 507 out = malloc(sizeof(char*) * count); 508 if (out == 0) return -1; 511 out[n] = strdup(strip(val[n])); 512 if (out[n] == 0) { 514 free((char*) out[i]); 516 free(out); 521 fb_queue_require(prod, name, invert, n, out); 534 die("out of memory") [all...] |
/system/keymaster/ |
ocb.c | 15 / ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 116 } in, out; local 118 out.u32[0] = bswap32(in.u32[1]); 119 out.u32[1] = bswap32(in.u32[0]); 120 return out.u64; 553 static inline void AES_encrypt(const unsigned char* in, unsigned char* out, const AES_KEY* key) { 561 _mm_store_si128((__m128i*)out, tmp); 564 static inline void AES_decrypt(const unsigned char* in, unsigned char* out, const AES_KEY* key) { 572 _mm_store_si128((__m128i*)out, tmp); [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 202 System.out.printf("Result compacted from %.1fKiB to %.1fKiB to save %.1fKiB%n", 209 System.out.printf("Merged dex A (%d defs/%.1fKiB) with dex B " 227 private final Dex.Section out; field in class:DexMerger.IdMerger 229 protected IdMerger(Dex.Section out) { 230 this.out = out; 240 getSection(contentsOut).off = out.getPosition(); 302 getSection(contentsOut).off = out.getPosition(); 854 * need to transform them out-of-order. [all...] |
/external/javassist/src/main/javassist/ |
CtClassType.java | 247 DataOutputStream out = new DataOutputStream(barray); local 249 classfile.write(out); 1426 classPool.writeClassfile(getName(), out); local [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
HttpResponseCacheTest.java | 562 // Setting a low transfer speed ensures that stream discarding will time out. 1922 OutputStream out = new FileOutputStream(new File(directory, file)); local [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
PrintSpoolerService.java | 401 FileOutputStream out = null; local 406 out = new FileOutputStream(fd.getFileDescriptor()); 414 out.write(buffer, 0, readByteCount); 422 IoUtils.closeQuietly(out); 754 FileOutputStream out = null; local 756 out = mStatePersistFile.startWrite(); 759 serializer.setOutput(out, "utf-8"); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 2892 ArrayList<Object> out = new ArrayList<Object>(); local [all...] |
/packages/apps/Camera/src/com/android/camera/ |
PanoramaModule.java | 914 ExifOutputStream out = null; local 1142 ByteArrayOutputStream out = new ByteArrayOutputStream(); local [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
PanoramaActivity.java | 1087 ByteArrayOutputStream out = new ByteArrayOutputStream(); local [all...] |
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |