/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
|
/external/protobuf/src/google/protobuf/stubs/ |
stringprintf_unittest.cc | 57 // MSVC and mingw does not support $ format specifier.
|
/external/skia/src/gpu/gl/ |
GrGLShaderVar.h | 31 * Defaults to a float with no precision specifier
|
/external/skia/tests/ |
KtxTest.cpp | 91 0x01, 0x02, 0x03, 0x04, // Then magic endian specifier
|
/external/valgrind/none/tests/ |
unit_debuglog.c | 1 /* Test %f format specifier */
|
/frameworks/base/core/java/android/database/ |
CursorWindow.java | 421 * format specifier <code>%lld</code>.</li> 425 * format specifier <code>%g</code>.</li> 459 * format specifier <code>%lld</code>.</li> 463 * format specifier <code>%g</code>.</li>
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventRecurrenceFormatter.java | 89 // There is no "BYDAY" specifier, so use the day of the
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
DataExporter.java | 89 throw new IllegalArgumentException(".. path specifier not allowed. Bad file name: " +
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
dqblk_xfs.h | 53 __u16 d_fieldmask; /* field specifier */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
dqblk_xfs.h | 53 __u16 d_fieldmask; /* field specifier */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 13 # Remove current endian specifier and white space from a format
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 13 # Remove current endian specifier and white space from a format
|
/external/clang/lib/Lex/ |
Pragma.cpp | [all...] |
/external/clang/docs/ |
Modules.rst | 463 A header with the ``umbrella`` specifier is called an umbrella header. An umbrella header includes all of the headers within its directory (and any subdirectories), and is typically used (in the ``#include`` world) to easily access the full API provided by a particular library. With modules, an umbrella header is a convenient shortcut that eliminates the need to write out ``header`` declarations for every library header. A given directory can only contain a single umbrella header. 471 A header with the ``private`` specifier may not be included from outside the module itself. 473 A header with the ``textual`` specifier will not be compiled when the module is 480 A header with the ``exclude`` specifier is excluded from the module. It will not be included when the module is built, nor will it be considered to be part of the module, even if an ``umbrella`` header or directory would otherwise make it part of the module. 520 A *submodule-declaration* that is a *module-declaration* is a nested module. If the *module-declaration* has a ``framework`` specifier, the enclosing module shall have a ``framework`` specifier; the submodule's contents shall be contained within the subdirectory ``Frameworks/SubName.framework``, where ``SubName`` is the name of the submodule. 537 * Have the ``explicit`` specifier, if the *inferred-submodule-declaration* has the ``explicit`` specifier 538 * Have the ``framework`` specifier, if the 539 *inferred-submodule-declaration* has the ``framework`` specifier [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |
/external/clang/include/clang/AST/ |
Type.h | [all...] |
/external/clang/lib/Sema/ |
SemaTemplate.cpp | 228 // We can't recover unless there's a dependent scope specifier preceding the 257 // This nested-name-specifier occurs in a member access expression, e.g., 259 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); 272 // This nested-name-specifier occurs after another nested-name-specifier, 273 // so long into the context associated with the prior nested-name-specifier. 288 // nested-name-specifier. 306 // specifier. 406 /// specifier naming a dependent type. [all...] |
SemaAccess.cpp | 36 /// SetMemberAccessSpecifier - Set the access specifier of a member. 37 /// Returns true on error (when the previous member decl access specifier 38 /// is different from the new member decl access specifier). 43 // Use the lexical access specifier. 49 // specifier must be same as its initial declaration. 771 // the nested-name-specifier shall name C or a class derived from 908 /// Access(a, b) = (* access on the base specifier from a to b *) [all...] |
SemaLookup.cpp | [all...] |
/external/lldb/source/Core/ |
Debugger.cpp | 1418 const char *specifier = NULL; local [all...] |
/external/clang/lib/Parse/ |
ParseExpr.cpp | 215 // If this is a decl-specifier, we can't be at the start of an expression. 544 /// [C++] simple-type-specifier '(' expression-list[opt] ')' [C++ 5.2.3] 545 /// [C++11] simple-type-specifier braced-init-list [C++11 5.2.3] 546 /// [C++] typename-specifier '(' expression-list[opt] ')' [C++ 5.2.3] 547 /// [C++11] typename-specifier braced-init-list [C++11 5.2.3] [all...] |
/external/blktrace/doc/ |
blkparse.1 | 338 left-aligned specifier. These precede field specifiers, with a '%' character, 339 followed by the optional left-alignment specifier (\-) followed by the width (a
|
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 261 virtual int f() = 0 { return 0; }// expected-warning {{function definition with pure-specifier is a Microsoft extension}} 271 virtual ~pure_virtual_dtor_inline() = 0 { }// expected-warning {{function definition with pure-specifier is a Microsoft extension}}
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
TimeZone.java | 161 * A style specifier for <code>getDisplayName()</code> indicating 169 * A style specifier for <code>getDisplayName()</code> indicating 177 * {@icu} A style specifier for <code>getDisplayName()</code> indicating 185 * {@icu} A style specifier for <code>getDisplayName()</code> indicating 193 * {@icu} A style specifier for <code>getDisplayName()</code> indicating 201 * {@icu} A style specifier for <code>getDisplayName()</code> indicating 209 * {@icu} A style specifier for <code>getDisplayName()</code> indicating 218 * {@icu} A style specifier for <code>getDisplayName()</code> indicating [all...] |