OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quickcheck
(Results
1 - 3
of
3
) sorted by null
/external/v8/
Makefile
287
QUICKCHECKS = $(addsuffix .
quickcheck
,$(BUILDS))
294
qc
quickcheck
$(QUICKCHECKS) turbocheck \
295
$(addsuffix .
quickcheck
,$(MODES)) $(addsuffix .
quickcheck
,$(ARCHES)) \
367
$(addsuffix .
quickcheck
,$(MODES)): $$(basename $$@)
369
--mode=$(basename $@) $(TESTFLAGS) --
quickcheck
371
$(addsuffix .
quickcheck
,$(ARCHES)): $$(basename $$@)
373
--arch=$(basename $@) $(TESTFLAGS) --
quickcheck
377
--arch-and-mode=$(basename $@) $(TESTFLAGS) --
quickcheck
412
quickcheck
: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES)
[
all
...]
/external/v8/test/mjsunit/
regexp-UC16.js
45
assertFalse(/\xc1/i.test('fooA'), "
quickcheck
-uc16-pattern-ascii-subject");
/external/v8/tools/
run-tests.py
309
result.add_option("--
quickcheck
", default=False, action="store_true",
512
if options.
quickcheck
:
Completed in 487 milliseconds