HomeSort by relevance Sort by last modified time
    Searched defs:definition (Results 1 - 13 of 13) sorted by null

  /cts/tools/signature-tools/src/signature/model/impl/
SigClassReference.java 27 private final IClassDefinition definition; field in class:SigClassReference
29 public SigClassReference(IClassDefinition definition) {
30 this.definition = definition;
34 return definition;
SigTypeVariableReference.java 28 private ITypeVariableDefinition definition; field in class:SigTypeVariableReference
30 public SigTypeVariableReference(ITypeVariableDefinition definition) {
31 this.definition = definition;
35 return definition;
  /external/webkit/JavaScriptCore/API/tests/
JSNodeList.c 107 JSClassDefinition definition = kJSClassDefinitionEmpty; local
108 definition.staticValues = JSNodeList_staticValues;
109 definition.staticFunctions = JSNodeList_staticFunctions;
110 definition.getProperty = JSNodeList_getProperty;
111 definition.initialize = JSNodeList_initialize;
112 definition.finalize = JSNodeList_finalize;
114 jsClass = JSClassCreate(&definition);
JSNode.c 172 JSClassDefinition definition = kJSClassDefinitionEmpty; local
173 definition.staticValues = JSNode_staticValues;
174 definition.staticFunctions = JSNode_staticFunctions;
175 definition.initialize = JSNode_initialize;
176 definition.finalize = JSNode_finalize;
178 jsClass = JSClassCreate(&definition);
testapi.c 538 JSClassDefinition definition = kJSClassDefinitionEmpty; local
539 definition.staticValues = Base_staticValues;
540 definition.staticFunctions = Base_staticFunctions;
541 definition.initialize = Base_initialize;
542 definition.finalize = Base_finalize;
543 jsClass = JSClassCreate(&definition);
615 JSClassDefinition definition = kJSClassDefinitionEmpty; local
616 definition.parentClass = Base_class(context);
617 definition.staticValues = Derived_staticValues;
618 definition.staticFunctions = Derived_staticFunctions
630 JSClassDefinition definition = kJSClassDefinitionEmpty; local
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 29 * Displays a word and its definition.
47 TextView definition = (TextView) findViewById(R.id.definition); local
53 definition.setText(cursor.getString(dIndex));
  /external/webkit/JavaScriptCore/API/
JSClassRef.cpp 58 OpaqueJSClass::OpaqueJSClass(const JSClassDefinition* definition, OpaqueJSClass* protoClass)
59 : parentClass(definition->parentClass)
61 , initialize(definition->initialize)
62 , finalize(definition->finalize)
63 , hasProperty(definition->hasProperty)
64 , getProperty(definition->getProperty)
65 , setProperty(definition->setProperty)
66 , deleteProperty(definition->deleteProperty)
67 , getPropertyNames(definition->getPropertyNames)
68 , callAsFunction(definition->callAsFunction
148 JSClassDefinition definition = *clientDefinition; \/\/ Avoid modifying client copy. local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 75 * Returns the category (width) of the definition site of the register.
82 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); local
84 if (definition == null) {
88 return definition.getResult().getCategory();
93 * Returns the RegisterSpec of the definition of the register.
96 * @return definition spec of the register or null if it is never defined
100 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); local
102 return definition == null ? null : definition.getResult();
106 * Returns true if the definition site of this register is
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_sit.cpp 319 const char *definition = string; local
328 parseError->offset = string - definition;
405 ucol_prepareShortStringOpen( const char *definition,
430 ucol_sit_readSpecs(&s, definition, parseError, status);
465 ucol_openFromShortString( const char *definition,
471 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition);
491 const char *string = definition;
494 string = ucol_sit_readSpecs(&s, definition, parseError, status);
511 parseError->offset = string - definition;
615 ucol_normalizeShortDefinitionString(const char *definition,
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 318 const char *definition = string; local
327 parseError->offset = (int32_t)(string - definition);
404 ucol_prepareShortStringOpen( const char *definition,
429 ucol_sit_readSpecs(&s, definition, parseError, status);
464 ucol_openFromShortString( const char *definition,
470 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition);
490 const char *string = definition;
493 string = ucol_sit_readSpecs(&s, definition, parseError, status);
510 parseError->offset = (int32_t)(string - definition);
614 ucol_normalizeShortDefinitionString(const char *definition,
    [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...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 157 milliseconds