HomeSort by relevance Sort by last modified time
    Searched full:sample_dir (Results 1 - 6 of 6) sorted by null

  /external/protobuf/gtest/scripts/test/
Makefile 18 SAMPLE_DIR = ../../samples
49 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
52 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
53 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
54 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
  /external/chromium/testing/gtest/scripts/test/
Makefile 18 SAMPLE_DIR = ../../samples
51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
  /external/chromium_org/testing/gtest/scripts/test/
Makefile 18 SAMPLE_DIR = ../../samples
51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
  /external/gtest/scripts/test/
Makefile 18 SAMPLE_DIR = ../../samples
51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
  /frameworks/base/
Android.mk 546 sample_dir := development/samples/browseable macro
567 -samplecode $(sample_dir)/BasicAccessibility \
569 -samplecode $(sample_dir)/HorizontalPaging \
571 -samplecode $(sample_dir)/ShareActionProvider \
573 -samplecode $(sample_dir)/Styled \
575 -samplecode $(sample_dir)/BasicAndroidKeyStore \
577 -samplecode $(sample_dir)/Basic \
579 -samplecode $(sample_dir)/ImmersiveMode \
581 -samplecode $(sample_dir)/repeatingAlarm \
583 -samplecode $(sample_dir)/TextLinkify
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
render_servlet_test.py 76 sample_dir = 'extensions/talking_alarm_clock'
77 response = self._Render('extensions/examples/%s.zip' % sample_dir)

Completed in 797 milliseconds