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

<<11121314

  /external/chromium_org/extensions/renderer/resources/
binding.js 411 if (type === 'integer' || type === 'number') {
event.js 191 // If opt_webViewInstanceId exists, it is an integer uniquely identifying a
  /external/chromium_org/third_party/jstemplate/
util.js 140 * @return {number} The integer contained in s, converted on base 10.
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 138 // Robert Jenkins' 32 bit integer hash function.
  /external/chromium_org/v8/src/
regexp.js 147 // Must be called with RegExp, string and positive integer as arguments.
runtime.js 440 // stack. It is guaranteed to be a small integer at this point.
date.js 75 // Convert to integer and map -0 to 0.
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 97 Iterator<Integer> iterator = Collections.singleton(0).iterator();
102 Iterator<Integer> iterator = asList(1, 2, 3, 4, 5).iterator();
272 final List<Integer> list = asList(1, 2, 3, 4, 5);
273 final Predicate<Integer> isEven = new Predicate<Integer>() {
275 public boolean apply(Integer integer) {
276 return integer % 2 == 0;
279 new IteratorTester<Integer>(5, UNMODIFIABLE, asList(2, 4),
281 @Override protected Iterator<Integer> newTargetIterator()
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 198 function GetUniqueID(const Node: IANTLRInterface): Integer;
217 function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;
225 function CreateNode(const TokenType: Integer; const FromToken: IToken;
234 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload;
239 function GetNodeType(const T: IANTLRInterface): Integer;
242 procedure SetNodeType(const T: IANTLRInterface; const NodeType: Integer);
278 function GetTokenStartIndex(const T: IANTLRInterface): Integer;
283 function GetTokenStopIndex(const T: IANTLRInterface): Integer;
288 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface;
291 procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface)
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.cc 113 uint_attr_map[attr.name] = attr.value.integer;
    [all...]
native_backend_gnome_x_unittest.cc 213 MockKeyringItem::ItemAttribute(attribute.value.integer)));
303 // serialization. Integer seconds are saved instead of microseconds.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 23 * @param {integer} yPrecision An integer value representing the number of
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
InspectorBackend.js 229 var jsTypes = { integer: "number", array: "object" };
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jimmxint.asm 2 ; jimmxint.asm - accurate integer IDCT (MMX)
17 ; This file contains a slow-but-accurate integer implementation of the
jiss2int-64.asm 2 ; jiss2int-64.asm - accurate integer IDCT (64-bit SSE2)
18 ; This file contains a slow-but-accurate integer implementation of the
jiss2int.asm 2 ; jiss2int.asm - accurate integer IDCT (SSE2)
17 ; This file contains a slow-but-accurate integer implementation of the
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 907 * and the values are true. To be used for set operations with integer.
920 * each key to integer. To be used for set operations with integers.
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 983 // Emit suffixes. Integer literals are always a builtin integer type.
985 default: llvm_unreachable("Unexpected type for integer literal!");
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 244 decoding and, optionally, use the entropy-decoded integer value as an
337 stream. The mode is encoded as an integer used as a direct offset into
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 122 * Compute the function for every integer value from 0 up to maxArg.
  /external/chromium_org/v8/test/mjsunit/
smi-ops-inlined.js 630 // Test non-integer shift value
smi-ops.js 637 // Test non-integer shift value
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.js 527 // Given x, find r and integer k such that
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h 486 ASN1_INTEGER * integer; member in union:asn1_type_st::__anon16287
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 413 bool integer; member in struct:sglr::rc::VertexArray::VertexAttribArray
    [all...]

Completed in 2235 milliseconds

<<11121314