/external/skia/src/gpu/ganesh/effects/ |
D | GrSkSLFP.h | 148 checkArgs(effect->fUniforms.begin(), in Make() 304 static void checkArgs(uniform_iterator uIter, in checkArgs() function 321 static void checkArgs(uniform_iterator uIter, in checkArgs() function 332 checkArgs(uIter, uEnd, ++cIter, cEnd, std::forward<Args>(remainder)...); in checkArgs() 335 static void checkArgs(uniform_iterator uIter, in checkArgs() function 346 checkArgs(uIter, uEnd, ++cIter, cEnd, std::forward<Args>(remainder)...); in checkArgs() 349 static void checkArgs(uniform_iterator uIter, in checkArgs() function 357 checkArgs(uIter, uEnd, cIter, cEnd, name, val.value, std::forward<Args>(remainder)...); in checkArgs() 360 static void checkArgs(uniform_iterator uIter, in checkArgs() function 368 checkArgs(uIter, uEnd, cIter, cEnd, name, val.value, std::forward<Args>(remainder)...); in checkArgs() [all …]
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/contrib/ |
D | For.java | 118 public void checkArgs(ArrayList<Integer> argtypes, Token t, in checkArgs() method in For 121 super.checkArgs(argtypes, t, templateName); in checkArgs()
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 1337 checkArgs(const void *label, int32_t length, in checkArgs() function 1371 if(!checkArgs(label, length, dest, capacity, pInfo, pErrorCode)) { in uidna_labelToASCII() 1387 if(!checkArgs(label, length, dest, capacity, pInfo, pErrorCode)) { in uidna_labelToUnicode() 1403 if(!checkArgs(name, length, dest, capacity, pInfo, pErrorCode)) { in uidna_nameToASCII() 1419 if(!checkArgs(name, length, dest, capacity, pInfo, pErrorCode)) { in uidna_nameToUnicode() 1435 if(!checkArgs(label, length, dest, capacity, pInfo, pErrorCode)) { in uidna_labelToASCII_UTF8() 1451 if(!checkArgs(label, length, dest, capacity, pInfo, pErrorCode)) { in uidna_labelToUnicodeUTF8() 1467 if(!checkArgs(name, length, dest, capacity, pInfo, pErrorCode)) { in uidna_nameToASCII_UTF8() 1483 if(!checkArgs(name, length, dest, capacity, pInfo, pErrorCode)) { in uidna_nameToUnicodeUTF8()
|
/external/cronet/third_party/icu/source/common/ |
D | uts46.cpp | 1337 checkArgs(const void *label, int32_t length, in checkArgs() function 1371 if(!checkArgs(label, length, dest, capacity, pInfo, pErrorCode)) { in uidna_labelToASCII() 1387 if(!checkArgs(label, length, dest, capacity, pInfo, pErrorCode)) { in uidna_labelToUnicode() 1403 if(!checkArgs(name, length, dest, capacity, pInfo, pErrorCode)) { in uidna_nameToASCII() 1419 if(!checkArgs(name, length, dest, capacity, pInfo, pErrorCode)) { in uidna_nameToUnicode() 1435 if(!checkArgs(label, length, dest, capacity, pInfo, pErrorCode)) { in uidna_labelToASCII_UTF8() 1451 if(!checkArgs(label, length, dest, capacity, pInfo, pErrorCode)) { in uidna_labelToUnicodeUTF8() 1467 if(!checkArgs(name, length, dest, capacity, pInfo, pErrorCode)) { in uidna_nameToASCII_UTF8() 1483 if(!checkArgs(name, length, dest, capacity, pInfo, pErrorCode)) { in uidna_nameToUnicodeUTF8()
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ |
D | Stop.java | 104 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs() method in Stop
|
D | Break.java | 116 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs() method in Break
|
D | Define.java | 106 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs() method in Define
|
D | Directive.java | 178 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs() method in Directive
|
D | Macro.java | 130 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs() method in Macro
|
D | Foreach.java | 336 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs() method in Foreach
|
D | Parse.java | 330 public void checkArgs(ArrayList<Integer> argtypes, Token t, String templateName) in checkArgs() method in Parse
|
/external/apache-velocity-engine/generated-sources/javacc/org/apache/velocity/runtime/parser/ |
D | StandardParser.java | 1375 d.checkArgs(argtypes, id, currentTemplate.getName()); in Directive() 1536 d.checkArgs(argtypes, id, currentTemplate.getName()); in Directive()
|
/external/apache-velocity-engine/velocity-engine-core/src/main/parser/ |
D | Parser.jjt | 1944 d.checkArgs(argtypes, id, currentTemplate.getName()); 2058 d.checkArgs(argtypes, id, currentTemplate.getName());
|