Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 100) sorted by relevance

1234

/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c124 static bool validateSignature(uint8_t *sigPack, struct RsaData *rsa, bool verbose, uint32_t *refHas… in validateSignature() argument
133 if (verbose) in validateSignature()
142 if (verbose) in validateSignature()
170 if (verbose) { in validateSignature()
226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify() argument
247 if (verbose) in handleVerify()
266 … if (!validateSignature(sigPack, rsa, verbose, (uint32_t*)sha2finish(&shaState), false)) { in handleVerify()
294 if (verbose) in handleVerify()
296 if (!validateSignature(sigPack, rsa, verbose, hash, false)) { in handleVerify()
316 …Sign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbose, bool bareData) in handleSign() argument
[all …]
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c123 … NanoRelocEntry *nanoRelocs, uint32_t outNumRelocs, uint32_t *finalPackedNanoRelocSz, bool verbose) in packNanoRelocs() argument
144 if (verbose) in packNanoRelocs()
157 if (verbose) in packNanoRelocs()
163 if (verbose) in packNanoRelocs()
181 if (verbose) in packNanoRelocs()
193 if (verbose) in packNanoRelocs()
198 if (verbose) in packNanoRelocs()
206 if (verbose) in packNanoRelocs()
215 if (verbose) in packNanoRelocs()
291 …, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chreApi, bool verbose) in handleApp() argument
[all …]
Dpostprocess.c130 bool verbose = app->debug; in packNanoRelocs() local
165 if (verbose) in packNanoRelocs()
170 if (verbose) in packNanoRelocs()
191 if (verbose) in packNanoRelocs()
203 if (verbose) in packNanoRelocs()
207 if (verbose) in packNanoRelocs()
214 if (verbose) in packNanoRelocs()
222 if (verbose) in packNanoRelocs()
403 …, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, bool verbose) in handleApp() argument
453 app.debug = verbose; in handleApp()
[all …]
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c146 char verbose=0, show_progress=1, ResetUSB=0, CheckSuccess=0, config_read=0; variable
393 case 'W': verbose = 1; show_progress = 1; count--; break; in readArguments()
394 case 'Q': show_progress = 0; verbose = 0; count--; break; in readArguments()
465 if (verbose) fprintf(output,"Take all parameters from the command line\n\n"); in main()
468 if (verbose) { in main()
518 if (verbose) in main()
643 if (verbose) { in main()
1595 if (verbose) { in checkSuccess()
1729 if (verbose) in search_devices()
1734 if (verbose) in search_devices()
[all …]
/device/google/cuttlefish/tools/
Dcreate_base_image.go73 var verbose bool var
140 flag.BoolVar(&verbose, "verbose", true, "print commands and output (default: true)")
150 if verbose {
154 if verbose {
164 if verbose {
171 if verbose {
/device/google/trout/tools/tracing/tooling/
Dtracing_agent.py120 if self.verbose:
153 self.verbose = args.verbose
229 self.verbose = args.verbose
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp124 SubprocessOptions& SubprocessOptions::Verbose(bool verbose) & { in Verbose() argument
125 verbose_ = verbose; in Verbose()
128 SubprocessOptions SubprocessOptions::Verbose(bool verbose) && { in Verbose() argument
129 verbose_ = verbose; in Verbose()
Dsubprocess.h111 SubprocessOptions& Verbose(bool verbose) &;
112 SubprocessOptions Verbose(bool verbose) &&;
/device/google/gs-common/gear/dumpstate_v3/sepolicy/
Dproperty.te1 # verbose property
Dproperty_contexts1 # verbose property name
/device/google/gs-common/gear/dumpstate/sepolicy/
Dproperty.te1 # verbose property
Dproperty_contexts1 # verbose property name
/device/google/sunfish-sepolicy/vendor/google/
Dproperty.te12 # vendor verbose logging property
Dproperty_contexts71 # Vendor verbose logging prop
/device/google/redbull-sepolicy/vendor/google/
Dproperty.te14 # vendor verbose logging property
Dproperty_contexts55 # Vendor verbose logging prop
/device/generic/car/tools/
Dtest_run_local_avd.sh38 $MY_DIR/run_local_avd.sh -verbose -show-kernel -debug init $@
/device/generic/goldfish/tools/
Demulator_boot_test.sh56 emulator -gpu swiftshader_indirect -no-window -show-kernel -verbose -quit-after-boot $time_out \
/device/google/common/etm/
Dupdate.py87 verbosity = args.verbose
/device/google/coral-sepolicy/vendor/qcom/common/
Dproperty_contexts81 # Vendor verbose logging prop
/device/google/cuttlefish_vmm/
Drebuild-internal.sh414 cargo --version --verbose > "${OUTPUT_DIR}/cargo_version.txt"
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dedk2-licenses.txt228 * "Full-commit-message" a verbose multiple line comment describing
455 * "Full-commit-message" a verbose multiple line comment describing
Dtrace-events-all1830 # Warning: verbose
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dedk2-licenses.txt228 * "Full-commit-message" a verbose multiple line comment describing
455 * "Full-commit-message" a verbose multiple line comment describing
Dtrace-events-all1830 # Warning: verbose

1234