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

12 3

  /device/htc/passion/
BoardConfig.mk 20 # definition file).
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 36 # the definition for .txt to .res.
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 93 R.id.definition };
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 111 views.setTextViewText(R.id.definition, matcher.group(3).trim());
113 // When user clicks on widget, launch to Wiktionary definition page
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 92 // Use a regular expression to parse out the word and its definition
102 updateViews.setTextViewText(R.id.definition, matcher.group(3).trim());
104 // When user clicks on widget, launch to Wiktionary definition page
  /external/webkit/JavaScriptCore/API/
JSObjectRef.cpp 55 JSClassRef JSClassCreate(const JSClassDefinition* definition)
58 RefPtr<OpaqueJSClass> jsClass = (definition->attributes & kJSClassAttributeNoAutomaticPrototype)
59 ? OpaqueJSClass::createNoAutomaticPrototype(definition)
60 : OpaqueJSClass::create(definition);
JSObjectRef.h 369 @discussion Use this constant as a convenience when creating class definitions. For example, to create a class definition with only a finalize method:
371 JSClassDefinition definition = kJSClassDefinitionEmpty;
372 definition.finalize = Finalize;
379 @param definition A JSClassDefinition that defines the class.
380 @result A JSClass with the given definition. Ownership follows the Create Rule.
382 JS_EXPORT JSClassRef JSClassCreate(const JSClassDefinition* definition);
    [all...]
  /bionic/linker/
Android.mk 40 # in the linker; duplicate the HAVE_ARM_TLS_REGISTER definition
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 300 * @param definition A short string containing a locale and a set of attributes.
309 * collator default value. If the definition
326 ucol_openFromShortString( const char *definition,
650 /** Get the short definition string for a collator. This API harvests the collator's
660 * short string definition. If NULL, the locale will be harvested
677 /** Verifies and normalizes short definition string.
678 * Normalized short definition string has all the option sorted by the argument name,
679 * so that equivalent definition strings are the same.
681 * @param source definition string
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 305 * @param definition A short string containing a locale and a set of attributes.
314 * collator default value. If the definition
331 ucol_openFromShortString( const char *definition,
674 /** Get the short definition string for a collator. This API harvests the collator's
684 * short string definition. If NULL, the locale will be harvested
701 /** Verifies and normalizes short definition string.
702 * Normalized short definition string has all the option sorted by the argument name,
703 * so that equivalent definition strings are the same.
705 * @param source definition string
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1213575.js 28 // Make sure that a const definition always
  /ndk/build/core/
add-toolchain.mk 17 # definition to the NDK build system.
setup-toolchain.mk 30 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use)
42 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use)
44 $(call __ndk_info,Or change your NDK_TOOLCHAIN definition.)
setup-app.mk 56 $(call __ndk_info,Please fix the APP_ABI definition in $(NDK_APP_APPLICATION_MK))
add-application.mk 16 # this script is used to record an application definition in the
103 $(call __ndk_info,Please fix the APP_ABI definition in $(_application_mk))
definitions.mk 183 # The list of LOCAL_XXXX variables that are recorded for each module definition
531 $(call __ndk_info,LOCAL_MODULE definition in $(local-makefile) must not contain space)\
586 # Check the definition of LOCAL_MODULE_FILENAME. If none exists,
604 # Check the definition of LOCAL_MODULE_FILENAME for a _prebuilt_ module.
    [all...]
  /external/bison/doc/
refcard.tex 282 %%%%% Prime definition of key; redefined below to prevent overful hboxes
334 {\it name} is the leading part of the parser definition filename.
362 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a
372 \section{Parser Definition Files}
375 The general form for a parser definition is:
386 Rule definition 1
388 Rule definition {\it n}
  /external/webkit/WebKitTools/android/flex-2.5.4a/
scan.l 184 {WS} /* separates name and definition */
203 synerr( _( "incomplete name definition" ) );
444 _( "undefined definition {%s}" ),
  /device/samsung/crespo/
device.mk 16 # This file is the device-specific product definition file for
160 # half of the device-specific product definition file takes care
  /external/icu4c/tools/genren/
genren.pl 103 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
  /external/v8/test/mjsunit/
const-redecl.js 111 // Eval first definition.
113 // Eval second definition.
undeletable-functions.js 32 // version back by deleting the new definition.
  /external/chromium/base/
file_util_posix.cc 90 #error Port warning: depending on the definition of struct dirent, \
636 #error Port warning: depending on the definition of struct dirent, \
  /external/e2fsprogs/lib/et/
texinfo.tex 123 \def\tie{\penalty 10000\ } % Save plain tex definition of ~.
259 %% @end foo executes the definition of \Efoo.
745 % Definition of @item while inside @itemize.
846 % so we do not become unable to do a definition.
    [all...]
  /external/grub/docs/
texinfo.tex 73 % We never want plain's \outer definition of \+ in Texinfo.
533 % @end foo executes the definition of \Efoo.
614 % @LaTeX{} logo. Not quite the same results as the definition in
635 % if the definition is written into an index file.
736 % Old definition--didn't work.
977 % We switch the definition of this back and forth according to WORD.
    [all...]

Completed in 223 milliseconds

12 3