Searched refs:setup (Results 176 - 200 of 458) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.c61 /* This will also destroy llvmpipe->setup:
166 llvmpipe->setup = lp_setup_create( &llvmpipe->pipe,
168 if (!llvmpipe->setup)
H A Dlp_context.h119 struct lp_setup_context *setup; member in struct:llvmpipe_context
143 * Fragment and setup variant count, used to trigger garbage collection.
/external/skia/
H A Dmake.bat10 rem Skip environment setup on bots.
/external/skia/platform_tools/android/bin/
H A Dandroid_gdb_apk47 GDBSETUP=$GDB_TMP_DIR/gdb.setup
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTokenStream.h63 - (void)setup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTokenStream.h63 - (void)setup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTokenStream.h63 - (void)setup;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonTokenStream.h61 - (void)setup;
/external/chromium_org/remoting/webapp/unittests/
H A Dmenu_button_unittest.js14 setup: function() {
H A Dxmpp_login_handler_unittest.js20 setup: function() {
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/
H A Ddromaeorunner.js5 setup: function(testName) {
3 setup: function(testName) { method
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_context.h119 struct lp_setup_context *setup; member in struct:llvmpipe_context
143 * Fragment and setup variant count, used to trigger garbage collection.
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec41 %setup -q
101 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0 rpm/README.susefirewall
/external/icu/icu4c/source/i18n/unicode/
H A Dtmutfmt.h204 void setup(UErrorCode& status);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DRegAllocSolver.h92 void setup(const Vector& Costs) { function in class:PBQP::RegAlloc::NodeMetadata
155 setup();
162 G.getNodeMetadata(NId).setup(G.getNodeCosts(NId));
257 void setup() { function in class:PBQP::RegAlloc::RegAllocSolverImpl
/external/oprofile/module/
H A Doprofile.h87 /* counter setup */
111 /* setup the handler from profiling parameters. Return 0 on success */
112 int (*setup)(void); member in struct:op_int_operations
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DRatingBarTest.java29 public void setup() { method in class:RatingBarTest
H A DSensorManagerTest.java25 public void setup() { method in class:SensorManagerTest
H A DSmsManagerTest.java26 public void setup() { method in class:SmsManagerTest
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py11 from setuptools import setup namespace
14 from distutils.core import setup namespace
282 setup(name='antlr_python_runtime',
/external/chromium_org/third_party/cython/src/
H A Dsetup.py3 from setuptools import setup, Extension namespace
5 from distutils.core import setup, Extension namespace
66 # specific to setup
292 setup(
/external/chromium_org/v8/test/perf-test/Collections/
H A Dbase.js22 // do the performance measurement. The optional setup and tearDown
27 run, setup, tearDown, rmsResult, minIterations) {
33 this.Setup = setup ? setup : function() { };
326 // Run the setup, the actual benchmark, and the tear down in three
365 // Start out running the setup.
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h206 #define unit_test_setup(test, setup) \
207 { #test "_" #setup, setup, UNIT_TEST_FUNCTION_TYPE_SETUP }
211 /* Initialize an array of UnitTest structures with a setup function for a test
212 * and a teardown function. Either setup or teardown can be NULL.
214 #define unit_test_setup_teardown(test, setup, teardown) \
215 unit_test_setup(test, setup), \
280 // Function prototype for setup, test and teardown functions.
294 * NOTE: Every setup function must be paired with a teardown function. It's
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sco.c181 p_setup = &p_sco->esco.setup;
185 else /* Use the last setup passed thru BTM_SetEscoMode (or defaults) */
651 p_setup = &p->esco.setup;
683 /* If role change is in progress, do not proceed with SCO setup
749 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
782 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
960 parms.packet_types = p->esco.setup.packet_types;
962 parms.max_latency = p->esco.setup.max_latency;
963 parms.retrans_effort = p->esco.setup.retrans_effort;
1194 parms.max_latency = p->esco.setup
[all...]
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc346 SetupListener setup(GetUser());
362 if (!setup.WaitResponce(base::TimeDelta::FromSeconds(30)))
366 if (setup.user_data_dir().empty())
369 if (setup.chrome_path().empty())
372 if (!setup.is_xps_available())
375 base::FilePath file = setup.user_data_dir();
387 contents = ChromeLauncher::CreateServiceStateFile(proxy_id, setup.printers());

Completed in 765 milliseconds

1234567891011>>