Searched refs:setup (Results 76 - 100 of 214) sorted by relevance

123456789

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp152 void setup(PODArena* arena, function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
170 void setup(PODArena* arena, function in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
211 left->setup(m_arena, m_contour, dst[0], dst[1], dst[2], dst[3]);
212 right->setup(m_arena, m_contour, dst[3], dst[4], dst[5], dst[6]);
647 segment->setup(m_arena.get(), contour, curPoint, points[1]);
655 segment->setup(m_arena.get(), contour, points[0], points[1]);
670 segment->setup(m_arena.get(), contour,
682 segment->setup(m_arena.get(), contour, points[0], points[1], points[2], points[3]);
693 segment->setup(m_arena.get(), contour, curPoint, moveToPoint);
899 void setup(floa function in class:WebCore::__anon14672::SweepEvent
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sco.c176 p_setup = &p_sco->esco.setup;
180 else /* Use the last setup passed thru BTM_SetEscoMode (or defaults) */
649 p_setup = &p->esco.setup;
681 /* If role change is in progress, do not proceed with SCO setup
747 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
780 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
958 parms.packet_types = p->esco.setup.packet_types;
960 parms.max_latency = p->esco.setup.max_latency;
961 parms.retrans_effort = p->esco.setup.retrans_effort;
1192 parms.max_latency = p->esco.setup
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBufferedTokenStream.h85 - (void) setup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTokenStream.h85 - (void) setup;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTokenStream.h85 - (void) setup;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTokenStream.h88 - (void) setup;
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring.h128 void setup(void);
/external/esd/include/
H A Daudiofile.h268 AF_BAD_FILESETUP = 23, /* bad file setup structure*/
346 AF_ERR_BAD_FILESETUP = 23+AF_ERR_BASE, /* bad file setup structure*/
412 AFfilesetup setup);
414 AFfilesetup setup);
415 AFfilehandle afOpenFD (int fd, const char *mode, AFfilesetup setup);
416 AFfilehandle afOpenNamedFD (int fd, const char *mode, AFfilesetup setup,
448 /* track setup format initialized via DMparams */
/external/icu4c/i18n/unicode/
H A Dtmutfmt.h226 void setup(UErrorCode& status);
/external/ipsec-tools/
H A DAndroid.mk51 setup.c
H A Dmain.c128 extern void setup(int argc, char **argv);
184 setup(argc, argv);
/external/oprofile/module/x86/
H A Dop_rtc.c189 setup: rtc_setup,
/external/replicaisland/src/com/replica/replicaisland/
H A DOrbitalMagnetComponent.java128 public void setup(float areaRadius, float orbitRadius) { method in class:OrbitalMagnetComponent
H A DLauncherComponent.java137 public void setup(float angle, float magnitude, float launchDelay, float postLaunchDelay, boolean driveActions) { method in class:LauncherComponent
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DBouncyCastleProvider.java125 setup();
131 private void setup() method in class:BouncyCastleProvider
/external/chromium/sdch/open-vcdiff/packages/rpm/
H A Drpm.spec37 %setup
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild48 CHANGELOG COPYING FAQ UPGRADING_to_2.0 doc.html setup.html \
/external/dropbear/libtomcrypt/src/hashes/chc/
H A Dchc.c110 if ((err = cipher_descriptor[cipher_idx].setup(buf, cipher_blocksize, 0, key)) != CRYPT_OK) {
141 if ((err = cipher_descriptor[cipher_idx].setup(md->chc.state, cipher_blocksize, 0, key)) != CRYPT_OK) {
/external/libpcap/packaging/
H A Dpcap.spec21 %setup
/external/skia/samplecode/
H A DSampleTiling.cpp50 static void setup(SkPaint* paint, const SkBitmap& bm, bool filter, function
139 setup(&paint, fTexture[i], gFilters[j], gModes[kx], gModes[ky]);
/external/grub/netboot/
H A Dtulip.c888 printf("%s: MII interface PHY %d, setup/reset sequences %d/%d long, capabilities %hhX %hhX.\n",
907 /* tulip_init_ring - setup the tx and rx descriptors */
990 /* MC_HASH_ONLY boards don't support setup packets */
995 /* clear multicast hash filters and setup MAC address filters */
1012 /* for other boards we send a setup packet to initialize
1041 /* send setup packet for cards that support it */
1101 /* setup the transmit descriptor */
1742 u16 setup[5];
1745 setup[i] = get_u16(&p[i*2 + 1]);
1766 tp->nic_name, medianame[tp->if_port], setup[
1730 u16 setup[5]; local
[all...]
/external/dropbear/libtomcrypt/src/encauth/ocb/
H A Docb_init.c73 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, &ocb->key)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/mac/pmac/
H A Dpmac_init.c78 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, &pmac->key)) != CRYPT_OK) {
/external/libvpx/examples/includes/geshi/geshi/
H A Dplsql.php11 * Formatting is based on the default setup of TOAD 8.6.
/external/ping/
H A Dping_common.h193 extern void setup(int icmp_sock);

Completed in 565 milliseconds

123456789