OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_DIR
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/google-breakpad/src/testing/gtest/make/
Makefile
20
USER_DIR
= ../samples
72
sample1.o : $(
USER_DIR
)/sample1.cc $(
USER_DIR
)/sample1.h $(GTEST_HEADERS)
73
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(
USER_DIR
)/sample1.cc
75
sample1_unittest.o : $(
USER_DIR
)/sample1_unittest.cc \
76
$(
USER_DIR
)/sample1.h $(GTEST_HEADERS)
77
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(
USER_DIR
)/sample1_unittest.cc
/external/protobuf/gtest/make/
Makefile
20
USER_DIR
= ../samples
72
sample1.o : $(
USER_DIR
)/sample1.cc $(
USER_DIR
)/sample1.h $(GTEST_HEADERS)
73
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(
USER_DIR
)/sample1.cc
75
sample1_unittest.o : $(
USER_DIR
)/sample1_unittest.cc \
76
$(
USER_DIR
)/sample1.h $(GTEST_HEADERS)
77
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(
USER_DIR
)/sample1_unittest.cc
/external/vulkan-validation-layers/tests/gtest-1.7.0/make/
Makefile
20
USER_DIR
= ../samples
74
sample1.o : $(
USER_DIR
)/sample1.cc $(
USER_DIR
)/sample1.h $(GTEST_HEADERS)
75
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(
USER_DIR
)/sample1.cc
77
sample1_unittest.o : $(
USER_DIR
)/sample1_unittest.cc \
78
$(
USER_DIR
)/sample1.h $(GTEST_HEADERS)
79
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(
USER_DIR
)/sample1_unittest.cc
/external/f2fs-tools/scripts/
spo_test.sh
5
USER_DIR
=/home/zeus
6
F2FS_DIR=$
USER_DIR
/f2fs_test
22
date >> $
USER_DIR
/por_result
44
count=`cat $
USER_DIR
/por_time`
48
echo 0 > $
USER_DIR
/por_time
51
echo $((count+1)) > $
USER_DIR
/por_time
/external/google-breakpad/src/testing/make/
Makefile
27
USER_DIR
= ../test
94
gmock_test.o : $(
USER_DIR
)/gmock_test.cc $(GMOCK_HEADERS)
95
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(
USER_DIR
)/gmock_test.cc
/external/guava/guava/src/com/google/common/base/
StandardSystemProperty.java
116
USER_DIR
("user.dir");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar
org.eclipse.equinox.launcher_1.1.0.v20100507.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar
/frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar
/external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
Completed in 418 milliseconds
1
2
3