HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h 102 /* Assembler instructions for creating various kinds of integer object. */
112 /* Try to output the assembler code for an integer object whose
117 bool (* integer) (rtx x, unsigned int size, int aligned_p); member in struct:gcc_target::asm_out
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 102 /* Assembler instructions for creating various kinds of integer object. */
112 /* Try to output the assembler code for an integer object whose
117 bool (* integer) (rtx x, unsigned int size, int aligned_p); member in struct:gcc_target::asm_out
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 191 + "got '" + actual + "' from resource 0x" + Integer.toHexString(resId),
194 + ", got '" + actual + "' from resource 0x" + Integer.toHexString(resId),
202 + "got '" + actual + "' from resource 0x" + Integer.toHexString(resId),
205 + ", got '" + actual + "' from resource 0x" + Integer.toHexString(resId),
451 final int i = mResources.getInteger(R.integer.resource_test_int);
529 final boolean b = mResources.getBoolean(R.integer.resource_test_int);
740 + actual + "\" in resources 0x" + Integer.toHexString(resid),
781 assertEquals("in resource 0x" + Integer.toHexString(resid)
815 + " from TypedValue: in resource 0x" + Integer.toHexString(resid),
818 + " from getBoolean(): in resource 0x" + Integer.toHexString(resid)
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_ioplug.c 993 io->params[type].integer = 1;
1021 io->params[type].integer = 1;
pcm_direct.c 648 t.integer = 1;
    [all...]
  /external/bison/src/
parse-gram.c 283 int integer; member in union:YYSTYPE
647 "\"end of file\"", "error", "$undefined", "\"string\"", "\"integer\"",
    [all...]
scan-gram.c 43 /* flex integer type definitions */
132 * integer for use as an array index. If the signed char is negative,
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 325 // Read the obligatory integer.
326 readNextWord("integer");
328 int integer = Integer.parseInt(nextWord); local
332 return integer;
336 throw new ParseException("Expecting integer argument instead of '" + nextWord +
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 54 // Tricky case avoiding integer overflow in Runtime_SmiLexicographicCompare.
array-functions-prototype-misc.js 144 // every integer in the range.
smi-ops.js 628 // Test non-integer shift value
  /libcore/luni/src/main/java/java/util/
Scanner.java 148 * Stands for Integer
482 horizonEndIndex = Integer.MAX_VALUE;
817 cacheHasNextValue = Integer.valueOf(intString, radix);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 542 com.android.internal.R.integer.config_lidOpenRotation);
544 com.android.internal.R.integer.config_carDockRotation);
546 com.android.internal.R.integer.config_deskDockRotation);
552 com.android.internal.R.integer.config_lidKeyboardAccessibility);
554 com.android.internal.R.integer.config_lidNavigationAccessibility);
    [all...]
  /external/bluetooth/glib/glib/
goption.c 52 gint integer; member in union:__anon2147::__anon2148
850 _("Cannot parse integer value '%s' for %s"),
860 _("Integer value '%s' for %s out of range"),
920 _("Cannot parse integer value '%s' for %s"),
928 _("Integer value '%s' for %s out of range"),
1123 change->prev.integer = *(gint *)entry->arg_data;
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 560 ASN1_GEN_STR("INTEGER", V_ASN1_INTEGER),
683 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
  /external/openssl/crypto/dsa/
dsa_ameth.c 186 /* In PKCS#8 DSA: you just get a private key integer and parameters in the
236 privkey = t2->value.integer;
326 /* Get private key into integer */
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 217 generator.print(unsignedToString((Integer) value));
251 for (final Map.Entry<Integer, UnknownFieldSet.Field> entry :
291 /** Convert an unsigned 32-bit integer to a string. */
294 return Integer.toString(value);
300 /** Convert an unsigned 64-bit integer to a string. */
528 * Returns {@code true} if the next token is an integer, but does
564 * If the next token is a 32-bit signed integer, consume it and return its
578 * If the next token is a 32-bit unsigned integer, consume it and return its
592 * If the next token is a 64-bit signed integer, consume it and return its
606 * If the next token is a 64-bit unsigned integer, consume it and return it
    [all...]
  /external/stlport/src/
num_get_float.cpp 113 # error There should be some unsigned 64-bit integer on the system!
338 * 1) decimal digits as an integer
353 /* Convert the decimal digits to a binary integer. */
460 * Integer bit hidden
487 /* Convert the decimal digits to a binary integer. */
567 * Integer bit hidden
  /ndk/sources/android/stlport/src/
num_get_float.cpp 113 # error There should be some unsigned 64-bit integer on the system!
338 * 1) decimal digits as an integer
353 /* Convert the decimal digits to a binary integer. */
460 * Integer bit hidden
487 /* Convert the decimal digits to a binary integer. */
567 * Integer bit hidden
  /external/v8/benchmarks/
base.js 89 // Robert Jenkins' 32 bit integer hash function.
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 192 pw.println(prefix + " icon=0x" + Integer.toHexString(notification.icon)
198 pw.println(prefix + " defaults=0x" + Integer.toHexString(notification.defaults));
199 pw.println(prefix + " flags=0x" + Integer.toHexString(notification.flags));
202 pw.println(prefix + " ledARGB=0x" + Integer.toHexString(notification.ledARGB)
211 + Integer.toHexString(System.identityHashCode(this))
213 + " id=" + Integer.toHexString(id)
245 + Integer.toHexString(System.identityHashCode(this))
451 com.android.internal.R.integer.config_defaultNotificationLedOn);
453 com.android.internal.R.integer.config_defaultNotificationLedOff);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 121 mAllAppsLoadDelay = app.getResources().getInteger(R.integer.config_allAppsBatchLoadDelay);
123 mBatchSize = app.getResources().getInteger(R.integer.config_allAppsBatchSize);
255 item.id = Integer.parseInt(result.getPathSegments().get(1));
    [all...]
  /external/clearsilver/util/regex/
regex.c 1032 int integer;
1113 /* This pushes an integer-valued item onto the failure stack.
1117 fail_stack.stack[fail_stack.avail++].integer = (item)
1128 #define POP_FAILURE_INT() fail_stack.stack[--fail_stack.avail].integer
1023 int integer; member in union:fail_stack_elt
    [all...]
  /external/v8/src/
runtime.js 446 // stack. It is guaranteed to be a small integer at this point.
v8natives.js 811 // Convert the radix to an integer and check the range.

Completed in 2457 milliseconds

1 2 3 45 6 7