OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:that
(Results
326 - 350
of
189771
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Driver/
at_file_missing.c
1
// Make sure
that
arguments
that
begin with @ are left as is in the argument
2
// stream, and also
that
@file arguments continue to be processed.
/external/icu/icu4c/source/common/
chariter.cpp
70
CharacterIterator::CharacterIterator(const CharacterIterator &
that
) :
71
ForwardCharacterIterator(
that
),
72
textLength(
that
.textLength), pos(
that
.pos), begin(
that
.begin), end(
that
.end)
77
CharacterIterator::operator=(const CharacterIterator &
that
) {
78
ForwardCharacterIterator::operator=(
that
);
79
textLength =
that
.textLength;
80
pos =
that
.pos
[
all
...]
/external/junit/src/main/java/org/junit/runner/manipulation/
Filterable.java
4
* Runners
that
allow filtering should implement this interface. Implement {@link #filter(Filter)}
5
* to remove tests
that
don't pass the filter.
12
* Remove tests
that
don't pass the parameter <code>filter</code>.
/external/llvm/lib/Fuzzer/test/
afl-driver-stderr.test
1
; Test
that
not specifying a stderr file isn't broken.
5
; Test
that
specifying an invalid file causes a crash.
8
; Test
that
a file is created when specified as the duplicate stderr.
/external/mesa3d/src/gallium/auxiliary/util/
u_blend.h
9
* garbage
that
's there. Return a blend factor
that
will take
that
into
/external/selinux/python/sepolicy/sepolicy/help/
files_exec.txt
1
This screen shows application types
that
can transition to a process running with the '%(APP)s' type.
4
In SELinux these are called entrypoints. SELinux controls the executable files
that
can be used as an entrypoint to an confined domain. If you have an alternate executable
that
you would like to run in the '%(APP)s' domain, you need to change the executable file type to the entrypoint type.
/external/v8/tools/clang/plugins/tests/
class_with_incomplete_type.h
2
// Use of this source code is governed by a BSD-style license
that
can be
5
// Make sure
that
the plugin doesn't crash when trying to calculate the weight
6
// of a class
that
has fields of incomplete type.
/external/valgrind/exp-sgcheck/tests/
preen_invars_so.c
3
which is dlopened by preen_invar.c.
That
then accesses the global
7
unmapped; and we then need to be sure
that
the Inv_Global is
8
removed by preen_Invars (or, at least,
that
the system doesn't
/external/valgrind/memcheck/tests/
wrapmallocstatic.c
4
/* Test
that
a program
that
has malloc/free interposed in the
16
/* Fake malloc/free functions
that
just print something. When run
/prebuilts/go/darwin-x86/misc/cgo/errors/src/
issue16591.go
3
// license
that
can be found in the LICENSE file.
5
// Issue 16591: Test
that
we detect an invalid call
that
was being
/prebuilts/go/darwin-x86/misc/cgo/test/gcc68255/
a.go
3
// license
that
can be found in the LICENSE file.
5
// Test
that
it's OK to have C code
that
does nothing other than
/prebuilts/go/darwin-x86/src/runtime/
netpoll_stub.go
3
// license
that
can be found in the LICENSE file.
12
// Returns list of goroutines
that
become runnable.
14
// Implementation for platforms
that
do not support
/prebuilts/go/darwin-x86/test/fixedbugs/bug302.dir/
main.go
3
// license
that
can be found in the LICENSE file.
7
// Check
that
the export information is correct in p.6.
10
// Check
that
it's still correct in pp.a (which contains p.6).
/prebuilts/go/darwin-x86/test/fixedbugs/
issue13539.go
5
// license
that
can be found in the LICENSE file.
7
// Verify
that
a label named like a package is recognized
8
// as a label rather than a package and
that
the package
/prebuilts/go/darwin-x86/test/fixedbugs/issue14164.dir/
main.go
3
// license
that
can be found in the LICENSE file.
7
// Verify
that
we can import package "a" containing an inlineable
8
// function F
that
declares a local interface with a non-exported
/prebuilts/go/darwin-x86/test/
initloop.go
5
// license
that
can be found in the LICENSE file.
7
// Verify
that
initialization loops are caught
8
// and
that
the errors print correctly.
/prebuilts/go/linux-x86/misc/cgo/errors/src/
issue16591.go
3
// license
that
can be found in the LICENSE file.
5
// Issue 16591: Test
that
we detect an invalid call
that
was being
/prebuilts/go/linux-x86/misc/cgo/test/gcc68255/
a.go
3
// license
that
can be found in the LICENSE file.
5
// Test
that
it's OK to have C code
that
does nothing other than
/prebuilts/go/linux-x86/src/runtime/
netpoll_stub.go
3
// license
that
can be found in the LICENSE file.
12
// Returns list of goroutines
that
become runnable.
14
// Implementation for platforms
that
do not support
/prebuilts/go/linux-x86/test/fixedbugs/bug302.dir/
main.go
3
// license
that
can be found in the LICENSE file.
7
// Check
that
the export information is correct in p.6.
10
// Check
that
it's still correct in pp.a (which contains p.6).
/prebuilts/go/linux-x86/test/fixedbugs/
issue13539.go
5
// license
that
can be found in the LICENSE file.
7
// Verify
that
a label named like a package is recognized
8
// as a label rather than a package and
that
the package
/prebuilts/go/linux-x86/test/fixedbugs/issue14164.dir/
main.go
3
// license
that
can be found in the LICENSE file.
7
// Verify
that
we can import package "a" containing an inlineable
8
// function F
that
declares a local interface with a non-exported
/prebuilts/go/linux-x86/test/
initloop.go
5
// license
that
can be found in the LICENSE file.
7
// Verify
that
initialization loops are caught
8
// and
that
the errors print correctly.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
misc.s
1
; Check
that
register names, both upper and lower case work and
that
15
; Check
that
the range of legal operand values is accepted.
/art/libart_fake/
README.md
4
A fake libart made to satisfy some misbehaving apps
that
will attempt to link
Completed in 1774 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>