OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phs
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/grit/grit/extern/
tclib.py
292
phs
= {}
295
phs
[pos] = item
303
other_ph =
phs
.get(pos)
305
and not IsSubstringInPlaceholder(pos, len(ph.GetPresentation()),
phs
))
/external/chromium_org/tools/grit/grit/
tclib_unittest.py
39
phs
= [tclib.Placeholder(u'USERNAME', u'%s', 'Joi')]
40
msg = tclib.Message(text=text, placeholders=
phs
)
43
trans = tclib.Translation(text=text, placeholders=
phs
)
170
phs
= [tclib.Placeholder(word[:i], str(i), str(i)) for i in range(1, 11)]
172
msg = tclib.Message(text=text, placeholders=
phs
)
/external/svox/pico/lib/
picosig2.c
598
picoos_int32 *
phs
;
local
618
phs
= sig_inObj->PhsBuff[2];
628
ang[i] = -(((phs_p2[i]+phs_p1[i]+
phs
[i]+phs_n1[i]+phs_n2[i])<<6) / 5);
636
ang[i] = -(((phs_p1[i]+
phs
[i]+phs_n1[i])<<6) / 3);
641
ang[i] = -(
phs
[i]<<6); /* - simple copy without smoothing */
[
all
...]
/external/robolectric/lib/main/
commons-codec-1.6.jar
Completed in 95 milliseconds