Home
last modified time | relevance | path

Searched +full:- +full:- +full:keep +full:- +full:going (Results 1 – 25 of 1105) sorted by relevance

12345678910>>...45

/external/compiler-rt/test/msan/
Dkeep-going.cc1 // RUN: %clangxx_msan -O0 %s -o %t && not %run %t >%t.out 2>&1
3 // RUN: %clangxx_msan -O0 %s -o %t && MSAN_OPTIONS=keep_going=0 not %run %t >%t.out 2>&1
5 // RUN: %clangxx_msan -O0 %s -o %t && MSAN_OPTIONS=keep_going=1 not %run %t >%t.out 2>&1
8 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && not %run %t >%t.out 2>&1
9 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
10 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=keep_going=0 not %run …
12 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=keep_going=1 not %run …
13 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
14 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=halt_on_error=1 not %r…
16 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=halt_on_error=0 not %r…
[all …]
Dkeep-going-dso.cc1 // RUN: %clangxx_msan -O0 %s -o %t && not %run %t >%t.out 2>&1
2 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
3 // RUN: %clangxx_msan -O0 %s -o %t && MSAN_OPTIONS=keep_going=0 not %run %t >%t.out 2>&1
5 // RUN: %clangxx_msan -O0 %s -o %t && MSAN_OPTIONS=keep_going=1 not %run %t >%t.out 2>&1
6 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
8 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && not %run %t >%t.out 2>&1
9 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
10 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=keep_going=0 not %run …
12 // RUN: %clangxx_msan -mllvm -msan-keep-going=1 -O0 %s -o %t && MSAN_OPTIONS=keep_going=1 not %run …
13 // FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
[all …]
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DTokenSource.pm6 # Do not fail/return upon lexing error; keep chewing on the characters
29 to keep going or you do not upon token recognition error. If you do not
33 lexing then you should not throw an exception to the parser--it has already
34 requested a token. Keep lexing until you get a valid one. Just report
35 errors and keep going, looking for a valid token.
/external/replicaisland/res/values/
Dkyle.xml1 <?xml version="1.0" encoding="utf-8"?>
4 <!-- Kyle Dialog Entries -->
11 … are truly pathetic. It’s no wonder he hasn’t found The Source in 50 years--the man sets a new ba…
19 …Can’t you take a hint, you bumbling bundle of bolts? I was right about you--you’re a little Kaboc…
23 …t. I pulled my punches because frankly, I didn’t think it would take a full-strength hit to bring…
27 …> If you get it first, I’ll let you off easy. If I get there first, I’m going to reduce you to a…
31 Not bad for amateur hour. I was going to go ahead and obliterate you anyway, but on second thought…
39 Which is why you’re never going to get anywhere on this island. This place is the very antithesis …
43 …ws no machine could ever survive for long on this island. We can make split-second decisions, alt…
47 …inite resources--even the puny little array of logic gates you call a brain should be able to unde…
[all …]
/external/python/cpython3/.github/workflows/
Ddoc.yml7 # - 'main'
8 # - '3.11'
9 # - '3.10'
10 # - '3.9'
11 # - '3.8'
12 # - '3.7'
14 # - 'Doc/**'
17 - 'main'
18 - '3.11'
19 - '3.10'
[all …]
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DTokenSource.java3 Copyright (c) 2005-2009 Terence Parr
35 * to keep going or you do not upon token recognition error. If you do not
39 * lexing then you should not throw an exception to the parser--it has already
40 * requested a token. Keep lexing until you get a valid one. Just report
41 * errors and keep going, looking for a valid token.
45 * Do not fail/return upon lexing error; keep chewing on the characters
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenSource.as3 Copyright (c) 2005-2006 Terence Parr
35 * to keep going or you do not upon token recognition error. If you do not
39 * lexing then you should not throw an exception to the parser--it has already
40 * requested a token. Keep lexing until you get a valid one. Just report
41 * errors and keep going, looking for a valid token.
45 * Do not fail/return upon lexing error; keep chewing on the characters
/external/clang/tools/scan-build/man/
Dscan-build.18 .Nm scan-build
13 .Op Fl analyze-headers
14 .Op Fl enable-checker Op Ar checker_name
15 .Op Fl disable-checker Op Ar checker_name
17 .Op Fl Fl help-checkers
18 .Op Fl Fl html-title Op Ar =title
19 .Op Fl Fl keep-going
21 .Op Fl plist-html
22 .Op Fl Fl status-bugs
23 .Op Fl Fl use-c++ Op Ar =compiler_path
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DInstructionPrecedenceTracking.h1 //===-- InstructionPrecedenceTracking.h -------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 //===----------------------------------------------------------------------===//
40 /// Asserts that the cached info for \p BB is up-to-date. This helps to catch
45 /// Asserts whether or not the contents of this tracking is up-to-date. This
74 /// Notifies this tracking that we are going to insert a new instruction \p
76 /// caches to keep them consistent.
79 /// Notifies this tracking that we are going to remove the instruction \p Inst
80 /// It makes all necessary updates to internal caches to keep them consistent.
[all …]
/external/cronet/base/strings/
Dsys_string_conversions_posix.cc2 // Use of this source code is governed by a BSD-style license that can be
18 // In theory this should be using the system-provided conversion rather in SysWideToUTF8()
23 // In theory this should be using the system-provided conversion rather in SysUTF8ToWide()
47 // Calculate the number of multi-byte characters. We walk through the string in SysWideToNativeMB()
48 // without writing the output, counting the number of multi-byte characters. in SysWideToNativeMB()
59 case static_cast<size_t>(-1): in SysWideToNativeMB()
62 // We hit an embedded null byte, keep going. in SysWideToNativeMB()
78 // wide input, and |j| tracking the multi-byte output. in SysWideToNativeMB()
86 case static_cast<size_t>(-1): in SysWideToNativeMB()
89 // We hit an embedded null byte, keep going. in SysWideToNativeMB()
[all …]
/external/libchrome/base/strings/
Dsys_string_conversions_posix.cc2 // Use of this source code is governed by a BSD-style license that can be
17 // In theory this should be using the system-provided conversion rather in SysWideToUTF8()
22 // In theory this should be using the system-provided conversion rather in SysUTF8ToWide()
46 // Calculate the number of multi-byte characters. We walk through the string in SysWideToNativeMB()
47 // without writing the output, counting the number of multi-byte characters. in SysWideToNativeMB()
59 case static_cast<size_t>(-1): in SysWideToNativeMB()
63 // We hit an embedded null byte, keep going. in SysWideToNativeMB()
79 // wide input, and |j| tracking the multi-byte output. in SysWideToNativeMB()
87 case static_cast<size_t>(-1): in SysWideToNativeMB()
91 // We hit an embedded null byte, keep going. in SysWideToNativeMB()
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DITokenSource.cs3 Copyright (c) 2007-2008 Johannes Luber
4 Copyright (c) 2005-2007 Kunle Odutola
46 /// to keep going or you do not upon token recognition error. If you do not
50 /// lexing then you should not throw an exception to the parser--it has already
51 /// requested a token. Keep lexing until you get a valid one. Just report
52 /// errors and keep going, looking for a valid token.
/external/oss-fuzz/projects/cpython3/
Dbuild.sh7 # Remove -pthread from CFLAGS, this trips up ./configure
9 CFLAGS=${CFLAGS//"-pthread"/}
14 FLAGS+=("--with-address-sanitizer")
17 FLAGS+=("--with-memory-sanitizer")
20 FLAGS+=("--without-ensurepip")
21 # -msan-keep-going is needed to allow MSAN's halt_on_error to function
22 FLAGS+=("CFLAGS=-mllvm -msan-keep-going=1")
25 FLAGS+=("--with-undefined-behavior-sanitizer")
28 ./configure "${FLAGS[@]:-}" --prefix $OUT
31 make -j$(nproc) altinstall
[all …]
/external/clang/test/Index/
Dkeep-going.cpp12 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_KEEP_GOING=1 c-index-test -test-print-type %s -std=c++0…
13 // RUN: FileCheck -check-prefix CHECK-DIAG %s < %t.stderr.txt
18 …=T:3:16 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicalty…
19 …=a:4:13 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicalty…
20 // CHECK: TypeRef=T:3:16 [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonica…
28 // CHECK-DIAG: keep-going.cpp:1:10: error: 'missing1.h' file not found
29 // CHECK-DIAG: keep-going.cpp:8:10: error: 'missing2.h' file not found
/external/oss-fuzz/projects/django/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
22 # Remove -pthread from CFLAGS, this trips up ./configure
24 CFLAGS=${CFLAGS//"-pthread"/}
29 FLAGS+=("--with-address-sanitizer")
32 FLAGS+=("--with-memory-sanitizer")
35 FLAGS+=("--without-ensurepip")
36 # -msan-keep-going is needed to allow MSAN's halt_on_error to function
37 FLAGS+=("CFLAGS=-mllvm -msan-keep-going=1")
40 FLAGS+=("--with-undefined-behavior-sanitizer")
[all …]
/external/llvm/docs/tutorial/
DLangImpl09.rst38 .. code-block:: python
44 fib(x-1)+fib(x-2);
52 Debug information is a hard problem for a few different reasons - mostly
54 locations more difficult. In LLVM IR we keep the original source location
56 should keep the source locations for newly created instructions, but merged
57 instructions only get to keep a single location - this can cause jumping
61 tutorial we're going to avoid optimization (as you'll see with one of the
64 Ahead-of-Time Compilation Mode
69 we're going to make a few changes to Kaleidoscope to support compiling
76 .. code-block:: udiff
[all …]
/external/libpcap/cmake/Modules/
DFinddpdk.cmake14 # We only try to find DPDK using pkg-config; DPDK is *SO*
15 # complicated - DPDK 19.02, for example, has about 117(!)
17 # changed over time - so attempting to guess which libraries
22 # so we're just not going to do it.
27 # as robust as pkg-config (i.e., it had better work as well
28 # as pkg-config with *ALL* versions of DPDK that provide a
63 # going to require CMake 3.19. If you want to use
74 # of a package, and people doing configure-script development,
77 # to run an autotools-generated configure script, you just
86 # Please keep this in mind when changing any CMake files,
[all …]
/external/oss-fuzz/projects/python3-libraries/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
22 # Remove -pthread from CFLAGS, this trips up ./configure
24 CFLAGS=${CFLAGS//"-pthread"/}
29 FLAGS+=("--with-address-sanitizer")
32 FLAGS+=("--with-memory-sanitizer")
35 FLAGS+=("--without-ensurepip")
36 # -msan-keep-going is needed to allow MSAN's halt_on_error to function
37 FLAGS+=("CFLAGS=-mllvm -msan-keep-going=1")
40 FLAGS+=("--with-undefined-behavior-sanitizer")
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionPrecedenceTracking.h1 //===-- InstructionPrecedenceTracking.h -------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 //===----------------------------------------------------------------------===//
40 /// Asserts that the cached info for \p BB is up-to-date. This helps to catch
45 /// Asserts whether or not the contents of this tracking is up-to-date. This
77 /// Notifies this tracking that we are going to insert a new instruction \p
79 /// caches to keep them consistent.
82 /// Notifies this tracking that we are going to remove the instruction \p Inst
83 /// It makes all necessary updates to internal caches to keep them consistent.
[all …]
/external/antlr/tool/src/main/java/org/antlr/tool/
DAttribute.java69 int start = -1; in extractAttribute()
70 int rightEdgeOfDeclarator = decl.length()-1; in extractAttribute()
75 rightEdgeOfDeclarator = equalsIndex-1; in extractAttribute()
78 for (int i=rightEdgeOfDeclarator; i>=0; i--) { in extractAttribute()
79 // if we haven't found the end yet, keep going in extractAttribute()
97 int stop=-1; in extractAttribute()
99 // if we haven't found the end yet, keep going in extractAttribute()
/external/guava/android/guava/src/com/google/common/escape/
DPlatform.java7 * http://www.apache.org/licenses/LICENSE-2.0
31 /** Returns a thread-local 1024-char array. */
38 * A thread-local destination buffer to keep us from creating new buffers. The starting size is
39 * 1024 characters. If we grow past this we don't put it back in the threadlocal, we just keep
40 * going and grow as needed.
/external/guava/guava/src/com/google/common/escape/
DPlatform.java7 * http://www.apache.org/licenses/LICENSE-2.0
31 /** Returns a thread-local 1024-char array. */
38 * A thread-local destination buffer to keep us from creating new buffers. The starting size is
39 * 1024 characters. If we grow past this we don't put it back in the threadlocal, we just keep
40 * going and grow as needed.
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DRegexTransformState.java44 // TODO fix -- right now it is char in RegexTransformState()
55 if (status != Status.NOMATCH) { // keep going as long as we get NOMATCH in match()
101 // we are going to adjust the contents of processedAlready and toBeProcessed in match()
102 // based on the new cursor, and what we are going to "eat" from the toBeProcessed. in match()
105 final int delta = newCursor - processedAlready.length(); in match()
/external/dagger2/javatests/dagger/functional/kotlinsrc/basic/
DPrimitivesModule.kt8 * http://www.apache.org/licenses/LICENSE-2.0
24 const val BOUND_BYTE: Byte = -41
28 const val BOUND_LONG = -4369839828653523584L
34 * While we can't ensure that these constants stay constant, this is a test so we're just going to
35 * keep our fingers crossed that we're not going to be jerks.
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh3 # basic-build-test.sh
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
14 # * Unit tests - executed using tests/scripts/run-test-suite.pl
15 # * Self-tests - executed using the test suites above
16 # * System tests - executed using tests/ssl-opt.sh
17 # * Interoperability tests - executed using tests/compat.sh
21 # Note the tests self-adapt due to configurations in include/mbedtls/config.h
27 # Usage: basic-build-test.sh
31 set -eu
33 if [ -d library -a -d include -a -d tests ]; then :; else
[all …]

12345678910>>...45