HomeSort by relevance Sort by last modified time
    Searched refs:only (Results 1 - 25 of 1356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.unary/expr.new/
p2-cxx0x.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
4 struct only { struct
5 only(T);
6 template<typename U> only(U) = delete;
10 only<const int*> p = new const auto (0);
11 only<double*> q = new (auto) (0.0);
21 only<int*> r = new auto(1);
24 only<char*> testX = x;
  /external/clang/test/PCH/
pth.c 2 // RUN: not %clang_cc1 -triple i386-unknown-unknown -include-pth %t -fsyntax-only %s 2>&1 | FileCheck %s
4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
2 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98 -Wno-c++11-extensions
5 struct only { struct
6 only(T);
7 template<typename U> only(U) = delete;
14 only<const char [16]> testA = a;
15 only<const char **> testP = p;
20 only<unsigned long long> testB = b;
23 only<int> testC = c;
32 only<int> testX = x
    [all...]
p4.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++1y
2 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 -Wno-c++1y-extensions
3 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98 -Wno-c++11-extensions
6 struct only { struct
7 only(T);
8 template<typename U> only(U) = delete;
  /art/test/613-inlining-dex-cache/
run 20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
  /external/ImageMagick/build/
check-tests.sh 3 if git diff --name-only HEAD~1 HEAD | grep ChangeLog; then
  /external/libpng/contrib/tools/
reindent 23 unexpand --first-only --t $1 | \
  /external/clang/test/SemaCXX/
dependent-auto.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
4 struct only { struct
5 only(T);
6 template<typename U> only(U) = delete; // expected-note {{here}}
12 only<int> check = x;
30 only<double*> test = p; // expected-error {{conversion function from 'char *' to 'only<double *>'}}
trailing-return-0x.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
4 struct only struct
6 only(T) {} function in struct:only
9 only(U) function in struct:only
44 only<double> p1 = i(1.0);
71 only<int> p2 = xx.f(0L);
72 only<double> p3 = xx.g(0L, 1.0);
73 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
  /external/mockito/src/test/java/org/mockitousage/verification/
OnlyVerificationTest.java 18 import static org.mockito.Mockito.only;
30 verify(mock, only()).clear();
36 verify(mock, only()).get(anyInt());
43 verify(mock, only()).get(0);
53 verify(mock, only()).clear();
63 verify(mock, only()).get(999);
73 verify(mock, only()).get(2);
82 verify(mock, only()).clear();
83 verify(mock2, only()).get(0);
  /external/clang/utils/
find-unused-diagnostics.sh 8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td)
12 DIAGS_IN_SOURCES=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOURCES)
  /external/mockito/src/main/java/org/mockito/verification/
VerificationWithTimeout.java 72 * Allows checking if given method was the only one invoked. E.g:
74 * verify(mock, only()).someMethod();
87 VerificationMode only(); method in interface:VerificationWithTimeout
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/PacketRules/
registers_readonly.s 3 # CHECK: 4:3: error: Cannot write to read-only register `PC'
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
ro-c9.s 3 # Check that changes to a read-only register is caught.
6 # CHECK: error: Cannot write to read-only register
ro-cc9.s 4 # Check that changes to a read-only register is caught.
7 # CHECK: error: Cannot write to read-only register
  /external/v8/tools/
check-unused-bailouts.sh 9 --only-matching \
15 --only-matching \
  /external/llvm/utils/
countloc.sh 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
  /external/python/google-api-python-client/docs/
build 28 epydoc --output epy --graph all --parse-only --docformat plaintext googleapiclient
  /external/swiftshader/third_party/LLVM/utils/
countloc.sh 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
countloc.sh 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
  /external/v8/tools/mb/
mb.bat 3 :: This is required with cygwin only.
  /external/curl/docs/cmdline-opts/
head.d 3 Help: Show document info only
6 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
8 curl displays the file size and last modification time only.
list-only.d 1 Long: list-only
4 Help: List only mode
8 When listing an FTP directory, this switch forces a name-only view. This is
14 Note: Some FTP servers list only files in their response to NLST; they do not
  /external/yapf/plugins/
pre-commit.sh 24 PYTHON_FILES=(`git diff --name-only --cached --diff-filter=AM | \
49 CHANGED_FILES=(`git diff --name-only ${PYTHON_FILES[@]}`)
75 CHANGED_FILES=(`git diff --name-only ${PYTHON_FILES[@]}`)
  /external/tcpdump/tests/
TESTrun.sh 22 only=$1
30 [ "$only" != "" -a "$name" != "$only" ] && continue
39 [ "$only" != "" -a "$name" = "$only" ] && break

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>