/external/bluetooth/bluez/audio/ |
D | a2dp.c | 111 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/ |
D | test.sh | 3 setup () { function 54 setup 60 setup 66 setup 72 setup 78 setup 84 setup
|
/external/bluetooth/bluez/network/ |
D | server.c | 69 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/ |
D | Makefile | 26 $(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
|
D | setup.py | 8 from setuptools import setup 10 from distutils.core import setup 131 apply(setup, [], setup_args)
|
/external/expat/tests/ |
D | minicheck.c | 48 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/ |
D | makefile.mak | 1 all: setup expat expatw expat_static expatw_static elements outline xmlwf 3 setup: 4 setup
|
D | all_projects.bpg | 12 PROJECTS = setup libexpat_mtd.dll libexpats_mtd.lib libexpatw_mtd.dll \ 46 setup: setup.bat
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
D | README | 2 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/ |
D | e_script | 6 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/ |
D | opcontrol.cpp | 54 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/ |
D | setup.py | 1 from distutils.core import setup 4 setup(console=['cygwin-downloader.py'])
|
/external/e2fsprogs/contrib/python-uuid/ |
D | setup.py | 2 from distutils.core import setup, Extension 8 setup (name = 'e2fsprogs_uuid',
|
/external/webkit/WebKitTools/pywebsocket/ |
D | README | 2 $ python setup.py build 3 $ sudo python setup.py install
|
D | setup.py | 37 from distutils.core import setup 47 setup(author='Yuzo Fujishima',
|
/external/expat/amiga/ |
D | launch.c | 31 void setup() __attribute__((constructor)); 35 void setup() in setup() function
|
/external/v8/benchmarks/ |
D | base.js | 38 function Benchmark(name, run, setup, tearDown) { argument 41 this.Setup = setup ? setup : function() { };
|
/external/openssl/crypto/pkcs7/ |
D | doc | 6 Use this to setup a signer info 24 we are now setup.
|
/external/webkit/WebCore/svg/graphics/ |
D | SVGPaintServer.h | 74 …virtual bool setup(GraphicsContext*&, const RenderObject*, const RenderStyle*, SVGPaintTargetType,… 76 …bool setup(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText = false…
|
/external/skia/src/core/ |
D | SkBlitter_Sprite.cpp | 31 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/ |
D | xcbc_init.c | 52 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/ |
D | transport_class.h | 19 int (*setup)(struct transport_container *, struct device *, member 32 .setup = su, \
|
/external/openssl/crypto/des/ |
D | FILES0 | 39 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/ |
D | INSTALL.Q2Mission | 12 As root. Once the CD is mounted, run the setup script on the CD as root. 17 # /bin/sh /mnt/setup
|
/external/openssl/apps/ |
D | CA.com | 2 $! 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
|