/external/clang/unittests/AST/ |
D | ASTContextParentMapTest.cpp | 61 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST() 67 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST() 78 hasAncestor(cxxRecordDecl(unless(isTemplateInstantiation()))))))); in TEST()
|
/external/libdrm/ |
D | xf86atomic.h | 104 static inline int atomic_add_unless(atomic_t *v, int add, int unless) in atomic_add_unless() argument 108 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c) in atomic_add_unless() 110 return c == unless; in atomic_add_unless()
|
/external/python/cpython3/Lib/test/ |
D | test_mimetypes.py | 54 unless = self.assertTrue 59 unless(all >= set(['.bat', '.c', '.h', '.ksh', '.pl', '.txt']))
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 688 allOf(forField(hasName("bar_")), unless(isWritten())))))); in TEST() 1084 unless(anything()))))); in TEST() 1088 unless(anything()))))); in TEST() 1120 unless(anything())))))); in TEST() 1123 unless(anything())))))); in TEST() 1185 unless(anything())))))); in TEST() 1191 unless(anything())))))); in TEST() 1195 unless(anything())))))); in TEST() 1229 unless(anything())))))); in TEST() 1448 anyOf(unless(anything()), anything())), in TEST() [all …]
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 832 unless(cxxMethodDecl(isOverride()))), in GetNameForDecl() 1548 unless(hasAncestor(protocol_namespace_decl))); in main() 1561 unless(hasCanonicalDecl(isDeclInGeneratedFile()))); in main() 1576 unless(hasAncestor(recordDecl( in main() 1579 id("decl", varDecl(in_blink_namespace, unless(is_type_trait_value))); in main() 1611 unless(hasAncestor(functionDecl(isDefaulted()))))); in main() 1651 unless(anyOf( in main() 1674 unless(hasAncestor(substNonTypeTemplateParmExpr())))); in main() 1691 unless(anyOf(isBlacklistedMethod(), in main() 1696 unless(anyOf( in main() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_StringIO.py | 93 unless = self.assertTrue 96 unless(hasattr(self._fp, '__iter__')) 97 unless(hasattr(self._fp, 'next'))
|
D | test_mimetypes.py | 55 unless = self.assertTrue 60 unless(all >= set(['.bat', '.c', '.h', '.ksh', '.pl', '.txt']))
|
/external/guava/ |
D | README | 28 not use beta APIs, unless you repackage them (e.g. using ProGuard). 35 3. Serialized forms of ALL objects are subject to change unless noted
|
/external/libchrome/libchrome_tools/patch/ |
D | logging.patch | 19 - // Don't bother initializing |g_vlog_info| unless we use one of the 35 + // Don't bother initializing |g_vlog_info| unless we use one of the
|
/external/skqp/site/dev/contrib/ |
D | style.md | 33 We wrap lines at 100 columns unless it is excessively ugly (use your judgement). 190 opening and closing braces unless preprocessor conditional compilation 266 Fallthrough from one case to the next is commented unless it is trivial: 396 Summary: Use `int` unless you have need a guarantee on the bit count, then use 398 of using unsigned. Bitfields use `uint32_t` unless they have to be made shorter
|
/external/skia/site/dev/contrib/ |
D | style.md | 33 We wrap lines at 100 columns unless it is excessively ugly (use your judgement). 190 opening and closing braces unless preprocessor conditional compilation 266 Fallthrough from one case to the next is commented unless it is trivial: 396 Summary: Use `int` unless you have need a guarantee on the bit count, then use 398 of using unsigned. Bitfields use `uint32_t` unless they have to be made shorter
|
/external/protobuf/ruby/ |
D | Rakefile | 3 require "rake/extensiontask" unless RUBY_PLATFORM == "java" 31 unless ENV['IN_DOCKER'] == 'true'
|
/external/strace/tests/ |
D | gen_pure_executables.sh | 34 Deduce output file from <input> unless an <output> is specified.
|
/external/strace/tests-mx32/ |
D | gen_pure_executables.sh | 34 Deduce output file from <input> unless an <output> is specified.
|
/external/strace/tests-m32/ |
D | gen_pure_executables.sh | 34 Deduce output file from <input> unless an <output> is specified.
|
/external/swiftshader/third_party/LLVM/tools/llvm-config/ |
D | llvm-config.in.in | 144 usage unless $has_opt; 290 die "Malformed dependency data" unless defined $deps; 433 return 0 unless has_lib_been_added($added, $lib);
|
/external/v8/tools/clang/rewrite_scoped_refptr/ |
D | RewriteScopedRefptr.cpp | 294 on(cxxBindTemporaryExpr(unless(has(cxxOperatorCallExpr())))); in main() 349 unless(anyOf(is_unsafe_temporary_conversion, is_unsafe_return)), in main() 355 unless(hasAncestor(decl(anyOf(is_logging_helper, is_gtest_helper, in main()
|
/external/grpc-grpc/ |
D | Rakefile | 26 unless RUBY_PLATFORM =~ /darwin/ 73 spec_files << helper unless spec_files.include?(helper) 122 unless '2.5' == /(\d+\.\d+)/.match(RUBY_VERSION).to_s
|
/external/libxml2/optim/ |
D | hash_dict.txt | 2 costs. Not worth it unless validating big DTDs
|
/external/python/cpython2/Doc/library/ |
D | telnetlib.rst | 81 Read at least one byte of cooked data unless EOF is hit. Return ``''`` if EOF is 90 ``''`` if no cooked data available otherwise. Do not block unless in the midst 99 ``''`` if no cooked data available otherwise. Do not block unless in the midst 108 if no cooked data available otherwise. Do not block unless in the midst of an
|
/external/ltp/doc/ |
D | colorized-output.txt | 6 By default LTP colorizes it's output unless using pipe or redirect to file.
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
D | lit.local.cfg | 3 # These tests take on the order of seconds to run, so skip them unless
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/Large/ |
D | lit.local.cfg | 3 # These tests take on the order of seconds to run, so skip them unless
|
/external/autotest/client/tests/ffsb/ |
D | profile.cfg.sample | 9 # be / , unless and until the user is absolutely
|
/external/clang/test/SemaObjC/ |
D | comptypes-1.m | 35 warning, unless done from an 'id'. */ 50 a warning, unless done from an 'id' or an 'id<MyProtocol>' (since
|