Searched refs:checkVal (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 269 static void checkVal(int row, int col, int v, String vname, int cv) in checkVal() method in TJUnitTest 367 checkVal(row, col, r, "R", 76); in checkBuf() 368 checkVal(row, col, g, "G", 76); in checkBuf() 369 checkVal(row, col, b, "B", 76); in checkBuf() 371 checkVal(row, col, r, "R", 226); in checkBuf() 372 checkVal(row, col, g, "G", 226); in checkBuf() 373 checkVal(row, col, b, "B", 226); in checkBuf() 457 checkVal(row, col, r, "R", 76); in checkIntBuf() 458 checkVal(row, col, g, "G", 76); in checkIntBuf() 459 checkVal(row, col, b, "B", 76); in checkIntBuf() [all …]
|
/external/testng/src/test/java/test/preserveorder/ |
D | TestClass.java | 29 checkVal() { in checkVal() method in TestClass
|
/external/golang-protobuf/proto/ |
D | extensions_test.go | 314 checkVal := func(test testcase, msg *pb.DefaultsMessage, valWant interface{}) error { 372 if err := checkVal(test, msg, test.def); err != nil { 382 if err := checkVal(test, msg, test.want); err != nil { 390 if err := checkVal(test, msg, test.def); err != nil {
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/ |
D | BZip2CompressorInputStream.java | 410 private static void checkBounds(final int checkVal, final int limitExclusive, String name) 412 if (checkVal < 0) { 415 if (checkVal >= limitExclusive) {
|
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |