Searched refs:check (Results 251 - 275 of 4788) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/ARM/
H A Dinst-thumb-overflow-2.s2 @ RUN: | FileCheck -check-prefix CHECK-ERRORS %s
H A Dthumb2be-b.w-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Dthumb2be-beq.w-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-ARM-reloc.s2 @ RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s
/external/llvm/test/MC/Mips/
H A Delf_eflags_nanlegacy.s3 # RUN: FileCheck %s -check-prefix=CHECK-OBJ
5 # RUN: FileCheck %s -check-prefix=CHECK-ASM
/external/ltrace/testsuite/
H A Drun-my-tests.sh5 # run it via 'make check' using RUNTESTFLAGS. This script just makes it easy.
43 make check RUNTESTFLAGS="$flags"
/external/mockito/src/org/mockito/internal/verification/
H A DAtLeast.java38 missingInvocation.check(data.getAllInvocations(), data.getWanted());
40 numberOfInvocations.check(data.getAllInvocations(), data.getWanted(), wantedCount);
51 missingInvocation.check(allInvocations, wanted, this, data.getOrderingContext());
54 numberOfCalls.check(allInvocations, wanted, wantedCount);
H A DTimes.java36 missingInvocation.check(data.getAllInvocations(), data.getWanted());
39 numberOfInvocations.check(data.getAllInvocations(), data.getWanted(), wantedCount);
48 missingInvocation.check(allInvocations, wanted, this, data.getOrderingContext());
51 numberOfCalls.check(allInvocations, wanted, wantedCount, data.getOrderingContext());
/external/valgrind/main/memcheck/tests/
H A Dvarinfo3.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
22 Uninitialised byte(s) found during client check request
29 Uninitialised byte(s) found during client check request
36 Uninitialised byte(s) found during client check request
44 Uninitialised byte(s) found during client check request
51 Uninitialised byte(s) found during client check request
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-fannkuch.js6 var check = 0;
19 if (check < 30){
22 check++;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Daccess-fannkuch.js6 var check = 0;
19 if (check < 30){
22 check++;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Daccess-fannkuch.js6 var check = 0;
19 if (check < 30){
22 check++;
/external/chromium_org/third_party/icu/source/samples/legacy/
H A DMakefile44 .PHONY: all clean distclean check report
59 # Make check: simply runs the sample, logged to a file
60 check: $(TARGET)
66 $(TARGET).report: check $(TARGET).cpp
/external/chromium_org/third_party/icu/source/samples/translit/answers/
H A Dmain_1.cpp28 check(status, "Calendar::createInstance");
50 check(status, "DateFormat::format");
58 check(status, "DateFormat::format");
H A Dmain_2.cpp29 check(status, "Calendar::createInstance");
58 check(status, "DateFormat::format");
66 check(status, "DateFormat::format");
/external/chromium_org/third_party/icu/source/samples/uresb/
H A DMakefile38 @echo "Can't open $@ - check ICU_PATH"
44 .PHONY: all clean distclean check report
66 # Make check: simply runs the sample, logged to a file
67 check: $(TARGET) $(RESOURCES)
73 $(TARGET).report: check $(TARGET).cpp
/external/chromium_org/tools/android/checkstyle/
H A Dcheckstyle.py34 check = subprocess.Popen(['java', '-cp',
39 stdout, _ = check.communicate()
40 if check.returncode == 0:
/external/droiddriver/src/com/google/android/droiddriver/
H A DPoller.java66 * Used by Poller to check conditions.
68 * @param <T> type of the value returned by {@link #check}
76 T check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException; method in interface:Poller.ConditionChecker
89 public UiElement check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
108 public Void check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
/external/icu/icu4c/source/samples/legacy/
H A DMakefile44 .PHONY: all clean distclean check report
59 # Make check: simply runs the sample, logged to a file
60 check: $(TARGET)
66 $(TARGET).report: check $(TARGET).cpp
/external/icu/icu4c/source/samples/translit/answers/
H A Dmain_1.cpp28 check(status, "Calendar::createInstance");
50 check(status, "DateFormat::format");
58 check(status, "DateFormat::format");
H A Dmain_2.cpp29 check(status, "Calendar::createInstance");
58 check(status, "DateFormat::format");
66 check(status, "DateFormat::format");
/external/icu/icu4c/source/samples/uresb/
H A DMakefile38 @echo "Can't open $@ - check ICU_PATH"
44 .PHONY: all clean distclean check report
66 # Make check: simply runs the sample, logged to a file
67 check: $(TARGET) $(RESOURCES)
73 $(TARGET).report: check $(TARGET).cpp
/external/libpng/
H A Dpngrio.c66 png_size_t check; local
74 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr));
76 if (check != length)
H A Dpngwio.c53 png_size_t check; local
58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
60 if (check != length)
/external/lldb/test/functionalities/data-formatter/rdar-11086338/
H A DTestRdar11086338.py52 self.runCmd('type format clear', check=False)
53 self.runCmd('type summary clear', check=False)
54 self.runCmd('type synth clear', check=False)
59 # Now check that we are displaying Cocoa classes correctly

Completed in 300 milliseconds

<<11121314151617181920>>