Searched refs:binary (Results 1 – 15 of 15) sorted by relevance
/system/core/toolbox/ |
D | NOTICE | 20 Redistribution and use in source and binary forms, with or without 25 * Redistributions in binary form must reproduce the above copyright 48 Redistribution and use in source and binary forms, with or without 53 2. Redistributions in binary form must reproduce the above copyright 77 Redistribution and use in source and binary forms, with or without 82 2. Redistributions in binary form must reproduce the above copyright 109 Redistribution and use in source and binary forms, with or without 114 2. Redistributions in binary form must reproduce the above copyright 138 Redistribution and use in source and binary forms, with or without 143 2. Redistributions in binary form must reproduce the above copyright [all …]
|
/system/core/fastboot/ |
D | signfile.sh | 9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
|
/system/core/logcat/ |
D | logcat.cpp | 36 bool binary; member 46 binary = b; in log_device_t() 129 if (dev->binary) { in processBuffer() 485 bool binary = strcmp(optarg, "events") == 0; in main() local 486 if (binary) { in main() 495 dev->next = new log_device_t(optarg, binary, optarg[0]); in main() 497 devices = new log_device_t(optarg, binary, optarg[0]); in main()
|
/system/core/libmincrypt/ |
D | NOTICE | 3 Redistribution and use in source and binary forms, with or without 7 * Redistributions in binary form must reproduce the above copyright
|
/system/media/audio_route/ |
D | NOTICE | 3 Redistribution and use in source and binary forms, with or without 7 * Redistributions in binary form must reproduce the above copyright
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 238 if (f->binary && binbehave == BINFILE_SKIP) { in procfile() 245 t = procline(&ln, f->binary); in procfile() 269 binbehave == BINFILE_BIN && f->binary && !qflag) in procfile()
|
D | grep.h | 86 bool binary; member
|
D | file.c | 222 f->binary = true; in grep_file_init()
|
/system/core/adb/ |
D | SYNC.TXT | 10 SERVICES.TXT sets the connection in sync mode. This mode is a binary mode that 22 all binary integers are Little-Endian in the sync mode. Sync mode is
|
D | OVERVIEW.TXT | 55 Currently, a single 'adb' binary is used for both the server and client.
|
D | SERVICES.TXT | 205 After the OKAY, the service sends 16-byte binary structure
|
/system/extras/tests/sdcard/ |
D | README | 4 * A binary that runs on the device, exercises the sdcard and send
|
/system/core/liblog/ |
D | README | 103 LOG_EVENT_(INT|LONG) is used to drop binary content into the Events
|
/system/core/libutils/ |
D | README | 73 Resource meta information and information proper is stored in a binary
|
/system/keymaster/ |
D | google_keymaster_test.cpp | 855 ifstream file_stream(file_name, std::ios::binary); in read_file()
|