Searched
refs:two (Results
351 -
375 of
643) sorted by null
<<11121314151617181920>>
/external/chromium_org/v8/test/webkit/resources/ |
json2-es5-compat.js | 15 This file creates a global JSON object containing two methods: stringify 46 // Format integers to have at least two digits. 171 // Format integers to have at least two digits.
|
/bionic/libc/bionic/ |
system_properties.cpp | 160 // This environment variable consistes of two decimal integer 353 static int cmp_prop_name(const char *one, uint8_t one_len, const char *two, 361 return strncmp(one, two, one_len);
|
/cts/ |
CtsTestCaseList.mk | 192 # that there will be two executables, one that ends in 32 for the 32
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 28 * one token/tree node is consumed for two errors.
|
/external/chromium_org/base/json/ |
json_parser.cc | 627 // The input string will be adjusted (either by combining the two 943 bool JSONParser::StringsAreEqual(const char* one, const char* two, size_t len) { 944 return strncmp(one, two, len) == 0;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
nav_description.js | 153 * Compares two NavDescriptions.
|
page_selection.js | 92 // has been collapsed. This occurs when two CursorSelection's point away
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
log_view_painter.js | 24 * Creates a TablePrinter for use by the above two functions. baseTime is 69 // Those 5 skipped cells are: two for "t=", and three for "st=". 115 * whose length is a multiple of two. Writes multiple lines to |out| with 117 * two, and their corresponding ASCII characters on the right.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
file_entry_binding_util.js | 13 // For a given |apiName|, generates object with two elements that are used
|
/external/chromium_org/content/test/data/media/ |
webrtc_test_audio.js | 68 * least two seconds since we expect to see at least three "peaks" in there
|
/external/chromium_org/extensions/renderer/resources/ |
last_error.js | 10 // A utility here is useful for two reasons:
|
/external/chromium_org/mojo/public/python/mojo/ |
system.pyx | 216 """Return value for two phases read and write. 447 Begins a two-phase write to the data pipe producer. 520 Begins a two-phase read to the data pipe consumer. 609 The two ends of the message pipe are accessible with the members handle0 and
|
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest.tcl | 99 set ones {zero one two three four five six seven eight nine
|
/external/chromium_org/tools/sheriffing/ |
failureinfo.js | 6 * Return the range of intersection between the two lists. Ranges are sets of
|
/external/chromium_org/v8/test/mjsunit/ |
constant-folding.js | 79 // Test comparison operations that involve one or two constant smis.
|
elements-transition.js | 43 // We apply the same operations to two identical arrays. The first array
|
debug-backtrace.js | 125 // Get backtrace with two frames. 143 // Get backtrace with bottom two frames.
|
elements-kind.js | 250 array[1] = "two"; 252 assertEquals("two", array[1]);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2443.js | 78 // Note that the the last two steps are reversed for toFixed.
|
/external/libunwind/doc/ |
libunwind.tex | 87 two cursor variables: ``\Var{curr}'' and ``\Var{prev}''. The former 111 cursor depends, of course, on the platform. However, there are two 177 \Func{unw\_create\_addr\_space}() routine. The routine takes two 285 To prevent the risk of using stale data, \Prog{libunwind} provides two
|
/external/libvorbis/doc/ |
03-codebook.tex | 160 Lookup types one and two are similar, differing only in the 164 type two builds the same vector list, but reads each scalar for each 188 A \varname{[codebook_lookup_type]} of greater than two is reserved 336 Lookup type two specifies a VQ lookup table in which each scalar in
|
09-helper.tex | 17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 927 (** [const_add c1 c2] returns the constant sum of two constants. 931 (** [const_nsw_add c1 c2] returns the constant sum of two constants with no 936 (** [const_nuw_add c1 c2] returns the constant sum of two constants with no 941 (** [const_fadd c1 c2] returns the constant sum of two constant floats. 945 (** [const_sub c1 c2] returns the constant difference, [c1 - c2], of two 949 (** [const_nsw_sub c1 c2] returns the constant difference of two constants wit [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
expanding_braille_translator.js | 18 * A wrapper around one or two braille translators that uses contracted 21 * is used for all text regardless of selection. If two translators
|
/external/chromium_org/v8/test/webkit/ |
regexp-zero-length-alternatives.js | 247 // Non-capturing two possibly empty alternatives greedy '*' 254 // Non-capturing two possibly empty non-greedy alternatives non-greedy '*'
|
Completed in 1079 milliseconds
<<11121314151617181920>>