OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ot
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
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/src/
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/bluetooth/bluedroid/stack/btm/
btm_dev.c
497
UINT32
ot
= 0xFFFFFFFF;
local
507
if (p_dev_rec->timestamp <
ot
)
510
ot
= p_dev_rec->timestamp;
514
if (
ot
!= 0xFFFFFFFF)
524
if (p_dev_rec->timestamp <
ot
)
527
ot
= p_dev_rec->timestamp;
btm_inq.c
1776
UINT32
ot
= 0xFFFFFFFF;
local
[
all
...]
/external/chromium_org/third_party/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/chromium_org/v8/test/cctest/
test-api.cc
10309
Local<v8::FunctionTemplate>
ot
= v8::FunctionTemplate::New(isolate);
local
[
all
...]
Completed in 322 milliseconds