HomeSort by relevance Sort by last modified time
    Searched refs:ot (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/harfbuzz_ng/
Android.mk 60 src/hb-ot-tag.cc \
67 src/hb-ot-font.cc \
68 src/hb-ot-layout.cc \
69 src/hb-ot-map.cc \
70 src/hb-ot-shape.cc \
71 src/hb-ot-shape-complex-arabic.cc \
72 src/hb-ot-shape-complex-default.cc \
73 src/hb-ot-shape-complex-hangul.cc \
74 src/hb-ot-shape-complex-hebrew.cc \
75 src/hb-ot-shape-complex-indic.cc
    [all...]
  /external/valgrind/none/tests/
shorts.c 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon26333
8 short oldtop = w->ot;
30 st.ot = -332;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Unsupported.java 61 * @param ot String to set
63 public Unsupported(String ot) {
65 optionTag = ot;
  /external/harfbuzz_ng/src/
hb-shaper-list.hh 43 HB_SHAPER_IMPLEMENT (ot) /* <--- This is our main OpenType shaper. */
main.cc 29 #include "hb-ot-layout-gdef-table.hh"
30 #include "hb-ot-layout-gsubgpos-private.hh"
39 using namespace OT;
68 const OpenTypeFontFile &ot = *CastP<OpenTypeFontFile> (font_data); local
70 switch (ot.get_tag ()) {
91 int num_fonts = ot.get_face_count ();
94 const OpenTypeFontFace &font = ot.get_face (n_font);
  /external/harfbuzz_ng/test/api/
test-c.c 47 #include <hb-ot.h>
test-ot-tag.c 29 #include <hb-ot.h>
31 /* Unit tests for hb-ot-tag.h */
107 /* These are trickier since their OT script tags have space. */
  /external/freetype/src/autofit/
hbshim.h 30 #include <hb-ot.h>
  /external/v8/test/mjsunit/
object-toprimitive.js 53 var ot = { get toString() { trace.push("gts");
59 var nt = Number(ot);
64 var st = String(ot);
70 var nt = Number(ot);
77 var st = String(ot);
83 assertThrows("Number(ot)", TypeError);
90 var st = String(ot);
96 assertThrows("String(ot)", TypeError);
102 var nt = Number(ot);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
efficient_android_directory_copy.sh 47 elif [ ! -e "$dest/$1" ] || [ "$1" -ot "$dest/$1" ] || [ "$1" -nt "$dest/$1" ]
  /external/harfbuzz_ng/util/
hb-fc.cc 124 static const char *ot[] = {"ot", NULL}; local
135 if (!hb_shape_full (font, buffer, NULL, 0, ot))
136 abort (); /* hb-ot shaper not enabled? */
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 3 #include <hb-ot.h>
  /ndk/build/tools/
build-docs.sh 91 if [ -z "$FORCE" -a -f "$DST_FILE" -a "$SRC_FILE" -ot "$DST_FILE" ]; then
  /external/toybox/scripts/
make.sh 143 if [ generated/mkflags -ot scripts/mkflags.c ]
218 if [ generated/mktags -ot scripts/mktags.c ]
232 if [ generated/config2help -ot scripts/config2help.c ]
  /external/elfutils/libdwfl/
dwfl_frame.c 392 struct one_thread *ot = (struct one_thread *) arg; local
393 return INTUSE(dwfl_thread_getframes) (thread, ot->callback, ot->arg);
401 struct one_thread ot = { .callback = callback, .arg = arg }; local
402 return getthread (dwfl, tid, get_one_thread_frames_cb, &ot);
  /external/speex/libspeex/
cb_search.c 275 spx_word16_t **ot, **nt; local
329 ot=ot2;
348 SPEEX_COPY(&ot[j][0], t, nsf);
370 spx_word16_t *x=ot[j]+subvect_size*i;
420 nt[j][m]=ot[best_ntarget[j]][m];
453 tmp2=ot;
454 ot=nt;
  /external/curl/packages/OS400/
initscript.sh 117 [ "${1}" -ot "${2}" ] && return 0
  /frameworks/minikin/libs/minikin/
HbFontCache.cpp 23 #include <hb-ot.h>
FontFamily.cpp 25 #include <hb-ot.h>
  /system/bt/stack/btm/
btm_dev.c 539 UINT32 ot = 0xFFFFFFFF; local
549 if (p_dev_rec->timestamp < ot) {
551 ot = p_dev_rec->timestamp;
564 if (ot != 0xFFFFFFFF)
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptData.java 77 public TagException(String icu, String ot)
80 otTag = ot;
97 new ScriptData.TagException("nkoo", "nko "), // New code from ISO 15924, not sure this will be OT tag
98 new ScriptData.TagException("vaii", "vai "), // New code from ISO 15924, not sure this will be OT tag
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
TextUtilities.java 678 for (SearchTerm ot: terms) {
680 if ((ot != t) && (ot.mMatchStart >= 0) && ((leastOtherStart < 0) ||
681 (ot.mMatchStart <= leastOtherStart))) {
682 leastOtherStart = ot.mMatchStart;
    [all...]
  /external/libxml2/os400/
initscript.sh 163 [ "${1}" -ot "${2}" ] && return 0
  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 369 unsigned ot: 8; /* optimization type */ member in struct:__anon74383
  /toolchain/binutils/binutils-2.25/bfd/
ecoffswap.h 672 intern->ot = ext->o_bits1[0];
682 intern->ot = ext->o_bits1[0];
712 ext->o_bits1[0] = intern->ot;
719 ext->o_bits1[0] = intern->ot;

Completed in 523 milliseconds

1 2 3