Home
last modified time | relevance | path

Searched refs:PROGRAM_NAME (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/lldb/examples/lookup/
Dmain.cpp66 #define PROGRAM_NAME "lldb-lookup" macro
69 " " PROGRAM_NAME " -- symbolicate addresses using lldb.\n" in usage()
72 " " PROGRAM_NAME " [[--arch=<ARCH>] [--platform=<PLATFORM>] " in usage()
82 " " PROGRAM_NAME " --arch=x86_64 -- /usr/lib/dyld 0x100000000\n"); in usage()
/external/flac/build/
Dexe.mk49 PROGRAM = $(BINPATH)/$(PROGRAM_NAME)
50 DEBUG_PROGRAM = $(DEBUG_BINPATH)/$(PROGRAM_NAME)
51 RELEASE_PROGRAM = $(RELEASE_BINPATH)/$(PROGRAM_NAME)
103 …(DEBUG_OBJS) $(RELEASE_OBJS) $(DEBUG_PIC_OBJS) $(RELEASE_PIC_OBJS) $(OBJPATH)/*/bin/$(PROGRAM_NAME)
/external/llvm-project/lldb/examples/functions/
Dmain.cpp70 #define PROGRAM_NAME "lldb-functions" macro
73 " " PROGRAM_NAME in usage()
77 " " PROGRAM_NAME " [[--arch=<ARCH>] [--platform=<PLATFORM>] " in usage()
86 " " PROGRAM_NAME " --arch=x86_64 /usr/lib/dyld\n"); in usage()
/external/libpcap/rpcapd/
Dwin32-svc.c55 { PROGRAM_NAME, svc_main }, in svc_start()
140 service_status_handle = RegisterServiceCtrlHandler(PROGRAM_NAME, svc_control_handler); in svc_main()
Drpcapd.h36 #define PROGRAM_NAME "rpcapd" macro
Drpcapd.rc5 #define PACKAGE_NAME PROGRAM_NAME
/external/freetype/src/tools/
Dapinames.c24 #define PROGRAM_NAME "apinames" macro
361 PROGRAM_NAME, in usage()
363 PROGRAM_NAME ); in usage()
/external/python/cpython3/Programs/
D_testembed.c23 #define PROGRAM_NAME L"./_testembed" macro
27 Py_SetProgramName(PROGRAM_NAME); in _testembed_Py_Initialize()
364 const wchar_t *program_name = PROGRAM_NAME; in config_set_program_name()
1243 wchar_t *argv[] = {PROGRAM_NAME, L"-c", L"pass"}; in test_audit_run_command()
1254 wchar_t *argv[] = {PROGRAM_NAME, L"filename.py"}; in test_audit_run_file()
1289 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_interactivehook()
1296 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_startup()
1303 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_stdin()
/external/flac/src/utils/flactimer/
DMakefile.lite26 PROGRAM_NAME = flactimer
/external/flac/examples/c/decode/file/
DMakefile.lite28 PROGRAM_NAME = example_c_decode_file
/external/flac/examples/c/encode/file/
DMakefile.lite28 PROGRAM_NAME = example_c_encode_file
/external/flac/src/test_seeking/
DMakefile.lite28 PROGRAM_NAME = test_seeking
/external/flac/src/test_streams/
DMakefile.lite28 PROGRAM_NAME = test_streams
/external/flac/examples/cpp/decode/file/
DMakefile.lite28 PROGRAM_NAME = example_cpp_decode_file
/external/flac/examples/cpp/encode/file/
DMakefile.lite28 PROGRAM_NAME = example_cpp_encode_file
/external/flac/src/test_grabbag/cuesheet/
DMakefile.lite28 PROGRAM_NAME = test_cuesheet
/external/flac/src/utils/flacdiff/
DMakefile.lite26 PROGRAM_NAME = flacdiff
/external/flac/src/test_grabbag/picture/
DMakefile.lite28 PROGRAM_NAME = test_picture
/external/flac/src/test_libFLAC++/
DMakefile.lite28 PROGRAM_NAME = test_libFLAC++
/external/flac/src/test_libFLAC/
DMakefile.lite28 PROGRAM_NAME = test_libFLAC
/external/flac/src/flac/
DMakefile.lite28 PROGRAM_NAME = flac
DMakefile.lite.iffscan26 PROGRAM_NAME = iffscan
/external/flac/src/metaflac/
DMakefile.lite28 PROGRAM_NAME = metaflac
/external/curl/winbuild/
DMakefileBuild.vc105 PROGRAM_NAME = curl.exe
107 CURL_LFLAGS = /out:$(DIRDIST)\bin\$(PROGRAM_NAME) /subsystem:console $(LFLAGS)
362 …STTOOL = $(MT) -manifest $(DIRDIST)\bin\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\bin\$(
523 all : $(TARGET) $(PROGRAM_NAME)
626 $(PROGRAM_NAME): $(CURL_DIROBJ) $(CURL_FROM_LIBCURL) $(EXE_OBJS)
/external/minijail/tools/
DREADME.md76 ./tools/generate_seccomp_policy.py --audit-comm $PROGRAM_NAME audit.log \
77 > $PROGRAM_NAME.policy

12