Searched refs:weight (Results 201 - 225 of 757) sorted by relevance

1234567891011>>

/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dtable.css46 font-weight: normal;
/external/openfst/src/include/fst/script/
H A Dprint-impl.h121 if (show_weight_one_ || arc.weight != Weight::One())
122 *ostrm_ << FLAGS_fst_field_separator[0] << arc.weight;
/external/openfst/src/include/fst/
H A Dverify.h85 } else if (!arc.weight.Member() || arc.weight == Weight::Zero()) {
86 LOG(ERROR) << "Verify: Fst weight of arc at position "
102 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid";
/external/srec/srec/Grammar/include/
H A DSR_GrammarImpl.h144 int weight, const LCHAR* tag);
153 const SR_Nametag* nametag, int weight,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h82 } else if (!arc.weight.Member() || arc.weight == Weight::Zero()) {
83 LOG(ERROR) << "Verify: Fst weight of arc at position "
99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid";
/external/chromium_org/styleguide/c++/
H A Dc++11.css71 font-weight:inherit;
102 font-weight:bold;
188 font-weight:bold;
233 font-weight:bold;
268 font-weight:normal;
285 font-weight:bold;
482 font-weight:bold;
511 font-weight: bold;
565 font-weight: bold;
709 font-weight
[all...]
/external/chromium_org/chrome/browser/resources/about_welcome_android/
H A Dabout_welcome_android.css7 font-weight: 400;
54 font-weight: medium;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dmain.css37 font-weight: bold;
98 font-weight: bold;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.css56 font-weight: normal;
75 font-weight: bold;
/external/chromium_org/chrome/browser/resources/
H A Dsupervised_user_block_interstitial.css30 font-weight: normal;
77 font-weight: bold;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Dfeed.css25 font-weight: bold;
69 font-weight: bold;
H A Doptions.css42 font-weight: bold;
110 font-weight: bold;
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_font_file_host.cc31 description.weight >= PP_BROWSERFONT_TRUSTED_WEIGHT_BOLD,
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_response_builder.h53 uint16 weight, uint16 http_port,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_pango.cc49 desc.weight = static_cast<PP_TrueTypeFontWeight_Dev>(
/external/chromium_org/content/common/
H A Dspeech_recognition_messages.h40 IPC_STRUCT_TRAITS_MEMBER(weight)
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftwinfnt.h198 FT_UShort weight; member in struct:FT_WinFNT_HeaderRec_
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h79 int16_t weight; /**< enum pipe_video_mv_weight */ member in struct:vl_motionvector::__anon13795
/external/chromium_org/tools/sheriffing/
H A Dstyle.css54 font-weight: bold;
127 font-weight: bold;
/external/freetype/include/
H A Dftwinfnt.h199 FT_UShort weight; member in struct:FT_WinFNT_HeaderRec_
/external/libvorbis/vq/
H A Dvqgen.h72 float *(*weight)(vqgen *,float *),int centroid);
/external/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp51 return A->weight < B->weight;
58 /// algorithm. It prioritizes live virtual registers by spill weight and spills
181 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
246 // Try to spill another interfering reg with less spill weight.
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h79 int16_t weight; /**< enum pipe_video_mv_weight */ member in struct:vl_motionvector::__anon27206
/external/openfst/src/bin/
H A Dfstdeterminize.cc27 DEFINE_string(weight, "", "Weight threshold");
H A Dfstprune.cc20 // Prunes states and arcs of an FST w.r.t. the shortest path weight.
27 DEFINE_string(weight, "", "Weight threshold");

Completed in 627 milliseconds

1234567891011>>