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

1 2 3 4

  /external/valgrind/none/tests/
shorts.c 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon43146
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;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 531 ot := dnameData(s, 0, str, "", nil, false)
532 ggloblsym(s, int32(ot), obj.DUPOK|obj.RODATA)
536 func dgopkgpath(s *obj.LSym, ot int, pkg *types.Pkg) int {
538 return duintptr(s, ot, 0)
548 return dsymptr(s, ot, ns, 0)
552 return dsymptr(s, ot, pkg.Pathsym, 0)
555 // dgopkgpathOff writes an offset relocation in s at offset ot to the pkg path symbol.
556 func dgopkgpathOff(s *obj.LSym, ot int, pkg *types.Pkg) int {
558 return duint32(s, ot, 0)
567 return dsymptrOff(s, ot, ns, 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 531 ot := dnameData(s, 0, str, "", nil, false)
532 ggloblsym(s, int32(ot), obj.DUPOK|obj.RODATA)
536 func dgopkgpath(s *obj.LSym, ot int, pkg *types.Pkg) int {
538 return duintptr(s, ot, 0)
548 return dsymptr(s, ot, ns, 0)
552 return dsymptr(s, ot, pkg.Pathsym, 0)
555 // dgopkgpathOff writes an offset relocation in s at offset ot to the pkg path symbol.
556 func dgopkgpathOff(s *obj.LSym, ot int, pkg *types.Pkg) int {
558 return duint32(s, ot, 0)
567 return dsymptrOff(s, ot, ns, 0
    [all...]
  /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;
41 const void * const OT::_hb_NullPool[HB_NULL_POOL_SIZE / sizeof (void *)] = {};
69 const OpenTypeFontFile &ot = *CastP<OpenTypeFontFile> (font_data); local
71 switch (ot.get_tag ()) {
92 int num_fonts = ot.get_face_count ();
95 const OpenTypeFontFace &font = ot.get_face (n_font);
hb-ot-kern-table.hh 32 namespace OT {
342 case 0: return u.ot.get_h_kerning (left, right, table_length);
353 case 0: return_trace (u.ot.sanitize (c));
384 KernOT ot; member in union:OT::kern::__anon21123
391 } /* namespace OT */
  /external/harfbuzz_ng/test/api/
test-c.c 49 #include <hb-ot.h>
  /external/freetype/src/autofit/
afshaper.h 30 #include <hb-ot.h>
  /external/harfbuzz_ng/util/
hb-fc.cc 124 static const char *ot[] = {"ot", nullptr}; local
135 if (!hb_shape_full (font, buffer, nullptr, 0, ot))
136 abort (); /* hb-ot shaper not enabled? */
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
JavassistTypeParameter.java 101 for (SignatureAttribute.ObjectType ot : wrapped.getInterfaceBound()) {
102 throw new UnsupportedOperationException(ot.toString());
  /external/libcxx/test/std/utilities/any/any.class/any.cons/
value.pass.cpp 122 OKTag ot = std::in_place; local
132 std::any a(ot);
  /external/swiftshader/third_party/LLVM/
build-for-llvm-top.sh 21 if test ! -f "$config_status" -o "$config_status" -ot "$0" ; then
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.class/any.cons/
value.pass.cpp 122 OKTag ot = std::in_place; local
132 std::any a(ot);
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 3 #include <hb-ot.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 301 PyObject *ot = NULL; local
303 if (!PyArg_ParseTuple(args, format, &ot))
305 if (ot == NULL || ot == Py_None)
308 double when = PyFloat_AsDouble(ot);
594 PyObject *ot = NULL; local
598 if (!PyArg_UnpackTuple(args, "ctime", 0, 1, &ot))
600 if (ot == NULL || ot == Py_None)
603 double dt = PyFloat_AsDouble(ot);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 301 PyObject *ot = NULL; local
303 if (!PyArg_ParseTuple(args, format, &ot))
305 if (ot == NULL || ot == Py_None)
308 double when = PyFloat_AsDouble(ot);
594 PyObject *ot = NULL; local
598 if (!PyArg_UnpackTuple(args, "ctime", 0, 1, &ot))
600 if (ot == NULL || ot == Py_None)
603 double dt = PyFloat_AsDouble(ot);
    [all...]
  /external/python/cpython2/Modules/
timemodule.c 301 PyObject *ot = NULL; local
303 if (!PyArg_ParseTuple(args, format, &ot))
305 if (ot == NULL || ot == Py_None)
308 double when = PyFloat_AsDouble(ot);
594 PyObject *ot = NULL; local
598 if (!PyArg_UnpackTuple(args, "ctime", 0, 1, &ot))
600 if (ot == NULL || ot == Py_None)
603 double dt = PyFloat_AsDouble(ot);
    [all...]
  /external/toybox/scripts/
make.sh 157 if [ generated/mkflags -ot scripts/mkflags.c ]
241 if [ generated/mktags -ot scripts/mktags.c ]
254 if [ generated/config2help -ot scripts/config2help.c ]
  /prebuilts/go/darwin-x86/src/runtime/
mfinal.go 46 ot *ptrtype // type of ptr to object (may be a heap pointer)
77 func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) {
102 unsafe.Offsetof(finalizer{}.ot) != 4*sys.PtrSize) {
120 f.ot = ot
131 callback(f.fn, f.arg, f.nret, f.fint, f.ot)
211 (*eface)(frame)._type = &f.ot.typ
231 f.ot = nil
323 ot := (*ptrtype)(unsafe.Pointer(etyp))
324 if ot.elem == nil
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mfinal.go 46 ot *ptrtype // type of ptr to object (may be a heap pointer)
77 func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) {
102 unsafe.Offsetof(finalizer{}.ot) != 4*sys.PtrSize) {
120 f.ot = ot
131 callback(f.fn, f.arg, f.nret, f.fint, f.ot)
211 (*eface)(frame)._type = &f.ot.typ
231 f.ot = nil
323 ot := (*ptrtype)(unsafe.Pointer(etyp))
324 if ot.elem == nil
    [all...]
  /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 124 [ "${1}" -ot "${2}" ] && return 0
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptData.java 79 public TagException(String icu, String ot)
82 otTag = ot;
99 new ScriptData.TagException("nkoo", "nko "), // New code from ISO 15924, not sure this will be OT tag
100 new ScriptData.TagException("vaii", "vai "), // New code from ISO 15924, not sure this will be OT tag

Completed in 613 milliseconds

1 2 3 4