/external/v8/test/mjsunit/compiler/ |
D | receiver-conversion.js | 12 function test(outer, inner, check) { argument 23 function check(x) { function in UndefinedSloppy 41 function check(x) { function in UndefinedStrict 60 function check(x) { function in NumberSloppy 78 function check(x) { function in NumberStrict 97 function check(x) { function in StringSloppy 115 function check(x) { function in StringStrict
|
D | osr-block-scope-id.js | 29 function check() { function
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 101 Node* check = graph()->NewNode(simplified()->ReferenceEqual(Type::Name()), in ReduceNamedAccess() local 110 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), receiver); in ReduceNamedAccess() local 137 Node* check = in ReduceNamedAccess() local 151 Node* check = in ReduceNamedAccess() local 209 Node* check = graph()->NewNode( in ReduceNamedAccess() local 233 Node* check = graph()->NewNode( in ReduceNamedAccess() local 276 Node* check = in ReduceNamedAccess() local 319 Node* check = in ReduceNamedAccess() local 329 Node* check = in ReduceNamedAccess() local 528 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), receiver); in ReduceElementAccess() local [all …]
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p12.cpp | 5 struct check<char, 34, -47, -126, -48, -75, -47, -127, -47, -126, 32, -16, -112, -128, -128>{}; struct 7 struct check<char16_t, 34, 1090, 1077, 1089, 1090, 32, 55296, 56320>{}; struct 9 struct check<char32_t, 34, 1090, 1077, 1089, 1090, 32, 65536>{}; struct
|
/external/clang/test/Lexer/ |
D | cxx-features.cpp | 10 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… macro 12 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… macro 14 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… macro
|
/external/mesa3d/src/glsl/builtins/tools/ |
D | generate_builtins.py | 273 check = 'state->target == vertex_shader && ' variable 275 check = 'state->target == fragment_shader && ' variable 277 check = '' variable
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | BundleChecker.java | 90 private void check(final IPackageCoverage packageCoverage) { in check() method in BundleChecker 105 private void check(final IClassCoverage classCoverage) { in check() method in BundleChecker 116 private void check(final ISourceFileCoverage sourceFile) { in check() method in BundleChecker 122 private void check(final IMethodCoverage method, final String className) { in check() method in BundleChecker
|
/external/opencv3/3rdparty/libpng/ |
D | pngwio.c | 53 png_size_t check; in png_default_write_data() local 75 png_uint_32 check; in png_default_write_data() local 225 void *png_far_to_near(png_structp png_ptr, png_voidp ptr, int check) in png_far_to_near() 239 void *png_far_to_near(png_structp png_ptr, png_voidp ptr, int check) in png_far_to_near()
|
D | pngrio.c | 53 png_size_t check; in png_default_read_data() local 78 png_size_t check; in png_default_read_data() local
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 290 def check(self, packets, variation=None): member in DragLatencyValidator 365 def check(self, packets, variation=None): member in DiscardInitialSecondsValidator 485 def check(self, packets, variation=None): member in LinearityValidator1 660 def check(self, packets, variation=None): member in LinearityValidator 698 def check(self, packets, variation=None): member in RangeValidator 751 def check(self, packets, variation=None): member in CountTrackingIDValidator 801 def check(self, packets, variation=None): member in StationaryValidator 849 def check(self, packets, variation=None): member in NoGapValidator 882 def check(self, packets, variation=None): member in NoReversedMotionValidator 911 def check(self, packets, variation=None): member in CountPacketsValidator [all …]
|
/external/jetty/src/java/org/eclipse/jetty/util/security/ |
D | Credential.java | 60 public abstract boolean check(Object credentials); in check() method in Credential 97 public boolean check(Object credentials) in check() method in Credential.Crypt 145 public boolean check(Object credentials) in check() method in Credential.MD5
|
/external/valgrind/memcheck/tests/ |
D | mallinfo.c | 12 static size_t check(size_t min, size_t max) in check() function 74 static size_t check(size_t min, size_t max) in check() function
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | ChainStrengthAnalyzer.java | 41 public static final void check(X509Certificate[] chain) throws CertificateException { in check() method in ChainStrengthAnalyzer 52 public static final void check(List<X509Certificate> chain) throws CertificateException { in check() method in ChainStrengthAnalyzer
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | YamlDocument.java | 32 public YamlDocument(String sourceName, boolean check, Constructor constructor) { in YamlDocument() 57 public YamlDocument(String sourceName, boolean check) { in YamlDocument()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 163 CheckDependency check, void *context, in checkIDSuffix() 174 checkParent(const char *itemName, CheckDependency check, void *context, in checkParent() 223 CheckDependency check, void *context, UErrorCode *pErrorCode) { in checkAlias() 282 CheckDependency check, void *context, in ures_enumDependencies() 368 CheckDependency check, void *context, in ures_enumDependencies() 446 CheckDependency check, void *context, in ucnv_enumDependencies() 576 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) { in enumDependencies()
|
/external/clang/test/SemaCXX/ |
D | pragma-pack.cpp | 16 int check[sizeof(Sub) == 5 ? 1 : -1]; variable 33 int check[sizeof(Sub) == 13 ? 1 : -1]; variable
|
/external/clang/test/SemaTemplate/ |
D | attributes.cpp | 9 template <bool X> struct check { struct 10 int check_failed[X ? 1 : -1]; // expected-error {{array with a negative size}}
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
D | BlockOutputStream.java | 22 private final Check check; field in BlockOutputStream 31 Check check) throws IOException { in BlockOutputStream()
|
/external/v8/test/unittests/compiler/ |
D | common-operator-reducer-unittest.cc | 324 Node* check = graph()->NewNode(machine()->Float32LessThan(), c0, p0); in TEST_F() local 344 Node* check = graph()->NewNode(machine()->Float64LessThan(), c0, p0); in TEST_F() local 364 Node* check = graph()->NewNode(machine()->Float32LessThan(), p0, p1); in TEST_F() local 382 Node* check = graph()->NewNode(machine()->Float64LessThan(), p0, p1); in TEST_F() local 400 Node* check = graph()->NewNode(machine()->Float32LessThan(), p0, p1); in TEST_F() local 418 Node* check = graph()->NewNode(machine()->Float64LessThan(), p0, p1); in TEST_F() local 553 Node* check = graph()->NewNode(machine()->Float32LessThan(), c0, p0); in TEST_F() local 566 Node* check = graph()->NewNode(machine()->Float64LessThan(), c0, p0); in TEST_F() local 579 Node* check = graph()->NewNode(machine()->Float32LessThan(), p0, p1); in TEST_F() local 591 Node* check = graph()->NewNode(machine()->Float64LessThan(), p0, p1); in TEST_F() local [all …]
|
/external/compiler-rt/lib/tsan/ |
D | check_analyze.sh | 21 check() { function
|
/external/autotest/client/cros/cellular/mbim_compliance/assertions/ |
D | assertion.py | 13 def check(self): member in Assertion
|
/external/v8/test/mjsunit/es6/ |
D | indexed-integer-exotics.js | 15 function check() { function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugType.h | 40 BugType(class CheckName check, StringRef name, StringRef cat) in BugType() 65 BuiltinBug(class CheckName check, const char *name, const char *description) in BuiltinBug()
|
/external/v8/test/mjsunit/regress/ |
D | regress-1181.js | 40 function check(count) { function
|
/external/toybox/kconfig/lxdialog/ |
D | check-lxdialog.sh | 44 check() { function
|