/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
en-GB_kdt_posd.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language en-GB 20 ! - pos (part of speech tags)
|
en-GB_kdt_posp.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language en-GB 20 ! - pos (part of speech tags)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
en-US_kdt_posd.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language en-US 20 ! - pos (part of speech tags)
|
en-US_kdt_posp.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language en-US 20 ! - pos (part of speech tags)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
es-ES_kdt_posd.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language es-ES 20 ! - pos (part of speech tags)
|
es-ES_kdt_posp.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language es-ES 20 ! - pos (part of speech tags)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
fr-FR_kdt_posd.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language fr-FR 20 ! - pos (part of speech tags)
|
fr-FR_kdt_posp.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language fr-FR 20 ! - pos (part of speech tags)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
it-IT_kdt_posd.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language it-IT 20 ! - pos (part of speech tags)
|
it-IT_kdt_posp.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language it-IT 20 ! - pos (part of speech tags)
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
HTMLModels.java | 1 // This file is part of TagSoup and is Copyright 2002-2008 by John Cowan. 19 models. Logically, it is part of HTMLSchema, but it is more
|
/external/webkit/WebCore/html/ |
HTMLInputElement.idl | 53 attribute unsigned long size; // Changed string -> long as part of DOM level 2 57 attribute [ConvertNullToNullString, JSCCustomGetter] DOMString type; // readonly dropped as part of DOM level 2
|
/external/webkit/WebCore/platform/chromium/ |
ThemeChromiumMac.h | 52 virtual bool controlRequiresPreWhiteSpace(ControlPart part) const { return part == PushButtonPart; }
|
/external/webkit/WebCore/platform/network/ |
FormDataBuilder.h | 55 // Helper functions used by HTMLFormElement/WMLGoElement for multi-part form data 63 // Helper functions used by HTMLFormElement/WMLGoElement for non multi-part form data
|
/external/webkit/WebCore/platform/wx/ |
RenderThemeWx.cpp | 245 bool RenderThemeWx::supportsFocus(ControlPart part) const 247 switch (part) { 288 ControlPart part = o->style()->appearance(); local 289 if (supportsFocus(part) && isFocused(o)) 295 if (part == PushButtonPart || part == ButtonPart) 297 else if(part == RadioPart) { 308 else if(part == CheckboxPart) {
|
/frameworks/base/awt/java/awt/ |
AlphaComposite.java | 73 * The Constant SRC_IN indicates that the part of the source lying inside of 80 * The Constant DST_IN indicates that the part of the destination lying 87 * The Constant SRC_OUT indicates that the part of the source lying outside 94 * The Constant DST_OUT indicates that the part of the destination lying 101 * The Constant SRC_ATOP indicates that the part of the source lying inside 108 * The Constant DST_ATOP indicates that the part of the destination lying 115 * The Constant XOR indicates that the part of the source that lies outside 116 * of the destination is combined with the part of the destination that lies
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.h | 69 struct Part { 78 Vector<Part> parts;
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListThrasher.java | 54 * Our data, part 1. 59 * Our data, part 2.
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
calc_en.cpp | 98 frac_en = energy coefficients (4), fraction part, buffer type Word16 99 exp_en = energy coefficients (4), exponent part, buffer type Word16 152 Word16 frac_en[], // o : energy coefficients (4), fraction part, Q15 153 Word16 exp_en[], // o : energy coefficients (4), exponent part, Q0 271 Word16 frac_en[], /* o : energy coefficients (4), fraction part, Q15 */ 272 Word16 exp_en[], /* o : energy coefficients (4), exponent part, Q0 */ 290 Word16 ltpg_frac; /* LTP gain (mantissa or fractional part) */ 411 frac_coeff = energy coefficients (5), fraction part, buffer type Word16 412 exp_coeff = energy coefficients (5), exponent part, buffer type Word16 413 cod_gain_frac = optimum codebook gain (fraction part), pointer type Word1 [all...] |
/packages/apps/Email/src/com/android/email/mail/ |
FetchProfile.java | 28 * Part: Indicates that the given Part should be fetched. The provider
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapStore.java | 31 import com.android.email.mail.Part; 268 * Helper function that actually builds the static part of the IMAP ID string. This is 850 Part part = (Part) o; local 939 Part part = (Part) o; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditor.java | 54 import org.eclipse.ui.part.FileEditorInput; 231 * @see org.eclipse.ui.part.EditorPart#setInputWithNotify(org.eclipse.ui.IEditorInput) 348 public void partActivated(IWorkbenchPart part) { 349 if (part == this) { 360 public void partBroughtToTop(IWorkbenchPart part) { 361 partActivated(part); 364 public void partClosed(IWorkbenchPart part) { 368 public void partDeactivated(IWorkbenchPart part) { 369 if (part == this) { 376 public void partOpened(IWorkbenchPart part) { [all...] |
/external/webkit/WebCore/rendering/ |
RenderTheme.cpp | 2 * This file is part of the theme implementation for form controls in WebCore. 63 ControlPart part = style->appearance(); local 73 if (part == MenulistPart) { 75 part = MenulistButtonPart; 87 switch (part) { 99 borderBox = m_theme->controlBorder(part, style->font(), borderBox, style->effectiveZoom()); 128 LengthBox paddingBox = m_theme->controlPadding(part, style->font(), style->paddingBox(), style->effectiveZoom()); 133 if (m_theme->controlRequiresPreWhiteSpace(part)) 139 LengthSize controlSize = m_theme->controlSize(part, style->font(), LengthSize(style->width(), style->height()), style->effectiveZoom()); 146 LengthSize minControlSize = m_theme->minimumControlSize(part, style->font(), style->effectiveZoom()) [all...] |
/bionic/libm/src/ |
s_significand.c | 20 * for exercising the fraction-part(F) IEEE 754-1985 test vector.
|
/bootable/recovery/minzip/ |
SysUtil.h | 49 * Like sysMapFileInShmem, but on only part of a file.
|