Home
last modified time | relevance | path

Searched refs:shortest (Results 1 – 25 of 41) sorted by relevance

12

/external/strace/
Dcount.c48 static struct timeval shortest = { 1000000, 0 }; variable
97 if (tv_cmp(&shortest, &one_tick) < 0) in count_syscall()
98 tv = &shortest; in count_syscall()
103 if (tv_cmp(tv, &shortest) < 0) in count_syscall()
104 shortest = *tv; in count_syscall()
179 tv_mul(&overhead, &shortest, 8); in call_summary_pers()
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc132 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose() argument
143 if (shortest && has_a) { in decompose()
154 if ((ret = decompose (c, shortest, a))) { in decompose()
197 decompose_current_character (const hb_ot_shape_normalize_context_t *c, bool shortest) in decompose_current_character() argument
203 if (shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) in decompose_current_character()
205 else if (decompose (c, shortest, buffer->cur().codepoint)) in decompose_current_character()
207 else if (!shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) in decompose_current_character()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-shape-normalize.cc132 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose() argument
143 if (shortest && has_a) { in decompose()
154 if ((ret = decompose (c, shortest, a))) { in decompose()
197 decompose_current_character (const hb_ot_shape_normalize_context_t *c, bool shortest) in decompose_current_character() argument
203 if (shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) in decompose_current_character()
205 else if (decompose (c, shortest, buffer->cur().codepoint)) in decompose_current_character()
207 else if (!shortest && c->font->get_glyph (buffer->cur().codepoint, 0, &glyph)) in decompose_current_character()
/external/chromium_org/v8/test/cctest/
Dcctest.gyp49 'gay-shortest.cc',
206 # MSVS wants this for gay-{precision,shortest}.cc.
/external/libpng/contrib/gregbook/
DREADME185 All options can be abbreviated to the shortest unique value; for example,
/external/llvm/docs/TableGen/
DLangRef.rst73 TokCodeFragment: "[{" <shortest text not containing "}]"> "}]"
/external/lldb/docs/
Dlldb-for-gdb-users.txt78 Just like gdb, the lldb command interpreter does a shortest unique
/external/qemu/distrib/sdl-1.2.15/include/
Ddoxyfile113 # to NO the shortest path that makes the file name unique will be used.
/external/chromium_org/third_party/libsrtp/srtp/doc/
DDoxyfile128 # to NO the shortest path that makes the file name unique will be used.
/external/srtp/doc/
DDoxyfile128 # to NO the shortest path that makes the file name unique will be used.
/external/bison/doc/
DDoxyfile.in85 # to NO the shortest path that makes the file name unique will be used.
/external/libvorbis/doc/
DDoxyfile.in105 # to NO the shortest path that makes the file name unique will be used.
/external/mesa3d/doxygen/
Dcommon.doxy106 # to NO the shortest path that makes the file name unique will be used.
Dgallium.doxy105 # to NO the shortest path that makes the file name unique will be used.
/external/libmtp/doc/
DDoxyfile.in97 # to NO the shortest path that makes the file name unique will be used.
/external/chromium_org/third_party/mesa/src/doxygen/
Dcommon.doxy106 # to NO the shortest path that makes the file name unique will be used.
Dgallium.doxy105 # to NO the shortest path that makes the file name unique will be used.
/external/libexif/doc/
DDoxyfile-internals.in97 # to NO the shortest path that makes the file name unique will be used.
DDoxyfile.in97 # to NO the shortest path that makes the file name unique will be used.
/external/libnl/doc/
DDoxyfile.in105 # to NO the shortest path that makes the file name unique will be used.
/external/clang/docs/
Ddoxygen.cfg.in107 # to NO the shortest path that makes the file name unique will be used.
/external/chromium_org/third_party/libvpx/source/libvpx/
Dlibs.doxy_template110 # to NO the shortest path that makes the file name unique will be used.
/external/libvpx/libvpx/
Dlibs.doxy_template110 # to NO the shortest path that makes the file name unique will be used.
/external/libusb/doc/
Ddoxygen.cfg.in105 # to NO the shortest path that makes the file name unique will be used.
/external/srec/doc/
Dsrec.doxygen115 # to NO the shortest path that makes the file name unique will be used.

12