Searched defs:definition (Results 1 - 25 of 39) sorted by last modified time

12

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3305 BlockdevOptions * definition; member in union:BlockdevRef::__anon30075
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/oprofile/libregex/
H A Dop_regex.cpp97 string const & definition)
99 defs[name] = expand_string(definition);
150 throw bad_regex("definition not found and used in pattern: ("
96 add_definition(string const & name, string const & definition) argument
/external/llvm/tools/gold/
H A Dgold-plugin.cpp348 int definition = attrs & LTO_SYMBOL_DEFINITION_MASK; local
350 switch (definition) {
368 (*message)(LDPL_ERROR, "Unknown definition attribute: %d", definition);
/external/lldb/source/Interpreter/
H A DProperty.cpp26 Property::Property (const PropertyDefinition &definition) : argument
27 m_name (definition.name),
28 m_description (definition.description),
30 m_is_global (definition.global)
32 switch (definition.type)
38 // "definition.default_uint_value" is not used
39 // "definition.default_cstr_value" as a string value that represents the default string value for the architecture/triple
40 m_value_sp.reset (new OptionValueArch(definition.default_cstr_value));
44 // "definition.default_uint_value" is always a OptionValue::Type
49 // "definition
[all...]
/external/libxml2/
H A Dxmlschemas.c522 * 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 */
1121 return(BAD_CAST "simple type definition");
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp336 const char *definition = string; local
345 parseError->offset = (int32_t)(string - definition);
428 ucol_prepareShortStringOpen( const char *definition, argument
453 ucol_sit_readSpecs(&s, definition, parseError, status);
488 ucol_openFromShortString( const char *definition, argument
494 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition);
514 const char *string = definition;
517 string = ucol_sit_readSpecs(&s, definition, parseError, status);
534 parseError->offset = (int32_t)(string - definition);
576 ucol_normalizeShortDefinitionString(const char *definition, argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1262 const char* definition; member in struct:deqp::__anon20144
1313 dst << compareFuncs[compFuncNdx].definition << "\n";
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1078 const char* definition; member in struct:deqp::gles31::Functional::__anon20294
1129 dst << compareFuncs[compFuncNdx].definition << "\n";
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1091 const char* definition; member in struct:deqp::__anon19940
1119 dst << compareFuncs[compFuncNdx].definition << "\n";
/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp137 struct definition { struct in struct:test10::X
143 typename X<T>::template definition<U> f(T, U) { }
H A Dvisibility.cpp26 struct definition { struct in struct:test25::X
32 X<int>::definition<A> a;
732 // definition. It's not really clear what we can do here, because we
733 // produce the symbols before even seeing the DEFAULT definition of zed.
/external/clang/tools/libclang/
H A DCXCursor.cpp1120 const MacroDefinition *definition = getCursorMacroDefinition(cursor); local
1121 const IdentifierInfo *MacroInfo = definition->getName();
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h383 // Returns the definition (for let vars) or type (for parameter & self vars)
384 SExpr *definition() { return Definition.get(); } function in class:clang::threadSafety::Variable
385 const SExpr *definition() const { return Definition.get(); } function in class:clang::threadSafety::Variable
419 SExprRef Definition; // The TIL type or definition
763 // This is a variable declaration, so traverse the definition.
774 Cmp.compare(VarDecl->definition(), E->VarDecl->definition());
818 // A rewrite must introduce the variable with a null definition, and update
1778 // This is a variable declaration, so traverse the definition.
1789 Cmp.compare(VarDecl->definition(),
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c60 * Store the definition of a single-line macro.
74 * Store the definition of a multi-line macro. This is also used to
130 * the substituted parameter. So in the definition
775 len += 1 + 6 + 1 + strlen(name) + 1 + 3; /* macro definition */
776 len += i * (1 + 9 + 1 + 1 + 1 + 3 + 2); /* macro parameter definition */
1880 * defined, or nparam is -1, the address of the definition structure
1937 * in a %macro definition line.
3296 /* Expand the macro definition now for %xdefine and %ixdefine */
5065 * definition; and unless we're in a non-emitting
5084 * shove the tokenised line on to the macro definition
5220 pp_pre_define(char *definition) argument
5243 pp_pre_undefine(char *definition) argument
5260 pp_builtin_define(char *definition) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp350 const char *definition = string; local
359 parseError->offset = (int32_t)(string - definition);
442 ucol_prepareShortStringOpen( const char *definition, argument
467 ucol_sit_readSpecs(&s, definition, parseError, status);
502 ucol_openFromShortString( const char *definition, argument
508 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition);
528 const char *string = definition;
531 string = ucol_sit_readSpecs(&s, definition, parseError, status);
548 parseError->offset = (int32_t)(string - definition);
655 ucol_normalizeShortDefinitionString(const char *definition, argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 1315 milliseconds

12