HomeSort by relevance Sort by last modified time
    Searched full:within (Results 1 - 25 of 6810) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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>
Tidyness.text-out 10 <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
  /libcore/dalvik/src/main/java/dalvik/annotation/
package.html 4 Defines some annotations that are used within the Android system, either
  /external/webkit/LayoutTests/fast/encoding/
tag-in-title-expected.txt 1 This test checks that WebKit doesn't stop looking for a charset defined in an HTTP-EQUIV meta when it encounters a tag within <title>.
  /external/webkit/Source/WebCore/manual-tests/qt/
main.html 4 Plugin test within an iframe:
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
README 2 Any changes made to code within this directory will need to be manually pushed to build.webkit.org.
  /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}}
  /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.
  /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/clang/test/CXX/class/class.mem/
p2.cpp 5 // complete type) at the closing } of the class-specifier. Within
7 // within function bodies, default arguments,
10 // Otherwise it is regarded as incomplete within its own class
21 A<int> x; // expected-error {{implicit instantiation of template 'test1::A<int>' within its own definition}}
  /external/clang/test/SemaCXX/
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}}
14 int d = ({ d + d ;}); // expected-warning {{variable 'd' is uninitialized when used within its own initialization}}
16 int e = static_cast<long>(e) + 1; // expected-warning {{variable 'e' is uninitialized when used within its own initialization}}
17 int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used within its own initialization}}
65 A a11(a11); // expected-warning {{variable 'a11' is uninitialized when used within its own initialization}}
66 A a12(a12.get()); // expected-warning {{variable 'a12' is uninitialized when used within its own initialization}}
67 A a13(a13.num); // expected-warning {{variable 'a13' is uninitialized when used within its own initialization}}
68 A a14 = A(a14); // expected-warning {{variable 'a14' is uninitialized when used within its own initialization}
    [all...]
  /external/clang/test/SemaTemplate/
ms-function-specialization-class-scope.cpp 10 A(int p) { // expected-warning{{explicit specialization of 'A' within class scope is a Microsoft extension}}
18 void f(int p) { // expected-warning{{explicit specialization of 'f' within class scope is a Microsoft extension}}
44 B(int p) { // expected-warning{{explicit specialization of 'B<T>' within class scope is a Microsoft extension}}
54 void f(int p) { // expected-warning{{explicit specialization of 'f' within class scope is a Microsoft extension}}
  /external/llvm/test/Verifier/
2002-11-05-GetelementptrPointers.ll 4 ; contained WITHIN a structure.

Completed in 688 milliseconds

1 2 3 4 5 6 7 8 91011>>