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

<<61626364656667686970>>

  /external/regex-re2/re2/testing/
re2_test.cc 2 // Copyright 2002-2009 The RE2 Authors. All Rights Reserved.
181 string all(t->original);
182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count)
183 << "Got: " << all;
184 CHECK_EQ(all, t->global);
196 TEST(CheckRewriteString, all) {
361 string all, host; local
363 CHECK(RE2::PartialMatch("a chrisr:9000 here", re, &all, &host, &port));
364 CHECK_EQ(all, "chrisr:9000");
    [all...]
  /external/stlport/etc/
STLport-4.5.1.spec 42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
STLport-4.5.3.spec 42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
STLport-4.6.spec 42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
  /external/stlport/test/eh/
cygwin.mak 52 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
djgpp.mak 52 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
gcc-99r1.mak 52 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
gcc-apple-macosx.mak 53 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
gcc-freebsd.mak 54 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
gcc-hp11.mak 54 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
gcc-irix.mak 53 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
gcc-linux.mak 53 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
gcc-netbsd.mak 53 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
gcc.mak 53 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
hpacc.mak 61 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
mingw32.mak 53 all: $(TEST_EXE) $(D_TEST_EXE) $(NOSGI_TEST_EXE)
  /external/v8/test/mjsunit/compiler/
variables.js 1 // Copyright 2010 the V8 project authors. All rights reserved.
70 // (even if it shadows the arguments object) forces all parameters to be
  /external/v8/test/mjsunit/
elements-kind-depends.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
47 check(b); // all OK
function-source.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
32 // Check that the script source for all functions in a script is the same.
mirror-boolean.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
57 // Test all boolean values.
switch.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
330 // Test suite below aims to cover all possible combinations of following:
334 // strings | symbol | all | on
353 if (feedback === 'all') {
445 test_switch(clause_type, test_type, 'all', opt);
  /external/v8/test/mjsunit/regress/
regress-1118.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 // should be able to construct a receiver from all optimized stack frames.
regress-1493017.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
37 // remove all references to instances of C.
regress-regexp-codeflush.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
42 // Run enough times to get a number of GC's (all mark sweep because of the
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnamelength.js 5 for Informatics and Mathematics, Keio University). All
79 NodeList of all the Elements with a given tagName.

Completed in 392 milliseconds

<<61626364656667686970>>