Searched defs:SKIP (Results 1 - 25 of 40) sorted by relevance

12

/external/ltp/include/mk/
H A Dmodule.mk27 SKIP := 1 macro
30 SKIP := 1 macro
32 SKIP ?= $(shell \ macro
39 ifneq ($(SKIP),0)
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
H A DObjectVisitor.java40 * should be further explored, or {@link Traversal#SKIP} to avoid
64 SKIP enum constant in enum:ObjectVisitor.Traversal
/external/ppp/pppd/plugins/radius/
H A Dclientid.c48 #define SKIP(p) while(*p && isspace(*p)) p++; macro
56 SKIP(q);
64 SKIP(c);
87 #undef SKIP macro
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrdProc.h43 CJBig2_Image* SKIP; member in class:CJBig2_GRDProc
/external/autotest/utils/
H A Dunittest_suite.py94 SKIP = set(( variable
165 skip_tests = SKIP
/external/testng/src/main/java/org/testng/
H A DITestResult.java19 public static final int SKIP = 3; field in interface:ITestResult
/external/v8/tools/testrunner/local/
H A Dstatusfile.py35 SKIP = "SKIP" variable
52 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FAIL_OK,
74 return SKIP in outcomes
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl14.c52 #define SKIP 0x0c00 macro
53 #if SKIP == F_RDLCK || SKIP== F_WRLCK
54 #error invalid value for SKIP, must be distinct from F_RDLCK and F_WRLCK
73 short b_type; /* SKIP means suppress fcntl call */
87 {F_WRLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
92 {F_WRLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
97 {F_RDLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
102 {F_RDLCK, 0, 0L, 0L, SKIP, 0, 0L, 0L,
108 {F_WRLCK, 0, 0L, 0L, SKIP,
[all...]
H A Dfcntl16.c55 //#define SKIP SKIPVAL, 0, 0L, 0L, IGNORED
56 #define SKIP 0,0,0L,0L,0 macro
58 #error invalid SKIP, must not be F_RDLCK or F_WRLCK
80 {SKIP},
90 {SKIP},},
95 {SKIP},
106 {SKIP},},
111 {SKIP},
122 {SKIP},},
127 {SKIP},
[all...]
/external/minijail/
H A Dbpf.h107 #define SKIP 1 macro
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DUrlComponentEncodingTester.java52 map.put((int) '\t', Encoding.SKIP); // Horizontal Tab
53 map.put((int) '\n', Encoding.SKIP); // Line feed
55 map.put((int) '\f', Encoding.SKIP); // Form feed
56 map.put((int) '\r', Encoding.SKIP); // Carriage return
212 if (encoding == Encoding.SKIP) continue;
323 SKIP; enum constant in enum:UrlComponentEncodingTester.Encoding
/external/testng/src/main/java/org/testng/reporters/
H A DVerboseReporter.java33 SUCCESS(ITestResult.SUCCESS), FAILURE(ITestResult.FAILURE), SKIP(ITestResult.SKIP), enum constant in enum:VerboseReporter.Status
73 logTestResult(Status.SKIP, tr, true);
102 logTestResult(Status.SKIP, tr, false);
172 case SKIP:
/external/vogar/src/vogar/
H A DConsole.java63 Color.SKIP.setCode(skipColor);
182 out.println(colorString("SKIP (" + result + ")", Color.WARN));
216 color = Color.SKIP;
421 PASS, FAIL, SKIP, WARN, COMMENT; enum constant in enum:Console.Color
/external/libpng/contrib/libtests/
H A Dpngunknown.c37 # define SKIP 77 macro
39 # define SKIP 0 macro
1273 return SKIP;
1284 return SKIP;
H A Dpngimage.c43 # define SKIP 77 macro
45 # define SKIP 0 macro
1379 printf("SKIP: %s transforms ", dp->filename);
1710 return SKIP;
H A Dpngstest.c42 # define SKIP 77 macro
44 # define SKIP 0 macro
3517 return SKIP; /* skipped: no support */
3525 return SKIP; /* skipped: no support */
3817 return SKIP;
H A Dpngvalid.c66 # define SKIP 77 macro
68 # define SKIP 0 macro
11906 return SKIP;
12215 return SKIP;
/external/libxml2/
H A Dxpointer.c855 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
865 #define SKIP(val) ctxt->cur += (val) macro
H A Dcatalog.c2143 #define SKIP(x) cur += x; macro
2159 SKIP(2);
H A Dpattern.c717 #define SKIP(val) ctxt->cur += (val) macro
H A Dparser.c1997 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
2038 #define SKIP(val) do { \ macro
2275 SKIP(3);
2302 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
2308 SKIP(2);
2331 /* on purpose to avoid reentrancy problems with NEXT and SKIP */
4791 SKIP(6);
4802 SKIP(6);
5010 SKIP(4);
5115 SKIP(
[all...]
H A Dxpath.c3039 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
3049 #define SKIP(val) ctxt->cur += (val) macro
10758 SKIP(2);
10864 SKIP(3);
10867 SKIP(3);
11007 SKIP(3);
11033 SKIP(2);
11346 SKIP(2);
11401 SKIP(2);
11497 SKIP(
[all...]
/external/libpng/
H A Dpngtest.c50 # define SKIP 77 macro
52 # define SKIP 0 macro
2086 return SKIP;
/external/skia/third_party/libpng/
H A Dpngtest.c50 # define SKIP 77 macro
52 # define SKIP 0 macro
2077 return SKIP;
/external/testng/src/main/java/org/testng/xml/
H A DXmlSuite.java52 public static final String SKIP = "skip"; field in class:XmlSuite
73 /** Whether to SKIP or CONTINUE to re-attempt failed configuration methods. */
74 public static final String DEFAULT_CONFIG_FAILURE_POLICY = SKIP;

Completed in 2180 milliseconds

12