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

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h 19 #define EMPTY 0 /* Label number 0 is by definition the empty label */
import.h 2 /* Module definition and import interface */
token.h 10 #undef TILDE /* Prevent clash of our definition with system macro. Ex AIX, ioctl.h */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h 19 #define EMPTY 0 /* Label number 0 is by definition the empty label */
import.h 2 /* Module definition and import interface */
token.h 10 #undef TILDE /* Prevent clash of our definition with system macro. Ex AIX, ioctl.h */
  /frameworks/base/docs/html/tools/devices/
managing-avds.jd 13 <li><a href="#CreateDefinition">Creating a device definition</a></li>
61 <p>To create an AVD based on an existing device definition:</p>
86 <h3 id="CreateDefinition">Creating a device definition</h3>
89 you can create a custom device definition for your AVD:</p>
109 above to create an AVD with an existing device definition (and select your new definition).</li>
281 you can create your own custom skin definition, then apply it to your AVD from the
  /frameworks/base/docs/html/training/wearables/ui/
lists.jd 11 <li><a href="#layout-def">Create a Layout Definition for Items</a></li>
36 <li>Add a <code>WearableListView</code> element to your activity's layout definition.</li>
38 <li>Use this implementation to create a layout definition file for your list items.</li>
119 // Get references to the icon and text in the item layout definition
151 <h2 id="layout-def">Create a Layout Definition for Items</h2>
153 <p>After you implement a custom layout for list items, you provide a layout definition file that
155 definition uses the custom layout implementation from the previous section and defines an icon
  /external/clang/test/SemaTemplate/
dependent-names.cpp 128 // static member definition
151 f(t); // expected-error {{call to function 'f' that is neither visible in the template definition nor found by argument-dependent lookup}}
163 f(t); // expected-error {{call to function 'f' that is neither visible in the template definition nor found by argument-dependent lookup}}
190 return Multiply(x, x); // expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
206 std::cout << value << "\n"; // expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
225 print(std::cout, value); // expected-error 4{{neither visible in the template definition nor found by argument-dependent lookup}}
251 return !value; // expected-error {{call to function 'operator!' that is neither visible in the template definition nor found by argument-dependent lookup}}
370 a + b; // expected-error{{call to function 'operator+' that is neither visible in the template definition nor found by argument-dependent lookup}}
387 template<typename T> void PR14695_g(T t) { PR14695_f(t); } // expected-error {{call to function 'PR14695_f' that is neither visible in the template definition nor found by argument-dependent lookup}}
393 operator new(100, t); // expected-error{{call to function 'operator new' that is neither visible in the template definition nor found by argument-dependent lookup}
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 522 * a QName-ref. to an attribute group definition.
666 a group definition, a XML_SCHEMA_EXTRA_QNAMEREF (if a reference),
694 * A model group definition component.
732 * The identity-constraint definition component.
758 xmlSchemaIDCPtr def; /* the IDC definition */
799 xmlSchemaIDCPtr definition; /* the IDC definition */ member in struct:_xmlSchemaPSVIIDCBinding
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
    [all...]
  /external/libxml2/
xmlschemas.c 522 * a QName-ref. to an attribute group definition.
666 a group definition, a XML_SCHEMA_EXTRA_QNAMEREF (if a reference),
694 * A model group definition component.
732 * The identity-constraint definition component.
758 xmlSchemaIDCPtr def; /* the IDC definition */
799 xmlSchemaIDCPtr definition; /* the IDC definition */ member in struct:_xmlSchemaPSVIIDCBinding
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
    [all...]
  /external/bison/src/
muscle-tab.h 115 grammar file while the previous definition for VARIABLE was specified
116 with -F/--force-define. Complain if a previous definition is being
117 overridden and the new definition is specified in the grammar file.
135 a Bison error. Otherwise, return its definition location in a form
143 that's a Bison error. Otherwise, return its definition location as a
  /external/clang/include/clang/AST/
ASTConsumer.h 58 /// \brief This callback is invoked each time an inline method definition is
113 /// unit to notify the consumer that the given tentative definition should be
117 /// definition. If it had an incomplete array type, its type will
119 /// declaration remains a tentative definition and has not been
133 /// \param DefinitionRequired Whether a definition of this vtable is
DeclObjC.h 129 // Method has a definition.
162 /// \brief Indicates if the method was a definition but its body was skipped.
247 /// \brief A definition will return its interface declaration.
248 /// An interface declaration will return its definition.
287 /// for a method definition.
444 /// \brief True if the method was a definition but its body was skipped.
487 /// \brief Returns whether this specific method is a definition.
674 /// \brief The definition of this class, for quick access from any
676 ObjCInterfaceDecl *Definition;
730 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
    [all...]
  /external/clang/test/Index/
complete-preprocessor.m 56 // CHECK-CC3: macro definition:{TypedText BAR} (40)
57 // CHECK-CC3: macro definition:{TypedText FOO} (40)
61 // CHECK-CC4: macro definition:{TypedText BAR} (70)
62 // CHECK-CC4: macro definition:{TypedText FOO}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (70)
69 // CHECK-CC5: macro definition:{TypedText FOO}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (70)
  /external/clang/test/Modules/
cxx-templates.cpp 79 // expected-error@Inputs/cxx-templates-a.h:19 {{definition of 'DefinedInBImpl' must be imported}}
80 // expected-note@Inputs/cxx-templates-b-impl.h:1 +{{definition is here}}
103 // expected-note@cxx-templates-b-impl.h:10 {{previous definition is here}}
156 // CHECK-DUMP: ClassTemplateSpecializationDecl [[CHAR2]] {{.*}} SomeTemplate definition
160 // CHECK-DUMP: ClassTemplateSpecializationDecl [[CHAR1]] {{.*}} SomeTemplate definition
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 98 // MP3 sub format field definition : can use 11 LSBs in the same way as MP3 frame header to specify
104 // AMR NB/WB sub format field definition: specify frame block interleaving, bandwidth efficient or octet aligned,
110 // AAC sub format field definition: specify profile or bitrate for recording...
115 // VORBIS sub format field definition: specify quality for recording...
173 // matches the correct AudioFormat.CHANNEL_OUT_7POINT1_SURROUND definition for 7.1
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api.xdr 6 This is an AUTO GENERATED file that provides an xdr compatible definition of
31 loc_api Definition File(s):
91 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */
92 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
121 * XDR definition of the LOC_API program ( vers. 0x00040002 )
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 49 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
59 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
68 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
79 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
92 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
  /external/valgrind/main/docs/internals/
xml-output-protocol4.txt 10 definition of the ERROR nonterminal and are otherwise identical.
14 be regarded as the final definition.
70 facilitates a common definition of ERROR across all three tools.
82 The definition of Protocol 4 now follows. It is structured similarly
84 definition of a nonterminal called TOOLSPECIFIC for each of Memcheck,
401 ERROR definition -- common structure
462 TOOLSPECIFIC definition for Memcheck
473 XWHATs (for definition, see above) may contain the following extra
485 XAUXWHATs (for definition, see above) may contain the following extra
568 TOOLSPECIFIC definition for SGchec
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
CustomElementConstructorBuilder.cpp 171 bool CustomElementConstructorBuilder::createConstructor(Document* document, CustomElementDefinition* definition, ExceptionState& exceptionState)
179 if (!prototypeIsValid(definition->descriptor().type(), exceptionState))
186 CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefinition, definition->descriptor().type(), exceptionState);
190 const CustomElementDescriptor& descriptor = definition->descriptor();
238 bool CustomElementConstructorBuilder::didRegisterDefinition(CustomElementDefinition* definition) const
242 return m_callbacks->setBinding(definition, CustomElementBinding::create(m_scriptState->isolate(), m_prototype));
  /external/markdown/markdown/extensions/
footnotes.py 18 Footnotes[^1] have a label[^label] and a definition[^!DEF].
22 [^!DEF]: The footnote for definition
184 Find the parts of a footnote definition.
191 footnote definition, the id of the definition and the body of the
192 definition.
  /libcore/luni/src/main/java/java/security/cert/
X509Certificate.java 132 * The ASN.1 definition of {@code serialNumber}:
146 * The ASN.1 definition of {@code issuer}:
202 * The ASN.1 definition of {@code subject}:
328 * The ASN.1 definition of {@code KeyUsage}:
379 * The ASN.1 definition of {@code SubjectAltName}:
413 * The ASN.1 definition of {@code IssuerAltName}:
  /external/llvm/lib/Target/Hexagon/
HexagonInstrFormats.td 198 // Definition of the instruction class NOT CHANGED.
213 // Definition of the instruction class NOT CHANGED.
225 // Definition of the instruction class CHANGED from V2/V3 to V4.
242 // Definition of the instruction class CHANGED from V2/V3 to V4.
254 // Definition of the instruction class NOT CHANGED.
261 // Definition of the instruction class NOT CHANGED.
274 // Definition of the instruction class NOT CHANGED.
282 // Definition of the instruction class NOT CHANGED.
290 // Definition of the instruction class NOT CHANGED.
298 // Definition of the instruction class NOT CHANGED
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__quaternion_8rsh.html 52 <p>Definition in file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
87 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00074">74</a> of file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
113 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00127">127</a> of file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
151 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00140">140</a> of file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
188 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00228">228</a> of file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
246 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00111">111</a> of file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
304 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00090">90</a> of file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
341 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00061">61</a> of file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
378 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00163">163</a> of file <a class="el" href="rs__quaternion_8rsh_source.html">rs_quaternion.rsh</a>.</p>
404 <p>Definition at line <a class="el" href="rs__quaternion_8rsh_source.html#l00149">149</a> of file <a class="el" (…)
    [all...]

Completed in 946 milliseconds

<<31323334353637383940>>