/external/v8/test/mjsunit/ |
strict-mode.js | 287 // Delete of an unqualified identifier 288 CheckStrictMode("delete unqualified;", SyntaxError); 289 CheckStrictMode("function strict() { delete unqualified; }", SyntaxError); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/ |
printers.py | 611 realtype = type.unqualified ().strip_typedefs () 788 # Get the unqualified type, stripped of typedefs. 789 type = type.unqualified ().strip_typedefs () [all...] |
/prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/ |
printers.py | 611 realtype = type.unqualified ().strip_typedefs () 788 # Get the unqualified type, stripped of typedefs. 789 type = type.unqualified ().strip_typedefs () [all...] |
/prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/ |
printers.py | 611 realtype = type.unqualified ().strip_typedefs () 788 # Get the unqualified type, stripped of typedefs. 789 type = type.unqualified ().strip_typedefs () [all...] |
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 582 realtype = type.unqualified ().strip_typedefs () 699 # Get the unqualified type, stripped of typedefs. 700 type = type.unqualified ().strip_typedefs ()
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/ |
printers.py | 600 realtype = type.unqualified ().strip_typedefs () 765 # Get the unqualified type, stripped of typedefs. 766 type = type.unqualified ().strip_typedefs ()
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/ |
printers.py | 611 realtype = type.unqualified ().strip_typedefs () 788 # Get the unqualified type, stripped of typedefs. 789 type = type.unqualified ().strip_typedefs () [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 582 realtype = type.unqualified ().strip_typedefs () 699 # Get the unqualified type, stripped of typedefs. 700 type = type.unqualified ().strip_typedefs ()
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/ |
printers.py | 600 realtype = type.unqualified ().strip_typedefs () 765 # Get the unqualified type, stripped of typedefs. 766 type = type.unqualified ().strip_typedefs ()
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/ |
printers.py | 611 realtype = type.unqualified ().strip_typedefs () 788 # Get the unqualified type, stripped of typedefs. 789 type = type.unqualified ().strip_typedefs () [all...] |
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 86 /// \brief Do last resort, unqualified lookup on a LookupResult that
|
/external/clang/lib/StaticAnalyzer/ |
README.txt | 87 'this' region in one method and unqualified 'this' region in another
|
/external/clang/test/CXX/drs/ |
dr14xx.cpp | 343 std::initializer_list<char>{"abc"}; // expected-error {{expected unqualified-id}}}
|
/external/clang/test/Parser/ |
brackets.cpp | 112 // expected-error@-1{{expected unqualified-id}}
|
/external/clang/test/SemaTemplate/ |
temp_arg_nontype.cpp | 62 // FIXME: expected-error{{expected unqualified-id}}
|
/external/libxml2/test/schemas/ |
changelog093_1.xsd | 5 elementFormDefault="qualified" attributeFormDefault="unqualified"
|
/external/parameter-framework/upstream/schemas/ |
Parameter.xsd | 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
ServiceTest.java | 240 // Figure out the unqualified name of the inner class.
|
/frameworks/base/tools/aapt2/link/ |
ManifestFixer.cpp | 37 // We allow unqualified class names (ie: .HelloActivity)
|
/prebuilts/devtools/repository/ |
sdk-sys-img-01.xsd | 22 attributeFormDefault="unqualified"
|
sdk-sys-img-02.xsd | 22 attributeFormDefault="unqualified"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/ |
saxutils.py | 135 # Return the unqualified name
|
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/ |
xmethod.py | 205 cm = re.match(self._class_matcher, str(class_type.unqualified().tag))
|
/prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/ |
saxutils.py | 135 # Return the unqualified name
|
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/ |
xmethod.py | 205 cm = re.match(self._class_matcher, str(class_type.unqualified().tag))
|