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

1 2

  /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/Source/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 543 JSClassDefinition definition = kJSClassDefinitionEmpty; local
544 definition.staticValues = Base_staticValues;
545 definition.staticFunctions = Base_staticFunctions;
546 definition.initialize = Base_initialize;
547 definition.finalize = Base_finalize;
548 jsClass = JSClassCreate(&definition);
620 JSClassDefinition definition = kJSClassDefinitionEmpty; local
621 definition.parentClass = Base_class(context);
622 definition.staticValues = Derived_staticValues;
623 definition.staticFunctions = Derived_staticFunctions
635 JSClassDefinition definition = kJSClassDefinitionEmpty; local
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.cpp 59 OpaqueJSClass::OpaqueJSClass(const JSClassDefinition* definition, OpaqueJSClass* protoClass)
60 : parentClass(definition->parentClass)
62 , initialize(definition->initialize)
63 , finalize(definition->finalize)
64 , hasProperty(definition->hasProperty)
65 , getProperty(definition->getProperty)
66 , setProperty(definition->setProperty)
67 , deleteProperty(definition->deleteProperty)
68 , getPropertyNames(definition->getPropertyNames)
69 , callAsFunction(definition->callAsFunction
149 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...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 35 * Displays a word and its definition.
57 TextView definition = (TextView) findViewById(R.id.definition); local
63 definition.setText(cursor.getString(dIndex));
  /external/dexmaker/src/dx/java/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/chrome/common/
web_apps.cc 91 "Invalid application definition URL. Must be a valid relative URL or "
95 "an absolute URL with the same origin as the application definition.";
98 "an absolute URL with the same origin as the application definition.";
101 "an absolute URL with the same origin as the application definition.";
173 } else if (LowerCaseEqualsASCII(rel, "chrome-application-definition")) {
183 // If there is a definition file, all attributes come from it.
242 DictionaryValue* definition = static_cast<DictionaryValue*>(definition_value); local
248 CHECK(definition->GetString("launch_url", &app_url_string));
258 if (definition->GetList("permissions", &permissions_value)) {
269 if (definition->GetList("urls", &urls_value))
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-template.cpp 135 struct definition { struct in struct:test10::X
141 typename X<T>::template definition<U> f(T, U) { }
visibility.cpp 26 struct definition { struct in struct:test25::X
32 X<int>::definition<A> a;
728 // definition. It's not really clear what we can do here, because we
729 // produce the symbols before even seeing the DEFAULT definition of zed.
  /external/llvm/tools/gold/
gold-plugin.cpp 316 int definition = attrs & LTO_SYMBOL_DEFINITION_MASK; local
318 switch (definition) {
336 (*message)(LDPL_ERROR, "Unknown definition attribute: %d", definition);
  /external/clang/tools/libclang/
CXCursor.cpp 1045 const MacroDefinition *definition = getCursorMacroDefinition(cursor); local
1046 const IdentifierInfo *MacroInfo = definition->getName();
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 350 const char *definition = string; local
359 parseError->offset = (int32_t)(string - definition);
442 ucol_prepareShortStringOpen( const char *definition,
467 ucol_sit_readSpecs(&s, definition, parseError, status);
502 ucol_openFromShortString( const char *definition,
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,
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 603 variable definition it can't be a preprocessor token so skip
856 variable definition. But now we know it is definitely lossage. */
1041 comes after it looks like a variable definition. */
1326 char *definition = (char *) xmalloc (length); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /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...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 1157 milliseconds

1 2