/external/iproute2/misc/ |
D | lnstat_util.c | 39 static int scan_lines(struct lnstat_file *lf, int i) in scan_lines() 88 struct lnstat_file *lf; in lnstat_update() local 117 static int __lnstat_scan_fields(struct lnstat_file *lf, char *buf) in __lnstat_scan_fields() 137 static int lnstat_scan_fields(struct lnstat_file *lf) in lnstat_scan_fields() 149 static int lnstat_scan_compat_rtstat_fields(struct lnstat_file *lf) in lnstat_scan_compat_rtstat_fields() 174 struct lnstat_file *lf; in alloc_and_open() local 215 struct lnstat_file *lf; in lnstat_scan_dir() local 250 struct lnstat_file *lf; in lnstat_scan_dir() local 282 struct lnstat_file *lf; in lnstat_dump() local 299 struct lnstat_file *lf; in lnstat_find_field() local
|
D | lnstat.c | 86 struct lnstat_field *lf; member 103 const struct lnstat_field *lf = fp->params[i].lf; in print_line() local 118 const struct lnstat_field *lf = fp->params[i].lf; in print_json() local 131 struct lnstat_file *lf; in map_field_params() local
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 47 static void call_ensure_accessible(const LOGFONT& lf) { in call_ensure_accessible() 102 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) { in dcfontname_to_skstring() 122 static void make_canonical(LOGFONT* lf) { in make_canonical() 130 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() 151 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 187 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 211 LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream) in LogFontTypeface() 251 static LogFontTypeface* Create(const LOGFONT& lf) { in Create() 286 static FontMemResourceTypeface* Create(const LOGFONT& lf, HANDLE fontMemResource) { in Create() 301 FontMemResourceTypeface(const SkFontStyle& style, const LOGFONT& lf, HANDLE fontMemResource) in FontMemResourceTypeface() [all …]
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 47 static void call_ensure_accessible(const LOGFONT& lf) { in call_ensure_accessible() 102 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) { in dcfontname_to_skstring() 122 static void make_canonical(LOGFONT* lf) { in make_canonical() 130 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() 151 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 187 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 211 LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream) in LogFontTypeface() 251 static LogFontTypeface* Create(const LOGFONT& lf) { in Create() 286 static FontMemResourceTypeface* Create(const LOGFONT& lf, HANDLE fontMemResource) { in Create() 301 FontMemResourceTypeface(const SkFontStyle& style, const LOGFONT& lf, HANDLE fontMemResource) in FontMemResourceTypeface() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_picklpf.c | 71 const struct loopfilter *const lf = &cm->lf; in search_filter_level() local 151 struct loopfilter *const lf = &cm->lf; in vp9_pick_filter_level() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 409 static void set_default_lf_deltas(struct loopfilter *lf) { in set_default_lf_deltas() 425 struct loopfilter *const lf = &cm->lf; in vp9_setup_past_independence() local
|
D | vp9_loopfilter.h | 127 static INLINE LOOP_FILTER_MASK *get_lfm(const struct loopfilter *lf, in get_lfm()
|
/external/skqp/samplecode/ |
D | SampleTextBox.cpp | 45 LOGFONT lf; in TextBoxView() local
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | gc.py | 154 def union(lf, rf): argument
|
/external/tensorflow/tensorflow/python/estimator/ |
D | gc.py | 149 def _union(lf, rf): argument
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | gc.py | 149 def union(lf, rf): argument
|
/external/skia/samplecode/ |
D | SampleTextBox.cpp | 47 LOGFONT lf; in TextBoxView() local
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | Base64.java | 118 int lf = 0; in encode() local
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 115 LOGFONT lf; in GDIFontInstance() local 200 LOGFONTA lf; in GDIFontInstance() local
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | ChunkedInputStream.java | 217 int lf = in.read(); in getChunkSize() local
|
/external/mesa3d/src/gallium/winsys/sw/dri/ |
D | dri_sw_winsys.c | 57 struct drisw_loader_funcs *lf; member 218 dri_create_sw_winsys(struct drisw_loader_funcs *lf) in dri_create_sw_winsys()
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | pp.c | 116 const char *cr, *lf; in remove_line_continuations() local
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.cc | 81 __lsan::Flags *lf = __lsan::flags(); in InitializeFlags() local
|
/external/libedit/examples/ |
D | tc1.c | 98 const LineInfo *lf = el_line(el); in complete() local
|
D | wtc1.c | 63 const LineInfoW *lf = el_wline(el); in complete() local
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | LazyFieldLite.java | 133 LazyFieldLite lf = new LazyFieldLite(); in fromValue() local
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interform.cpp | 328 LOGFONTA lf; member 344 bool RetrieveSpecificFont(LOGFONTA& lf) { in RetrieveSpecificFont() 360 LOGFONTA& lf) { in RetrieveSpecificFont() 726 LOGFONTA lf = {}; in GetNativeFont() local 771 LOGFONTA lf; in AddNativeFont() local
|
/external/syslinux/com32/lua/src/ |
D | lauxlib.c | 570 LoadF *lf = (LoadF *)ud; in getF() local 596 static int skipBOM (LoadF *lf) { in skipBOM() 617 static int skipcomment (LoadF *lf, int *cp) { in skipcomment() 632 LoadF lf; in luaL_loadfilex() local
|
/external/clang/test/Analysis/ |
D | stack-addr-ps.cpp | 77 void *lf() { in lf() function
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | TransliterationChart.java | 194 File lf = new File(fileName); in openPrintWriter() local
|