Searched refs:frontend (Results 1 - 25 of 187) sorted by relevance

12345678

/external/autotest/frontend/afe/
H A Ddirect_afe.py7 import autotest_lib.server.frontend as frontend namespace
8 from autotest_lib.frontend.afe import rpc_interface
10 class directAFE(frontend.AFE):
12 A wrapper for frontend.AFE which exposes all of the AFE
H A Durls.py2 from autotest_lib.frontend import settings, urls_common
3 from autotest_lib.frontend.afe.feeds import feed
10 urls_common.generate_patterns('frontend.afe', 'AfeClient'))
14 '', (r'^upload/', 'frontend.afe.views.handle_file_upload'))
19 (r'^model_doc/', 'frontend.afe.views.model_documentation'),
20 (r'^feeds/(?P<url>.*)/$', 'frontend.afe.feeds.feed.feed_view',
H A Ddirect_afe_unittest.py6 from autotest_lib.frontend import setup_django_lite_environment
7 from autotest_lib.frontend.afe import direct_afe
/external/clang/include/clang/Frontend/
H A DLangStandard.h18 namespace frontend { namespace in namespace:clang
59 bool hasLineComments() const { return Flags & frontend::LineComment; }
62 bool isC89() const { return Flags & frontend::C89; }
65 bool isC99() const { return Flags & frontend::C99; }
68 bool isC11() const { return Flags & frontend::C11; }
71 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
74 bool isCPlusPlus11() const { return Flags & frontend::CPlusPlus11; }
77 bool isCPlusPlus14() const { return Flags & frontend::CPlusPlus14; }
80 bool isCPlusPlus1z() const { return Flags & frontend::CPlusPlus1z; }
83 bool hasDigraphs() const { return Flags & frontend
[all...]
/external/autotest/contrib/
H A Drepair_hosts12 from autotest_lib.server import frontend namespace
28 frontend.AFE().repair_hosts(hostnames=sys.argv[1:])
H A Dreverify_hosts12 from autotest_lib.server import frontend namespace
28 frontend.AFE().reverify_hosts(hostnames=sys.argv[1:])
H A Dshared_hosts.py8 from autotest_lib.server import frontend namespace
10 cautotest = frontend.AFE(server='cautotest')
11 cautotest_cq = frontend.AFE(server='cautotest-cq')
/external/autotest/site_utils/admin/scripts/
H A Dcli2hbs.sh29 mkdir -p ${TARGET_DIR}/frontend/afe
30 touch ${TARGET_DIR}/frontend/__init__.py
31 touch ${TARGET_DIR}/frontend/afe/__init__.py
32 cp -uv ${AUTOTEST_DIR}/frontend/common.py \
33 ${TARGET_DIR}/frontend
34 cp -fpruv ${AUTOTEST_DIR}/frontend/afe/json_rpc \
35 ${TARGET_DIR}/frontend/afe
36 cp -uv ${AUTOTEST_DIR}/frontend/afe/rpc_client_lib.py \
37 ${TARGET_DIR}/frontend/afe
39 ${AUTOTEST_TOOLS_DIR}/autotest/syncfiles/frontend/af
[all...]
/external/autotest/frontend/
H A Dsettings_readonly.py9 from autotest_lib.frontend.settings import *
H A Ddjango_lite_unittest.py7 from autotest_lib.frontend import setup_django_lite_environment
8 from autotest_lib.frontend.afe import frontend_test_utils
9 from autotest_lib.frontend.afe import models
H A Dsetup_django_lite_environment.py5 'autotest_lib.frontend.settings_lite')
7 from autotest_lib.frontend.afe import readonly_connection
/external/autotest/apache/conf/
H A Ddjango-directives36 RewriteCond /usr/local/autotest/frontend/frontend.wsgi -f
37 RewriteRule ^/(afe|new_tko)/server(.*) /usr/local/autotest/frontend/frontend.wsgi [H=wsgi-script]
39 RewriteCond /usr/lib/python2.7/site-packages/autotest/frontend/frontend.wsgi -f
40 RewriteRule ^/(afe|new_tko)/server(.*) /usr/lib/python2.7/site-packages/autotest/frontend/frontend.wsgi [H=wsgi-script]
42 RewriteCond /usr/lib/python2.6/site-packages/autotest/frontend/frontend
[all...]
/external/autotest/site_utils/rpm_control_system/
H A Dfrontend_server_unittest.py33 self.frontend = frontend_server.RPMFrontendServer()
34 self.frontend._rpm_info[DUT_HOSTNAME] = utils.PowerUnitInfo(
49 self.frontend.queue_request, DUT_HOSTNAME, NEW_STATE)
59 self.frontend._rpm_info[DUT_HOSTNAME],
62 self.frontend.register_dispatcher(FAKE_DISPATCHER_URI1)
63 self.assertTrue(self.frontend.queue_request(DUT_HOSTNAME, NEW_STATE))
74 self.frontend._rpm_info[DUT_HOSTNAME],
77 self.frontend.register_dispatcher(FAKE_DISPATCHER_URI1)
78 self.assertFalse(self.frontend.queue_request(DUT_HOSTNAME, NEW_STATE))
89 self.frontend
[all...]
/external/autotest/server/cros/network/
H A Drf_switch_client_box_test.py16 rf_switch_client_box.frontend = mock.MagicMock()
17 self.client_box_host = rf_switch_client_box.frontend.Host('', '')
25 rf_switch_client_box.frontend = mock.MagicMock()
26 dut_host = rf_switch_client_box.frontend.Host('', '')
30 afe_instance = rf_switch_client_box.frontend.AFE()
41 rf_switch_client_box.frontend = mock.MagicMock()
42 afe_instance =rf_switch_client_box.frontend.AFE()
51 rf_switch_client_box.frontend = mock.MagicMock()
52 stumpy_host = rf_switch_client_box.frontend.Host('', '')
55 afe_instance = rf_switch_client_box.frontend
[all...]
H A Drf_switch_utils.py8 from autotest_lib.server import frontend namespace
23 afe = frontend.AFE(
45 afe = frontend.AFE(
/external/autotest/frontend/tko/
H A Dviews.py1 from autotest_lib.frontend.tko import rpc_interface
2 from autotest_lib.frontend.tko import csv_encoder
3 from autotest_lib.frontend.afe import rpc_handler
H A Durls.py3 from autotest_lib.frontend import settings, urls_common
6 urls_common.generate_patterns('frontend.tko', 'TkoClient'))
10 (r'^(?:|noauth/)jsonp_rpc/', 'frontend.tko.views.handle_jsonp_rpc'),
11 (r'^(?:|noauth/)csv/', 'frontend.tko.views.handle_csv'),
12 (r'^(?:|noauth/)plot/', 'frontend.tko.views.handle_plot'))
/external/autotest/site_utils/
H A Dclear.sh27 ${AUTOTEST_DIR}/frontend/manage.py dbshell <<END
33 ${AUTOTEST_DIR}/frontend/manage.py syncdb --noinput
34 ${AUTOTEST_DIR}/frontend/manage.py syncdb --noinput
H A Dcount_jobs.py14 from autotest_lib.frontend import setup_django_environment
15 from autotest_lib.frontend.afe import models
H A Dcount_jobs_unittest.py12 from autotest_lib.frontend import setup_django_readonly_environment
13 from autotest_lib.frontend import setup_test_environment
14 from autotest_lib.frontend.afe import models
/external/autotest/utils/
H A Dreverify_repair_failed.py14 from autotest_lib.server import frontend namespace
21 help='Hostname of the autotest frontend RPC server.')
26 afe_client = frontend.AFE(debug=False, server=options.server)
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h22 namespace frontend { namespace in namespace:clang
50 frontend::IncludeDirGroup Group;
58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
/external/autotest/server/
H A Dfrontend_unittest.py6 """Tests for server.frontend."""
15 from autotest_lib.frontend.afe import rpc_client_lib
16 from autotest_lib.server import frontend namespace
46 frontend.RpcClient('/path', None, None, None, None, None)
/external/autotest/tko/
H A Dmachine_test_attribute_graph.cgi10 from autotest_lib.tko import db, display, frontend, plotgraph namespace
21 machine = frontend.machine.select(db, {'machine_idx' : machine_idx})[0]
25 for test in frontend.test.select(db, where):
H A Dmachine_aggr.cgi10 from autotest_lib.tko import db, display, frontend, plotgraph namespace
49 machine = frontend.machine.select(db, {'hostname' : machine_idx})[0]
69 for test in frontend.test.select(db, where):
86 kernel_base = frontend.kernel.select(db, {'printable' : kernels_sort[0]})[0]
87 for test in frontend.test.select(db, { 'subdir' : benchmark, 'machine_idx' : machine.idx, 'kernel_idx' : kernel_base.idx}):
94 for test in frontend.test.select(db, where, wherein):

Completed in 340 milliseconds

12345678