HomeSort by relevance Sort by last modified time
    Searched defs:ARRAY (Results 1 - 25 of 30) sorted by null

1 2

  /libcore/luni/src/main/java/java/sql/
Types.java 34 * The type code that identifies the SQL type {@code ARRAY}.
36 public static final int ARRAY = 2003;
  /sdk/common/src/com/android/resources/
ResourceType.java 26 ARRAY("array", "Array", "string-array", "integer-array"), //$NON-NLS-1$ //$NON-NLS-3$ //$NON-NLS-4$
96 * Returns an array with all the names defined by this enum.
  /external/dhcpcd/
showlease.c 22 #define ARRAY (1 << 9)
36 { 3, IPV4 | ARRAY | REQUEST, "routers" },
37 { 4, IPV4 | ARRAY, "time_servers" },
38 { 5, IPV4 | ARRAY, "ien116_name_servers" },
39 { 6, IPV4 | ARRAY, "domain_name_servers" },
40 { 7, IPV4 | ARRAY, "log_servers" },
41 { 8, IPV4 | ARRAY, "cookie_servers" },
42 { 9, IPV4 | ARRAY, "lpr_servers" },
43 { 10, IPV4 | ARRAY, "impress_servers" },
44 { 11, IPV4 | ARRAY, "resource_location_servers" }
    [all...]
dhcp.c 49 #define ARRAY (1 << 9)
76 { 33, IPV4 | ARRAY | REQUEST, "static_routes" },
77 { 3, IPV4 | ARRAY | REQUEST, "routers" },
79 { 4, IPV4 | ARRAY, "time_servers" },
80 { 5, IPV4 | ARRAY, "ien116_name_servers" },
83 { 6, IPV4 | ARRAY | REQUEST, "domain_name_servers" },
84 { 7, IPV4 | ARRAY, "log_servers" },
85 { 8, IPV4 | ARRAY, "cookie_servers" },
86 { 9, IPV4 | ARRAY, "lpr_servers" },
87 { 10, IPV4 | ARRAY, "impress_servers" }
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationMember.java 26 import java.lang.reflect.Array;
40 * <li> one-dimensional array of the above
62 * Tag description of an array value type.
64 protected static final char ARRAY = '[';
114 tag = ARRAY;
168 if (tag == ARRAY) {
171 int len = Array.getLength(value);
174 sb.append(Array.get(value, i));
201 if (tag == ARRAY) {
219 * @return true if the value is array and is equal to specified object
    [all...]
  /external/qemu/hw/
bt-sdp.c 801 #define ARRAY(...) { \
849 LIST(UINT8(0x22) ARRAY(
880 0x81, 0x00, /* Input (Data, Array) */
  /external/javassist/src/main/javassist/compiler/
TokenId.java 115 int ARRAY = 'A'; // array access
  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 55 unsigned char array; member in struct:ps_entry_type
242 #define ARRAY 'A'
257 format->array = TRUE;
269 /* Check is data type is of array */
270 if (type == ARRAY || sub_type == ARRAY)
271 format->array = TRUE;
274 format->array = FALSE;
301 if (type.type == PS_HEX && type.array != TRUE)
329 /* Read PS entries as string, convert and add to Hex array */
    [all...]
  /external/mksh/src/
sh.h 615 EXTERN struct tbl *vp_pipest; /* global PIPESTATUS array */
969 struct tbl *array; /* array values */ member in union:tbl::__anon9743
978 uint32_t index; /* index for an array */
1004 #define ARRAY BIT(13) /* array */
1016 #define AINDEX BIT(25) /* array index >0 = ua.index filled in */
1017 #define ASSOC BIT(26) /* ARRAY ? associative : reference */
1027 * param should be repoted by set/typeset). Does not include ARRAY or
1061 #define AF_ARGV_ALLOC 0x1 /* argv[] array allocated *
    [all...]
  /prebuilt/common/asm/
asm-4.0.jar 
  /prebuilt/common/tools-common/
tools-common-prebuilt.jar 
  /prebuilts/tools/common/asm-tools/
asm-4.0.jar 
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 768 milliseconds

1 2