HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 101 - 125 of 572) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/core/
SkSpriteBlitter.h 23 virtual void setup(const SkBitmap& device, int left, int top,
  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.h 33 status_t setup(const sp<ASessionDescription> &desc);
  /frameworks/rs/driver/
rsdVertexArray.h 52 void setup(const android::renderscript::Context *rsc) const;
  /frameworks/rs/
rsFBOCache.h 40 void setup(Context *);
rsProgramFragment.h 35 virtual void setup(Context *, ProgramFragmentState *);
rsProgramRaster.h 48 virtual void setup(const Context *, ProgramRasterState *);
rsProgramVertex.h 35 virtual void setup(Context *rsc, ProgramVertexState *state);
  /packages/apps/Email/src/com/android/email/mail/store/
ExchangeStore.java 48 return com.android.email.activity.setup.AccountSetupExchange.class;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 73 struct snd_pcm_oss_setup setup; /* active setup */ member in struct:snd_pcm_oss_substream
77 struct snd_pcm_oss_setup *setup_list; /* setup list */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 73 struct snd_pcm_oss_setup setup; /* active setup */ member in struct:snd_pcm_oss_substream
77 struct snd_pcm_oss_setup *setup_list; /* setup list */
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_start.c 75 if ((err = cipher_descriptor[cipher].setup(tkey, keylen, num_rounds, &f8->key)) != CRYPT_OK) {
91 return cipher_descriptor[cipher].setup(key, keylen, num_rounds, &f8->key);
  /external/llvm/utils/lit/utils/
check-sdist 25 python setup.py sdist > /tmp/lit_sdist_log.txt
33 grep -v '^\./setup.cfg' | \
  /external/webp/src/dec/
decode_vp8.h 31 // /* customize io's functions (setup()/put()/teardown()) if needed. */
70 // Must return false in case of setup error, true otherwise. If false is
71 // returned, teardown() will NOT be called. But if the setup succeeded
73 VP8IoSetupHook setup; member in struct:VP8Io
76 // during put()). Is NOT called if setup() failed.
80 // is set when calling setup() hook and can be overwritten by it. It then
116 VP8IoSetupHook setup,
  /external/libusb/libusb/
libusb.h 511 * Setup packet for control transfers. */
824 * 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)
928 struct libusb_control_setup *setup = (struct libusb_control_setup *) buffer; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 87 setup(); method
95 setup(); method
102 private void setup() { method in class:OutputSurface
  /external/libusb_aah/libusb/os/
openbsd_usb.c 621 struct libusb_control_setup *setup; local
627 setup = (struct libusb_control_setup *)transfer->buffer;
630 setup->bmRequestType, setup->bRequest,
631 libusb_le16_to_cpu(setup->wValue),
632 libusb_le16_to_cpu(setup->wIndex),
633 libusb_le16_to_cpu(setup->wLength), transfer->timeout);
635 req.ucr_request.bmRequestType = setup->bmRequestType;
636 req.ucr_request.bRequest = setup->bRequest;
638 (*(uint16_t *)req.ucr_request.wValue) = setup->wValue
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 73 setup(XMLReaderFactory.createXMLReader());
89 setup(xmlReader);
95 * Internal setup.
99 private void setup (XMLReader xmlReader)
98 private void setup (XMLReader xmlReader) method in class:XMLReaderAdapter
  /ndk/build/core/
setup-abi.mk 16 # this file is included multiple times by build/core/setup-app.mk
55 TARGET_GDB_SETUP := $(TARGET_OUT)/setup.gdb
57 include $(BUILD_SYSTEM)/setup-toolchain.mk
add-toolchain.mk 71 $(_toolchain).setup := $(wildcard $(_dir)/setup.mk)
73 $(if $(strip $($(_toolchain).setup)),,\
74 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
setup-toolchain.mk 16 # this file is included repeatedly from build/core/setup-abi.mk and is used
17 # to setup the target toolchain for a given platform/abi combination.
93 # setup sysroot variable.
105 # the setup file.
129 # Default build commands, can be overriden by the toolchain's setup script
132 # now call the toolchain-specific setup script
133 include $(NDK_TOOLCHAIN.$(TARGET_TOOLCHAIN).setup)
141 NDK_APP_GDBSETUP := $(NDK_APP_DST_DIR)/gdb.setup
171 # This prevents parallel execution to clear gdb.setup after it has been written to
  /external/blktrace/
btrace.spec 35 %setup -q
  /external/protobuf/python/
setup.py 10 from setuptools import setup namespace
100 setup(name = 'protobuf',
104 test_suite = 'setup.MakeTestSuite',
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewConfiguration.java 73 private void setup(Context context) { method in class:ShadowViewConfiguration
91 shadowOf(viewConfiguration).setup(context);
  /external/valgrind/main/none/tests/linux/
mremap2.c 45 char* setup ( void* other_stuff, int other_len ) function
131 src = setup( tidythis, tidylen );
  /ndk/toolchains/llvm-3.1/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one

Completed in 1210 milliseconds

1 2 3 45 6 7 8 91011>>