OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:within
(Results
1 - 25
of
11068
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/drd/tests/
matinv.stdout.exp
1
Error
within
bounds.
omp_matinv.stdout.exp
1
Error
within
bounds.
omp_matinv_racy.stdout.exp
1
Error
within
bounds.
/external/markdown/MarkdownTest/Tests_2004/
Tidyness.text
1
> A list
within
a blockquote:
Tidyness.html
2
<p>A list
within
a blockquote:</p>
/external/markdown/MarkdownTest/Tests_2007/
Tidyness.text
1
> A list
within
a blockquote:
Tidyness.html
2
<p>A list
within
a blockquote:</p>
Code Spans.text
3
Fix for backticks
within
HTML tag: <span attr='`ticks`'>like this</span>
/external/markdown/tests/markdown-test/
tidyness.txt
1
> A list
within
a blockquote:
tidyness.html
2
<p>A list
within
a blockquote:</p>
/frameworks/compile/slang/tests/F_struct_array_copy/
stderr.txt.expect
1
struct_array_copy.rs:35:8: error: Arrays of RS object types
within
structures cannot be copied
/external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.h
11
B(int p) { // expected-warning{{explicit specialization of 'B<T>'
within
class scope is a Microsoft extension}}
21
void f(int p) { // expected-warning{{explicit specialization of 'f'
within
class scope is a Microsoft extension}}
/external/clang/test/SemaOpenCL/
invalid-kernel-parameters.cl
16
typedef struct ContainsBool // expected-note{{
within
field of type 'ContainsBool' declared here}}
25
typedef struct FooImage2D // expected-note{{
within
field of type 'FooImage2D' declared here}}
32
typedef struct Foo // expected-note{{
within
field of type 'Foo' declared here}}
39
typedef union FooUnion // expected-note{{
within
field of type 'FooUnion' declared here}}
46
typedef struct NestedPointer // expected-note 2 {{
within
field of type 'NestedPointer' declared here}}
52
} inner; // expected-note 3 {{
within
field of type 'struct InnerNestedPointer' declared here}}
57
struct NestedPointerComplex // expected-note{{
within
field of type 'NestedPointerComplex' declared here}}
66
} inner; // expected-note{{
within
field of type 'struct InnerNestedPointerComplex' declared here}}
74
typedef struct NestedBool // expected-note 2 {{
within
field of type 'NestedBool' declared here}}
80
} inner; // expected-note 2 {{
within
field of type 'struct InnerNestedBool' declared here}
[
all
...]
/external/clang/test/SemaCXX/
ms-interface.cpp
4
// expected-error@+1 {{user-declared constructor is not permitted
within
an interface type}}
6
// expected-error@+1 {{user-declared destructor is not permitted
within
an interface type}}
9
// expected-error@+1 {{operator 'operator!' is not permitted
within
an interface type}}
11
// expected-error@+1 {{operator 'operator int' is not permitted
within
an interface type}}
13
// expected-error@+1 {{nested class I1::<anonymous> is not permitted
within
an interface type}}
26
// expected-error@+1 {{data member 'i' is not permitted
within
an interface type}}
28
// expected-error@+1 {{static member function 'fn1' is not permitted
within
an interface type}}
31
// expected-error@+1 {{non-public member function 'fn2' is not permitted
within
an interface type}}
34
// expected-error@+1 {{non-public member function 'fn3' is not permitted
within
an interface type}}
uninitialized.cpp
8
// Test self-references
within
initializers which are guaranteed to be
11
int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used
within
its own initialization}}
12
int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used
within
its own initialization}}
13
int e = static_cast<long>(e) + 1; // expected-warning {{variable 'e' is uninitialized when used
within
its own initialization}}
14
int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used
within
its own initialization}}
24
int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used
within
its own initialization}}
25
int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when used
within
its own initialization}}
26
int n = -n; // expected-warning {{variable 'n' is uninitialized when used
within
its own initialization}}
30
int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used
within
its own initialization}}
31
int c = (c + c); // expected-warning {{variable 'c' is uninitialized when used
within
its own initialization}
[
all
...]
/external/clang/test/SemaTemplate/
ms-function-specialization-class-scope.cpp
11
A(int p) { // expected-warning{{explicit specialization of 'A'
within
class scope is a Microsoft extension}}
19
void f(int p) { // expected-warning{{explicit specialization of 'f'
within
class scope is a Microsoft extension}}
45
B(int p) { // expected-warning{{explicit specialization of 'B<T>'
within
class scope is a Microsoft extension}}
55
void f(int p) { // expected-warning{{explicit specialization of 'f'
within
class scope is a Microsoft extension}}
86
void specialized_member_template<false>() {} // expected-warning{{explicit specialization of 'specialized_member_template'
within
class scope is a Microsoft extension}}
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
comments
3
."backslash
within
makefiles.";
5
$details = "To test comments
within
a makefile, a semi-colon was placed \n"
7
."an error since it is
within
a comment. We then continue the \n"
11
."
within
a comment\n";
20
@echo This is
within
a comment.
/frameworks/base/core/java/android/widget/
SectionIndexer.java
48
* Given the index of a section
within
the array of section objects, returns
49
* the starting position of that section
within
the adapter.
52
* position must be clipped to fall
within
the size of the adapter.
54
* @param sectionIndex the index of the section
within
the array of section
56
* @return the starting position of that section
within
the adapter,
57
* constrained to fall
within
the adapter bounds
62
* Given a position
within
the adapter, returns the index of the
63
* corresponding section
within
the array of section objects.
66
* must be clipped to fall
within
the size of the section array.
72
* @param position the position
within
the adapter for which to return th
[
all
...]
/external/iptables/extensions/
libxt_dscp.man
1
This module matches the 6 bit DSCP field
within
the TOS field in the
2
IP header. DSCP has superseded TOS
within
the IETF.
/external/antlr/antlr-3.4/runtime/C/doxygen/
using.dox
10
/// -# Interoperation with the runtime
within
rule actions;
17
/// - The lexer is independent of the parser. You \b cannot control the lexer from
within
the parser;
18
/// - The tree parser is independent of the parser. You \b cannot control the parser from
within
the tree parser(s);
27
///
Within
a grammar file there are a number of special sections you can add that cause the
28
/// code
within
them to be placed at strategic points in the generated code such as
29
/// before or after the #include statements in the .c file,
within
the generated header file
30
/// or
within
the constructor for the recognizer.
32
/// Many of the \@sections used
within
a Java targeted grammar have some equivalent function
within
a
34
/// that have meaning only
within
a grammar targeted for the C runtime
[
all
...]
/dalvik/dx/tests/077-dex-code-alignment/
info.txt
2
code arrays are 4-byte aligned
within
a dex file.
/external/chromium-libpac/test/
README
5
within
js-unittest/ and then run the following command.
/external/chromium_org/ios/
README.txt
2
https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-
within
-the-chromium-codebase
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
README
6
lower level
within
the C library. The way this is done
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
select_range_iframe.html
4
This is a test case for selecting a range
within
an iframe.
Completed in 961 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>