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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/
CMakeLists.txt 3 add_subdirectory(Frontend)
  /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
  /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'),
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
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
  /external/autotest/apache/conf/
embedded-spreadsheet-directives 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.EmbeddedSpreadsheetClient -d
6 RewriteRule ^/embedded_spreadsheet(.*) /usr/local/autotest/frontend/client/www/autotest.EmbeddedSpreadsheetClient/$1
9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.EmbeddedSpreadsheetClient -d
10 RewriteRule ^/embedded_spreadsheet(.*) /usr/share/autotest/frontend/client/www/autotest.EmbeddedSpreadsheetClient/$1
embedded-tko-directives 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.EmbeddedTkoClient -d
6 RewriteRule ^/embedded_tko(.*) /usr/local/autotest/frontend/client/www/autotest.EmbeddedTkoClient/$1
9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.EmbeddedTkoClient -d
10 RewriteRule ^/embedded_tko(.*) /usr/share/autotest/frontend/client/www/autotest.EmbeddedTkoClient/$1
moblab-setup-directives 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.MoblabSetupClient -d
6 RewriteRule ^/moblab_setup((?!\/server\/).*)$ /usr/local/autotest/frontend/client/www/autotest.MoblabSetupClient/$1
9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.MoblabSetupClient -d
10 RewriteRule ^/moblab_setup((?!\/server\/).*)$ /usr/share/autotest/frontend/client/www/autotest.MoblabSetupClient/$1
afe-directives 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.AfeClient -d
6 RewriteRule ^/afe((?!\/server\/).*)$ /usr/local/autotest/frontend/client/www/autotest.AfeClient/$1
9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.AfeClient -d
10 RewriteRule ^/afe((?!\/server\/).*)$ /usr/share/autotest/frontend/client/www/autotest.AfeClient/$1
new-tko-directives 5 RewriteCond /usr/local/autotest/frontend/client/www/autotest.TkoClient -d
6 RewriteRule ^/new_tko((?!\/server\/).*)$ /usr/local/autotest/frontend/client/www/autotest.TkoClient/$1
9 RewriteCond /usr/share/autotest/frontend/client/www/autotest.TkoClient -d
10 RewriteRule ^/new_tko((?!\/server\/).*)$ /usr/share/autotest/frontend/client/www/autotest.TkoClient/$1
  /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/
setup_django_lite_environment.py 5 'autotest_lib.frontend.settings_lite')
7 from autotest_lib.frontend.afe import readonly_connection
setup_django_readonly_environment.py 3 This sets the DJANGO_SETTINGS_MODULE to point to frontend/settings_readonly.py.
12 'autotest_lib.frontend.settings_readonly')
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)
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
LICENSE 1 The files under the frontend directory are dual-licensed, and released under
settings_lite.py 14 'frontend.afe',
15 # 'frontend.tko',
urls.py 13 handler500 = 'frontend.afe.views.handler500'
18 (RE_PREFIX, defaults.include('frontend.afe.urls')),
19 (TKO_RE_PREFIX, defaults.include('frontend.tko.urls')),
27 '', (TKO_RE_PREFIX, defaults.include('frontend.tko.site_urls')))
33 'frontend.afe.views.redirect_with_extra_data',
  /external/autotest/contrib/
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/frontend/db/backends/afe_sqlite/
base.py 2 Autotest frontend SQLite based compiler.
9 compiler_module = "autotest_lib.frontend.db.backends.afe_sqlite.compiler"
  /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/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/clang/test/CodeGen/
branch-target-layout.c 4 // No assumption may be made about the order that a frontend emits branch
7 // order must start with the frontend.
9 // Note that the frontend inverts branches to simplify the condition, so the
  /external/autotest/apache/
autotest.wsgi 7 # The frontend directory needs to be added to our path for the WSGI
10 os.path.join(os.path.dirname(__file__, '..', 'frontend'))
  /external/clang/lib/
CMakeLists.txt 17 add_subdirectory(Frontend)

Completed in 2502 milliseconds

1 2 3 4 5 6 7 8 91011>>