/aosp14/frameworks/base/tools/aapt2/ |
H A D | Android.bp | 107 "format/binary/BinaryResourceParser.cpp", 108 "format/binary/ResChunkPullParser.cpp", 109 "format/binary/ResEntryWriter.cpp", 110 "format/binary/TableFlattener.cpp", 111 "format/binary/XmlFlattener.cpp",
|
H A D | formats.md | 8 binary and protobuf XML, and intermediate protobuf resource tables. It also stores all associated 41 …e` field in the `aapt.pb.internal.CompiledFile`. This can be a PNG file, binary XML, or [aapt.pb.X…
|
/aosp14/system/core/fastboot/ |
H A D | LICENSE | 1 Redistribution and use in source and binary forms, with or without 6 * Redistributions in binary form must reproduce the above copyright
|
/aosp14/system/core/libkeyutils/ |
H A D | NOTICE | 4 Redistribution and use in source and binary forms, with or without 9 * Redistributions in binary form must reproduce the above copyright
|
/aosp14/frameworks/base/native/webview/plat_support/ |
H A D | LICENSE | 3 // Redistribution and use in source and binary forms, with or without 9 // * Redistributions in binary form must reproduce the above
|
/aosp14/frameworks/base/obex/ |
H A D | NOTICE | 5 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright notice,
|
/aosp14/frameworks/base/tools/bit/ |
H A D | make.cpp | 85 std::ifstream stream(m_filename, std::ifstream::binary); in BuildVars() 144 std::ofstream stream(m_filename, std::ofstream::binary); in save() 205 std::ifstream stream(filename, std::ifstream::binary); in read_modules()
|
/aosp14/frameworks/base/core/res/assets/geoid_height_map/ |
H A D | README.md | 1 These binary protos are generated at runtime from the text protos in ../../geoid_height_map_assets
|
/aosp14/frameworks/base/cmds/hid/ |
H A D | README.md | 4 type `hid -` into the terminal, then type/paste commands to send to the binary. 5 Use Ctrl+D to signal end of stream to the binary (EOF). 16 In the current implementation of the hid command, the hid binary will wait 24 type `hid <filename>`, and the file will be used an an input to the binary. 27 with the hid binary.
|
/aosp14/frameworks/base/cmds/uinput/ |
H A D | README.md | 4 type `uinput -` into the terminal, then type/paste commands to send to the binary. 5 Use Ctrl+D to signal end of stream to the binary (EOF). 18 type `uinput <filename>`, and the file will be used an an input to the binary. 21 with the uinput binary.
|
/aosp14/frameworks/base/tools/protologtool/ |
H A D | README.md | 79 Reads the binary ProtoLog log file and outputs a human-readable LogCat-like text log. 83 ProtoLog is a generic logging system created for the WindowManager project. It allows both binary a… 86 * log viewer for reading binary logs,
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | Android.bp | 57 // Disable auto-generation of test config as this binary itself is not a test in the test suites,
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | IContextHubWrapper.java | 329 public abstract int loadNanoapp(int contextHubId, NanoAppBinary binary, in loadNanoapp() argument 629 public int loadNanoapp(int contextHubId, NanoAppBinary binary, in loadNanoapp() argument 637 ContextHubServiceUtil.createAidlNanoAppBinary(binary); in loadNanoapp() 894 public int loadNanoapp(int contextHubId, NanoAppBinary binary, in loadNanoapp() argument 897 ContextHubServiceUtil.createHidlNanoAppBinary(binary); in loadNanoapp()
|
/aosp14/system/core/fs_mgr/libvbmeta/ |
H A D | Android.bp | 60 …// Not unit tests due to several binary and lib dependencies currently hard to replicate in contin…
|
/aosp14/system/core/trusty/fuzz/ |
H A D | Android.bp | 58 // -DTRUSTY_APP_FILENAME=<name of symbolized elf binary of the TA>
|
/aosp14/system/core/bootstat/ |
H A D | Android.bp | 64 // bootstat binary
|
/aosp14/system/core/fastboot/fuzzer/ |
H A D | README.md | 34 This describes steps to build fastboot_fuzzer binary.
|
/aosp14/system/core/init/fuzzer/ |
H A D | init_property_fuzzer.cpp | 111 out.open(property_file, std::ios::binary | std::ofstream::trunc); in CreateFuzzerPropertyFile()
|
H A D | init_ueventHandler_fuzzer.cpp | 38 out.open(s, std::ios::binary | std::ofstream::trunc); in MakeFile()
|
/aosp14/frameworks/base/packages/CtsShim/build/ |
H A D | README | 6 NOTE: The need to include a binary on the system image may be deprecated if a
|
/aosp14/frameworks/base/tools/dump-coverage/ |
H A D | dump_coverage.cc | 87 std::ofstream file(filename, std::ios::binary); in WriteFile()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES30.java | 1703 java.nio.Buffer binary in glGetProgramBinary() argument 1713 java.nio.Buffer binary in glGetProgramBinary() argument 1721 java.nio.Buffer binary, in glProgramBinary() argument
|
/aosp14/frameworks/base/cmds/app_process/ |
H A D | Android.bp | 79 …// // In SANITIZE_LITE mode, we create the sanitized binary in a separate location (but reu…
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES30.cpp | 5395 GLvoid *binary = (GLvoid *) 0; in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() local 5434 if (binary == NULL) { in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5436 binary = (GLvoid *) (_binaryBase + _bufferOffset); in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5443 (GLvoid *)binary in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5482 GLvoid *binary = (GLvoid *) 0; in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() local 5509 if (binary == NULL) { in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() 5518 (GLvoid *)binary in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() 5547 GLvoid *binary = (GLvoid *) 0; in android_glProgramBinary__IILjava_nio_Buffer_2I() local 5556 if (binary == NULL) { in android_glProgramBinary__IILjava_nio_Buffer_2I() 5558 binary = (GLvoid *) (_binaryBase + _bufferOffset); in android_glProgramBinary__IILjava_nio_Buffer_2I() [all …]
|
/aosp14/frameworks/base/tools/aapt2/optimize/ |
H A D | Obfuscator.cpp | 217 std::ofstream fout(file_path, std::ios::out | std::ios::trunc | std::ios::binary); in WriteObfuscationMap()
|