HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 201 - 225 of 461) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/kernel-headers/original/asm-x86/
system_32.h 234 * any of the preceding reads. This primitive is much lighter weight than
235 * rmb() on most CPUs, and is never heavier weight than is
  /external/speex/libspeex/
quant_lsp.c 130 static int lsp_weight_quant(spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbVec, int nbDim)
144 dist=MAC16_32_Q15(dist,weight[j],MULT16_16(tmp,tmp));
  /external/srec/srec/ca/
syn_srec.c 55 const int weight)
58 rc = FST_AddWordToGrammar(syntax->synx, slot, phrase, pronunciation, weight);
  /packages/apps/Email/src/org/apache/commons/io/input/
NullInputStream.java 24 * A functional, light weight {@link InputStream} that emulates
27 * This implementation provides a light weight
NullReader.java 24 * A functional, light weight {@link Reader} that emulates
27 * This implementation provides a light weight
  /bionic/libc/kernel/common/linux/
pkt_sched.h 318 __u32 weight; member in struct:tc_cbq_wrropt
  /external/freetype/include/freetype/
ftwinfnt.h 198 FT_UShort weight; member in struct:FT_WinFNT_HeaderRec_
  /external/icu4c/i18n/
dtptngen_impl.h 105 int16_t weight; member in struct:dtTypeElem
  /external/opencore/codecs_v2/audio/aac/dec/src/
lt_decode.cpp 38 bitstream and one "if" from this code. Also, changed setting of weight.
39 Now, rather than setting the actual weight, I only set the index into
76 pLt_pred->weight_index - updated with index into weight table for LTP.
128 pLt_pred->weight = codebook[temp_reg];
ltp_common_internal.h 109 Purpose: Number of codes for LTP weight. */
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
lt_decode.cpp 38 bitstream and one "if" from this code. Also, changed setting of weight.
39 Now, rather than setting the actual weight, I only set the index into
76 pLt_pred->weight_index - updated with index into weight table for LTP.
128 pLt_pred->weight = codebook[temp_reg];
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
rate_control.h 35 Int alpha; /* weight for I frame */
  /external/skia/include/core/
SkString.h 36 Light weight class for managing strings. Uses reference
SkTemplates.h 24 This file contains light-weight template classes for type-safe and exception-safe
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 205 (JNIEnv *env, jclass clazz, jint recognizer, jint grammar, jstring ruleName, jint weight) {
207 checkEsrError(env, SR_RecognizerActivateRule((SR_Recognizer*)recognizer, (SR_Grammar*)grammar, rn, weight));
353 (JNIEnv *env, jclass clazz, jint grammar, jstring slot, jstring word, jstring pronunciation, jint weight, jstring tag) {
362 checkEsrError(env, SR_GrammarAddWordToSlot((SR_Grammar*)grammar, sl, wo, pr, weight, ta));
  /external/v8/src/
list.h 36 // The list is a template for very light-weight lists. We are not
  /external/webkit/JavaScriptCore/assembler/
LinkBuffer.h 149 // where the executable pool must also be retained, the lighter-weight 'finalizeCodeAddendum()' is
  /external/webkit/WebCore/css/
view-source.css 134 font-weight: bold;
  /external/webkit/WebCore/inspector/front-end/
textViewer.css 26 font-weight: bold;
  /external/webkit/WebCore/platform/graphics/
FontDescription.h 82 FontWeight weight() const { return static_cast<FontWeight>(m_weight); } function in class:WebCore::FontDescription
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 137 if (fontDescription.weight() >= FontWeightBold)
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataGtk.cpp 57 if (fontDescription.weight() >= FontWeight600)
FontPlatformDataPango.cpp 86 if (fontDescription.weight() >= FontWeight600)
  /external/webkit/WebCore/platform/mac/
PopupMenuMac.mm 88 font = style.font().weight() < FontWeightBold ? [NSFont systemFontOfSize:size] : [NSFont boldSystemFontOfSize:size];
  /frameworks/base/awt/java/awt/font/
GraphicAttribute.java 171 * System.out.println(myGA.getJustificationInfo().weight);

Completed in 63 milliseconds

1 2 3 4 5 6 7 891011>>