/ndk/build/platforms/android-5/arch-x86/usr/lib/ |
libc_common.a | [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/lib/ |
libc.a | [all...] |
libc_common.a | [all...] |
/external/icu4c/tools/genpname/ |
preparse.pl | 104 # Short names of properties that weren't seen in uchar.h. If the 109 # Additional property aliases beyond short and long names, 240 # [A table of all identifiers, that is, all long or short property 293 # is the SHORT name and the second is the LONG. If there is 294 # one, then the missing entry (always the short name, in 3.2) 525 # make a reverse hash of short->long 577 # "<short>|<long>". Upon return, the read_PropertyAliases hash is 602 # replace an "n/a" short name with an empty name (nothing before "|"); 604 # and if the short name is removed, then the long name becomes the 605 # short name and there is no long name left (unless there is another alias [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/ |
ByteBuffer.java | 284 * Returns a short buffer which is based on the remaining content of this 296 * @return a short buffer which is based on the content of this byte buffer. 607 * Returns the short at the current position and increases the position by 2. 609 * The 2 bytes starting at the current position are composed into a short 612 * @return the short at the current position. 616 public abstract short getShort(); 619 * Returns the short at the specified index. 621 * The 2 bytes starting at the specified index are composed into a short 628 * @return the short at the specified index. 632 public abstract short getShort(int index) [all...] |
DirectByteBuffer.java | 201 public final short getShort() { 206 short result = getBaseAddress().getShort(offset + position, order); 212 public final short getShort(int index) {
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 95 public static final short ROOT_NODE = 0; 100 public static final short ELEMENT_NODE = 1; 105 public static final short ATTRIBUTE_NODE = 2; 110 public static final short TEXT_NODE = 3; 115 public static final short CDATA_SECTION_NODE = 4; 120 public static final short ENTITY_REFERENCE_NODE = 5; 125 public static final short ENTITY_NODE = 6; 130 public static final short PROCESSING_INSTRUCTION_NODE = 7; 135 public static final short COMMENT_NODE = 8; 140 public static final short DOCUMENT_NODE = 9 [all...] |
/external/grub/netboot/ |
cs89x0.c | 71 static unsigned short eth_nic_base; 73 static unsigned short eth_irq; 74 static unsigned short eth_cs_type; /* one of: CS8900, CS8920, CS8920M */ 75 static unsigned short eth_auto_neg_cnf; 76 static unsigned short eth_adapter_cnf; 77 static unsigned short eth_linectl; 113 static int get_eeprom_data(int off, int len, unsigned short *buffer) 142 static int get_eeprom_chksum(int off, int len, unsigned short *buffer) 441 struct nic *cs89x0_probe(struct nic *nic, unsigned short *probe_addrs) 457 unsigned short eeprom_buff[CHKSUM_LEN] [all...] |
/external/grub/stage2/ |
fs.h | 222 short fs_opostbl[16][8]; /* old rotation block list head */ 233 int fs_postbloff; /* (short) rotation block list head */ 256 : ((short *)((char *)(fs) + (fs)->fs_postbloff) + (cylno) * (fs)->fs_nrpos)) 280 short cg_ncyl; /* number of cyl's this cg */ 281 short cg_niblk; /* number of inode blocks this cg */ 289 int cg_boff; /* (short) free block positions */ 307 : ((short *)((char *)(cgp) + (cgp)->cg_boff) + (cylno) * (fs)->fs_nrpos)) 329 short cg_ncyl; /* number of cyl's this cg */ 330 short cg_niblk; /* number of inode blocks this cg */ 338 short cg_b[32][8]; /* positions of free blocks * [all...] |
/external/icu4c/i18n/unicode/ |
datefmt.h | 96 * DateFormat::createDateInstance( DateFormat::SHORT, Locale::getFrance()); 111 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the 114 * <li> SHORT is completely numeric, such as 12/13/52 or 3:30pm 145 * in the resource occurs in the order full, long, medium, short. 195 SHORT = kShort, 424 * Create a default date/time formatter that uses the SHORT style for both 437 * SHORT for "h:mm a" in the US locale. Relative 451 * SHORT for "M/d/yy" in the US locale. 464 * For example, SHORT for "M/d/yy" in the US locale. 466 * For example, SHORT for "h:mm a" in the US locale. Relativ [all...] |
/external/opencore/fileformats/wav/parser/src/ |
pvwavfileparser.cpp | 22 const short MuLawDecompressTable[256] = 58 const short ALawDecompressTable[256] = 337 AudioFormat = (unsigned short)(((*(pBuffer + 1)) << 8) | (*pBuffer)); // Save AudioFormat (PCM = 1) 340 NumChannels = (unsigned short)(((*(pBuffer + 3)) << 8) | (*(pBuffer + 2))); // Save Number of Channels 343 BlockAlign = (unsigned short)(((*(pBuffer + 13)) << 8) | (*(pBuffer + 12))); // Save BlockAlign ( == NumChannels*BitsPerSample/8) 344 BitsPerSample = (unsigned short)(((*(pBuffer + 15)) << 8) | (*(pBuffer + 14))); // Save BitsPerSample (8 bits == 8, 16 bits == 16 etc.) 481 short *myDstBuf = &(((short*) inBuff)[BytesRead-1]); 544 xLawTable = OSCL_CONST_CAST(short*, MuLawDecompressTable); 549 xLawTable = OSCL_CONST_CAST(short*, ALawDecompressTable) [all...] |
/external/webkit/WebCore/dom/ |
Node.h | 71 const unsigned short DOCUMENT_POSITION_EQUIVALENT = 0x00; 72 const unsigned short DOCUMENT_POSITION_DISCONNECTED = 0x01; 73 const unsigned short DOCUMENT_POSITION_PRECEDING = 0x02; 74 const unsigned short DOCUMENT_POSITION_FOLLOWING = 0x04; 75 const unsigned short DOCUMENT_POSITION_CONTAINS = 0x08; 76 const unsigned short DOCUMENT_POSITION_CONTAINED_BY = 0x10; 77 const unsigned short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20; 298 virtual short tabIndex() const; 508 unsigned short compareDocumentPosition(Node*); 583 void setTabIndexExplicitly(short); [all...] |
/external/wpa_supplicant/ |
eap_gpsk.c | 141 wpa_printf(MSG_DEBUG, "EAP-GPSK: Too short GPSK-1 packet"); 233 wpa_printf(MSG_DEBUG, "EAP-GPSK: Too short GPSK-1 packet"); 397 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for " 413 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for " 441 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for " 450 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for " 482 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for " 510 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for " 517 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for " 540 wpa_printf(MSG_DEBUG, "EAP-GPSK: Message too short for MIC [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
mmintrin.h | 43 typedef short __v4hi __attribute__ ((__vector_size__ (8))); 866 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) 888 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3) 909 _mm_set1_pi16 (short __w [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
mmintrin.h | 43 typedef short __v4hi __attribute__ ((__vector_size__ (8))); 866 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) 888 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3) 909 _mm_set1_pi16 (short __w [all...] |
/external/libffi/src/s390/ |
ffi.c | 296 p_gpr[n_gpr++] = *(unsigned short *) arg; 298 p_ov[n_ov++] = *(unsigned short *) arg; 303 p_gpr[n_gpr++] = *(signed short *) arg; 305 p_ov[n_ov++] = *(signed short *) arg; 756 *(short *)&closure->tramp [0] = 0x0d10; /* basr %r1,0 */ 757 *(short *)&closure->tramp [2] = 0x9801; /* lm %r0,%r1,6(%r1) */ 758 *(short *)&closure->tramp [4] = 0x1006; 759 *(short *)&closure->tramp [6] = 0x07f1; /* br %r1 */ 763 *(short *)&closure->tramp [0] = 0x0d10; /* basr %r1,0 */ 764 *(short *)&closure->tramp [2] = 0xeb01; /* lmg %r0,%r1,14(%r1) * [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectInputStreamGetFieldTest.java | 130 args = {java.lang.String.class, short.class} 248 args = {java.lang.String.class, short.class} 307 fields.get("noValue", (short) 0); 309 "argument in get(String, short)."); 362 fields.get("longValue", (short) 0); 364 "and type arguments in get(String, short).");
|
/external/guava/src/com/google/common/base/ |
Predicates.java | 95 * order, and evaluation will be "short-circuited" as soon as a false 109 * order, and evaluation will be "short-circuited" as soon as a false 122 * order, and evaluation will be "short-circuited" as soon as a false 134 * order, and evaluation will be "short-circuited" as soon as as soon as a 148 * order, and evaluation will be "short-circuited" as soon as as soon as a 161 * order, and evaluation will be "short-circuited" as soon as as soon as a
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_QWin.cc | 129 gs_fastRotateBlit_3 ( unsigned short *fb, 130 unsigned short *bits, 186 gs_fastRotateBlit_1 ( unsigned short *fb, 187 unsigned short *bits, 316 while(w--) *((unsigned short*)fb)++ = *((unsigned short*)buf)--;
|
/external/srec/tools/test_g2g/ |
test_g2g.c | 48 unsigned short nnodes; 51 unsigned short node_pos; 53 short low_genone_no; 54 short high_genone_no; 55 short low_pel_no; 56 short high_pel_no;
|
/external/webkit/WebKit/win/ |
DOMEventsClasses.cpp | 140 /* [retval][out] */ unsigned short* /*result*/) 455 /* [retval][out] */ unsigned short* /*result*/) 480 /* [in] */ unsigned short /*button*/, 561 /* [retval][out] */ unsigned short* /*result*/) 574 /* [in] */ unsigned short /*attrChange*/) 594 /* [retval][out] */ unsigned short* /*result*/)
|
/frameworks/base/core/java/android/os/ |
PerformanceCollector.java | 116 * @param label short description of the metric that was measured 126 * @param label short description of the metric that was measured 136 * @param label short description of the metric that was measured 421 * @param label short description of the metric that was measured 432 * @param label short description of the metric that was measured 443 * @param label short description of the metric that was measured
|
/frameworks/base/media/libmedia/ |
mediaplayer.cpp | 650 /*static*/ int MediaPlayer::snoop(short* data, int len, int kind) { 665 short *src = (short*) p->pointer(); 670 return plen / sizeof(short); // return number of samples 675 short *usrc = (short*) p->pointer();
|
/frameworks/base/telephony/java/android/telephony/ |
ServiceState.java | 32 * <li>Operator name, short name and numeric id 303 * Get current registered operator name in short lphanumeric format 305 * In GSM/UMST, short format can be upto 8 characters long 307 * @return short name of operator, null if unregistered or unknown 561 mOperatorAlphaShort = m.getString("operator-alpha-short"); 583 m.putString("operator-alpha-short", mOperatorAlphaShort);
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
LSDocumentBuilderFactory.java | 282 new Class[] {short.class, String.class}); 284 new Object[] {new Short( (short) 1), null});
|