HomeSort by relevance Sort by last modified time
    Searched full:get (Results 576 - 600 of 13186) sorted by null

<<21222324252627282930>>

  /cts/tools/signature-tools/src/signature/model/impl/
SigTypeVariableDefinition.java 65 if (!ModelUtil.isJavaLangObject(getUpperBounds().get(0))) {
66 builder.append(getUpperBounds().get(0));
  /dalvik/dx/src/com/android/dx/cf/iface/
Attribute.java 24 * Get the name of the attribute.
31 * Get the total length of the attribute in bytes, including the
  /dalvik/dx/src/com/android/dx/ssa/
LiteralOpUpgrader.java 105 if (isConstIntZeroOrKnownNull(sources.get(0))) {
108 } else if (isConstIntZeroOrKnownNull(sources.get(1))) {
113 opcode, sources.get(0), sources.get(1))) {
117 opcode, sources.get(1), sources.get(0))) {
124 sources.get(1), sources.get(0)));
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
FileDescriptorHandler.java 23 * This interface declares method to get wrapped <code>FileDescriptor</code>.
28 * Get the wrapped <code>FileDescriptor</code>.
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/misc/internal/nls/
messages.properties 22 misc.5=User code is not allowed to get accessors, caller class: {0}
23 misc.6=Failed to get UTF-16 support, this is a bug
  /dalvik/libcore/luni/src/main/native/
ifaddrs-android.h 64 // Get the name.
73 // Get the flags.
75 if (fd.get() == -1) {
81 int rc = ioctl(fd.get(), SIOCGIFFLAGS, &ifr);
129 if (fd.get() < 0) {
141 if (!sendNetlinkMessage(fd.get(), &addrRequest, addrRequest.netlinkHeader.nlmsg_len)) {
148 while ((bytesRead = recvNetlinkMessage(fd.get(), &buf[0], buf.size())) > 0) {
179 // We only get here if recv fails before we see a NLMSG_DONE.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 65 (ExtensionNamespaceSupport)extensions.get(i);
73 * Get an ExtensionHandler object that represents the
80 public ExtensionHandler get(String extns) method in class:ExtensionsTable
82 return (ExtensionHandler) m_extensionFunctionNamespaces.get(extns);
116 (ExtensionHandler) m_extensionFunctionNamespaces.get(ns);
139 (ExtensionHandler) m_extensionFunctionNamespaces.get(ns);
170 (ExtensionHandler) m_extensionFunctionNamespaces.get(ns);
217 (ExtensionHandler) m_extensionFunctionNamespaces.get(ns);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/res/
XResourceBundleBase.java 34 * Get the error string associated with the error code
43 * Get the warning string associated with the error code
  /dalvik/vm/native/
java_lang_SystemProperties.c 26 * (1) call SystemProperties.preInit() to get VM defaults
28 * (3) call SystemProperties.postInit() to get command-line overrides
  /development/simulator/app/
PhoneCollection.h 18 /* get the global instance */
33 /* get phone data */
  /development/tools/zoneinfo/
ZoneCompactor.java 100 String link = links.get(s);
122 String to = links.get(from);
124 starts.put(from, starts.get(to));
125 lengths.put(from, lengths.get(to));
126 offsets.put(from, offsets.get(to));
149 writeInt(idx, starts.get(zname).intValue());
150 writeInt(idx, lengths.get(zname).intValue());
151 writeInt(idx, offsets.get(zname).intValue());
  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_getiv.c 15 CBC implementation, get IV, Tom St Denis
21 Get the current initial vector
  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_getiv.c 15 CFB implementation, get IV, Tom St Denis
21 Get the current initial vector
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_getiv.c 15 CTR implementation, get IV, Tom St Denis
21 Get the current initial vector
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_getiv.c 15 F8 implementation, get IV, Tom St Denis
21 Get the current initial vector
  /external/dropbear/libtomcrypt/src/modes/ofb/
ofb_getiv.c 15 OFB implementation, get IV, Tom St Denis
21 Get the current initial vector
  /external/dropbear/libtomcrypt/src/pk/asn1/der/bit/
der_length_bit_string.c 15 ASN.1 DER, get length of BIT STRING, Tom St Denis
30 /* get the number of the bytes */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_length_utctime.c 15 ASN.1 DER, get length of UTCTIME, Tom St Denis
22 @param utctime The UTC time structure to get the size of
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_get_size.c 27 Get the size of an ECC key
28 @param key The key to get the size of
  /external/e2fsprogs/lib/ext2fs/
getsectsize.c 2 * getsectsize.c --- get the sector size of a device.
30 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */
  /external/icu4c/tools/ctestfw/unicode/
datamap.h 37 /** get the string from the DataMap. Addressed by name
43 /** get the string from the DataMap. Addressed by name
51 * Get a signed integer without runtime parsing.
59 * Get an unsigned integer without runtime parsing.
67 * Get a vector of integers without runtime parsing.
76 * Get binary data without runtime parsing.
84 /** get an array of strings from the DataMap. Addressed by name.
91 /** get an array of integers from the DataMap. Addressed by name.
  /external/kernel-headers/original/linux/
a1026.h 94 /* Get/Set PCM Device Parameter ID List */
122 /* Get/Set ADC Device Parameter ID List */
150 /* Get/Set Algorithm Parameter command codes list */
155 /* Get/Set Algorithm Parameter ID List (Transmit Feature) */
167 /* Get/Set Algorithm Parameter ID List (Receive Feature) */
178 /* Get/Set Transmit Digital Input Gain */
182 /* Get/Set Receive Digital Input Gain */
186 /* Get/Set Transmit Digital Output Gain */
ipc.h 23 /* resource get request flags */
40 #define IPC_STAT 2 /* get ipc_perm options */
kd.h 11 #define GIO_FONTX 0x4B6B /* get font using struct consolefontdesc */
33 #define KDGKBTYPE 0x4B33 /* get keyboard type */
48 #define KDGETMODE 0x4B3B /* get current mode */
55 #define GIO_SCRNMAP 0x4B40 /* get screen mapping from kernel */
57 #define GIO_UNISCRNMAP 0x4B69 /* get full Unicode screen mapping */
60 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */
95 #define KDGKBLED 0x4B64 /* get led flags (not lights) */
162 #define KD_FONT_OP_GET 1 /* Get font */
klist.h 24 void (*get)(struct klist_node *); member in struct:klist
29 extern void klist_init(struct klist * k, void (*get)(struct klist_node *),

Completed in 123 milliseconds

<<21222324252627282930>>