/external/mesa3d/src/pixelflinger2/ |
raster.cpp | 343 //abc is a triangle, bcd is another triangle, they share bc as horizontal edge
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 785 * Called Party BCD Number 980 throw new RuntimeException ("invalid char for BCD " + c); [all...] |
/hardware/ril/include/telephony/ |
ril_cdma_sms.h | 623 NOTE: Each field has two BCD digits and byte arrangement is <MSB, ... ,LSB>
|
ril.h | 253 char * smsc; /* SMSC address in GSM BCD format prefixed by a length byte [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
SPENCER.tests | 164 \(a\)\1bcd b aabcd aabcd
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cdrom.h | 354 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
|
pci_regs.h | 249 #define PCI_AGP_VERSION 2 /* BCD version number */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdrom.h | 354 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
|
pci_regs.h | 249 #define PCI_AGP_VERSION 2 /* BCD version number */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdrom.h | 354 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
|
pci_regs.h | 249 #define PCI_AGP_VERSION 2 /* BCD version number */
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
String2Test.java | 99 assertTrue("Incorrect string returned: " + s, s.equals("BCD")); [all...] |
/external/astl/tests/ |
test_string.cpp | 930 EXPECT_TRUE(str06 == "bcd");
|
/external/clang/include/clang/Basic/ |
Builtins.def | 565 BUILTIN(__sync_bool_compare_and_swap_1, "bcD*cc.", "tn") [all...] |
/external/gtest/test/ |
gtest-port_test.cc | 439 EXPECT_TRUE(IsInSet('b', "bcd")); [all...] |
/external/icu4c/data/unidata/ |
DerivedJoiningType.txt | 164 0BCD ; T # Mn TAMIL SIGN VIRAMA
|
EastAsianWidth.txt | 257 0BCA..0BCD;N
|
WordBreakProperty.txt | 126 0BCD ; Extend
|
GraphemeBreakProperty.txt | 123 0BCD ; Extend
|
PropList.txt | 660 0BCD ; Diacritic [all...] |
/external/kernel-headers/original/linux/ |
cdrom.h | 354 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */ [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SmsMessage.java | 486 // destination address length in BCD digits, ignoring TON byte and pad [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 937 * smscPDU is smsc address in PDU form GSM BCD format prefixed [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/ |
CdmaSmsTest.java | 546 // apparently unaware that the values are bcd encoded, and the [all...] |
/external/chromium/net/base/ |
cookie_monster_unittest.cc | 441 EXPECT_TRUE(cm->SetCookie(url_bcd, "X=bcd; domain=.b.c.d.com")); 443 EXPECT_EQ("b=2; c=3; d=4; X=bcd; X=cd", cm->GetCookies(url_bcd)); [all...] |