HomeSort by relevance Sort by last modified time
    Searched refs:INTEGER (Results 151 - 175 of 251) sorted by null

1 2 3 4 5 67 8 91011

  /external/opencv/cv/src/
cvfilter.cpp 720 kx_flags = ky_flags = ASYMMETRICAL + SYMMETRICAL + POSITIVE + SUM_TO_1 + INTEGER;
734 kx_flags &= ~INTEGER;
751 ky_flags &= ~INTEGER;
771 kx_flags &= ~INTEGER;
772 ky_flags &= ~INTEGER;
776 (kx_flags & (SYMMETRICAL + ASYMMETRICAL)) && (kx_flags & INTEGER) &&
777 (ky_flags & (SYMMETRICAL + ASYMMETRICAL)) && (ky_flags & INTEGER) )
863 int scale = kx_flags & ky_flags & INTEGER ? 1 : (1 << FILTER_BITS);
    [all...]
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
rule-api.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
common.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 599 // The old java field values were 0 for integer and 1 for fraction.
601 // starting from 0 in the following order; note that integer and
603 NumberFormat.Field.INTEGER,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 451 case INTEGER:
452 type = "integer"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 85 assertTrue(info.isValid(Integer.toString(Integer.MAX_VALUE), null, null));
104 assertTrue(info.isValid(Integer.toString(Integer.MAX_VALUE), null, null));
196 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.INTEGER,
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 105 symbols_: {"error":2,"root":3,"program":4,"EOF":5,"statements":6,"simpleInverse":7,"statement":8,"openInverse":9,"closeBlock":10,"openBlock":11,"mustache":12,"partial":13,"CONTENT":14,"COMMENT":15,"OPEN_BLOCK":16,"inMustache":17,"CLOSE":18,"OPEN_INVERSE":19,"OPEN_ENDBLOCK":20,"path":21,"OPEN":22,"OPEN_UNESCAPED":23,"OPEN_PARTIAL":24,"params":25,"hash":26,"param":27,"STRING":28,"INTEGER":29,"BOOLEAN":30,"hashSegments":31,"hashSegment":32,"ID":33,"EQUALS":34,"pathSegments":35,"SEP":36,"$accept":0,"$end":1},
106 terminals_: {2:"error",5:"EOF",14:"CONTENT",15:"COMMENT",16:"OPEN_BLOCK",18:"CLOSE",19:"OPEN_INVERSE",20:"OPEN_ENDBLOCK",22:"OPEN",23:"OPEN_UNESCAPED",24:"OPEN_PARTIAL",28:"STRING",29:"INTEGER",30:"BOOLEAN",33:"ID",34:"EQUALS",36:"SEP"},
609 Handlebars.AST.IntegerNode = function(integer) {
610 this.type = "INTEGER";
611 this.integer = integer;
934 INTEGER: function(integer) {
935 this.opcode('push', integer.integer);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 175 yylval->integer = at_address;
184 TEMP { yylval->integer = at_temp; return TEMP; }
336 yylval->integer = strtol(yytext, NULL, 10);
337 return INTEGER;
  /external/mesa3d/src/mesa/program/
program_lexer.l 175 yylval->integer = at_address;
184 TEMP { yylval->integer = at_temp; return TEMP; }
336 yylval->integer = strtol(yytext, NULL, 10);
337 return INTEGER;
  /external/mksh/src/
jobs.c 1202 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1219 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
    [all...]
sh.h 191 * integer wraparound, even across division and modulo, for
776 EXTERN const char Tintovfl[] E_INIT("integer overflow %zu %c %zu prevented");
1091 mksh_ari_t i; /* integer */
1092 mksh_uari_t u; /* unsigned integer */
1109 * command type (see below), base (if INTEGER),
    [all...]
  /external/tcpdump/
print-snmp.c 89 "Integer",
90 #define INTEGER 2
332 int32_t integer; member in union:be::__anon28698
514 case INTEGER: {
524 elem->data.integer = data;
731 printf("%d", elem->data.integer);
968 ok = (elem->data.integer >= smiRange->minValue.value.integer32
969 && elem->data.integer <= smiRange->maxValue.value.integer32);
1109 /* apply display hints (integer, octetstring) */
1145 == elem->data.integer) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y.in 32 int integer;
199 %token <number> INTEGER
308 %type <integer> match
309 %type <integer> unary_operator
310 %type <integer> maybe_unary_operator
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 270 INTEGER = 276,
308 #define INTEGER 276
707 "IDENTIFIER", "IF_EXPANDED", "INTEGER", "INTEGER_STRING",
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/chromium_org/tools/json_schema_compiler/
cc_generator.py 149 if t.property_type == PropertyType.INTEGER:
    [all...]
dart_generator.py 729 elif prop_type is PropertyType.INTEGER:
  /external/v8/src/
code-stubs.h 470 enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK};
    [all...]

Completed in 696 milliseconds

1 2 3 4 5 67 8 91011