HomeSort by relevance Sort by last modified time
    Searched refs:frontend (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/include/clang/Frontend/
LangStandard.h 18 namespace frontend { namespace in namespace:clang
43 #include "clang/Frontend/LangStandards.def"
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;
    [all...]
  /external/autotest/contrib/
reverify_hosts 12 from autotest_lib.server import frontend namespace
23 frontend.AFE().reverify_hosts(hostnames=sys.argv[1:])
shared_hosts.py 8 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/
cli2hbs.sh 29 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/afe/site_rpc_client_lib.py
    [all...]
  /external/autotest/frontend/afe/
direct_afe.py 7 import autotest_lib.server.frontend as frontend namespace
8 from autotest_lib.frontend.afe import site_rpc_interface
9 from autotest_lib.frontend.afe import rpc_interface
11 class directAFE(frontend.AFE):
13 A wrapper for frontend.AFE which exposes all of the AFE
direct_afe_unittest.py 6 from autotest_lib.frontend import setup_django_lite_environment
7 from autotest_lib.frontend.afe import direct_afe
  /external/autotest/frontend/
settings_readonly.py 9 from autotest_lib.frontend.settings import *
django_lite_unittest.py 7 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
frontend_unittest.py 5 from autotest_lib.frontend import setup_django_environment
6 from autotest_lib.frontend import setup_test_environment
7 from autotest_lib.frontend.afe import test
26 doctest_runner = test.DoctestRunner(_APP_DIR, 'frontend.afe')
28 self.assert_(errors == 0, '%s failures in frontend unit tests' % errors)
setup_django_lite_environment.py 5 'autotest_lib.frontend.settings_lite')
7 from autotest_lib.frontend.afe import readonly_connection
  /external/autotest/site_utils/rpm_control_system/
frontend_server_unittest.py 33 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._rpm_info[DUT_HOSTNAME]
    [all...]
  /external/autotest/frontend/health/
manual_check_passing_experimental.py 12 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 as afe_models
15 from autotest_lib.frontend.health import passing_experimental
16 from autotest_lib.frontend.tko import models as tko_models
  /external/autotest/site_utils/
clear.sh 27 ${AUTOTEST_DIR}/frontend/manage.py dbshell <<END
33 ${AUTOTEST_DIR}/frontend/manage.py syncdb --noinput
34 ${AUTOTEST_DIR}/frontend/manage.py syncdb --noinput
count_jobs.py 14 from autotest_lib.frontend import setup_django_environment
15 from autotest_lib.frontend.afe import models
count_jobs_unittest.py 12 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/frontend/tko/
urls.py 3 from autotest_lib.frontend import settings, urls_common
4 from autotest_lib.frontend.tko import resources
7 urls_common.generate_patterns('frontend.tko', 'TkoClient'))
19 (r'^(?:|noauth/)jsonp_rpc/', 'frontend.tko.views.handle_jsonp_rpc'),
20 (r'^(?:|noauth/)csv/', 'frontend.tko.views.handle_csv'),
21 (r'^(?:|noauth/)plot/', 'frontend.tko.views.handle_plot'),
resources_test_fixme.py 5 from autotest_lib.frontend import setup_django_environment
6 from autotest_lib.frontend import setup_test_environment
8 from autotest_lib.frontend.shared import resource_test_utils
9 from autotest_lib.frontend.tko import models, rpc_interface_unittest
views.py 2 from autotest_lib.frontend.tko import rpc_interface, graphing_utils
3 from autotest_lib.frontend.tko import csv_encoder
4 from autotest_lib.frontend.afe import rpc_handler, rpc_utils
  /external/autotest/utils/
reverify_repair_failed.py 14 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/
HeaderSearchOptions.h 22 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/tko/
machine_test_attribute_graph.cgi 10 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):
machine_aggr.cgi 10 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):
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.c 49 * - 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 = NULL
    [all...]
draw_pt_vsplit.c 146 static void vsplit_prepare(struct draw_pt_front_end *frontend,
151 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend;
181 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags)
183 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend;
192 static void vsplit_destroy(struct draw_pt_front_end *frontend)
194 FREE(frontend);
  /external/autotest/apache/conf/
django-directives 106 RewriteCond /usr/local/autotest/frontend/frontend.wsgi -f
107 RewriteRule ^/(afe|new_tko)/server(.*) /usr/local/autotest/frontend/frontend.wsgi [H=wsgi-script]
109 RewriteCond /usr/lib/python2.7/site-packages/autotest/frontend/frontend.wsgi -f
110 RewriteRule ^/(afe|new_tko)/server(.*) /usr/lib/python2.7/site-packages/autotest/frontend/frontend.wsgi [H=wsgi-script]
112 RewriteCond /usr/lib/python2.6/site-packages/autotest/frontend/frontend.wsgi -
    [all...]

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 9