/external/clang/unittests/Frontend/ |
Makefile | 1 ##===- unittests/Frontend/Makefile -------------------------*- Makefile -*-===## 11 TESTNAME = Frontend
|
/external/iproute2/man/man8/ |
genl.8 | 3 genl \- generic netlink utility frontend 31 utility provides a simple frontend to the generic netlink library. Although it's
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.8 | 20 supports separate frontend programs and an example text-based frontend,
|
/external/clang/docs/ |
FAQ.rst | 35 ``clang -cc1`` is the frontend, ``clang`` is the :doc:`driver 36 <DriverInternals>`. The driver invokes the frontend with options appropriate 43 Some clang command line options are driver-only options, some are frontend-only 44 options. Frontend-only options are intended to be used only by clang developers. 48 If you want to use a frontend-only option ("a ``-cc1`` option"), for example
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
ModelInjector.cpp | 13 #include "clang/Frontend/ASTUnit.h" 14 #include "clang/Frontend/CompilerInstance.h" 15 #include "clang/Frontend/FrontendAction.h" 18 #include "clang/StaticAnalyzer/Frontend/FrontendActions.h" 89 // The instance wants to take ownership, however DisableFree frontend option
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
reverseproxy_test.go | 65 frontend := httptest.NewServer(proxyHandler) 66 defer frontend.Close() 68 getReq, _ := http.NewRequest("GET", frontend.URL, nil) 128 frontend := httptest.NewServer(proxyHandler) 129 defer frontend.Close() 131 getReq, _ := http.NewRequest("GET", frontend.URL, nil) 151 reqSuffix string // suffix to add to frontend's request URL 172 frontend := httptest.NewServer(NewSingleHostReverseProxy(backendURL)) 173 req, _ := http.NewRequest("GET", frontend.URL+tt.reqSuffix, nil) 183 frontend.Close( [all...] |
/prebuilts/go/linux-x86/src/net/http/httputil/ |
reverseproxy_test.go | 65 frontend := httptest.NewServer(proxyHandler) 66 defer frontend.Close() 68 getReq, _ := http.NewRequest("GET", frontend.URL, nil) 128 frontend := httptest.NewServer(proxyHandler) 129 defer frontend.Close() 131 getReq, _ := http.NewRequest("GET", frontend.URL, nil) 151 reqSuffix string // suffix to add to frontend's request URL 172 frontend := httptest.NewServer(NewSingleHostReverseProxy(backendURL)) 173 req, _ := http.NewRequest("GET", frontend.URL+tt.reqSuffix, nil) 183 frontend.Close( [all...] |
/external/clang/include/clang/Frontend/ |
CompilerInvocation.h | 17 #include "clang/Frontend/CodeGenOptions.h" 18 #include "clang/Frontend/DependencyOutputOptions.h" 19 #include "clang/Frontend/FrontendOptions.h" 20 #include "clang/Frontend/LangStandard.h" 21 #include "clang/Frontend/MigratorOptions.h" 22 #include "clang/Frontend/PreprocessorOutputOptions.h" 117 /// Options controlling the frontend itself.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
frontend.h | 2 * frontend.h 65 FE_CAN_TURBO_FEC = 0x8000000, /* frontend supports "turbo fec modulation" */ 66 FE_CAN_2G_MODULATION = 0x10000000, /* frontend supports "2nd generation modulation" (DVB-S2) */ 67 FE_NEEDS_BENDING = 0x20000000, /* not supported anymore, don't use (frontend requires frequency bending) */ 68 FE_CAN_RECOVER = 0x40000000, /* frontend can recover from a cable unplug automatically */ 69 FE_CAN_MUTE_TS = 0x80000000 /* frontend can stop spurious TS data output */ 131 FE_REINIT = 0x40 /* frontend was reinitialized, */ 396 * status, and hence no frontend events will be generated. If a frontend device
|
/external/autotest/cli/ |
atest_migrate_host | 5 from autotest_lib.server import frontend namespace 8 old = frontend.AFE(web_server='http://' + sys.argv[1]) 9 new = frontend.AFE(web_server='http://' + sys.argv[2])
|
/external/autotest/frontend/ |
apache_auth.py | 7 from autotest_lib.frontend import thread_local 8 from autotest_lib.frontend.afe import models, management 17 frontend.afe.models.User database.
|
frontend.wsgi | 14 os.environ['DJANGO_SETTINGS_MODULE'] = 'frontend.settings'
|
/external/autotest/frontend/tko/ |
csv_encoder_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.tko import csv_encoder
|
/external/autotest/scheduler/ |
agent_task_unittest.py | 4 from autotest_lib.frontend import setup_django_environment 5 from autotest_lib.frontend.afe import frontend_test_utils 7 from autotest_lib.frontend.afe import models
|
/external/autotest/server/cros/dynamic_suite/ |
tools_unittest.py | 17 from autotest_lib.server import frontend namespace 32 self.afe = self.mox.CreateMock(frontend.AFE) 33 self.tko = self.mox.CreateMock(frontend.TKO)
|
/external/clang/ |
Android.mk | 103 lib/Frontend \ 104 lib/Frontend/Rewrite \ 114 lib/StaticAnalyzer/Frontend \
|
/external/autotest/client/common_lib/ |
host_queue_entry_states.py | 5 that frontend.afe.models depends on such as RPC clients.
|
/external/autotest/frontend/afe/ |
rpc_client_lib.py | 38 __file__, 'autotest_lib.frontend.afe.site_rpc_client_lib',
|
/external/autotest/frontend/db/backends/afe/ |
compiler.py | 2 from autotest_lib.frontend.afe.model_logic import _quote_name
|
/external/autotest/frontend/db/backends/afe_sqlite/ |
compiler.py | 2 from autotest_lib.frontend.afe.model_logic import _quote_name
|
/external/autotest/tko/ |
jsonp_fetcher.cgi | 5 from autotest_lib.frontend.afe.json_rpc import serviceHandler
|
/external/autotest/utils/ |
site_test_importer_attributes.py | 11 from autotest_lib.frontend.afe import models
|
/external/clang/include/clang/StaticAnalyzer/Frontend/ |
FrontendActions.h | 1 //===-- FrontendActions.h - Useful Frontend Actions -------------*- C++ -*-===// 13 #include "clang/Frontend/FrontendAction.h" 33 /// \brief Frontend action to parse model files. 35 /// This frontend action is responsible for parsing model files. Model files can
|
/external/clang/lib/Frontend/ |
ChainedDiagnosticConsumer.cpp | 10 #include "clang/Frontend/ChainedDiagnosticConsumer.h"
|
Makefile | 1 ##===- clang/lib/Frontend/Makefile -------------------------*- Makefile -*-===##
|