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

  /external/clang/www/
make_cxx_dr_status 36 for test_cpp in os.listdir(dr_test_dir):
37 if not test_cpp.endswith('.cpp'):
39 test_cpp = os.path.join(dr_test_dir, test_cpp) variable
41 for match in re.finditer(status_re, file(test_cpp, 'r').read()):
45 print >> sys.stderr, "warning:%s: no '// dr123: foo' comments in this file" % test_cpp
  /external/protobuf/objectivec/DevTools/
full_mac_build.sh 184 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
  /external/protobuf/
tests.sh 38 cd conformance && make test_cpp && cd ..
  /external/protobuf/util/
tests.sh 38 cd conformance && make test_cpp && cd ..
  /external/protobuf/conformance/
Makefile.am 159 # so a direct "make test_cpp" could fail if parallel enough.
168 # so a direct "make test_cpp" could fail if parallel enough.
253 test_cpp: protoc_middleman conformance-test-runner conformance-cpp

Completed in 118 milliseconds