OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unqualified
(Results
26 - 50
of
434
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxml2/test/schemas/
bug152470_1.xsd
8
elementFormDefault="
unqualified
"
9
attributeFormDefault="
unqualified
">
hexbinary_0.xsd
3
elementFormDefault="
unqualified
"
4
attributeFormDefault="
unqualified
">
570702_0.xsd
2
elementFormDefault="qualified" attributeFormDefault="
unqualified
">
582906-1_0.xsd
8
attributeFormDefault="
unqualified
"
582906-2_0.xsd
8
attributeFormDefault="
unqualified
"
bug141333.xsd
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="
unqualified
">
bug141333_0.xsd
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="
unqualified
">
bug143951_0.xsd
6
elementFormDefault="qualified" attributeFormDefault="
unqualified
"
empty-value_1.xsd
4
attributeFormDefault="
unqualified
">
import0_0.xsd
7
elementFormDefault="qualified" attributeFormDefault="
unqualified
">
po1_0.xsd
5
elementFormDefault="
unqualified
"
6
attributeFormDefault="
unqualified
">
/external/jsr330/tck/org/atinject/tck/auto/
Convertible.java
239
assertFalse("Expected
unqualified
value",
241
assertFalse("Expected
unqualified
value",
250
assertFalse("Expected
unqualified
value",
252
assertFalse("Expected
unqualified
value",
261
assertFalse("Expected
unqualified
value",
263
assertFalse("Expected
unqualified
value",
274
assertFalse("Expected
unqualified
value",
276
assertFalse("Expected
unqualified
value",
285
assertFalse("Expected
unqualified
value",
287
assertFalse("Expected
unqualified
value"
[
all
...]
/external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp
16
f(a); // expected-warning 2{{use of identifier 'f' found via
unqualified
lookup into dependent bases of class templates is a Microsoft extension}}
17
g(); // expected-warning 2{{use of identifier 'g' found via
unqualified
lookup into dependent bases of class templates is a Microsoft extension}}
67
var = 3; // expected-warning {{use of undeclared identifier 'var';
unqualified
lookup into dependent bases of class template 'B' is a Microsoft extension}}
91
static_func(); // expected-warning {{use of identifier 'static_func' found via
unqualified
lookup into dependent bases of class templates is a Microsoft extension}}
92
func(); // expected-warning {{use of identifier 'func' found via
unqualified
lookup into dependent bases of class templates is a Microsoft extension}} expected-error {{call to non-static member function without an object argument}}
113
void g1(int p = f1());// expected-warning {{use of identifier 'f1' found via
unqualified
lookup into dependent bases of class templates is a Microsoft extension}}
114
void g2(int p = f2());// expected-warning {{use of identifier 'f2' found via
unqualified
lookup into dependent bases of class templates is a Microsoft extension}} expected-error {{call to non-static member function without an object argument}}
139
g(); // expected-warning {{use of identifier 'g' found via
unqualified
lookup into dependent bases of class templates is a Microsoft extension}}
163
m_hWnd = 1; // expected-warning {{use of undeclared identifier 'm_hWnd';
unqualified
lookup into dependent bases of class template 'A' is a Microsoft extension}}
188
return base_fun(rhs); // expected-warning {{use of identifier 'base_fun' found via
unqualified
lookup into dependent bases of class templates is a Microsoft extension}
[
all
...]
/external/clang/test/SemaCXX/
ms-friend-lookup.cpp
7
friend struct X; // expected-warning-re {{
unqualified
friend declaration {{.*}} is a Microsoft extension}}
16
friend struct B; // expected-warning-re {{
unqualified
friend declaration {{.*}} is a Microsoft extension}}
75
friend struct X; // expected-warning-re {{
unqualified
friend declaration {{.*}} is a Microsoft extension}}
enum-unscoped-nonexistent.cpp
17
// The
unqualified
-id here names a member of the non-dependent base class Base
23
// The
unqualified
-id here names a member of the current instantiation, which
invalid-member-expr.cpp
10
x.int; // expected-error{{expected
unqualified
-id}}
19
x->int; // expected-error{{expected
unqualified
-id}}
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p3.cpp
5
// If the
unqualified
-id is ~type-name, the type-name is looked up in the
/external/clang/test/CXX/temp/temp.param/
p2.cpp
5
// template-parameter. typename followed by an
unqualified
-id names a
/external/clang/test/CodeGenObjCXX/
block-id.mm
6
// get the same
unqualified
-block mangling because the logic to handle
/external/clang/test/Parser/
cxx-friend.cpp
44
; // expected-error {{expected
unqualified
-id}}
recovery.cpp
3
8gi///===--- recovery.cpp ---===// // expected-error {{
unqualified
-id}}
8
/ redeclare as an inline namespace // expected-error {{
unqualified
-id}}
11
} / end namespace Std // expected-error {{
unqualified
-id}}
29
8S::S() : a{ 5 }, b{ 6 }, c{ 2 } { // expected-error {{
unqualified
-id}}
36
5int m = { l }, n = m; // expected-error {{
unqualified
-id}}
56
} // expected-error {{
unqualified
-id}}
176
case TS1<T>::A:: break; // expected-error{{expected
unqualified
-id}}
/external/parameter-framework/upstream/schemas/
FileIncluder.xsd
3
<xs:schema xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="
unqualified
">
/external/v8/test/webkit/fast/js/
basic-strict-mode-expected.txt
74
PASS (function (a){'use strict'; delete a;})() threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
75
PASS (function(){(function (a){'use strict'; delete a;})()}) threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
76
PASS (function (){'use strict'; var a; delete a;})() threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
77
PASS (function(){(function (){'use strict'; var a; delete a;})()}) threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
78
PASS (function (){var a; function f() {'use strict'; delete a;} })() threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
79
PASS (function(){(function (){var a; function f() {'use strict'; delete a;} })()}) threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
102
PASS 'use strict'; (function (){var a; delete a;}) threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
103
PASS (function(){'use strict'; (function (){var a; delete a;})}) threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
104
PASS 'use strict'; var a; (function (){ delete a;}) threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode..
105
PASS (function(){'use strict'; var a; (function (){ delete a;})}) threw exception SyntaxError: Delete of an
unqualified
identifier in strict mode.
[
all
...]
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS08.java
36
*
unqualified
elements, this test reflects the interpretation that
37
* '*' should match elements in all namespaces and
unqualified
elements.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
begin.hpp
94
// Use a ADL namespace barrier to avoid ambiguity with other
unqualified
96
//
unqualified
calls to begin/end.
Completed in 1061 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>