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

1 2 3

  /cts/tools/signature-tools/src/signature/model/impl/
SigTypeVariableReference.java 28 private ITypeVariableDefinition definition; field in class:SigTypeVariableReference
30 public SigTypeVariableReference(ITypeVariableDefinition definition) {
31 this.definition = definition;
35 return definition;
SigClassReference.java 27 private final IClassDefinition definition; field in class:SigClassReference
29 public SigClassReference(IClassDefinition definition) {
30 this.definition = definition;
34 return definition;
SigClassDefinition.java 179 public static int hashCode(IClassDefinition definition) {
183 // return definition.getQualifiedName().hashCode();
187 + ((definition.getName() == null) ? 0 : definition.getName()
191 + ((definition.getPackageName() == null) ? 0 : definition
  /external/stlport/test/unit/
macro_checks.cpp 6 # error Missing CHAR_BIT definition.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition.
50 # error Missing SCHAR_MAX definition.
54 # error Missing SCHAR_MIN definition.
62 # error Missing SHRT_MAX definition
    [all...]
  /ndk/sources/android/stlport/test/unit/
macro_checks.cpp 6 # error Missing CHAR_BIT definition.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition.
50 # error Missing SCHAR_MAX definition.
54 # error Missing SCHAR_MIN definition.
62 # error Missing SHRT_MAX definition
    [all...]
  /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...]
  /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));
DictionaryDatabase.java 122 * - This can be revised to also search the definition text with FTS3 by changing
228 public long addWord(String word, String definition) {
231 initialValues.put(KEY_DEFINITION, definition);
  /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/webkit/WebKitTools/android/flex-2.5.4a/
sym.c 176 /* ndinstal - install a name definition */
178 void ndinstal( name, definition )
180 Char definition[];
186 (char *) copy_unsigned_string( definition ), 0,
192 /* ndlookup - lookup a name definition
194 * Returns a nil pointer if the name definition does not exist.
232 /* Generate start condition definition, for use in BEGIN et al. */
flex.skl 82 * definition of BEGIN.
115 /* The funky do-while in the following #define is used to turn the definition
212 %- Standard (non-C++) definition
223 %- Standard (non-C++) definition
281 %- Standard (non-C++) definition
328 %- Standard (non-C++) definition
380 %- Standard (non-C++) definition
385 %+ C++ definition
395 %% fread()/read() definition of YY_INPUT goes here unless we're doing C++
396 %+ C++ definition
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ViewpointAdapter.java 107 public static IClassReference getReferenceTo(IClassDefinition definition) {
108 return new SigClassReference(new ClassProjection(definition,
  /device/htc/passion/
AndroidProducts.mk 16 # This file lists the product definition files that define
  /external/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
  /ndk/build/core/
build-module.mk 25 $(call __ndk_info,$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_MODULE_CLASS definition is missing !)
  /external/webkit/WebKitTools/Scripts/
print-msvc-project-dependencies 64 warn "Warning: Project $name appears more than once in $sln; using first definition\n";
  /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...]
nfrule.h 43 static void makeRules(UnicodeString& definition,
  /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...]
nfrule.h 43 static void makeRules(UnicodeString& definition,
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 313 * @param definition A short string containing a locale and a set of attributes.
322 * collator default value. If the definition
339 ucol_openFromShortString( const char *definition,
626 /** Get the short definition string for a collator. This API harvests the collator's
636 * short string definition. If NULL, the locale will be harvested
653 /** Verifies and normalizes short definition string.
654 * Normalized short definition string has all the option sorted by the argument name,
655 * so that equivalent definition strings are the same.
657 * @param source definition string
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 313 * @param definition A short string containing a locale and a set of attributes.
322 * collator default value. If the definition
339 ucol_openFromShortString( const char *definition,
626 /** Get the short definition string for a collator. This API harvests the collator's
636 * short string definition. If NULL, the locale will be harvested
653 /** Verifies and normalizes short definition string.
654 * Normalized short definition string has all the option sorted by the argument name,
655 * so that equivalent definition strings are the same.
657 * @param source definition string
    [all...]

Completed in 327 milliseconds

1 2 3