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

123456789

/external/skia/src/core/
H A DSkDraw.cpp2010 // Copied (modified) from SkTextToPathIter constructor to setup paint
2211 bool setup(const SkPoint pts[], const SkColor colors[], int, int, int);
2230 bool SkTriColorShader::setup(const SkPoint pts[], const SkColor colors[], function in class:SkTriColorShader
2339 // setup the custom shader (if needed)
2362 // setup our state and function pointer for iterating triangles
2390 if (!triShader.setup(vertices, colors,
/external/dropbear/libtomcrypt/testprof/
H A Dx86_prof.c269 func = cipher_descriptor[x].setup;
1351 cipher_descriptor[cipher_idx].setup(key, 16, 0, &skey);
/external/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm47 ;# setup constants
H A Dloopfilter_filters_altivec.asm410 ;# setup strides/pointers to be able to access
/external/ping/
H A Dping.c480 /* Protocol independent setup and parameter checks. */
482 void setup(int icmp_sock) function
2105 setup(icmp_sock);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h161 /* qos setup function completes */
362 tBTM_ESCO_PARAMS setup; member in struct:__anon1017
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar ... IDocumentSetupParticipant extends java.lang.Object { public abstract void setup (org.eclipse.jface.text.IDocument) } org ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S126 setup: label
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S118 setup: label
/external/webp/src/dec/
H A Dio.c628 io->setup = CustomSetup;
/external/elfutils/
H A Delfutils.spec90 %setup -q
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex173 cached at flow setup (see below). However, for connected sockets
/external/libvpx/vp8/encoder/ppc/
H A Dvariance_subpixel_altivec.asm47 ;# setup constants
/external/oprofile/events/i386/nehalem/
H A Devents79 event:0xB7 counters:0,1,2,3 um:one minimum:6000 name:OOF_CORE_RESPONSE_0 : Off-core Response Performance Monitoring in the Processor Core. Requires special setup.
/external/qemu/hw/
H A Dbt-hci.c165 bt->setup = 1;
175 bt->setup = 0;
H A Dbt.h76 int setup; member in struct:bt_device_s
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm209 ;;; deflate_state structure during the function's setup (before
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm211 ;;; deflate_state structure during the function's setup (before
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c2169 outb(BX_DEBUG_PORT+UART_LCR, 0x03); /* setup for serial logging: 8N1 */
2221 /* setup wakeup vector */
10505 ;; EBDA setup
10508 ;; PIT setup
10558 ;; Parallel setup
10574 ;; Serial setup
10600 ;; PS/2 mouse setup
10603 ;; IRQ13 (FPU exception) setup
10606 ;; Video setup
10628 ;; Floppy setup
[all...]
/external/qemu-pc-bios/vgabios/
H A Dclext.c390 mov al, #0x0f ; memory setup
/external/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl163 wr %g0,$ASI_FL16_P,%asi ! setup %asi for 16-bit FP loads
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h283 * manage environment these colors will also not be setup by default.
1323 void MGLAPI MGL_ellipseEngine(rect_t extentRect,void (ASMAPI *setup)(m_int topY,m_int botY,m_int left,m_int right),void (ASMAPI *set4pixels)(bool inc_x,bool inc_y,bool region1),void (ASMAPI *finished)(void));
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H283 * manage environment these colors will also not be setup by default.
1323 void MGLAPI MGL_ellipseEngine(rect_t extentRect,void (ASMAPI *setup)(m_int topY,m_int botY,m_int left,m_int right),void (ASMAPI *set4pixels)(bool inc_x,bool inc_y,bool region1),void (ASMAPI *finished)(void));
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java1123 // Sparks are used by more than one enemy type, so the setup for them is abstracted.
2998 launcher.setup((float)(Math.PI * 0.45f), 1000.0f, 0.0f, 0.0f, false);
4373 hitPlayer.setup(32, hitReact, HitType.COLLECT, false);
5409 orbit.setup(320.0f, 220.0f);
6505 watcher.setup(render, indicator);

Completed in 562 milliseconds

123456789