Searched defs:frontend (Results 26 - 50 of 55) sorted by relevance

123

/external/autotest/server/cros/
H A Dhost_lock_manager_unittest.py13 from autotest_lib.server import frontend namespace
30 """Fake version of Host object defiend in server/frontend.py.
74 self.afe = self.mox.CreateMock(frontend.AFE)
H A Drepair_utils.py14 from autotest_lib.server import frontend namespace
101 rpc = frontend.AFE()
H A Dsonic_client_utils.py27 from autotest_lib.server import frontend namespace
152 afe = frontend.AFE(debug=True)
/external/autotest/server/cros/network/
H A Dchaos_clique_utils.py14 from autotest_lib.server import frontend namespace
35 afe = frontend.AFE(debug=True,
51 afe = frontend.AFE(debug=True,
/external/autotest/server/
H A Dfrontend_unittest.py6 """Tests for server.frontend."""
14 from autotest_lib.frontend.afe import rpc_client_lib
15 from autotest_lib.server import frontend namespace
43 frontend.RpcClient('/path', None, None, None, None, None)
61 my_afe = frontend.AFE(user='david')
H A Dsite_autotest.py44 from autotest_lib.server import frontend namespace
46 afe = frontend.AFE(debug=False)
H A Dautoserv61 from autotest_lib.server import frontend namespace
276 afe = frontend.AFE()
703 afe = frontend.AFE()
/external/autotest/site_utils/
H A Dbalance_pools.py66 from autotest_lib.server import frontend namespace
583 afe = frontend.AFE(server=None)
H A Ddut_status.py112 from autotest_lib.server import frontend namespace
266 @param afe Autotest frontend
304 @param afe Autotest frontend
362 @param afe Autotest frontend
429 help='Master autotest frontend hostname. If no value '
443 afe = frontend.AFE(server=arguments.web)
H A Dlabel_cleaner.py34 from autotest_lib.server import frontend namespace
142 server = frontend.AFE(server=GLOBAL_AFE).run(
/external/autotest/tko/
H A Ddisplay.py2 import frontend, reason_qualifier namespace
H A Dcompose_query.cgi16 from autotest_lib.tko import display, frontend, db, query_lib namespace
93 if field_input and field_input in frontend.test_view_field_dict:
153 job_path = frontend.html_root + job_tag + '/'
167 for option in sorted(frontend.test_view_field_dict.keys()):
262 condition_field, frontend.test_view_field_dict)
282 test_data = frontend.get_matrix_data(db_obj, column, row, where,
/external/autotest/contrib/
H A Dlog_distiller.py18 from autotest_lib.server import frontend namespace
359 rpc = frontend.AFE()
/external/autotest/server/cros/clique_lib/
H A Dclique_dut_locker.py14 from autotest_lib.server import frontend namespace
163 afe = frontend.AFE(debug=True,
/external/autotest/site_utils/autoupdate/
H A Dfull_release_test.py22 from autotest_lib.server import frontend namespace
365 @param afe: instance of server.frontend.AFE to use to create job.
510 afe = frontend.AFE(debug=(args.log_level == _log_debug))
/external/autotest/site_utils/deployment/
H A Dinstall.py67 from autotest_lib.server import frontend namespace
242 # the AFE frontend may print 'FAILED RPC CALL' (boo, hiss). We
451 afe = frontend.AFE(server=arguments.web)
551 afe = frontend.AFE(server=arguments.web)
/external/autotest/site_utils/rpm_control_system/
H A Dfrontend_server.py21 from autotest_lib.server import frontend namespace
49 This class is the frontend server of the RPM Infrastructure. All clients
55 to this frontend server who will send the result back to the client.
93 self._afe = frontend.AFE()
173 logging.error("Can't reach any dispatchers. Check frontend network "
276 Called by a dispatcher server so that the frontend server knows it is
292 Called by a dispatcher server as it exits so that the frontend server
360 Main function used to launch the frontend server. Creates an instance of
/external/autotest/site_utils/suite_scheduler/
H A Ddeduping_scheduler_unittest.py19 from autotest_lib.server import frontend, site_utils namespace
44 self.afe = self.mox.CreateMock(frontend.AFE)
H A Ddriver_unittest.py17 from autotest_lib.server import frontend namespace
29 self.afe = self.mox.CreateMock(frontend.AFE)
84 mocks.append(self.mox.CreateMock(frontend.Label))
/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/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.c49 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit
60 struct draw_pt_front_end *frontend = NULL; local
109 frontend = draw->pt.frontend;
111 if (frontend ) {
119 frontend = NULL;
122 * This could be improved so only the frontend is flushed since it
126 frontend->flush( frontend, DRAW_FLUSH_STATE_CHANGE );
127 frontend
[all...]
H A Ddraw_pt_vsplit.c146 static void vsplit_prepare(struct draw_pt_front_end *frontend, argument
151 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend;
181 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) argument
183 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend;
192 static void vsplit_destroy(struct draw_pt_front_end *frontend) argument
194 FREE(frontend);
/external/autotest/frontend/afe/
H A Drpc_interface_unittest.py7 from autotest_lib.frontend import setup_django_environment
8 from autotest_lib.frontend.afe import frontend_test_utils
9 from autotest_lib.frontend.afe import models, rpc_interface, frontend_test_utils
10 from autotest_lib.frontend.afe import model_logic, model_attributes
17 from autotest_lib.server import frontend namespace
453 self.god.stub_class_method(frontend.AFE, 'run')
/external/autotest/server/cros/dynamic_suite/
H A Djob_status_unittest.py19 from autotest_lib.server import frontend namespace
37 self.afe = self.mox.CreateMock(frontend.AFE)
38 self.tko = self.mox.CreateMock(frontend.TKO)
/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,

Completed in 978 milliseconds

123