/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
sb16_csp.h | 87 unsigned int acc_format; /* accepted PCM formats */ 88 unsigned short acc_channels; /* accepted channels */ 89 unsigned short acc_width; /* accepted sample width */ 90 unsigned short acc_rates; /* accepted sample rates */ 152 unsigned int acc_format; /* accepted PCM formats */ 153 int acc_channels; /* accepted channels */ 154 int acc_width; /* accepted sample width */ 155 int acc_rates; /* accepted sample rates */
|
/external/proguard/src/proguard/classfile/visitor/ |
MemberAccessFilter.java | 79 if (accepted(programField.getAccessFlags())) 88 if (accepted(programMethod.getAccessFlags())) 97 if (accepted(libraryField.getAccessFlags())) 106 if (accepted(libraryMethod.getAccessFlags())) 115 private boolean accepted(int accessFlags) method in class:MemberAccessFilter
|
ClassNameFilter.java | 90 if (accepted(programClass.getName())) 99 if (accepted(libraryClass.getName())) 108 private boolean accepted(String name) method in class:ClassNameFilter
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthAccessor.java | 85 Object accepted = consumer.getProperty(OAuthConsumer.ACCEPT_ENCODING); local 86 if (accepted != null) { 87 message.getHeaders().add(new OAuth.Parameter(HttpMessage.ACCEPT_ENCODING, accepted.toString()));
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 171 public static final int ACCEPTED = Attendees.ATTENDEE_STATUS_ACCEPTED; 416 int id = at.addAlertRow(100, SCHEDULED, ACCEPTED, 0 /* all day */, 1300000, 2300000, 0); 457 int id9 = at.addAlertRow(9, SCHEDULED, ACCEPTED, 0, createTimeInMillis(9, 0), 459 int id8 = at.addAlertRow(8, SCHEDULED, ACCEPTED, 0, createTimeInMillis(8, 0), 461 int id7 = at.addAlertRow(7, SCHEDULED, ACCEPTED, 0, createTimeInMillis(7, 0), 465 int id6 = at.addAlertRow(6, SCHEDULED, ACCEPTED, 0, createTimeInMillis(5, 0), 467 int id5 = at.addAlertRow(5, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 55), 469 int id4 = at.addAlertRow(4, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 50), 473 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0), 475 int id2 = at.addAlertRow(2, SCHEDULED, ACCEPTED, 0, createTimeInMillis(2, 0) [all...] |
/external/chromium/net/socket/ |
server_socket.h | 29 // accepted.
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5.cpp | 33 void f(B&); // no rvalues accepted
|
/external/llvm/utils/lit/ |
TODO | 19 sanitize accepted params).
|
/external/okhttp/ |
CONTRIBUTING.md | 13 Before your code can be accepted into the project you must also sign the
|
/external/openssh/regress/ |
portnum.sh | 10 fail "$tid accepted invalid port $port"
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
Consumer.java | 30 * @return {@code true} if the value was accepted, {@code false} otherwise.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
sb16_csp.h | 87 unsigned int acc_format; /* accepted PCM formats */ 88 unsigned short acc_channels; /* accepted channels */ 89 unsigned short acc_width; /* accepted sample width */ 90 unsigned short acc_rates; /* accepted sample rates */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
reboot.h | 16 * Commands accepted by the _reboot() system call.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
sb16_csp.h | 87 unsigned int acc_format; /* accepted PCM formats */ 88 unsigned short acc_channels; /* accepted channels */ 89 unsigned short acc_width; /* accepted sample width */ 90 unsigned short acc_rates; /* accepted sample rates */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reboot.h | 16 * Commands accepted by the _reboot() system call.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
sb16_csp.h | 87 unsigned int acc_format; /* accepted PCM formats */ 88 unsigned short acc_channels; /* accepted channels */ 89 unsigned short acc_width; /* accepted sample width */ 90 unsigned short acc_rates; /* accepted sample rates */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reboot.h | 16 * Commands accepted by the _reboot() system call.
|
/external/llvm/test/MC/ELF/ |
type.s | 3 // Test that both % and @ are accepted. 12 // Test that gnu_unique_object is accepted.
|
/external/regex-re2/doc/ |
mksyntaxhtml | 31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr> 32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
|
/external/smack/src/com/kenai/jbosh/ |
AttrAccept.java | 26 * Array of the accepted encodings. 62 * @result {@code true} if the encoding is accepted, {@code false}
|
AttrCharsets.java | 26 * Array of the accepted character sets. 59 * @result {@code true} if the encoding is accepted, {@code false}
|
/external/stlport/test/compiler/ |
README | 28 (14.7.3, paragraphs 16--18), but ttei3.cpp, ttei4.cpp accepted (recheck!) by VC6, 29 while ttei5.cpp accepted by gcc before 3.4.0.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSmsBroadcastConfigInfo.java | 33 * are not accepted, while true means accepted.
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
IOFileFilter.java | 35 * Checks to see if the File should be accepted by this filter.
45 * Checks to see if the File should be accepted by this filter.
|
/cts/tests/tests/text/src/android/text/method/cts/ |
DigitsKeyListenerTest.java | 70 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'. 119 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '-', '+'. 222 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '.'. 292 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '.', '-', 415 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'. 416 * 1. Press '-' key and this key could not be accepted. 418 * 3. Press '.' key and this key could not be accepted. 452 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '-', '+'. 455 * 3. Press '.' key and this key could not be accepted. 456 * 4. Press '+' key and this key could not be accepted 606 final String accepted = "56789"; local [all...] |