HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 101 - 125 of 5290) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Index/
ms-if-exists.cpp 16 // CHECK: Identifier: "T" [3:15 - 3:16] TypeRef=T:1:19
18 // CHECK: Identifier: "t" [5:5 - 5:6] DeclRefExpr=t:2:10
20 // CHECK: Identifier: "foo" [5:7 - 5:10] MemberRefExpr=
23 // CHECK: Identifier: "i" [9:10 - 9:11] VarDecl=i:9:10 (Definition)
  /external/clang/test/Lexer/
ms-extensions.cpp 5 return "foo"bar("bar")"baz"; /*expected-warning {{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}} */
  /external/clang/test/Parser/
cxx-ambig-decl-expr.cpp 12 unknown * p + 0; // expected-error {{undeclared identifier 'unknown'}}
cxx-class-template-specialization.cpp 8 // expected-error@-1 {{identifier followed by '<' indicates a class template specialization but 'f' refers to a function template}}
cxx-namespace-alias.cpp 7 // expected-error{{use of undeclared identifier 'A'}}
pragma-weak.c 7 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak
11 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = =
12 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z =
13 /* expected-warning {{weak identifier 'y' never declared}} */ #pragma weak z = y
traditional_arg_scope.c 4 int y(b) int b; {return a;} // expected-error {{use of undeclared identifier}}
  /external/clang/test/Sema/Inputs/
ms-keyword-system-header.h 6 // expected-warning@-2 {{keyword '__uptr' will be made available as an identifier here}}
  /external/clang/test/SemaCXX/
PR9459.cpp 7 {ts<a>::ap<ae_same<int>::&ae_same<>>::p(a); }; // expected-error {{use of undeclared identifier 'a'}}
decltype-crash.cpp 6 decltype(a()) c; // expected-warning {{'decltype' is a keyword in C++11}} expected-error {{use of undeclared identifier 'decltype'}}
warn-unused-variables-error.cpp 7 X<char> str (read_from_file()); // expected-error{{use of undeclared identifier 'read_from_file'}} \
  /external/clang/test/SemaObjC/
synth-provisional-ivars.m 24 - (int) Meth1 { return PROP1; } // expected-error {{use of undeclared identifier 'PROP1'}}
26 - (int) Meth2 { return PROP2; } // expected-error {{use of undeclared identifier 'PROP2'}}
29 - (int) Meth3 { return PROP3; } // expected-error {{use of undeclared identifier 'PROP3'}}
43 - (int) Meth { return PROP1; } // expected-error {{use of undeclared identifier 'PROP1'}}
  /external/clang/test/SemaTemplate/
crash-8204126.cpp 5 void bar() { foo(0); } // expected-error{{use of undeclared identifier 'foo'}}
  /external/wpa_supplicant_8/src/utils/
uuid.h 2 * Universally Unique IDentifier (UUID)
  /libcore/luni/src/main/files/
README.cacerts 6 and the "n" is a unique integer identifier starting at 0 to deal
  /external/google-breakpad/src/common/solaris/
file_id.h 30 // file_id.h: Return a unique identifier for a file
46 // Load the identifier for the elf file path specified in the constructor into
47 // |identifier|. Return false if the identifier could not be created for the
50 bool ElfFileIdentifier(unsigned char identifier[16]);
52 // Convert the |identifier| data to a NULL terminated string. The string will
56 static bool ConvertIdentifierToString(const unsigned char identifier[16],
  /external/clang/test/Preprocessor/
ucn-allowed-chars.c 6 // Identifier characters
17 // Identifier initial characters
43 // expected-warning@7 {{using this character in an identifier is incompatible with C++98}}
44 // expected-warning@8 {{using this character in an identifier is incompatible with C++98}}
61 // expected-warning@7 {{using this character in an identifier is incompatible with C99}}
62 // expected-warning@9 {{using this character in an identifier is incompatible with C99}}
64 // expected-warning@18 {{starting an identifier with this character is incompatible with C99}}
65 // expected-error@19 {{expected identifier}}
73 // expected-error@18 {{expected identifier}}
74 // expected-error@19 {{expected identifier}}
    [all...]
macro-reserved.c 53 #define __clusplus // expected-warning {{macro name is a reserved identifier}}
54 #define __HAVE_X 0 // expected-warning {{macro name is a reserved identifier}}
55 #define _HAVE_X 0 // expected-warning {{macro name is a reserved identifier}}
60 #undef __cplusplus // expected-warning {{macro name is a reserved identifier}}
61 #undef _HAVE_X // expected-warning {{macro name is a reserved identifier}}
  /external/google-breakpad/src/common/mac/
file_id.h 30 // file_id.h: Return a unique identifier for a file
47 // Load the identifier for the file path specified in the constructor into
48 // |identifier|. Return false if the identifier could not be created for the
51 bool FileIdentifier(unsigned char identifier[16]);
60 // Return the unique identifier in |identifier|.
65 unsigned char identifier[16]);
67 // Convert the |identifier| data to a NULL terminated string. The string will
71 static void ConvertIdentifierToString(const unsigned char identifier[16]
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
UtilsExt.java 26 * Generate a call identifier. This is useful when we want to generate a
27 * call identifier in advance of generating a message.
45 * Generate a cryptographically random identifier that can be used to
46 * generate a branch identifier.
49 * used as a branch identifier.
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Strategy.cpp 28 status_t Element<routing_strategy>::setIdentifier(routing_strategy identifier)
30 if (identifier >= NUM_STRATEGIES) {
33 mIdentifier = identifier;
34 ALOGD("%s: Strategy %s identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 51 String getCurrentKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier);
52 void setCurrentKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier,
54 String[] getKeyboardLayoutsForInputDevice(in InputDeviceIdentifier identifier);
55 void addKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier,
57 void removeKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier,
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 137 " list IDENTIFIER list command\n"
138 " get IDENTIFIER get string value\n"
139 " geti IDENTIFIER get integer value\n"
140 " set IDENTIFIER VALUE set string value\n"
166 char *identifier = NULL, *value = NULL; local
170 identifier = strtok_r(NULL, " ", &value);
187 if ((identifier == NULL) && ((cmd->code != UCM_HELP) &&
191 fprintf(stderr, "NULL pointer encountered. Invalid value for identifier");
206 err = snd_use_case_mgr_open(&uc_mgr, identifier);
208 fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->cmd_str, identifier, err)
    [all...]
  /external/lldb/www/python_reference/
identifier-index-K.html 6 <title>Identifier Index</title>
48 >]&nbsp;|&nbsp;<a href="identifier-index-K.html"
56 <h1 class="epydoc">Identifier Index</h1>
59 <a href="identifier-index-A.html">A</a>
60 <a href="identifier-index-B.html">B</a>
61 <a href="identifier-index-C.html">C</a>
62 <a href="identifier-index-D.html">D</a>
63 <a href="identifier-index-E.html">E</a>
64 <a href="identifier-index-F.html">F</a>
65 <a href="identifier-index-G.html">G</a
    [all...]
identifier-index-O.html 6 <title>Identifier Index</title>
48 >]&nbsp;|&nbsp;<a href="identifier-index-O.html"
56 <h1 class="epydoc">Identifier Index</h1>
59 <a href="identifier-index-A.html">A</a>
60 <a href="identifier-index-B.html">B</a>
61 <a href="identifier-index-C.html">C</a>
62 <a href="identifier-index-D.html">D</a>
63 <a href="identifier-index-E.html">E</a>
64 <a href="identifier-index-F.html">F</a>
65 <a href="identifier-index-G.html">G</a
    [all...]

Completed in 348 milliseconds

1 2 3 45 6 7 8 91011>>