Searched
full:specifier (Results
401 -
425 of
842) sorted by null
<<11121314151617181920>>
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameType.java | 213 * Returns the FrameType's class specifier, or null if no class was set or the receiver is not 215 * @return The FrameType's class specifier or null.
|
/external/clang/include/clang/AST/ |
DeclFriend.h | 52 // Location of the 'friend' specifier.
|
StmtCXX.h | 264 /// \brief Retrieve the nested-name-specifier that qualifies this name, if
|
/external/clang/include/clang/Basic/ |
DiagnosticCommonKinds.td | 71 "invalid storage class specifier in function declarator">;
|
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | 59 /// \brief Priority for a nested-name-specifier. 672 /// nested-name-specifier and, therefore, should be followed by '::'. 683 /// \brief If the result should have a nested-name-specifier, this is it. 684 /// When \c QualifierIsInformative, the nested-name-specifier is [all...] |
Initialization.h | 148 /// \brief When Kind == EK_Base, the base specifier that provides the 378 /// \brief Retrieve the base specifier. 380 assert(getKind() == EK_Base && "Not a base specifier"); 386 assert(getKind() == EK_Base && "Not a base specifier"); [all...] |
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 678 /// \brief Emit a nested name specifier. 681 /// \brief Emit a nested name specifier with source-location information. 702 /// \brief Emit a C++ base specifier. 776 /// \brief Flush all of the C++ base specifier sets that have been added [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p2.cpp | 63 // expected-error{{base specifier}}
|
/external/clang/test/Parser/ |
cxx-template-decl.cpp | 9 template x; // expected-error {{C++ requires a type specifier for all declarations}} \
|
recovery.cpp | 202 struct S2 :: S3 :: public S2 { // expected-error{{'public' cannot be a part of nested name specifier; did you mean ':'?}}
|
/external/clang/test/SemaCXX/ |
typo-correction-delayed.cpp | 157 a = b ? : 0; // expected-error {{C++ requires a type specifier for all declarations}} \
|
/external/clang/test/SemaTemplate/ |
friend-template.cpp | 238 template <class S> template <class U> friend class A<S>::B; // expected-warning {{dependent nested name specifier 'A<S>::' for friend template declaration is not supported; ignoring this friend declaration}}
|
/external/guava/guava/src/com/google/common/base/ |
Verify.java | 75 * <p>As with {@link Preconditions} error message template strings, only the {@code "%s"} specifier
|
/external/iptables/extensions/ |
libxt_u32.c | 128 "u32: abrupt end of input after location specifier");
|
/external/kernel-headers/original/uapi/linux/ |
dqblk_xfs.h | 54 __u16 d_fieldmask; /* field specifier */
|
/external/libnfc-nci/halimpl/pn54x/common/ |
phNfcStatus.h | 90 * Device specifier/handle value is invalid for the operation
|
/external/lldb/source/Interpreter/ |
OptionGroupFormat.cpp | 46 { LLDB_OPT_SET_2, false, "gdb-format",'G', required_argument, NULL, 0, eArgTypeGDBFormat, "Specify a format using a GDB format specifier string."},
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_extension.cc | 106 // export/import specifier.
|
/external/vixl/test/ |
test-runner.cc | 122 // Anything that isn't an option is a test specifier.
|
/hardware/libhardware/tests/camera2/ |
CameraStreamFixture.h | 39 // Format specifier for picking the best format for CPU reading the given device
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
hwint.h | 82 of HOST_WIDE_INT for %wd specifier checks. You must issue this
|
/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
|
Completed in 1092 milliseconds
<<11121314151617181920>>