HomeSort by relevance Sort by last modified time
    Searched defs:PROGRAM (Results 1 - 3 of 3) sorted by null

  /external/gtest/test/
gtest_help_test.py 51 PROGRAM = 'gtest_help_test_.exe'
53 PROGRAM = 'gtest_help_test_'
55 PROGRAM_PATH = os.path.join(gtest_test_utils.GetBuildDir(), PROGRAM)
gtest_output_test.py 57 PROGRAM = r'..\build.dbg8\gtest_output_test_.exe'
60 PROGRAM = 'gtest_output_test_'
63 PROGRAM_PATH = os.path.join(gtest_test_utils.GetBuildDir(), PROGRAM)
90 """Removes all file location info from a Google Test program's output.
93 output: the output of a Google Test program.
106 """Removes all stack traces from a Google Test program's output."""
114 """Removes all time information from a Google Test program's output."""
120 """Removes test counts from a Google Test program's output."""
128 """Removes death test information from a Google Test program's output."""
  /external/openssl/apps/
Makefile 32 PROGRAM= openssl
36 EXE= $(PROGRAM)$(EXE_EXT)
44 PROGS= $(PROGRAM).c
151 $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL)
161 CC="$${CC}" APPNAME=$(EXE) OBJECTS="$(PROGRAM).o $(E_OBJ)" \
172 $(RM) $(PROGRAM).o
    [all...]

Completed in 245 milliseconds