/external/kernel-headers/original/asm-arm/ |
statfs.h | 25 * Let's pack it so the padding goes away to simplify dual ABI support.
|
/external/webkit/WebCore/manual-tests/ |
invalid-mouse-event.html | 4 <li>(Get a dual processor Mac.)</li>
|
/external/wpa_supplicant_6/ |
README | 7 These program is dual-licensed under both the GPL version 2 and BSD
|
/frameworks/base/include/utils/ |
ashmem.h | 5 ** This file is dual licensed. It may be redistributed and/or modified
|
/system/core/include/cutils/ |
ashmem.h | 5 ** This file is dual licensed. It may be redistributed and/or modified
|
logger.h | 5 ** This file is dual licensed. It may be redistributed and/or modified
|
/system/core/rootdir/etc/ |
vold.fstab | 19 ## Example of a dual card setup
|
/external/bluetooth/bluez/audio/ |
gstsbcutil.c | 97 gboolean joint, stereo, dual, mono; local 100 joint = stereo = dual = mono = FALSE; 109 else if (strcmp("dual", aux) == 0) 110 dual = TRUE; 122 else if (dual) 123 return "dual"; 237 return "dual"; 254 else if (g_ascii_strcasecmp(mode, "dual") == 0)
|
gstsbcenc.c | 56 { SBC_MODE_DUAL_CHANNEL, "Dual Channel", "dual" }, 160 "mode = (string) { \"mono\", \"dual\", \"stereo\", \"joint\" }, "
|
gstrtpsbcpay.c | 83 "mode = (string) { \"mono\", \"dual\", \"stereo\", \"joint\" }, " 114 strcmp(channel_mode, "dual") == 0)
|
/external/kernel-headers/original/linux/ |
android_alarm.h | 6 ** This file is dual licensed. It may be redistributed and/or modified
|
android_power.h | 6 ** This file is dual licensed. It may be redistributed and/or modified
|
ashmem.h | 7 * This file is dual licensed. It may be redistributed and/or modified
|
module.h | 106 * "Dual BSD/GPL" [GNU Public License v2 108 * "Dual MIT/GPL" [GNU Public License v2 110 * "Dual MPL/GPL" [GNU Public License v2 117 * There are dual licensed components, but when running with Linux it is the
|
omap_csmi.h | 6 ** This file is dual licensed. It may be redistributed and/or modified
|
wanrouter.h | 69 /* identifiers for displaying proc file data for dual port adapters */ 204 unsigned long maddr; /* dual-port memory address */ 205 unsigned msize; /* dual-port memory size */ 370 WAN_DUALPORT, /* for Dual Port cards */ 472 unsigned long maddr; /* dual-port memory address */ 473 unsigned msize; /* dual-port memory size */
|
/external/webkit/WebKit/win/Interfaces/ |
AccessibleComparable.idl | 39 dual,
|
/build/tools/droiddoc/ |
NOTICE | 22 Dual licensed under the MIT (MIT-LICENSE.txt)
|
/external/wpa_supplicant/ |
NOTICE | 7 This program is dual-licensed under both the GPL version 2 and BSD
|
/external/icu4c/layout/ |
ArabicShaping.cpp | 31 (dual-width joiner) which are both unshaped and non_joining or 32 dual-joining, respectively.
|
/external/opencore/codecs_v2/audio/sbc/enc/include/ |
pvsbcencoderinterface.h | 37 * \param CM_DUAL_CHANNEL - Dual channel. 73 * \param channel_mode - Channel mode (Mono, Dual, Stereo, Joint Stereo).
|
/external/libpng/contrib/gregbook/ |
LICENSE | 10 The contents of this file are DUAL-LICENSED. You may modify and/or
|
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
pvvideodecoderinterface.h | 41 // decode for dual core asynchronous operation
|
/external/grub/netboot/ |
sk_g16.c | 368 * The Network components are: dual ported RAM, Prom, I/O Reg, Status-, 371 * dual ported RAM: This is the only memory region which the LANCE chip 398 unsigned char ram[0x3fc0]; /* 16KB dual ported ram */ 409 * This is the structure for the dual ported ram. We 416 * This is because LANCE has on SK_G16 only access to the dual ported 436 struct SK_ram *ram; /* dual ported ram structure */ 636 /* Copy data into dual ported ram */ 831 p->ram = (struct SK_ram *) rom_addr; /* Set dual ported RAM addr */
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 58 * This class implements extensions of the dual stack and dual 70 * A dual queue (and similarly stack) is one that at any given 81 * take. These are unified into a single method because in dual 135 * Shared internal API for dual stacks and queues. 179 /** Dual stack */ 182 * This extends Scherer-Scott dual stack algorithm, differing, 475 /** Dual Queue */ 478 * This extends Scherer-Scott dual queue algorithm, differing, [all...] |