Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 39) sorted by relevance

12

/aosp14/frameworks/base/tools/aapt2/
H A DAndroid.bp107 "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 Dformats.md8 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 DLICENSE1 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 DNOTICE4 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 DLICENSE3 // 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 DNOTICE5 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 Dmake.cpp85 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 DREADME.md1 These binary protos are generated at runtime from the text protos in ../../geoid_height_map_assets
/aosp14/frameworks/base/cmds/hid/
H A DREADME.md4 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 DREADME.md4 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 DREADME.md79 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 DAndroid.bp57 // 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 DIContextHubWrapper.java329 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 DAndroid.bp60 …// Not unit tests due to several binary and lib dependencies currently hard to replicate in contin…
/aosp14/system/core/trusty/fuzz/
H A DAndroid.bp58 // -DTRUSTY_APP_FILENAME=<name of symbolized elf binary of the TA>
/aosp14/system/core/bootstat/
H A DAndroid.bp64 // bootstat binary
/aosp14/system/core/fastboot/fuzzer/
H A DREADME.md34 This describes steps to build fastboot_fuzzer binary.
/aosp14/system/core/init/fuzzer/
H A Dinit_property_fuzzer.cpp111 out.open(property_file, std::ios::binary | std::ofstream::trunc); in CreateFuzzerPropertyFile()
H A Dinit_ueventHandler_fuzzer.cpp38 out.open(s, std::ios::binary | std::ofstream::trunc); in MakeFile()
/aosp14/frameworks/base/packages/CtsShim/build/
H A DREADME6 NOTE: The need to include a binary on the system image may be deprecated if a
/aosp14/frameworks/base/tools/dump-coverage/
H A Ddump_coverage.cc87 std::ofstream file(filename, std::ios::binary); in WriteFile()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1703 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 DAndroid.bp79 …// // In SANITIZE_LITE mode, we create the sanitized binary in a separate location (but reu…
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5395 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 DObfuscator.cpp217 std::ofstream fout(file_path, std::ios::out | std::ios::trunc | std::ios::binary); in WriteObfuscationMap()

12