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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/rlz/lib/
financial_ping_test.cc 45 LARGE_INTEGER integer; local
46 integer.HighPart = now_as_file_time.dwHighDateTime;
47 integer.LowPart = now_as_file_time.dwLowDateTime;
48 return integer.QuadPart;
  /external/chromium_org/tools/json_schema_compiler/test/
additional_properties_unittest.cc 50 result_object.integer = 5;
56 dict->SetInteger("integer", 5);
objects_unittest.cc 19 info_value->Set("integer", new base::FundamentalValue(5));
30 EXPECT_EQ(5, params->info.integer);
39 info_value->Set("integer", new base::FundamentalValue(5));
simple_api_unittest.cc 16 value->SetWithoutPathExpansion("integer", new base::FundamentalValue(4));
123 EXPECT_EQ(4, test_type->integer);
173 ASSERT_TRUE(expected->GetInteger("integer", &some_test_type.integer));
  /external/chromium_org/v8/src/
snapshot-source-sink.h 79 void PutInt(uintptr_t integer, const char* description);
  /external/chromium_org/v8/test/webkit/
dfg-int-overflow-in-loop.js 25 "Tests that overflowing an integer in a loop and then only using it in an integer context produces a result that complies with double arithmetic."
dfg-constant-fold-misprediction.js 34 // A division that is going to be predicted integer on the first compilation. The
38 // integer but that contains a double. The subsequent addition to x, which is
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 39 protected static final Integer UNASSIGNED = Utils.integer(-1);
40 protected static final Integer UNASSIGNED_IN_PARSER_RULE = Utils.integer(-2);
42 protected Map<String,Integer> stringLiterals = new TreeMap<String, Integer>();
43 protected Map<String,Integer> tokens = new TreeMap<String, Integer>();
253 Integer oldTypeI = (Integer)stringLiterals.get(lit)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 133 public int minAltInConfigurations=Integer.MAX_VALUE;
487 disabled.add(Utils.integer(configuration.alt));
511 * context conflicting ctx predicts alts i and j. Return an Integer set
525 protected Set<Integer> getConflictingAlts() {
528 Set<Integer> nondeterministicAlts = new HashSet<Integer>();
541 MultiMap<Integer, NFAConfiguration> stateToConfigListMap =
542 new MultiMap<Integer, NFAConfiguration>();
545 Integer stateI = Utils.integer(configuration.state)
    [all...]
NFAToDFAConverter.java 417 Integer tI = Utils.integer(targetState.stateNumber);
    [all...]
  /external/libvorbis/doc/
08-residue.tex 43 important to note that the integer division truncates. In the below
52 is also partitioned into chunks. The integer elements of each scalar
115 must be an integer multiple of the codebook dimension, although
159 1) [residue_begin] = read 24 bits as unsigned integer
160 2) [residue_end] = read 24 bits as unsigned integer
161 3) [residue_partition_size] = read 24 bits as unsigned integer and add one
162 4) [residue_classifications] = read 6 bits as unsigned integer and add one
163 5) [residue_classbook] = read 8 bits as unsigned integer
197 3) [low_bits] = read 3 bits as unsigned integer
199 5) if ( [bitflag] is set ) then [high_bits] = read five bits as unsigned integer
    [all...]
03-codebook.tex 96 4) [length] = read a five bit unsigned integer;
107 7) [length] = read a five bit unsigned integer;
122 2) [current_length] = read a five bit unsigned integer and add 1;
123 3) [number] = read \link{vorbis:spec:ilog}{ilog}([codebook_entries] - [current_entry]) bits as an unsigned integer
149 The lookup table type is read as a four bit unsigned integer:
151 1) [codebook_lookup_type] = read four bits as an unsigned integer
169 1) [codebook_minimum_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
170 2) [codebook_delta_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
171 3) [codebook_value_bits] = read 4 bits as an unsigned integer and add 1
316 4) [multiplicand_offset] = ( [lookup_offset] divided by [index_divisor] using integer
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 59 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32].
64 (** [as_int gv] unboxes the integer-valued generic value [gv] as an [int].
70 (** [as_natint gv] unboxes the integer-valued generic value [gv] as a
75 (** [as_int64 gv] returns the integer-valued generic value [gv] as an [int64].
141 [args], and [envp] as specified by the array [env]. Returns the integer
  /external/bison/src/
parse-gram.h 183 int integer; member in union:GRAM_STYPE
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.h 113 int64_t integer() const;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 227 return parm.integer;
232 return (UBool)(p1.integer != p2.integer);
262 codepoint = element->key.integer;
  /external/chromium_org/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/icu/icu4c/source/tools/gensprep/
store.c 227 return parm.integer;
232 return (UBool)(p1.integer != p2.integer);
262 codepoint = element->key.integer;
  /external/icu/icu4c/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/openssl/crypto/pkcs7/
pk7_attr.c 96 /* Basic smime-capabilities OID and optional integer arg */
121 alg->parameter->value.integer = nbit;
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 86 mVerticalPadding = getResources().getInteger(R.integer.vertical_card_magin);
87 mHorizontalPadding = getResources().getInteger(R.integer.horizontal_card_magin);
  /external/chromium_org/third_party/icu/source/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
282 * Return a token containing an integer.
283 * @return a token containing an integer.
741 * arguments to this pattern are an integer followed by one or two
742 * strings. The integer is the number of strings, either 1 or 2.
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
fragck.tcl 94 if {![string is integer -strict $rootpage]} {
  /external/chromium_org/tools/gn/
operators_unittest.cc 14 if (v.type() != Value::INTEGER)
59 // Append an integer.
61 Token integer(Location(), Token::INTEGER, integer_value);
62 node.set_right(ListWithLiteral(integer).PassAs<ParseNode>());
120 Token twelve(Location(), Token::INTEGER, twelve_str);
138 ASSERT_EQ(Value::INTEGER, result.list_value()[0].list_value()[0].type());
141 // Try to append an integer and a string directly (e.g. foo += "hi").
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-valueof.js 30 // Test valueof with integer input.

Completed in 1341 milliseconds

1 2 3 45 6 7 8 91011>>