HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 501 - 525 of 5406) sorted by null

<<21222324252627282930>>

  /external/clang/test/CodeGen/
pragma-weak.c 34 #pragma weak param // expected-warning {{weak identifier 'param' never declared}}
55 #pragma weak unused // expected-warning {{weak identifier 'unused' never declared}}
56 #pragma weak unused_alias = __unused_alias // expected-warning {{weak identifier '__unused_alias' never declared}}
58 #pragma weak td // expected-warning {{weak identifier 'td' never declared}}
61 #pragma weak td2 = __td2 // expected-warning {{weak identifier '__td2' never declared}}
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 17 using ::T = void; // expected-error {{name defined in alias declaration must be an identifier}}
18 using typename U = void; // expected-error {{name defined in alias declaration must be an identifier}}
19 using typename ::V = void; // expected-error {{name defined in alias declaration must be an identifier}}
80 int a(Ts ...(x)); // expected-error {{'...' must immediately precede declared identifier}}
81 int b(Ts ...&x); // expected-error {{'...' must immediately precede declared identifier}}
fixit-unicode.c 40 int a = ?sss; // expected-error{{use of undeclared identifier '?sss'; did you mean '?ssss'?}}
46 int b = ss?s; // expected-error{{use of undeclared identifier 'ss?s'; did you mean 'ss?ss'?}}
52 int c = sssssssss; // expected-error{{use of undeclared identifier 'sssssssss'; did you mean 'sssssssss?'?}}
  /external/ipsec-tools/src/racoon/
remoteconf.h 69 int idvtype; /* my identifier type */
70 vchar_t *idv; /* my identifier */
85 int verify_identifier; /* vefify the peer's identifier */
157 int idtype; /* identifier type */
158 vchar_t *id; /* identifier */
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 104 * @return the object identifier
116 eo.identifier = exportedObjects.size() - 1;
127 return eo.identifier;
236 out.writeInt(found.identifier);
247 public int identifier; field in class:ExportedObject
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scheme.php 52 'begin', 'boolean?', 'bound-identifier=?',
62 'complex?', 'cond', 'cons', 'construct-identifier', 'cos',
72 'gcd', 'gen-counter', 'gen-loser', 'generate-identifier',
74 'identifier->symbol', 'identifier', 'if', 'imag-part', 'inexact->exact',
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 13 * ::= identifier
26 * ::= identifier
27 * ::= identifier '(' argumentexpr ')' *)
56 ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression *)
58 'Token.Ident id ?? "expected identifier after for";
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 28 Identifier,
80 /// getIdentifier - Get the identifier string for the current token, which
81 /// should be an identifier or a string. This gets the portion of the string
82 /// which should be used as the identifier, e.g., it does not include the
85 if (Kind == Identifier)
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 132 * Generate a call identifier. This is useful when we want to generate a
133 * call identifier in advance of generating a message.
163 * Generate a cryptographically random identifier that can be used to
164 * generate a branch identifier.
167 * used as a branch identifier.
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ParseHelper.cpp 432 bool TParseContext::reservedErrorCheck(const TSourceLoc& line, const TString& identifier)
436 if (identifier.compare(0, 3, "gl_") == 0) {
441 if (identifier.compare(0, 6, "webgl_") == 0) {
445 if (identifier.compare(0, 7, "_webgl_") == 0) {
449 if (shaderSpec == SH_CSS_SHADERS_SPEC && identifier.compare(0, 4, "css_") == 0) {
454 if (identifier.find("__") != TString::npos) {
455 error(line, "identifiers containing two consecutive underscores (__) are reserved as possible future keywords", identifier.c_str());
572 bool TParseContext::voidErrorCheck(const TSourceLoc& line, const TString& identifier, const TPublicType& pubType)
575 error(line, "illegal use of type 'void'", identifier.c_str());
736 bool TParseContext::arrayErrorCheck(const TSourceLoc& line, TString& identifier, TPublicType type, TVariable*& variable
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java 112 * OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= {
119 * PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= {
123 * PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ObjectDigestInfo.java 25 * otherObjectTypeID OBJECT IDENTIFIER OPTIONAL,
92 * @param digestAlgorithm The algorithm identifier for the hash.
167 * otherObjectTypeID OBJECT IDENTIFIER OPTIONAL,
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.h 87 // item 2 - name of the metric identifier (optional).
99 // item 1 - name of the metric identifier (optional).
104 // is an array that contains a single item, the name of the metric identifier.
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.h 51 // |file_object_id| specifies the device file object identifier.
75 // Returns the identifier of the object specified by the |object_name|.
76 // |parent_id| specifies the object's parent identifier.
  /external/chromium_org/chrome/browser/plugins/
plugin_metadata.h 38 PluginMetadata(const std::string& identifier,
47 // Unique identifier for the plug-in.
48 const std::string& identifier() const { return identifier_; } function in class:PluginMetadata
  /external/chromium_org/chrome/common/extensions/api/
recovery_private.idl 58 // |storageUnitId|: The identifier for the storage unit, as provided by
74 // |storageUnitId|: The identifier for the storage unit, as provided by
96 // |storageUnitId|: The identifier of the storage unit to wipe, as provided
  /external/chromium_org/content/browser/
safe_util_win.cc 22 // Sets the Zone Identifier on the file to "Internet" (3). Returns true if the
24 // the Zone Identifier is not supported, like a machine with a FAT32 filesystem.
30 std::wstring path = full_path.value() + L":Zone.Identifier";
  /external/chromium_org/content/test/plugin/
plugin_npobject_lifetime_test.cc 69 // Create a "location" identifier.
70 NPIdentifier identifier = HostFunctions()->getstringidentifier("location"); local
75 identifier, &variantValue );
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h 68 void insertAfter(CounterNode* newChild, CounterNode* beforeChild, const AtomicString& identifier);
70 // identifier must match the identifier of this counter.
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
space_test.cpp 21 EXPECT_EQ(pp::Token::IDENTIFIER, token.type);
90 EXPECT_EQ(pp::Token::IDENTIFIER, token.type);
103 EXPECT_EQ(pp::Token::IDENTIFIER, token.type);
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 130 const char *identifier,
136 const char *identifier; member in struct:__anon14979
159 const char *identifier; member in struct:active_list
  /external/chromium_org/third_party/skia/include/core/
SkPaintOptionsAndroid.h 35 /** Gets a BCP 47 language identifier for this SkLanguage.
36 @return a BCP 47 language identifier representing this language
57 //! BCP 47 language identifier
  /external/clang/include/clang/AST/
SelectorLocationsKind.h 10 // Describes whether the identifier locations for a selector are "standard"
51 /// \brief Get the "standard" location of a selector identifier, e.g:
69 /// \brief Get the "standard" location of a selector identifier, e.g:
  /external/clang/lib/AST/
DeclarationName.cpp 56 /// CXXLiteralOperatorName - Contains the actual identifier that makes up the
59 /// This identifier is stored here rather than directly in DeclarationName so as
85 case DeclarationName::Identifier: {
138 case DeclarationName::Identifier:
200 case StoredIdentifier: return Identifier;
273 case Identifier:
294 case Identifier:
445 case DeclarationName::Identifier:
471 case DeclarationName::Identifier:
493 case DeclarationName::Identifier
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 3 // For every init-capture a non-static data member named by the identifier of
17 // ... except that the variable name is replaced by a unique identifier.
22 // compound-statement, the identifier in the init-capture hides any declaration

Completed in 2768 milliseconds

<<21222324252627282930>>