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

  /external/libcxx/buildcmds/
configtests.py 31 with open('external/libcxx/buildcmds/testconfig.mk', 'w') as test_config:
33 print('LOCAL_CLANG := true', file=test_config)
35 print('LOCAL_CLANG := false', file=test_config)
38 print('LOCAL_MULTILIB := 32', file=test_config)
40 print('LOCAL_MULTILIB := 64', file=test_config)
44 file=test_config)
52 file=test_config)
55 print('include $(BUILD_HOST_EXECUTABLE)', file=test_config)
57 print('include $(BUILD_EXECUTABLE)', file=test_config)
  /external/e2fsprogs/tests/
test_one.in 25 if test "$TEST_CONFIG"x = x; then
26 TEST_CONFIG=$SRCDIR/test_config
29 . $TEST_CONFIG
  /external/ppp/pppd/plugins/radius/
config.c 21 static int test_config(char *);
256 return test_config(filename);
301 * Function: test_config
308 static int test_config(char *filename) function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 11 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
test_register.py 15 from distutils.tests.test_config import PyPIRCCommandTestCase
test_sdist.py 28 from distutils.tests.test_config import PyPIRCCommandTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 11 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
test_register.py 15 from distutils.tests.test_config import PyPIRCCommandTestCase
test_sdist.py 28 from distutils.tests.test_config import PyPIRCCommandTestCase
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
extras_sessions_test.py 17 def test_config(self): member in class:TestSecureCookieSession
  /external/mesa3d/src/glx/
glxcmds.c 1173 struct glx_config test_config; local
1227 struct glx_config test_config; local
    [all...]

Completed in 460 milliseconds