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

1 2

  /dalvik/hit/src/com/android/hit/
Types.java 20 private static int mIdSize = 4;
22 public static final int OBJECT = 2;
23 public static final int BOOLEAN = 4;
24 public static final int CHAR = 5;
25 public static final int FLOAT = 6;
26 public static final int DOUBLE = 7;
27 public static final int BYTE = 8;
28 public static final int SHORT = 9;
29 public static final int INT = 10
    [all...]
  /external/bison/lib/
strtol.c 34 extern int errno;
53 # define INT LONG int
55 # define INT unsigned LONG int
120 operating on `long long int's. */
160 # define LONG_LONG_MAX TYPE_MAXIMUM (long long int)
163 # define LONG_LONG_MIN TYPE_MINIMUM (long long int)
168 static const unsigned long long int maxquad = ULONG_LONG_MAX;
244 /* Convert NPTR to an `unsigned long int' or `long int' in base BASE
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 48 static final int WIRETYPE_VARINT = 0;
49 static final int WIRETYPE_FIXED64 = 1;
50 static final int WIRETYPE_LENGTH_DELIMITED = 2;
51 static final int WIRETYPE_START_GROUP = 3;
52 static final int WIRETYPE_END_GROUP = 4;
53 static final int WIRETYPE_FIXED32 = 5;
55 static final int TAG_TYPE_BITS = 3;
56 static final int TAG_TYPE_MASK = (1 << TAG_TYPE_BITS) - 1;
59 static int getTagWireType(final int tag)
    [all...]
Descriptors.java 229 for (int i = 0; i < proto.getDependencyCount(); i++) {
342 for (int i = 0; i < proto.getMessageTypeCount(); i++) {
348 for (int i = 0; i < proto.getEnumTypeCount(); i++) {
353 for (int i = 0; i < proto.getServiceCount(); i++) {
358 for (int i = 0; i < proto.getExtensionCount(); i++) {
392 for (int i = 0; i < messageTypes.length; i++) {
396 for (int i = 0; i < enumTypes.length; i++) {
400 for (int i = 0; i < services.length; i++) {
404 for (int i = 0; i < extensions.length; i++) {
427 public int getIndex() { return index;
    [all...]
  /external/v8/src/
string-stream.h 75 FmtElm(int value) : type_(INT) { // NOLINT
98 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER };
101 int u_int_;
127 bool Put(String* str, int start, int end);
148 void PrintFixedArray(FixedArray* array, unsigned int limit);
170 static const int kInitialCapacity = 16;
181 int space() const { return capacity_ - length_; }
  /external/wpa_supplicant/
config_file.c 43 static char * wpa_config_get_line(char *s, int size, FILE *stream, int *line,
96 static int wpa_config_validate_network(struct wpa_ssid *ssid, int line)
98 int errors = 0;
129 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id)
132 int errors = 0, end = 0;
189 static struct wpa_config_blob * wpa_config_read_blob(FILE *f, int *line,
195 int end = 0
    [all...]
config_winreg.c 51 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk)
54 int errors = 0;
82 (unsigned int) ret);
95 (int) i, name, (int) datalen);
121 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val)
129 wpa_printf(MSG_DEBUG, TSTR "=%d", name, (int) val);
164 static int wpa_config_read_global(struct wpa_config *config, HKEY hk)
166 int errors = 0
    [all...]
config.c 36 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
37 int line, const char *value);
52 int key_data;
87 static int wpa_config_parse_str(const struct parse_data *data,
89 int line, const char *value)
146 static int is_hex(const u8 *data, size_t len)
237 static int wpa_config_parse_int(const struct parse_data *data,
239 int line, const char *value)
241 int *dst;
243 dst = (int *) (((u8 *) ssid) + (long) data->param1)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config_winreg.c 56 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk)
59 int errors = 0;
87 (unsigned int) ret);
100 (int) i, name, (int) datalen);
126 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val)
134 wpa_printf(MSG_DEBUG, TSTR "=%d", name, (int) val);
170 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk)
173 int ret = 0
    [all...]
config_file.c 44 static char * wpa_config_get_line(char *s, int size, FILE *stream, int *line,
97 static int wpa_config_validate_network(struct wpa_ssid *ssid, int line)
99 int errors = 0;
132 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id)
135 int errors = 0, end = 0;
193 static struct wpa_config_blob * wpa_config_read_blob(FILE *f, int *line,
199 int end = 0
    [all...]
config.c 38 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
39 int line, const char *value);
56 int key_data;
96 static int wpa_config_parse_str(const struct parse_data *data,
98 int line, const char *value)
156 static int is_hex(const u8 *data, size_t len)
249 static int wpa_config_parse_int(const struct parse_data *data,
251 int line, const char *value)
253 int *dst;
255 dst = (int *) (((u8 *) ssid) + (long) data->param1)
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 113 typedef int INT; /* n */
117 typedef unsigned int UINT; /* u */
130 typedef int BOOL; /* f */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 113 typedef int INT; /* n */
117 typedef unsigned int UINT; /* u */
130 typedef int BOOL; /* f */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventContainer.java 30 * Comparison method for {@link EventContainer#testValue(int, Object, com.android.ddmlib.log.EventContainer.CompareMethod)}
71 INT(1),
79 private int mValue;
86 static EventValueType getEventValueType(int value) {
103 * NOTE: for now, only {@link #STRING}, {@link #INT}, and {@link #LONG} are supported.
111 return INT.mValue + "@" + object.toString(); //$NON-NLS-1$
138 case INT:
155 public int getValue() {
164 private EventValueType(int value) {
169 public int mTag
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 29 /** {@code non-null;} the list {@code [int]} */
30 public static final StdTypeList INT = StdTypeList.make(Type.INT);
52 /** {@code non-null;} the list {@code [int, int]} */
54 StdTypeList.make(Type.INT, Type.INT);
72 /** {@code non-null;} the list {@code [int, Object]} */
74 StdTypeList.make(Type.INT, Type.OBJECT);
88 /** {@code non-null;} the list {@code [long, int]} */
    [all...]
Type.java 35 public static final int BT_VOID = 0;
38 public static final int BT_BOOLEAN = 1;
41 public static final int BT_BYTE = 2;
44 public static final int BT_CHAR = 3;
47 public static final int BT_DOUBLE = 4;
50 public static final int BT_FLOAT = 5;
52 /** basic type constant for {@code int} */
53 public static final int BT_INT = 6;
56 public static final int BT_LONG = 7;
59 public static final int BT_SHORT = 8
    [all...]
  /external/bison/src/
parse-gram.h 44 INT = 259,
97 #define INT 259
155 int integer;
173 int first_line;
174 int first_column;
175 int last_line;
176 int last_column;
parse-gram.c 79 INT = 259,
132 #define INT 259
223 static YYLTYPE lloc_default (YYLTYPE const *, int);
243 static int current_prec = 0;
283 int integer;
299 int first_line;
300 int first_column;
301 int last_line;
302 int last_column;
332 typedef short int yytype_int8
    [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 100 private static final int DIPLOID = 2;
103 private static final int DEFAULT_RADIX = 10;
105 private static final int DEFAULT_TRUNK_SIZE = 1024;
116 private int integerRadix = DEFAULT_RADIX;
121 private int findStartIndex = 0;
124 private int preStartIndex = findStartIndex;
127 private int bufferLength = 0;
144 private int cachehasNextIndex = -1;
150 INT,
345 int horizonLineSeparator = 0
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 68 private int mLayoutId;
108 public int describeContents() {
119 public SetOnClickPendingIntent(int id, PendingIntent pendingIntent) {
129 public void writeToParcel(Parcel dest, int flags) {
145 final int[] pos = new int[2];
149 rect.left = (int) (pos[0] * appScale + 0.5f);
150 rect.top = (int) (pos[1] * appScale + 0.5f);
151 rect.right = (int) ((pos[0] + v.getWidth()) * appScale + 0.5f);
152 rect.bottom = (int) ((pos[1] + v.getHeight()) * appScale + 0.5f)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 77 #define INT int
78 #define SHORT int
256 INT SsidLength; // length of SSID field below, in bytes;
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 50 typedef int Platform3DObject;
72 int size;
205 INT = 0x1404,
420 int sizeInBytes(int type);
435 void bufferData(unsigned long target, int size, unsigned long usage);
474 int getAttribLocation(WebGLProgram*, const String& name);
478 void getBufferParameteriv(unsigned long target, unsigned long pname, int* value);
486 void getFramebufferAttachmentParameteriv(unsigned long target, unsigned long attachment, unsigned long pname, int* value);
488 void getIntegerv(unsigned long pname, int* value)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java 35 public int compare(Object o1, Object o2) {
44 final static int arraySize = 100;
58 int[] intArray;
79 for (int counter = 0; counter < arraySize; counter++) {
94 for (int counter = 0; counter < arraySize; counter++) {
118 // Test for method int java.util.Arrays.binarySearch(byte [], byte)
145 // Test for method int java.util.Arrays.binarySearch(char [], char)
167 // Test for method int java.util.Arrays.binarySearch(double [], double)
168 for (int counter = 0; counter < arraySize; counter++)
177 for (int counter = 0; counter < arraySize; counter++
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 423 #define INT(a) CHOICE(int a, int a, int a)
424 #define INT3 CHOICE(int CONST(3), int3, int CONST(3))
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 

Completed in 854 milliseconds

1 2