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

  /system/connectivity/shill/bin/
shill_login_user 130 test_profile="$profile_dir/shill.profile.test"
131 mv "$old_profile" "$test_profile" ||
138 if [ -h "$test_profile" ] ; then
140 elif [ ! -f "$test_profile" ] ; then
142 elif [ ! -O "$test_profile" ] ; then
146 mv "$test_profile" "$profile" ||
149 rm -rf "$test_profile"
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_profilemiddleware.py 18 def test_profile(): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cprofile.py 6 # rip off all interesting stuff from test_profile
8 from test.test_profile import ProfileTest, regenerate_expected_output
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cprofile.py 6 # rip off all interesting stuff from test_profile
8 from test.test_profile import ProfileTest, regenerate_expected_output
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 6 # rip off all interesting stuff from test_profile
8 from test.test_profile import ProfileTest, regenerate_expected_output
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 6 # rip off all interesting stuff from test_profile
8 from test.test_profile import ProfileTest, regenerate_expected_output
  /external/e2fsprogs/e2fsck/
Makefile.in 195 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
198 $(Q) $(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \
279 test_profile

Completed in 515 milliseconds