HomeSort by relevance Sort by last modified time
    Searched full:models (Results 76 - 100 of 270) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/base/docs/html/resources/articles/
speech-input.jd 53 models. The voice recognition application that handles the intent processes the
87 primarily been optimized for English. As we work hard to support more models in
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pmu.h 4 * and 2400 models as well as the RTC and various other things.
32 #define PMU_CPU_SPEED 0x7d /* control CPU speed on some models */
  /external/srec/srec/include/
srec.h 196 srec_context *context; /*contains the recognition context (fst, info about models, etc)*/
222 size is max number of models*/
224 work with models with less than this number of models*/
312 /* non owning pointer to compact acoustic models */
comp_stats.h 80 CS_CLOCK models; member in struct:COMP_STATS_t
  /cts/tools/signature-tools/src/signature/model/
IClassDefinition.java 23 * {@code IClassDefinition} models a class definition. This is the model
  /external/chromium/third_party/icu/source/common/
umutex.h 53 * On CPUs with weak memory models, this must use memory fence instructions
  /external/freetype/include/freetype/
ftbdf.h 102 * This structure models a given BDF/PCF property.
  /external/icu4c/common/
umutex.h 53 * On CPUs with weak memory models, this must use memory fence instructions
  /external/libxml2/include/libxml/
xmlregexp.h 112 * Its goal is to do some formal work on content models
  /external/qemu/android/skin/
surface.h 18 /* a SkinSurface models a 32-bit ARGB pixel image that can be blitted to or from
  /external/qemu/
net.h 76 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
charpipe.c 70 /* this models each half of the charpipe */
256 /** This models a charbuffer, an object used to buffer
  /external/quake/quake/src/QW/
qwsv.spec.sh 57 %attr(644,root,root) ${3}/qw/models.qc
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.c 7 * RTTTL File Parser data module for static memory models
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.c 7 * RTTTL File Parser data module for static memory models
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.c 7 * RTTTL File Parser data module for static memory models
  /external/srec/srec/AcousticModels/include/
SR_AcousticModelsImpl.h 76 * ArrayList of legacy CREC acoustic models.
  /external/srec/srec/crec/
c47mulsp.c 34 log_report("Error: recognizer can't hold any more acoustic models\n");
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
Makefile 14 # feel like experimenting with other models, post your success stories to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 54 /** Whether this UI node must always exist (even for empty models). */
67 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
92 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
124 /** Returns whether this node must always exist (even for empty models) */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 42 * @param mandatory Whether this node must always exist (even for empty models).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 71 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
96 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 674 impl->models = NULL;
1287 SR_AcousticModels* models; local
    [all...]
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 140 * This directory contains dictionaries, speech models,
158 * which in turn contains references to dictionaries, speech models,
473 || SR_RecognizerUnsetup ( applicationData.recognizer) // releases acoustic models
670 // private static native void SR_GrammarSetupModels(int grammar, SR_AcousticModels* models);
673 // private static native void SR_GrammarGetModels(int grammar,SR_AcousticModels** models);
  /external/quake/quake/src/QW/server/
sv_init.c 353 sv.models[1] = sv.worldmodel;
357 sv.models[i+1] = Mod_ForName (localmodels[i], false);
360 //check player/eyes models for hacks

Completed in 3120 milliseconds

1 2 34 5 6 7 8 91011