HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 301 - 325 of 808) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_time.py 39 self.fail('conversion specifier: %r failed.' % format)
119 self.fail("conversion specifier %r failed with '%s' input." %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_time.py 39 self.fail('conversion specifier: %r failed.' % format)
119 self.fail("conversion specifier %r failed with '%s' input." %
  /external/chromium_org/base/x11/
edid_parser_x11.cc 139 // The specifier types.
  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer.cc 178 // [scheme://]host[:port][/path/specifier]
  /external/chromium_org/net/base/
mime_util.h 58 // Returns true if the |type_string| is a correctly-formed mime type specifier.
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp 48 const char FileError::syntaxErrorMessage[] = "An invalid or unsupported argument was given, like an invalid line ending specifier.";
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/
coding_style.txt 59 Choose between "struct" or "class" depending on whether the first declared member is public or private, to save the explicit specifier.
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse_extra.c 47 /* The first possible suffix element is the precision specifier from
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 57 // MSVC does not support $ format specifier.
  /external/clang/include/clang/AST/
PrettyPrinter.h 65 /// "const int" type specifier and instead only print the "*y".
  /external/clang/include/clang/Basic/
DiagnosticCommonKinds.td 68 "invalid storage class specifier in function declarator">;
DiagnosticFrontendKinds.td 116 "unknown %0 warning specifier: '%1'">,
  /external/clang/include/clang/Serialization/
ASTWriter.h 599 /// \brief Emit a nested name specifier.
602 /// \brief Emit a nested name specifier with source-location information.
623 /// \brief Emit a C++ base specifier.
686 /// \brief Flush all of the C++ base specifier sets that have been added
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 41 // declaration is a function or an elaborated-type-specifier, the lookup to
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 137 register int n; // expected-warning {{'register' storage class specifier is deprecated}}
  /external/clang/test/Index/
load-stmts.cpp 159 // CHECK: load-stmts.cpp:22:18: C++ base class specifier=class A:14:7 [access=public isVirtual=false]
160 // CHECK: load-stmts.cpp:22:29: C++ base class specifier=class B:18:7 [access=private isVirtual=false]
163 // CHECK: load-stmts.cpp:26:26: C++ base class specifier=class C:22:7 [access=public isVirtual=true]
164 // CHECK: load-stmts.cpp:26:45: C++ base class specifier=class A:14:7 [access=private isVirtual=true]
  /external/clang/test/OpenMP/
threadprivate_messages.cpp 68 #pragma omp threadprivate (ns:m) // expected-error {{unexpected ':' in nested name specifier; did you mean '::'?}} expected-error {{'#pragma omp threadprivate' must appear in the scope of the 'ns::m' variable declaration}}
  /external/clang/test/Parser/
cxx-template-decl.cpp 5 template x; // expected-error {{C++ requires a type specifier for all declarations}} \
  /external/clang/test/Sema/
block-misc.c 117 test12f = ^test12f; // expected-error {{type name requires a specifier or qualifier}} expected-error {{expected expression}}
  /external/clang/test/SemaCXX/
anonymous-union.cpp 27 mutable union { // expected-error{{anonymous union at class scope must not have a storage specifier}}
class.cpp 4 auto int errx; // expected-error {{storage class specified for a member declaration}} expected-warning {{'auto' storage class specifier is redundant}}
  /external/clang/test/SemaTemplate/
typename-specifier-4.cpp 145 typename X<T>::iterator i; // expected-error{{typename specifier refers to a dependent using declaration for a value 'iterator' in 'X<T>'}}
  /external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
coding_style.txt 59 Choose between "struct" or "class" depending on whether the first declared member is public or private, to save the explicit specifier.
  /external/mesa3d/src/mesa/program/
program_parse_extra.c 47 /* The first possible suffix element is the precision specifier from
  /frameworks/base/core/java/android/database/
CursorWindow.java 417 * format specifier <code>%lld</code>.</li>
421 * format specifier <code>%g</code>.</li>
455 * format specifier <code>%lld</code>.</li>
459 * format specifier <code>%g</code>.</li>

Completed in 1479 milliseconds

<<11121314151617181920>>