Home
last modified time | relevance | path

Searched +full:bill +full:- +full:to (Results 1 – 25 of 263) sorted by relevance

1234567891011

/external/sonic/debian/
Dchangelog1 sonic (0.2.0-1) unstable; urgency=low
5 -- Bill Cox <waywardgeek@gmail.com> Fri, 27 Feb 2015 10:12:00 -0400
7 sonic (0.1.18-1) unstable; urgency=low
11 -- Bill Cox <waywardgeek@gmail.com> Sat, 16 Jul 2011 12:12:32 -0400
13 sonic (0.1.17-1) unstable; urgency=low
15 * Removed Sonic-NDK, which is a binary compiled for Android from the source
16 tar-ball.
18 -- Bill Cox <waywardgeek@gmail.com> Tue, 19 Apr 2011 07:46:51 -0400
20 sonic (0.1.16-1) unstable; urgency=low
23 * Dump git log to ChangeLog
[all …]
Dchangelog.vinux3 * Converted to mostly integer arithmetic, and added stereo support.
5 -- Bill Cox <waywardgeek@gmail.com> Fri, 19 Nov 2010 17:58:29 -0500
9 * Changed copyright to LGPL.
11 -- Bill Cox <waywardgeek@gmail.com> Wed, 10 Nov 2010 19:44:55 -0500
17 -- Bill Cox <waywardgeek@gmail.com> Mon, 08 Nov 2010 11:43:41 -0500
23 -- Bill Cox <waywardgeek@gmail.com> Mon, 08 Nov 2010 10:10:06 -0500
29 -- Bill Cox <waywardgeek@gmail.com> Mon, 08 Nov 2010 09:29:58 -0500
35 -- Bill Cox <waywardgeek@gmail.com> Thu, 04 Nov 2010 09:21:28 -0400
41 -- Bill Cox <waywardgeek@gmail.com> Wed, 03 Nov 2010 15:08:19 -0400
47 -- Bill Cox <waywardgeek@gmail.com> Wed, 03 Nov 2010 14:34:19 -0400
[all …]
/external/python/oauth2client/tests/contrib/django_util/
Dtest_decorators.py7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
39 # at import time, so in order for us to reload the settings
40 # we need to reload the module
43 username='bill', email='bill@example.com', password='hunter2')
99 @decorators.oauth_enabled(scopes=['additional-scope'])
117 username='bill', email='bill@example.com', password='hunter2')
189 @decorators.oauth_required(scopes=['additional-scope'])
213 username='bill', email='bill@example.com', password='hunter2')
237 username='bill3', email='bill@example.com', password='hunter2')
Dtest_views.py7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
43 username='bill', email='bill@example.com', password='hunter2')
85 # at import time, so in order for us to reload the settings
86 # we need to reload the module
89 username='bill', email='bill@example.com', password='hunter2')
100 # redirects to Google oauth
109 # redirects to Django login
126 username='bill2', email='bill@example.com', password='hunter2')
146 self.RETURN_URL = 'http://return-url.com'
[all …]
/external/guava/android/guava/src/com/google/common/base/
DVerify.java7 * http://www.apache.org/licenses/LICENSE-2.0
9 * Unless required by applicable law or agreed to in writing, software distributed under the License
31 * Bill bill = remoteService.getLastUnpaidBill();
34 * Verify.verify(bill.status() == Status.UNPAID,
35 * "Unexpected bill status: %s", bill.status());
38 * <h3>Comparison to alternatives</h3>
41 * which approach to use, <b>don't worry</b> too much about it; just pick something that seems
64 * the message ends up unneeded. Performance-sensitive verification checks should continue to use
68 * Bill bill = remoteService.getLastUnpaidBill();
69 * if (bill.status() != Status.UNPAID) {
[all …]
/external/guava/guava/src/com/google/common/base/
DVerify.java7 * http://www.apache.org/licenses/LICENSE-2.0
9 * Unless required by applicable law or agreed to in writing, software distributed under the License
31 * Bill bill = remoteService.getLastUnpaidBill();
34 * Verify.verify(bill.status() == Status.UNPAID,
35 * "Unexpected bill status: %s", bill.status());
38 * <h3>Comparison to alternatives</h3>
41 * which approach to use, <b>don't worry</b> too much about it; just pick something that seems
64 * the message ends up unneeded. Performance-sensitive verification checks should continue to use
68 * Bill bill = remoteService.getLastUnpaidBill();
69 * if (bill.status() != Status.UNPAID) {
[all …]
/external/javassist/src/main/javassist/bytecode/annotation/
DMemberValueVisitor.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
23 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
30 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
65 if (index != -1) { in convertFromArray()
68 while (index != -1) { in convertFromArray()
DFloatMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
26 * Floating-point number constant value.
28 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DDoubleMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
26 * Double floating-point number constant value.
28 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DAnnotationMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
27 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DBooleanMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
27 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DShortMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
28 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DLongMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
28 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DByteMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
27 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DStringMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
28 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DCharMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
28 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DIntegerMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
28 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DEnumMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
29 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
82 * @return a fully-qualified type name.
91 * @param typename a fully-qualified type name.
DClassMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
31 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
101 * @return fully-qualified class name.
115 * @param newClassName fully-qualified class name.
DArrayMemberValue.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
28 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
DAnnotation.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 2004 Bill Burke. All Rights Reserved.
5 * The contents of this file are subject to the Mozilla Public License Version
44 * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
61 * later added to the created annotation by <code>addMemberValue()</code>.
79 * later added to the created annotation by <code>addMemberValue()</code>.
81 * @param typeName the fully-qualified name of the annotation interface type.
161 // and I want it to work with that. - Bill Burke in createMemberValue()
222 buf.setLength(buf.length()-2); in toString()
271 * Constructs an annotation-type object representing this annotation.
[all …]
/external/sonic/
DREADME4 to easily be integrated into streaming voice applications, like TTS back ends.
6 The primary motivation behind Sonic is to enable the blind and visually impaired
7 to improve their productivity with open source speech engines, like espeak.
9 experience of listening to an audio book on an Android phone.
12 how to use Sonic.java. To play with it, you'll need a "talking.wav" file in the
13 current directory, and you'll want to change the speed, pitch or other
16 Sonic is Copyright 2010, 2011, Bill Cox, all rights reserved. It is released
17 under the Apache 2.0 license, to promote usage as widely as possible.
22 file encoded at 16-bit 11.KHz), but with the output writing disabled. The
35 Author: Bill Cox
Dsonic.14 sonic \- Speech speed manipulator
10 Sonic is used to make wav files of speech faster or slower. The primary advance
11 in sonic is the ability to speed speech up by much more than 2X, with minimal
17 .B \-c
20 person trying to talk higher or lower. The default pitch changes makes the
23 .B \-p pitch
26 .B \-q
27 Disable all speed-up heuristics, possibly improving the quality slightly. This
28 is mainly used for debugging the speed-up heuristics.
30 .B \-r rate
[all …]
/external/python/cpython2/Misc/
DACKS2 ----------------
5 like to thank everybody who contributed in any way, with code, hints,
9 --Guido
11 PS: In the standard Python distribution, this file is encoded in UTF-8
104 Bill Bedford
195 Jan-Hein Bührman
198 Bill Bumgarner
233 Hye-Shik Chang
246 Albert Chin-A-Young
260 Laurie Clark-Michalek
[all …]

1234567891011