HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 1701 - 1725 of 1948) sorted by null

<<61626364656667686970>>

  /external/bison/
maint.mk 144 # This is a sed line number spec. The default says that we search
376 # Pass EXIT_*, not number, to usage, exit, and error (when exiting)
389 halt='use EXIT_* values rather than magic number' \
709 # Each nonempty ChangeLog line must start with a year number, or a TAB.
    [all...]
  /external/ceres-solver/docs/
build.tex 8 Ceres relies on a number of open source libraries, some of which are optional. For details on customizing the build process, please see Section~\ref{sec:custom}.
137 Number of iterations:
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 219 struct ebml_type number; member in struct:track_entry
395 E_FIELD(ID_TRACK_NUMBER, TYPE_UINT, struct track_entry, number),
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 22 | Ast.Number n -> const_float double_type n
303 (* If 'f' took a different number of arguments, reject. *)
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 530 "torProto\022\014\n\004name\030\001 \001(\t\022\016\n\006number\030\003 \001(\005\022:"
    [all...]
descriptor.pb.h 3021 inline ::google::protobuf::int32 FieldDescriptorProto::number() const { function in class:google::protobuf::FieldDescriptorProto
3348 inline ::google::protobuf::int32 EnumValueDescriptorProto::number() const { function in class:google::protobuf::EnumValueDescriptorProto
    [all...]
text_format.cc 700 int pos = 0; // The number of bytes we've written so far.
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/v8/benchmarks/spinning-balls/
v.js 205 if (typeof scale !== "number") {
  /external/v8/src/
factory.cc 869 // Number of descriptors added to the result so far.
882 // Number of duplicates detected.
    [all...]
log.cc     [all...]
string.js 297 // Compute the number of captures; see ECMA-262, 15.5.4.11, p. 102.
485 // The number of captures plus one for the match.
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 102 // The number of elements contained in the matched element set
456 if ( typeof value === "number" )
703 // Handle passing in a number to a CSS property
704 return typeof value === "number" && type == "curCSS" && !exclude.test( name ) ?
813 // We should always get a number back from opacity
827 // If we're not dealing with a regular pixel number
828 // but a number that has a weird ending, we need to convert it to pixels
865 if ( typeof elem === "number" )
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
Range.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 209 #define Log2(number, power) { OMX_U32 temp = number; power = 0; while( (0 == (temp & 0x1)) && power < 16) { temp >>=0x1; power++; } }
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 95 // decimal number of &egrave; is 232.
105 assertEquals(0, keyData.number);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 285 * @param n number of tokens to look ahead. Must be
316 * @param n number of tokens to look behind. Must be
358 * @param n number of tokens to look behind. Must be
391 * @param n number of tokens to lookahead. Must be
849 * @returns an Object which is either a String, a Number, a Boolean, or a vector
906 * @returns an Object which is either a String, a Number, a Boolean, or a vector
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 50 // The number of pings that must fail to respond before we become unwritable.
56 // Determines whether we have seen at least the given maximum number of
300 << " number="
301 << static_cast<int>(error_code->number())
689 // Before becoming unwritable, we allow for a fixed number of pings to fail
  /external/elfutils/src/
nm.c 606 *lowpc = *highpc = loc[0].number;
1019 /* Compute number of entries. Handle buggy entsize values. */
1029 possible. We just won't print any line number information. */
1171 /* Now we know the exact number. */
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c     [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 153 errln("Yuck... Formatted a duck... As a number!");
185 virtual UnicodeString& format(int64_t number,UnicodeString& appendTo,FieldPosition& pos) const {
186 return NumberFormat::format(number, appendTo, pos);
    [all...]
  /external/kernel-headers/original/linux/
pci.h 237 unsigned char number; /* bus number */ member in struct:pci_bus
238 unsigned char primary; /* number of primary bridge */
239 unsigned char secondary; /* number of secondary bridge */
240 unsigned char subordinate; /* max number of subordinate buses */
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 23 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE
153 ; even number. This function handles 8 pixels in horizontal direction, calculating ONE
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 159 return (typeof n === "number");
    [all...]

Completed in 804 milliseconds

<<61626364656667686970>>