Home
last modified time | relevance | path

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

/system/core/toolbox/
DNOTICE20 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/
Dsignfile.sh9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
/system/core/logcat/
Dlogcat.cpp36 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/
DNOTICE3 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/
DNOTICE3 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/
Dutil.c238 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()
Dgrep.h86 bool binary; member
Dfile.c222 f->binary = true; in grep_file_init()
/system/core/adb/
DSYNC.TXT10 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
DOVERVIEW.TXT55 Currently, a single 'adb' binary is used for both the server and client.
DSERVICES.TXT205 After the OKAY, the service sends 16-byte binary structure
/system/extras/tests/sdcard/
DREADME4 * A binary that runs on the device, exercises the sdcard and send
/system/core/liblog/
DREADME103 LOG_EVENT_(INT|LONG) is used to drop binary content into the Events
/system/core/libutils/
DREADME73 Resource meta information and information proper is stored in a binary
/system/keymaster/
Dgoogle_keymaster_test.cpp855 ifstream file_stream(file_name, std::ios::binary); in read_file()