HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 326 - 350 of 1138) sorted by null

<<11121314151617181920>>

  /external/blktrace/
blkparse_fmt.c 39 fprintf(stderr,"Bad format specifier %c\n", spec);
43 fprintf(stderr,"Bad format specifier - need ',' %s\n", option);
431 case '%': /* Field specifier */
  /external/clang/test/SemaCXX/
using-decl-1.cpp 119 using ::foo::Class1::Function; // expected-error{{incomplete type 'foo::Class1' named in nested name specifier}}
216 // the nested-name-specifier shall name a base class of the class being defined.
217 // If such a using-declaration names a constructor, the nested-name-specifier
MicrosoftSuper.cpp 10 // expected-error@+2 {{C++ requires a type specifier for all declarations}}
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 31 typename N::C::type *ip3 = &i; // expected-error{{typename specifier refers to non-type member 'type'}}
63 // expected-error 2{{typename specifier refers to non-type member 'type'}} \
250 // expected-error@+1 {{typename specifier refers to non-type member 'type_or_int' in 'pointer_vs_multiply::A'}}
instantiate-static-var.cpp 21 // expected-error@-4 {{in-class initializer for static data member of type 'const float' requires 'constexpr' specifier}}
temp_arg_template.cpp 43 expected-error{{C++ requires a type specifier for all declarations}}
  /external/curl/src/
tool_formparse.c 182 /* since this was a file, it may have a content-type specifier
206 /* verify that this is a fine type specifier */
216 /* now point beyond the content-type specifier */
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 178 DILineInfoSpecifier Specifier = DILineInfoSpecifier()) override;
180 DILineInfoSpecifier Specifier = DILineInfoSpecifier()) override;
182 DILineInfoSpecifier Specifier = DILineInfoSpecifier()) override;
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 153 /// emitInstructionInfo - Prints the instruction specifier table, which has
258 /// specForUID - Returns the instruction specifier for a given unique
262 /// @return - A reference to the instruction specifier.
  /external/valgrind/coregrind/m_demangle/
ansidecl.h 195 /* Use ATTRIBUTE_PRINTF when the format specifier must not be NULL.
224 /* Use ATTRIBUTE_NULL_PRINTF when the format specifier may be NULL. A
225 NULL format specifier was allowed as of gcc 3.3. */
  /frameworks/base/core/java/android/net/
NetworkRequest.java 234 * Sets the optional bearer specific network specifier.
244 * specific network specifier where the bearer has a choice of
249 throw new IllegalArgumentException("Invalid network specifier - must not be '"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSwitcher.java 371 String specifier = netRequest.networkCapabilities.getNetworkSpecifier(); local
374 if (TextUtils.isEmpty(specifier)) {
377 subId = Integer.parseInt(specifier);
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
network_WiFi_ChaosConnectDisconnect.py 25 @param capturer_ht_type: string specifier of channel HT type.
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 477 // Methods for querying the format specifier.
497 /// paired with this format specifier should have. This method
498 /// will return null if the format specifier does not have
514 /// Changes the specifier and length according to a QualType, retaining any
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 18 // the nested-name-specifier names the class of the member function.
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 61 // [dcl.align]p2: When the alignment-specifier is of the form
  /external/clang/test/CXX/special/class.dtor/
p10-0x.cpp 25 // this last one could be better, mentioning that the nested-name-specifier could be removed or a type name after the ~
  /external/clang/test/Index/
annotate-context-sensitive.cpp 27 // CHECK-OVERRIDE-FINAL: Keyword: "public" [6:23 - 6:29] C++ base class specifier=class Base:1:7 [access=public isVirtual=false]
  /external/clang/test/Parser/
MicrosoftExtensions.c 25 void __forceinline __forceinline pr8264_4(void) { /* expected-warning{{duplicate '__forceinline' declaration specifier}} */
attributes.c 105 // specifier.
  /external/clang/test/Sema/
address_spaces.c 12 _AS2 *x;// expected-warning {{type specifier missing, defaults to 'int'}}
bitfield.c 83 : 0.0; // expected-error{{type name requires a specifier or qualifier}}
  /external/clang/test/SemaObjCXX/
message.mm 38 // Test instance messages that start with a simple-type-specifier.
  /external/libchrome/base/memory/
scoped_ptr_unittest.nc 103 #elif defined(NCTEST_NO_DELETER_REFERENCE) // [r"fatal error: base specifier must name a class"]

Completed in 1549 milliseconds

<<11121314151617181920>>