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

<<21222324252627282930>>

  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 19 // expected-error@-2 {{constexpr variable declaration must be a definition}}
70 int v; // expected-note {{previous definition is here}}
74 template<typename T> T v; // expected-note {{previous definition is here}}
78 template<typename T> T v0; // expected-note {{previous definition is here}}
81 template<typename T> T v; // expected-note {{previous definition is here}}
101 // expected-note {{previous definition is here}}
108 template<typename T> T var = T(); // expected-note {{previous definition is here}}
115 template<typename T> auto v1 = T(); // expected-note {{previous definition is here}}
117 template<typename T> auto v2 = T(); // expected-note {{previous definition is here}}
119 template<typename T> auto v3 = T(); // expected-note {{previous definition is here}
    [all...]
  /art/compiler/sea_ir/ir/
instruction_nodes.h 53 // Mark the current instruction as a downward exposed definition.
55 // Rename the use of @reg_no to refer to the instruction @definition,
57 void RenameToSSA(int reg_no, InstructionNode* definition) {
58 definition_edges_.insert(std::pair<int, InstructionNode*>(reg_no, definition));
59 DCHECK(NULL != definition) << "SSA definition for register " << reg_no
61 definition->AddSSAUse(this);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8PerContextData.cpp 135 void V8PerContextData::addCustomElementBinding(CustomElementDefinition* definition, PassOwnPtr<CustomElementBinding> binding)
137 ASSERT(!m_customElementBindings->contains(definition));
138 m_customElementBindings->add(definition, binding);
141 void V8PerContextData::clearCustomElementBinding(CustomElementDefinition* definition)
143 CustomElementBindingMap::iterator it = m_customElementBindings->find(definition);
148 CustomElementBinding* V8PerContextData::customElementBinding(CustomElementDefinition* definition)
150 CustomElementBindingMap::const_iterator it = m_customElementBindings->find(definition);
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Lexicons.py 44 1) A token definition, which is a tuple:
54 2) A state definition:
97 definitions which are not inside any State definition belong to
115 raise Errors.InvalidScanner("Scanner definition is not a list")
137 "Expected a token definition (tuple) or State instance")
183 raise Errors.InvalidToken("Token definition is not a tuple")
185 raise Errors.InvalidToken("Wrong number of items in token definition")
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlwriter.h 341 * DTD element definition
350 * DTD element definition conveniency functions
371 * DTD attribute list definition
380 * DTD attribute list definition conveniency functions
401 * DTD entity definition
410 * DTD entity definition conveniency functions
457 * DTD notation definition
  /external/libxml2/include/libxml/
xmlwriter.h 340 * DTD element definition
349 * DTD element definition conveniency functions
370 * DTD attribute list definition
379 * DTD attribute list definition conveniency functions
400 * DTD entity definition
409 * DTD entity definition conveniency functions
456 * DTD notation definition
  /ndk/sources/host-tools/make-3.81/
variable.h 21 /* Codes in a variable definition saying where the definition came from.
38 f_simple, /* Simple definition (:=) */
39 f_recursive, /* Recursive definition (=) */
40 f_append, /* Appending definition (+=) */
41 f_conditional /* Conditional definition (?=) */
44 /* Structure that represents one variable definition.
  /ndk/tests/standalone/builtin-macros/
run.sh 46 echo "Missing built-in macro definition: $1"
50 echo "Invalid built-in macro definition: '$VAL', expected '$2'"
56 # Check the definition of a given macro
75 # Check the definition of a given macro against multiple values
82 echo "Missing built-in macro definition: $1"
94 echo "Invalid built-in macro definition: '$VAL', expected one of: $@"
159 # which is mandated by the armeabi-v7a definition.
  /external/clang/test/Index/
c-index-api-loadTU-test.m 79 // CHECK: c-index-api-loadTU-test.m:6:32: ObjCIvarDecl=myoutlet:6:32 (Definition) Extent=[6:3 - 6:40]
84 // CHECK: c-index-api-loadTU-test.m:8:50: ParmDecl=msg:8:50 (Definition) Extent=[8:47 - 8:53]
94 // CHECK: c-index-api-loadTU-test.m:21:36: ParmDecl=fArg:21:36 (Definition) Extent=[21:29 - 21:40]
96 // CHECK: c-index-api-loadTU-test.m:25:11: ObjCProtocolDecl=Proto:25:11 (Definition) Extent=[25:1 - 27:5]
98 // CHECK: c-index-api-loadTU-test.m:29:11: ObjCProtocolDecl=SubP:29:11 (Definition) Extent=[29:1 - 31:5]
104 // CHECK: c-index-api-loadTU-test.m:35:9: ObjCIvarDecl=_anIVar:35:9 (Definition) Extent=[35:5 - 35:16]
107 // CHECK: c-index-api-loadTU-test.m:42:1: EnumDecl=:42:1 (Definition) Extent=[42:1 - 44:2]
108 // CHECK: c-index-api-loadTU-test.m:43:3: EnumConstantDecl=someEnum:43:3 (Definition) Extent=[43:3 - 43:11]
109 // CHECK: c-index-api-loadTU-test.m:46:5: FunctionDecl=main:46:5 (Definition) Extent=[46:1 - 55:2]
110 // CHECK: c-index-api-loadTU-test.m:46:15: ParmDecl=argc:46:15 (Definition) Extent=[46:11 - 46:19
    [all...]
annotate-tokens.c 62 // CHECK: Punctuation: "*" [4:4 - 4:5] VarDecl=t_ptr:4:6 (Definition)
63 // CHECK: Identifier: "t_ptr" [4:6 - 4:11] VarDecl=t_ptr:4:6 (Definition)
64 // CHECK: Punctuation: "=" [4:12 - 4:13] VarDecl=t_ptr:4:6 (Definition)
77 // CHECK: Keyword: "struct" [7:3 - 7:9] VarDecl=x:7:12 (Definition)
79 // CHECK: Identifier: "x" [7:12 - 7:13] VarDecl=x:7:12 (Definition)
80 // CHECK: Punctuation: "=" [7:14 - 7:15] VarDecl=x:7:12 (Definition)
91 // CHECK: Keyword: "void" [8:3 - 8:7] VarDecl=xx:8:9 (Definition)
92 // CHECK: Punctuation: "*" [8:8 - 8:9] VarDecl=xx:8:9 (Definition)
93 // CHECK: Identifier: "xx" [8:9 - 8:11] VarDecl=xx:8:9 (Definition)
94 // CHECK: Punctuation: "=" [8:12 - 8:13] VarDecl=xx:8:9 (Definition)
    [all...]
overrides.m 103 // CHECK: overrides.m:27:9: ObjCInstanceMethodDecl=method:27:9 (Definition) [Overrides @16:9]
104 // CHECK: overrides.m:28:9: ObjCClassMethodDecl=methodWithParam::28:9 (Definition) [Overrides @18:9]
107 // CHECK: overrides.m:50:8: ObjCInstanceMethodDecl=meth:50:8 (Definition) [Overrides @43:8]
118 // CHECK: overrides.m:95:17: ObjCImplementationDecl=I5:95:17 (Definition) Extent=[95:1 - 97:2]
119 // CHECK: overrides.m:96:8: ObjCInstanceMethodDecl=meth:96:8 (Definition) [Overrides @92:8] Extent=[96:1 - 96:14]
  /docs/source.android.com/src/compatibility/
downloads.jd 28 <li><a href="4.4/android-4.4-cdd.pdf">Android 4.4 Compatibility Definition
48 <li><a href="4.3/android-4.3-cdd.pdf">Android 4.3 Compatibility Definition Document (CDD)</a></li>
61 <li><a href="4.2/android-4.2-cdd.pdf">Android 4.2 Compatibility Definition Document (CDD)</a></li>
70 <li><a href="4.1/android-4.1-cdd.pdf">Android 4.1 Compatibility Definition Document (CDD)</a></li>
79 <li><a href="4.0/android-4.0-cdd.pdf">Android 4.0 Compatibility Definition Document (CDD)</a></li>
88 <li><a href="2.3/android-2.3.3-cdd.pdf">Android 2.3 Compatibility Definition Document (CDD)</a></li>
97 <li><a href="2.2/android-2.2-cdd.pdf">Android 2.2 Compatibility Definition Document (CDD)</a></li>
106 <li><a href="2.1/android-2.1-cdd.pdf">Android 2.1 Compatibility Definition Document (CDD)</a></li>
114 <li><a href="1.6/android-1.6-cdd.pdf">Android 1.6 Compatibility Definition Document (CDD)</a></li>
  /external/guava/guava/src/com/google/common/collect/
ForwardingMap.java 137 * A sensible definition of {@link #putAll(Map)} in terms of {@link
149 * A sensible, albeit inefficient, definition of {@link #remove} in terms of
174 * A sensible definition of {@link #clear} in terms of the {@code iterator}
210 * A sensible, albeit inefficient, definition of {@link #containsKey} in terms
242 * A sensible definition of {@link #containsValue} in terms of the {@code
274 * A sensible definition of {@link #isEmpty} in terms of the {@code iterator}
285 * A sensible definition of {@link #equals} in terms of the {@code equals}
296 * A sensible definition of {@link #hashCode} in terms of the {@code iterator}
307 * A sensible definition of {@link #toString} in terms of the {@code iterator}
  /docs/source.android.com/
DoxygenLayout.xml 25 <!-- Layout definition for a class page -->
80 <!-- Layout definition for a namespace page -->
103 <!-- Layout definition for a file page -->
132 <!-- Layout definition for a group page -->
178 <!-- Layout definition for a directory page -->
  /external/chromium_org/ppapi/c/documentation/
DoxygenLayout.xml 25 <!-- Layout definition for a class page -->
80 <!-- Layout definition for a namespace page -->
102 <!-- Layout definition for a file page -->
131 <!-- Layout definition for a group page -->
175 <!-- Layout definition for a directory page -->
  /external/chromium_org/ppapi/cpp/documentation/
DoxygenLayout.xml 25 <!-- Layout definition for a class page -->
79 <!-- Layout definition for a namespace page -->
101 <!-- Layout definition for a file page -->
129 <!-- Layout definition for a group page -->
174 <!-- Layout definition for a directory page -->
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_reader.py 86 # <definition_name>.idl MUST contain exactly 1 definition
87 # (interface, dictionary or exception), and the definition name must
88 # agree with the file's basename, unless it is a partial definition.
95 'Expected exactly 1 definition in file {0}, but found {1}'
100 'Definition name "{0}" disagrees with IDL file basename "{1}".'
  /external/chromium_org/tools/usb_gadget/
hid_descriptors.py 21 See Device Class Definition for Human Interface Devices (HID) Version 1.11
69 See Device Class Definition for Human Interface Devices (HID) Version 1.11
100 # See Device Class Definition for Human Interface Devices (HID) Version 1.11
129 # See Device Class Definition for Human Interface Devices (HID) Version 1.11
146 # See Device Class Definition for Human Interface Devices (HID) Version 1.11
  /external/clang/include/clang/Basic/
DiagnosticSerializationKinds.td 67 "definition of macro '%0' differs between the precompiled header ('%1') "
82 "%q0 from module '%1' is not present in definition of %q2"
85 "definition has no member %0">;
90 "%select{definition in module '%2' is here|defined here}1">;
92 "definition in module '%0' is here">;
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 56 if (Phi* Ph = dyn_cast<Phi>(V->definition())) {
67 if (Phi* Ph = dyn_cast<Phi>(V->definition())) {
93 // Phi nodes to find the canonical definition.
100 D = V->definition();
127 // canonical definition. If so, mark the Phi node as redundant.
  /external/emma/core/java12/com/vladium/emma/rt/
IClassLoadHook.java 37 * The hook reads in the original class definition from 'in' and [possibly]
45 * intrumenting the pending class definition [or is unable to do so] only
47 * definition turns out to be for an interface and the hook does not process
52 * [perhaps because it cloned the original definition or never modified it]:
62 * class definition in 'bytes' ('out' could be backed by the same array as
  /frameworks/base/media/java/android/media/tv/
TvContentRating.java 37 * rating system definition XML resource (see example below) and declaring a broadcast receiver that
40 * <h3> Example: Rating system definition for the TV Parental Guidelines</h3>
47 * <rating-system-definition android:name="US_TV"
50 * <sub-rating-definition android:name="US_TV_D"
53 * <sub-rating-definition android:name="US_TV_L"
56 * <sub-rating-definition android:name="US_TV_S"
59 * <sub-rating-definition android:name="US_TV_V"
62 * <sub-rating-definition android:name="US_TV_FV"
66 * <rating-definition android:name="US_TV_Y"
71 * <rating-definition android:name="US_TV_Y7
    [all...]
  /device/asus/grouper/keymaster/
s_type.h 32 * Definition of the machine-specific integer types
106 * Definition of other common types
118 /** Definition of an UUID (from RFC 4122 http://www.ietf.org/rfc/rfc4122.txt) */
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 32 * Definition of the machine-specific integer types
106 * Definition of other common types
118 /** Definition of an UUID (from RFC 4122 http://www.ietf.org/rfc/rfc4122.txt) */
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 32 * Definition of the machine-specific integer types
106 * Definition of other common types
118 /** Definition of an UUID (from RFC 4122 http://www.ietf.org/rfc/rfc4122.txt) */

Completed in 555 milliseconds

<<21222324252627282930>>