HomeSort by relevance Sort by last modified time
    Searched refs:PROGRAM_NAME (Results 1 - 12 of 12) sorted by null

  /external/fio/oslib/
libmtd_common.h 35 #ifndef PROGRAM_NAME
36 # error "You must define PROGRAM_NAME before including this header"
86 bareverbose(verbose, "%s: " fmt "\n", PROGRAM_NAME, ##__VA_ARGS__)
90 printf("%s: " fmt, PROGRAM_NAME, ##__VA_ARGS__); \
98 fprintf(stderr, "%s: error!: " fmt "\n", PROGRAM_NAME, ##__VA_ARGS__); \
109 fprintf(stderr, "%*serror %d (%s)\n", (int)sizeof(PROGRAM_NAME) + 1,\
119 fprintf(stderr, "%s: warning!: " fmt "\n", PROGRAM_NAME, ##__VA_ARGS__); \
215 printf("%s %s\n", PROGRAM_NAME, VERSION); \
libmtd_int.h 33 #define PROGRAM_NAME "libmtd"
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.h 25 #define PROGRAM_NAME "VfrCompile"
VfrCompiler.cpp 69 SetUtilityName ((CHAR8*) PROGRAM_NAME);
  /external/freetype/src/tools/
apinames.c 24 #define PROGRAM_NAME "apinames"
341 PROGRAM_NAME,
343 PROGRAM_NAME
afblue.pl 23 my $prog = $PROGRAM_NAME;
  /hardware/interfaces/broadcastradio/2.0/
types.hal 669 * If the PROGRAM_NAME has the same content as DAB_*_NAME or RDS_PS,
673 PROGRAM_NAME,
  /external/wayland/src/
scanner.c 53 #define PROGRAM_NAME "wayland-scanner"
64 " [input_file output_file]\n", PROGRAM_NAME);
82 fprintf(stderr, "%s %s\n", PROGRAM_NAME, WAYLAND_VERSION);
242 fprintf(stderr, "%s: out of memory\n", PROGRAM_NAME);
    [all...]
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
Convert.java 324 metadataKeys.put(MetadataKey.PROGRAM_NAME, new MetadataDef(
  /tools/metalava/src/main/java/com/android/tools/metalava/
Driver.kt 59 const val PROGRAM_NAME = "metalava"
60 const val HELP_PROLOGUE = "$PROGRAM_NAME extracts metadata from source code to generate artifacts such as the " +
91 stdout.println("---Running $PROGRAM_NAME----")
137 options.stdout.println("$PROGRAM_NAME exiting with exit code $exitCode")
163 options.stdout.println("\n$PROGRAM_NAME analyzed API in ${stopwatch.elapsed(TimeUnit.SECONDS)} seconds")
362 options.stdout.println("\n$PROGRAM_NAME finished handling $packageCount packages in $stopwatch")
587 options.stdout.print("\n$PROGRAM_NAME extracted annotations into $file in $localTimer")
642 "\n$PROGRAM_NAME wrote ${if (docStubs) "documentation" else ""} stubs directory $stubDir in ${
672 options.stdout.print("\n$PROGRAM_NAME wrote $description file $apiFile in ${localTimer.elapsed(SECONDS)} seconds")
792 reporter.report(Errors.IO_ERROR, file, "$PROGRAM_NAME was unable to determine the package name"
    [all...]
  /hardware/interfaces/broadcastradio/2.0/vts/functional/
VtsHalBroadcastradioV2_0TargetTest.cpp 773 auto name = utils::getMetadataString(program, MetadataKey::PROGRAM_NAME);
  /external/libpng/contrib/tools/
pngfix.c 36 #define PROGRAM_NAME "pngfix"
    [all...]

Completed in 386 milliseconds