Home
last modified time | relevance | path

Searched refs:unless (Results 1 – 25 of 1617) sorted by relevance

12345678910>>...65

/external/clang/unittests/AST/
DASTContextParentMapTest.cpp61 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
67 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
78 hasAncestor(cxxRecordDecl(unless(isTemplateInstantiation()))))))); in TEST()
/external/libdrm/
Dxf86atomic.h104 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/
Dtest_mimetypes.py54 unless = self.assertTrue
59 unless(all >= set(['.bat', '.c', '.h', '.ksh', '.pl', '.txt']))
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp688 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/
DRewriteToChromeStyle.cpp832 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/
Dtest_StringIO.py93 unless = self.assertTrue
96 unless(hasattr(self._fp, '__iter__'))
97 unless(hasattr(self._fp, 'next'))
Dtest_mimetypes.py55 unless = self.assertTrue
60 unless(all >= set(['.bat', '.c', '.h', '.ksh', '.pl', '.txt']))
/external/guava/
DREADME28 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/
Dlogging.patch19 - // 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/
Dstyle.md33 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/
Dstyle.md33 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/
DRakefile3 require "rake/extensiontask" unless RUBY_PLATFORM == "java"
31 unless ENV['IN_DOCKER'] == 'true'
/external/strace/tests/
Dgen_pure_executables.sh34 Deduce output file from <input> unless an <output> is specified.
/external/strace/tests-mx32/
Dgen_pure_executables.sh34 Deduce output file from <input> unless an <output> is specified.
/external/strace/tests-m32/
Dgen_pure_executables.sh34 Deduce output file from <input> unless an <output> is specified.
/external/swiftshader/third_party/LLVM/tools/llvm-config/
Dllvm-config.in.in144 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/
DRewriteScopedRefptr.cpp294 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/
DRakefile26 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/
Dhash_dict.txt2 costs. Not worth it unless validating big DTDs
/external/python/cpython2/Doc/library/
Dtelnetlib.rst81 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/
Dcolorized-output.txt6 By default LTP colorizes it's output unless using pipe or redirect to file.
/external/llvm/test/CodeGen/SystemZ/Large/
Dlit.local.cfg3 # 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/
Dlit.local.cfg3 # These tests take on the order of seconds to run, so skip them unless
/external/autotest/client/tests/ffsb/
Dprofile.cfg.sample9 # be / , unless and until the user is absolutely
/external/clang/test/SemaObjC/
Dcomptypes-1.m35 warning, unless done from an 'id'. */
50 a warning, unless done from an 'id' or an 'id<MyProtocol>' (since

12345678910>>...65