| /development/ide/emacs/ | 
| android-common.el | 42   :type 'integer 
 | 
| /external/bison/src/ | 
| parse-gram.h | 155   int integer;  member in union:YYSTYPE 
 | 
| parse-gram.y | 97   int integer; 106 %token INT        "integer"
 191 %type <integer> INT
 
 | 
| /device/samsung/crespo/alsa-lib/src/control/ | 
| control.c | 38 The primitive controls can be integer, boolean, enumerators, bytes 264  * \brief Create and add an user INTEGER CTL element
 288 	info->value.integer.min = min;
 289 	info->value.integer.max = max;
 290 	info->value.integer.step = step;
 297 		val->value.integer.value[i] = min;
 357 	info->value.integer.min = 0;
 358 	info->value.integer.max = 1;
 958 	TYPE(INTEGER),
 [all...]
 | 
| /external/webkit/JavaScriptCore/runtime/ | 
| MathObject.cpp | 221     double integer = ceil(arg);  local 222     return jsNumber(exec, integer - (integer - arg > 0.5));
 
 | 
| /bionic/libc/tzcode/ | 
| private.h | 145 Please use a compiler that supports a 64-bit integer type (or wider); 283 ** add one for integer division truncation;
 
 | 
| /external/chromium/third_party/icu/source/tools/gensprep/ | 
| store.c | 227     return  parm.integer; 232     return (UBool)(p1.integer != p2.integer);
 264             codepoint = element->key.integer;
 
 | 
| /external/chromium/third_party/icu/source/tools/tzcode/ | 
| private.h | 143 Please use a compiler that supports a 64-bit integer type (or wider); 217 ** add one for integer division truncation;
 
 | 
| /external/icu4c/tools/gensprep/ | 
| store.c | 227     return  parm.integer; 232     return (UBool)(p1.integer != p2.integer);
 264             codepoint = element->key.integer;
 
 | 
| /external/icu4c/tools/tzcode/ | 
| private.h | 143 Please use a compiler that supports a 64-bit integer type (or wider); 217 ** add one for integer division truncation;
 
 | 
| /external/openssl/crypto/pkcs7/ | 
| pk7_attr.c | 96 /* Basic smime-capabilities OID and optional integer arg */ 121 		alg->parameter->value.integer = nbit;
 
 | 
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ | 
| Config.java | 145             return mContext.getResources().getInteger(R.integer.num_suggestions_above_keyboard); 217      * @return An integer in the range 0-1000. 0 means that no latency events
 
 | 
| /system/core/libcutils/ | 
| private.h | 149 Please use a compiler that supports a 64-bit integer type (or wider); 287 ** add one for integer division truncation;
 
 | 
| /external/chromium/third_party/icu/public/i18n/unicode/ | 
| translit.h | 263      * A context integer or pointer for a factory function, passed by 269          * This token, interpreted as a 32-bit integer.
 272         int32_t integer;  member in union:Transliterator::Token
 281      * Return a token containing an integer.
 282      * @return a token containing an integer.
 740      * arguments to this pattern are an integer followed by one or two
 741      * strings.  The integer is the number of strings, either 1 or 2.
 [all...]
 | 
| /external/dbus/dbus/ | 
| dbus-internals.h | 157 #define _DBUS_INT_TO_POINTER(integer) ((void*)((long)(integer))) 
 | 
| /external/icu4c/i18n/unicode/ | 
| translit.h | 263      * A context integer or pointer for a factory function, passed by 269          * This token, interpreted as a 32-bit integer.
 272         int32_t integer;  member in union:Transliterator::Token
 281      * Return a token containing an integer.
 282      * @return a token containing an integer.
 740      * arguments to this pattern are an integer followed by one or two
 741      * strings.  The integer is the number of strings, either 1 or 2.
 [all...]
 | 
| /external/ppp/pppd/plugins/rp-pppoe/ | 
| pppoe.h | 111 /* Define various integer types -- assumes a char is 8 bits */ 117 #error Could not find a 16-bit integer type
 127 #error Could not find a 16-bit integer type
 
 | 
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ | 
| PointerTracker.java | 176         mDelayBeforeKeyRepeatStart = res.getInteger(R.integer.config_delay_before_key_repeat_start); 177         mLongPressKeyTimeout = res.getInteger(R.integer.config_long_press_key_timeout);
 178         mMultiTapKeyTimeout = res.getInteger(R.integer.config_multi_tap_key_timeout);
 
 | 
| /device/samsung/crespo/alsa-lib/src/pcm/ | 
| pcm_extplug.c | 153 	ival->integer |= parm->integer; 160 		t.integer = ival->integer;
 
 | 
| /external/chromium/third_party/icu/source/i18n/ | 
| nortrans.cpp | 53     return new NormalizationTransliterator(ID, (UNormalizationMode) context.integer, 0); 
 | 
| /external/freetype/src/sfnt/ | 
| ttbdf.c | 225             aprop->u.integer = (FT_Int32)value; 
 | 
| /external/libvpx/examples/includes/geshi/contrib/ | 
| langcheck.php | 302                 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'CASE_KEYWORDS\'] specification which is not an integer!'); 316                         report_error(TYPE_WARNING, "Language file contains an key '$kw_key' in \$language_data['KEYWORDS'] that is not integer!");
 336                         report_error(TYPE_WARNING, "Language file contains an key '$cs_key' in \$language_data['CASE_SENSITIVE'] that is not integer!");
 350                         report_error(TYPE_WARNING, "Language file contains an key '$url_key' in \$language_data['URLS'] that is not integer!");
 362                 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'OOLANG\'] specification which is neither boolean nor integer!');
 384                 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'STRICT_MODE_APPLIES\'] specification which is not an integer!');
 405                     report_error(TYPE_ERROR, 'Language file contains a $language_data[\'TAB_WIDTH\'] specification which is not an integer!');
 434                                 report_error(TYPE_WARNING, "Language file contains an key '$sk_key' in \$language_data['STYLES']['$style_kind'] that is not integer!");
 542                     report_error(TYPE_WARNING, "Language file contains an key '$ck' in \$language_data['COMMENT_SINGLE'] that is not integer!");
 554                         report_error(TYPE_WARNING, "Language file contains an key '$ck' in \$language_data['COMMENT_REGEXP'] that is not integer!");
 [all...]
 | 
| /device/samsung/crespo/libaudio2/ | 
| alsa_pcm.c | 105         i->integer = 1; 164                    i->openmax, i->integer, i->empty);
 
 | 
| /external/chromium/third_party/icu/source/test/cintltst/ | 
| chashtst.c | 76     s.integer = a; 77     t.integer = b;
 
 | 
| /external/chromium/third_party/libevent/test/ | 
| regress.c | 1366 	uint32_t integer;  local 1379 		if (evtag_decode_int(&integer, tmp) == -1) {
 1383 		if (integer != integers[i]) {
 1385 			    integer, integers[i]);
 1449 	uint32_t integer;  local
 1462 		if (evtag_decode_tag(&integer, tmp) == -1) {
 1466 		if (integer != integers[i]) {
 1468 			    integer, integers[i]);
 [all...]
 |