Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/external/bluetooth/bluez/audio/
Da2dp.c111 static struct a2dp_setup *setup_ref(struct a2dp_setup *setup) in setup_ref() argument
113 setup->ref++; in setup_ref()
115 DBG("%p: ref=%d", setup, setup->ref); in setup_ref()
117 return setup; in setup_ref()
131 static void setup_unref(struct a2dp_setup *setup) in setup_unref() argument
133 setup->ref--; in setup_unref()
135 DBG("%p: ref=%d", setup, setup->ref); in setup_unref()
137 if (setup->ref <= 0) in setup_unref()
138 setup_free(setup); in setup_unref()
235 struct a2dp_setup *setup = l->data; in find_setup_by_session() local
[all …]
/external/chromium/third_party/libevent/test/
Dtest.sh3 setup () { function
54 setup
60 setup
66 setup
72 setup
78 setup
84 setup
/external/bluetooth/bluez/network/
Dserver.c69 struct network_session *setup; /* Setup in progress */ member
362 struct network_session *setup = na->setup; in setup_destroy() local
364 if (!setup) in setup_destroy()
367 na->setup = NULL; in setup_destroy()
369 session_free(setup); in setup_destroy()
426 if (server_connadd(ns, na->setup, dst_role) < 0) in bnep_setup()
429 na->setup = NULL; in bnep_setup()
451 na->setup->watch = g_io_add_watch_full(chan, G_PRIORITY_DEFAULT, in connect_event()
466 if (!bt_io_accept(na->setup->io, connect_event, na, NULL, in auth_cb()
476 g_io_channel_shutdown(na->setup->io, TRUE, NULL); in auth_cb()
[all …]
/external/clearsilver/python/
DMakefile26 $(NEO_UTIL_SO): setup.py $(NEO_UTIL_SRC) $(DEP_LIBS)
28 CC="$(CC)" LDSHARED="$(LDSHARED)" $(PYTHON) setup.py build_ext --inplace
33 setup: target
34 $(PYTHON) setup.py build_ext --inplace
Dsetup.py8 from setuptools import setup
10 from distutils.core import setup
131 apply(setup, [], setup_args)
/external/expat/tests/
Dminicheck.c48 tcase_setup_function setup, in tcase_add_checked_fixture() argument
52 tc->setup = setup; in tcase_add_checked_fixture()
123 if (tc->setup != NULL) { in srunner_run_all()
129 tc->setup(); in srunner_run_all()
/external/expat/bcb5/
Dmakefile.mak1 all: setup expat expatw expat_static expatw_static elements outline xmlwf
3 setup:
4 setup
Dall_projects.bpg12 PROJECTS = setup libexpat_mtd.dll libexpats_mtd.lib libexpatw_mtd.dll \
46 setup: setup.bat
/external/ipsec-tools/src/racoon/samples/roadwarrior/
DREADME2 remote access using hybrid authentication. In this setup, the VPN
6 Moreover, this setup makes use of ISAKMP mode config to autoconfigure
17 The first server setup, in server/racoon.conf, is for a VPN gateway
21 The second setup, server/racoon.conf-radius, uses a RADIUS server for
36 Client setup
38 The client setup needs racoon built with the following options:
/external/e2fsprogs/tests/defaults/
De_script6 if [ -f $test_dir/setup ]; then
7 . $test_dir/setup
31 cat $SRCDIR/progs/test_data/$instance.setup $SRCDIR/progs/test_data/test.$class \
/external/oprofile/opcontrol/
Dopcontrol.cpp54 int setup; variable
73 {"setup", 0, &setup, 1},
626 verbose("setup = %d\n", setup); in main()
638 setup = 1; in main()
642 setup = 1; in main()
653 if (setup) { in main()
/external/webkit/WebKitTools/CygwinDownloader/
Dsetup.py1 from distutils.core import setup
4 setup(console=['cygwin-downloader.py'])
/external/e2fsprogs/contrib/python-uuid/
Dsetup.py2 from distutils.core import setup, Extension
8 setup (name = 'e2fsprogs_uuid',
/external/webkit/WebKitTools/pywebsocket/
DREADME2 $ python setup.py build
3 $ sudo python setup.py install
Dsetup.py37 from distutils.core import setup
47 setup(author='Yuzo Fujishima',
/external/expat/amiga/
Dlaunch.c31 void setup() __attribute__((constructor));
35 void setup() in setup() function
/external/v8/benchmarks/
Dbase.js38 function Benchmark(name, run, setup, tearDown) { argument
41 this.Setup = setup ? setup : function() { };
/external/openssl/crypto/pkcs7/
Ddoc6 Use this to setup a signer info
24 we are now setup.
/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.h74 …virtual bool setup(GraphicsContext*&, const RenderObject*, const RenderStyle*, SVGPaintTargetType,…
76 …bool setup(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText = false…
/external/skia/src/core/
DSkBlitter_Sprite.cpp31 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top, in setup() function in SkSpriteBlitter
98 blitter->setup(device, left, top, paint); in ChooseSprite()
/external/dropbear/libtomcrypt/src/mac/xcbc/
Dxcbc_init.c52 if ((err = cipher_descriptor[cipher].setup(key, keylen, 0, skey)) != CRYPT_OK) { in xcbc_init()
65 …err = cipher_descriptor[cipher].setup(xcbc->K[0], cipher_descriptor[cipher].block_length, 0, &xcbc… in xcbc_init()
/external/kernel-headers/original/linux/
Dtransport_class.h19 int (*setup)(struct transport_container *, struct device *, member
32 .setup = su, \
/external/openssl/crypto/des/
DFILES039 cfb64enc.c - des_cfb64_encrypt() cfb in 64 bit mode but setup to be
41 cfb64ede.c - des_ede3_cfb64_encrypt() cfb in 64 bit mode but setup to be
44 ofb64_enc.c - des_ofb_encrypt() ofb in 64 bit mode but setup to be
46 ofb64ede.c - des_ede3_ofb64_encrypt() ofb in 64 bit mode but setup to be
/external/quake/quake/src/WinQuake/docs/
DINSTALL.Q2Mission12 As root. Once the CD is mounted, run the setup script on the CD as root.
17 # /bin/sh /mnt/setup
/external/openssl/apps/
DCA.com2 $! some setup stuff to be done before you can use it and this makes
5 $! CA -newca ... will setup the right stuff
91 $ ! If explicitly asked for or it doesn't exist then setup the directory

12345678910>>...13