/external/clang/test/CXX/dcl.decl/dcl.init/ |
p14-0x.cpp | 3 struct NoDefault { 4 NoDefault() = delete; // expected-note {{here}} 5 NoDefault(int); 30 NoDefault nd1; 31 NoDefault nd2 = 42; 39 S() {} // expected-error {{call to deleted constructor of 'NoDefault'}} \
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/ |
customTest.xml | 1 <project name="Customized testing instructions" default="noDefault"> 14 <target name="noDefault"/>
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
flup_session.py | 28 class NoDefault(object): 48 session_type=NoDefault, 49 cookie_name=NoDefault, 53 if session_type is NoDefault: 68 if cookie_name is NoDefault: 97 session_type=NoDefault, 98 cookie_name=NoDefault,
|
cgitb_catcher.py | 19 class NoDefault(object): 26 display=NoDefault, 33 if display is NoDefault: 92 display=NoDefault, 112 if display is not NoDefault:
|
session.py | 292 NoDefault = _NoDefault() 296 session_expiration=NoDefault, 297 expiration=NoDefault, 298 cookie_name=NoDefault, 299 session_file_path=NoDefault, 300 chmod=NoDefault): 331 if session_expiration is NoDefault: 334 if expiration is NoDefault: 337 if cookie_name is NoDefault: 339 if session_file_path is NoDefault [all...] |
urlparser.py | 23 class NoDefault(object): 83 init_module = NoDefault 89 index_names=NoDefault, 90 hide_extensions=NoDefault, 91 ignore_extensions=NoDefault, 114 if index_names is NoDefault: 118 if hide_extensions is NoDefault: 122 if ignore_extensions is NoDefault: 143 if self.init_module is NoDefault:
|
registry.py | 98 class NoDefault(object): pass 112 def __init__(self, default=NoDefault, name="Default"): 121 if default is not NoDefault: 191 obj = self.__dict__.get('____default_object__', NoDefault) 192 if obj is not NoDefault:
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
utils.py | 9 class NoDefault(object): 13 return '<NoDefault>' 15 NoDefault = NoDefault() 28 def wrapper(self, url, params=NoDefault, **kw): 30 if params is not NoDefault: 59 if params is NoDefault:
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
default.pass.cpp | 25 struct NoDefault { 26 NoDefault() = delete; 27 explicit NoDefault(int) { } 77 static_assert(!std::is_default_constructible<std::tuple<NoDefault>>(), ""); 78 static_assert(!std::is_default_constructible<std::tuple<DefaultOnly, NoDefault>>(), ""); 79 static_assert(!std::is_default_constructible<std::tuple<NoDefault, DefaultOnly, NoDefault>>(), "");
|
UTypes.pass.cpp | 36 struct NoDefault { NoDefault() = delete; }; 45 typedef std::tuple<MoveOnly, NoDefault> Tuple; 54 MoveOnly, NoDefault 58 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; 67 MoveOnly, MoveOnly, NoDefault 72 typedef std::tuple<MoveOnly, NoDefault> Tuple;
|
alloc_UTypes.pass.cpp | 27 struct NoDefault { NoDefault() = delete; }; 36 typedef std::tuple<MoveOnly, NoDefault> Tuple; 45 std::allocator_arg_t, A1<int>, MoveOnly, NoDefault 49 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; 58 std::allocator_arg_t, A1<int>, MoveOnly, MoveOnly, NoDefault 63 typedef std::tuple<MoveOnly, NoDefault> Tuple;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/ |
customTargets.xml | 1 <project name="Custom Targets MyTest" default="noDefault"> 3 <target name="noDefault" />
|
/frameworks/compile/mclinker/include/mcld/Target/ |
ELFAttributeValue.h | 36 NoDefault = 1L << 2, 77 inline bool hasNoDefault() const { return (m_Type & NoDefault); }
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
errormiddleware.py | 20 return '<NoDefault>' 21 NoDefault = _NoDefault() 80 debug=NoDefault, 83 show_exceptions_in_wsgi_errors=NoDefault, 98 if debug is NoDefault: 100 if show_exceptions_in_wsgi_errors is NoDefault:
|
/sdk/eclipse/artifacts/bundles/ |
monitor.product | 11 <programArgs>-data @noDefault</programArgs>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/features/ |
customBuildCallbacks.xml | 5 <project name="Build specific targets and properties" default="noDefault"> 10 <target name="noDefault">
|
/external/iproute2/man/man8/ |
ip-tunnel.8 | 40 .B prl-nodefault 245 .BI prl-nodefault " ADDR"
|
/external/bison/m4/ |
flex.m4 | 29 %option debug nodefault noinput nounput noyywrap never-interactive
|
/prebuilts/misc/common/swig/include/2.0.11/chicken/ |
std_string.i | 16 %nodefault string;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/ |
customAssembly.xml | 1 <project name="Build specific targets and properties" default="noDefault"> 62 <target name="noDefault">
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
PathMap.java | 104 public PathMap(boolean nodefault) 108 _nodefault=nodefault; 414 public static boolean match(String pathSpec, String path, boolean noDefault) 423 if (!noDefault && pathSpec.length()==1 || pathSpec.equals(path))
|
/prebuilts/misc/common/swig/include/2.0.11/ |
swig.swg | 54 #define %nodefault %feature("nodefault","1") 55 #define %default %feature("nodefault","0") 56 #define %clearnodefault %feature("nodefault","") 74 /* Force the old nodefault behavior, ie disable both constructor and destructor */
|
/external/bison/src/ |
scan-skel.l | 20 %option nodefault noyywrap noinput nounput never-interactive debug
|
tables.c | 247 bool nodefault = false; local 294 nodefault = true; 313 nodefault = true; 320 if (reds->num >= 1 && !nodefault)
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
request.py | 88 NoDefault = _NoDefault() 156 def encget(self, key, default=NoDefault, encattr=None): 158 if val is NoDefault: 169 def encget(self, key, default=NoDefault, encattr=None): 171 if val is NoDefault: [all...] |