Searched
full:specifier (Results
351 -
375 of
808) sorted by null
<<11121314151617181920>>
/external/chromium_org/tools/cr/cr/ |
config.py | 26 The main extra it adds is a new conversion specifier 'e' that throws a
|
/external/chromium_org/tools/python/google/httpd_config/ |
httpd2_mac.conf | 122 # specifier. But there is 'work in progress' to fix this and get
|
/external/clang/include/clang/AST/ |
DeclFriend.h | 51 // Location of the 'friend' specifier.
|
StmtCXX.h | 264 /// \brief Retrieve the nested-name-specifier that qualifies this name, if
|
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | 58 /// \brief Priority for a nested-name-specifier. 684 /// nested-name-specifier and, therefore, should be followed by '::'. 695 /// \brief If the result should have a nested-name-specifier, this is it. 696 /// When \c QualifierIsInformative, the nested-name-specifier is [all...] |
Initialization.h | 141 /// \brief When Kind == EK_Base, the base specifier that provides the 368 /// \brief Retrieve the base specifier. 370 assert(getKind() == EK_Base && "Not a base specifier"); 376 assert(getKind() == EK_Base && "Not a base specifier"); [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
examples.cpp | 167 // expected-error{{forward declaration of variable template cannot have a nested name specifier}}
|
p2-0x.cpp | 62 // expected-error{{base specifier}}
|
p2.cpp | 63 // expected-error{{base specifier}}
|
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 296 virtual int f() = 0 { return 0; }// expected-warning {{function definition with pure-specifier is a Microsoft extension}}
|
cxx-altivec.cpp | 70 vector bool v_b; // expected-error {{C++ requires a type specifier for all declarations}}
|
/external/clang/test/Sema/ |
format-strings-fixit.c | 82 // Preserve the original choice of conversion specifier.
|
/external/iptables/extensions/ |
libxt_u32.c | 132 "u32: abrupt end of input after location specifier");
|
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 469 report_fatal_error("Invalid section specifier '" + Section + "': " + 487 // Parse the section specifier and create it if valid. 497 "' has an invalid section specifier '" + 517 " section specifier");
|
/external/llvm/lib/IR/ |
DataLayout.cpp | 215 char Specifier = Tok.front(); 218 switch (Specifier) { 256 switch (Specifier) { 298 llvm_unreachable("Unknown specifier in datalayout string");
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_extension.cc | 106 // export/import specifier.
|
/external/skia/src/gpu/gl/ |
GrGLShaderVar.h | 59 * Defaults to a float with no precision specifier
|
/libcore/luni/src/main/java/libcore/icu/ |
ICU.java | 163 // Ignore the era specifier, if present.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkFont.py | 30 font -- font specifier (name, system font, or (family, size, style)-tuple)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_types.py | 408 # issue 5782, commas with no specifier type 529 # alternate specifier in wrong place 654 # a totaly empty format specifier means something else. 674 # issue 5782, commas with no specifier type
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkFont.py | 30 font -- font specifier (name, system font, or (family, size, style)-tuple)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_types.py | 408 # issue 5782, commas with no specifier type 529 # alternate specifier in wrong place 654 # a totaly empty format specifier means something else. 674 # issue 5782, commas with no specifier type
|
/external/chromium/net/http/ |
http_util.cc | 184 // ranges-specifier = byte-ranges-specifier 185 // byte-ranges-specifier = bytes-unit "=" byte-range-set
|
/external/clang/lib/Parse/ |
ParseStmt.cpp | [all...] |
/external/linux-tools-perf/ |
builtin-script.c | 527 fprintf(stderr, "invalid language specifier"); 534 fprintf(stderr, "invalid language specifier"); 1204 fprintf(stderr, "invalid language specifier");
|
Completed in 1390 milliseconds
<<11121314151617181920>>