Searched refs:setup (Results 126 - 150 of 458) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitter.h26 virtual void setup(const SkBitmap& device, int left, int top,
/external/mesa3d/src/gallium/docs/source/exts/
H A Dformatting.py27 def setup(app): function
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_surface.c84 lp_setup_bind_framebuffer( lp->setup, &lp->framebuffer );
H A Dlp_query.c137 lp_setup_begin_query(llvmpipe->setup, pq);
150 lp_setup_end_query(llvmpipe->setup, pq);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DIntegerResourceLoaderTest.java17 public void setup() throws Exception { method in class:IntegerResourceLoaderTest
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DResolveInfoTest.java22 public void setup() { method in class:ResolveInfoTest
/external/skia/src/core/
H A DSkSpriteBlitter.h26 virtual void setup(const SkBitmap& device, int left, int top,
/external/skia/tools/
H A DPdfRenderer.h33 virtual void setup() {} function in class:sk_tools::PdfRenderer
/external/chromium_org/tools/gn/
H A Dcommands.h83 // Given a setup that has already been run and some command-line input,
87 Setup* setup,
98 Setup* setup,
/external/llvm/utils/lit/utils/
H A Dcheck-sdist26 python setup.py sdist > /tmp/lit_sdist_log.txt
34 grep -v '^\./setup.cfg' | \
/external/libusb/libusb/
H A Dlibusb.h824 * buffer, as the setup packet comes first.
840 * Get the control setup packet of a control transfer. This convenience
841 * function is here to remind you that the control setup occupies the first
858 * Helper function to populate the setup packet (first 8 bytes of the data
862 * \param buffer buffer to output the setup packet into
883 struct libusb_control_setup *setup = (struct libusb_control_setup *) buffer; local
884 setup->bmRequestType = bmRequestType;
885 setup->bRequest = bRequest;
886 setup->wValue = libusb_cpu_to_le16(wValue);
887 setup
928 struct libusb_control_setup *setup = (struct libusb_control_setup *) buffer; local
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dopenbsd_usb.c683 struct libusb_control_setup *setup; local
689 setup = (struct libusb_control_setup *)transfer->buffer;
692 setup->bmRequestType, setup->bRequest,
693 libusb_le16_to_cpu(setup->wValue),
694 libusb_le16_to_cpu(setup->wIndex),
695 libusb_le16_to_cpu(setup->wLength), transfer->timeout);
698 req.ucr_request.bmRequestType = setup->bmRequestType;
699 req.ucr_request.bRequest = setup->bRequest;
701 (*(uint16_t *)req.ucr_request.wValue) = setup
[all...]
/external/chromium_org/third_party/protobuf/python/
H A Dsetup.py11 from setuptools import setup, Extension namespace
16 from setuptools import setup, Extension namespace
158 setup(name = 'protobuf',
162 test_suite = 'setup.MakeTestSuite',
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dbitvect_test.c146 runtest_(const char *testname, int (*testfunc)(void), void (*setup)(void), argument
150 if (setup)
151 setup();
/external/chromium_org/v8/benchmarks/
H A Dbase.js34 // do the performance measurement. The optional setup and tearDown
38 function Benchmark(name, run, setup, tearDown) {
41 this.Setup = setup ? setup : function() { };
243 // Run the setup, the actual benchmark, and the tear down in three
282 // Start out running the setup.
/external/blktrace/
H A Dbtrace.spec35 %setup -q
/external/chromium_org/third_party/cython/src/Tools/
H A Dcystdlib.py17 from distutils.core import setup namespace
117 setup(ext_modules=extensions)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_query.c137 lp_setup_begin_query(llvmpipe->setup, pq);
150 lp_setup_end_query(llvmpipe->setup, pq);
/external/chromium_org/third_party/polymer/components-chromium/core-transition/
H A Dcore-transition-css-extracted.js45 * `setup`.
68 setup: function(node) {
/external/lldb/source/Interpreter/
H A Dwrap_python.mk8 # setup target-specific variables; otherwise, this evaluates to a
/external/protobuf/python/
H A Dsetup.py10 from setuptools import setup namespace
100 setup(name = 'protobuf',
104 test_suite = 'setup.MakeTestSuite',
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewConfiguration.java73 private void setup(Context context) { method in class:ShadowViewConfiguration
91 shadowOf(viewConfiguration).setup(context);
/external/valgrind/main/none/tests/linux/
H A Dmremap2.c45 char* setup ( void* other_stuff, int other_len ) function
131 src = setup( tidythis, tidylen );
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-scope.rb9 def setup method in class:TestDFA
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_preflight.sh22 logger An error occurred during Chrome Remote Desktop setup.

Completed in 884 milliseconds

1234567891011>>