/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/broadcastradio/2.0/android.hardware.broadcastradio-V2.0-java_gen_java/gen/srcs/android/hardware/broadcastradio/V2_0/ |
D | MetadataKey.java | 50 …public static final int PROGRAM_NAME = 10 /* ::android::hardware::broadcastradio::V2_0::MetadataKe… field in MetadataKey 108 if (o == PROGRAM_NAME) { in toString() 171 if ((o & PROGRAM_NAME) == PROGRAM_NAME) { in dumpBitfield() 173 flipped |= PROGRAM_NAME; in dumpBitfield()
|
/aosp_15_r20/external/giflib/ |
H A D | gifwedge.c | 18 #define PROGRAM_NAME "gifwedge" macro 25 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 28 static char *CtrlStr = PROGRAM_NAME " v%- l%-#Lvls!d s%-Width|Height!d!d h%-"; 118 GifQprintf("\n%s: Image 1 at (%d, %d) [%dx%d]: ", PROGRAM_NAME, in main()
|
H A D | gifcolor.c | 18 #define PROGRAM_NAME "gifcolor" macro 23 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 26 static char *CtrlStr = PROGRAM_NAME " v%- b%-Background!d h%-"; 106 GifQprintf("\n%s: Image 1 at (%d, %d) [%dx%d]: ", PROGRAM_NAME, in main()
|
H A D | gif2rgb.c | 40 #define PROGRAM_NAME "gif2rgb" macro 42 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 45 static char *CtrlStr = PROGRAM_NAME 110 GifQprintf("\n%s: RGB image: ", PROGRAM_NAME); in LoadRGB() 179 GifQprintf("\n%s: Image 1 at (%d, %d) [%dx%d]: ", PROGRAM_NAME, in SaveGif() 437 PROGRAM_NAME, ++ImageNum, Col, Row, Width, in GIF2RGB()
|
H A D | gifecho.c | 18 #define PROGRAM_NAME "gifecho" macro 30 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 33 static char *CtrlStr = PROGRAM_NAME 164 GifQprintf("\n%s: Image 1 at (%d, %d) [%dx%d]: ", PROGRAM_NAME, in main()
|
H A D | giffix.c | 18 #define PROGRAM_NAME "giffix" macro 20 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 23 static char *CtrlStr = PROGRAM_NAME " v%- h%- GifFile!*s"; 115 PROGRAM_NAME, ++ImageNum, Col, Row, Width, in main()
|
H A D | gifhisto.c | 18 #define PROGRAM_NAME "gifhisto" macro 24 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 27 static char *CtrlStr = PROGRAM_NAME 131 PROGRAM_NAME, ImageNum, in main()
|
H A D | gifbg.c | 18 #define PROGRAM_NAME "gifbg" macro 44 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 47 static char *CtrlStr = PROGRAM_NAME " v%- d%-Dir!s l%-#Lvls!d c%-R|G|B!d!d!d " 240 GifQprintf("\n%s: Image 1 at (%d, %d) [%dx%d]: ", PROGRAM_NAME, in main()
|
H A D | gifinto.c | 25 #define PROGRAM_NAME "gifinto" macro 33 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 36 static char *CtrlStr = PROGRAM_NAME " v%- s%-MinFileSize!d h%- GifFile!*s";
|
H A D | gifbuild.c | 18 #define PROGRAM_NAME "gifbuild" macro 20 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 24 PROGRAM_NAME " v%- d%- t%-Characters!s h%- GifFile(s)!*s"; 363 PROGRAM_NAME, GifFileOut->ImageCount, in Icon2Gif() 602 PROGRAM_NAME, GifFileOut->ImageCount, in Icon2Gif()
|
H A D | gifclrmp.c | 20 #define PROGRAM_NAME "gifclrmp" macro 22 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 26 PROGRAM_NAME " v%- s%- t%-TranslationFile!s l%-ColorMapFile!s g%-Gamma!F "
|
H A D | giftext.c | 22 #define PROGRAM_NAME "giftext" macro 26 static char *VersionStr = PROGRAM_NAME VERSION_COOKIE 29 static char *CtrlStr = PROGRAM_NAME " v%- c%- e%- z%- p%- r%- h%- GifFile!*s";
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
H A D | Driver.kt | 77 const val PROGRAM_NAME = "metalava" in <lambda>() constant 110 progressTracker.progress("$PROGRAM_NAME started\n") in run() 126 progressTracker.progress("$PROGRAM_NAME exiting with exit code $exitCode\n") in run() 216 "$PROGRAM_NAME analyzed API in ${stopwatch.elapsed(SECONDS)} seconds\n" in processFlags() 457 …"$PROGRAM_NAME finished handling $packageCount packages in ${stopwatch.elapsed(SECONDS)} seconds\n" in processFlags() 688 "$PROGRAM_NAME ran api-lint in ${localTimer.elapsed(SECONDS)} seconds" in loadFromSources() 737 … "$PROGRAM_NAME extracted annotations into $file in ${localTimer.elapsed(SECONDS)} seconds\n" in extractAnnotations() 829 "$PROGRAM_NAME wrote ${if (docStubs) "documentation" else ""} stubs directory $stubDir in ${ in createStubFiles() 883 … "$PROGRAM_NAME wrote $description file $apiFile in ${localTimer.elapsed(SECONDS)} seconds\n" in createReportFile()
|
H A D | CommandArgsPreprocessor.kt | 131 val file = "$PROGRAM_NAME-rerun-${timestamp}_$uniqueInt" // no extension in createRerunScriptBaseFilename() 147 stdout.println("$PROGRAM_NAME unable to get my jar file path.") in generateRerunScript() 158 |# Auto-generated $PROGRAM_NAME rerun script in generateRerunScript()
|
H A D | MainCommand.kt | 171 "$PROGRAM_NAME wrote updated baseline to ${baseline.updateFile}" in <lambda>() 256 writer.println("Error: $PROGRAM_NAME detected the following problems:") in repeatErrors()
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _testembed.c | 32 #define PROGRAM_NAME L"./_testembed" macro 61 const wchar_t *program_name = PROGRAM_NAME; in config_set_program_name() 86 Py_SetProgramName(PROGRAM_NAME); in _testembed_Py_Initialize() 1343 wchar_t *argv[] = {PROGRAM_NAME, L"-c", L"pass"}; in test_audit_run_command() 1354 wchar_t *argv[] = {PROGRAM_NAME, L"filename.py"}; in test_audit_run_file() 1389 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_interactivehook() 1396 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_startup() 1403 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_stdin() 1699 config_set_string(&config, &config.program_name, PROGRAM_NAME); in test_init_set_config() 1960 wchar_t* argv[] = {PROGRAM_NAME, L"-c", L"pass"}; in test_repeated_init_and_inittab()
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/ |
H A D | DocAnalyzer.kt | 23 import com.android.tools.metalava.PROGRAM_NAME in <lambda>() 822 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>() 842 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>() 870 "manually; it's computed and injected at build time by $PROGRAM_NAME" in <lambda>() 940 object : LintCliClient(PROGRAM_NAME) { in getApiLookup() 948 return Files.createTempDirectory(PROGRAM_NAME).toFile() in getApiLookup() 951 val sb = StringBuilder(PROGRAM_NAME) in getApiLookup()
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamPreferenceTest.java | 52 private static final String PROGRAM_NAME = "program_name"; field in AudioStreamPreferenceTest 70 when(mBluetoothLeAudioContentMetadata.getProgramInfo()).thenReturn(PROGRAM_NAME); in setUp() 132 assertThat(p.getAudioStreamBroadcastName()).isEqualTo(PROGRAM_NAME); in fromReceiveState_shouldReturnBroadcastInfo()
|
/aosp_15_r20/external/freetype/src/tools/ |
H A D | apinames.c | 27 #define PROGRAM_NAME "apinames" macro 399 PROGRAM_NAME, in usage() 401 PROGRAM_NAME ); in usage()
|
/aosp_15_r20/external/libpcap/rpcapd/ |
H A D | win32-svc.c | 55 { PROGRAM_NAME, svc_main }, in svc_start() 140 service_status_handle = RegisterServiceCtrlHandler(PROGRAM_NAME, svc_control_handler); in svc_main()
|
/aosp_15_r20/external/curl/winbuild/ |
H A D | MakefileBuild.vc | 92 PROGRAM_NAME = curl.exe 94 CURL_LFLAGS = /out:$(DIRDIST)\bin\$(PROGRAM_NAME) /subsystem:console $(LFLAGS) 412 …STTOOL = $(MT) -manifest $(DIRDIST)\bin\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\bin\$(… 591 all : $(TARGET) $(PROGRAM_NAME) 696 $(PROGRAM_NAME): $(CURL_DIROBJ) $(CURL_FROM_LIBCURL) $(EXE_OBJS)
|
/aosp_15_r20/external/angle/build/android/ |
H A D | connect_lldb.sh | 94 PROGRAM_NAME="activity" 119 --program-name=*) PROGRAM_NAME=$optarg ;; 147 Attach lldb to a running Android $PROGRAM_NAME process. 154 Attach lldb to a running Android $PROGRAM_NAME process.
|
H A D | adb_gdb | 91 PROGRAM_NAME="activity" 141 PROGRAM_NAME=$optarg 198 Attach gdb to a running Android $PROGRAM_NAME process. 205 Attach gdb to a running Android $PROGRAM_NAME process.
|
/aosp_15_r20/external/cronet/build/android/ |
H A D | connect_lldb.sh | 94 PROGRAM_NAME="activity" 119 --program-name=*) PROGRAM_NAME=$optarg ;; 147 Attach lldb to a running Android $PROGRAM_NAME process. 154 Attach lldb to a running Android $PROGRAM_NAME process.
|
H A D | adb_gdb | 91 PROGRAM_NAME="activity" 141 PROGRAM_NAME=$optarg 198 Attach gdb to a running Android $PROGRAM_NAME process. 205 Attach gdb to a running Android $PROGRAM_NAME process.
|