OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fL
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium_org/third_party/skia/include/utils/
SkLua.h
35
lua_State* get() const { return
fL
; }
36
lua_State* operator*() const { return
fL
; }
37
lua_State* operator->() const { return
fL
; }
58
lua_State*
fL
;
SkLuaCanvas.h
76
lua_State*
fL
;
/external/skia/include/utils/
SkLua.h
35
lua_State* get() const { return
fL
; }
36
lua_State* operator*() const { return
fL
; }
37
lua_State* operator->() const { return
fL
; }
58
lua_State*
fL
;
SkLuaCanvas.h
76
lua_State*
fL
;
/external/chromium_org/third_party/skia/src/utils/
SkLua.cpp
79
fL
= luaL_newstate();
80
luaL_openlibs(
fL
);
81
SkLua::Load(
fL
);
84
SkLua::SkLua(lua_State* L) :
fL
(L), fWeOwnL(false) {}
89
lua_getglobal(
fL
, fTermCode.c_str());
90
if (lua_pcall(
fL
, 0, 0, 0) != LUA_OK) {
91
SkDebugf("lua err: %s\n", lua_tostring(
fL
, -1));
94
lua_close(
fL
);
99
int err = luaL_loadstring(
fL
, code) || lua_pcall(
fL
, 0, 0, 0)
[
all
...]
SkLuaCanvas.cpp
43
#define AUTO_LUA(verb) AutoCallLua lua(
fL
, fFunc.c_str(), verb)
70
SkLua(
fL
).pushCanvas(this);
83
,
fL
(L)
/external/skia/src/utils/
SkLua.cpp
79
fL
= luaL_newstate();
80
luaL_openlibs(
fL
);
81
SkLua::Load(
fL
);
84
SkLua::SkLua(lua_State* L) :
fL
(L), fWeOwnL(false) {}
89
lua_getglobal(
fL
, fTermCode.c_str());
90
if (lua_pcall(
fL
, 0, 0, 0) != LUA_OK) {
91
SkDebugf("lua err: %s\n", lua_tostring(
fL
, -1));
94
lua_close(
fL
);
99
int err = luaL_loadstring(
fL
, code) || lua_pcall(
fL
, 0, 0, 0)
[
all
...]
SkLuaCanvas.cpp
43
#define AUTO_LUA(verb) AutoCallLua lua(
fL
, fFunc.c_str(), verb)
70
SkLua(
fL
).pushCanvas(this);
83
,
fL
(L)
/external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h
450
namespace
fL
##shorttype { \
458
using
fL
##shorttype::FLAGS_##name
461
namespace
fL
##shorttype { \
464
using
fL
##shorttype::FLAGS_##name
/external/chromium_org/third_party/cld/base/
commandlineflags.h
369
namespace
fL
##shorttype { \
377
using
fL
##shorttype::FLAGS_##name
380
namespace
fL
##shorttype { \
383
using
fL
##shorttype::FLAGS_##name
/external/open-vcdiff/gflags/src/gflags/
gflags.h
455
namespace
fL
##shorttype { \
463
using
fL
##shorttype::FLAGS_##name
466
namespace
fL
##shorttype { \
469
using
fL
##shorttype::FLAGS_##name
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c
251
int32
fL
;
254
fL
= ( int32 )0x7FFF0000 / maxAbsL;
260
for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( int32 )dstL[ iL ] *
fL
+ 32768 ) >> 16;
263
return
fL
;
294
int32
fL
;
308
/*
fL
is positive and occupies only 16 bits - a product with int16 fits in int32 */
309
fL
= ( uint32 )0xFFFFFFFF / normL;
312
for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( ( ( int32 )dstL[ iL ] *
fL
) >> 15 ) + 1 ) >> 1;
/external/open-vcdiff/gflags/src/windows/gflags/
gflags.h
464
namespace
fL
##shorttype { \
473
using
fL
##shorttype::FLAGS_##name
476
namespace
fL
##shorttype { \
480
using
fL
##shorttype::FLAGS_##name
/external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.cpp
134
Formattable
fL
(l);
153
res4 = cust2.format(
fL
, res4, pos4, status);
157
logln((UnicodeString) "" +
fL
.getLong() + " formatted to " + res4);
nmfmapts.cpp
120
Formattable
fL
(l);
145
res6 = cur_fr->format(
fL
, res6, pos4, status);
149
logln((UnicodeString) "" +
fL
.getLong() + " formatted to " + res6);
/external/icu4c/test/intltest/
nmfmapts.cpp
120
Formattable
fL
(l);
145
res6 = cur_fr->format(
fL
, res6, pos4, status);
149
logln((UnicodeString) "" +
fL
.getLong() + " formatted to " + res6);
dcfmapts.cpp
140
Formattable
fL
(l);
159
res4 = cust2.format(
fL
, res4, pos4, status);
163
logln((UnicodeString) "" +
fL
.getLong() + " formatted to " + res4);
/external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp
507
SkScalar
fL
;
633
verts[i].fConic.
fL
= pnt.fX * klm[3] + pnt.fY * klm[4] + klm[5];
[
all
...]
/external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp
507
SkScalar
fL
;
633
verts[i].fConic.
fL
= pnt.fX * klm[3] + pnt.fY * klm[4] + klm[5];
[
all
...]
/frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr
29
?_?+?Ct]`?]`??? <~?!?il?U???;?.:9?6?? ????0<9?I?M???(??S? ?zk????4??<`A?)????M???dG}%w ?"4??<@??????xg?R6aA??????f0?I??`<j??)?]??w?u???[ ~-???aO?<:??9?}?r????>?Jg??$T=?7?6??<2(0!??U??(?????J???n???[??P<?m9?/i?g???;???{?_??nK?o"`?c20<?X??"z???H??| ?????????H? <.?W)???2?Ho|?:?T??}?!7?9 <?i1??J???$???? lwt_$9?_?=?0<r?? P???>y??#?$?zH+?p3M???<??UT????}??? ???D????<k1)??~??#?/??TW??????????a??<??????????d?zr}? ?.?7?~??<9??:??D?????-]]
FL
?)??#0<?G0???X0fE????&??Wb????<CB?K????Z??4?zx??????R??? < ?A??e??????]?S??%x ?\??$?<(>.1?c??????\x??(??xs? ?a?<'???U???y??????????z???<
48
??q?'?<? C???k4??x??? Hr\??H?<'?E??t??.???9?3??? _oJ6??c <(DQI? [!?????O???C?? ???^?@<7?<????a?.???F=?HXnG ?<(
FL
???s?
173
_?M????H2??g??CQ?KPO?B?hM?<?l$3?R??QwSjN?0'Z???????A??? <?gO????l`?a?(????I????<?hW=? !?X l??? %F?y?w?I@?\? <li????/??dY_C????%????*@<??g!?A?,9jNz??r?4:?Y?_???$ <e?H(P ?QE(lM?@?&??Tmj??{?v?<?C{???9_az\??????L&??[o@??<?u??????!
fL
?3C?T&D??@E?0?p<4]O???|??F??0?N??tT?E?'???<?g????AK???t^?x???????(5?@<?B(<?"????Y??l????B?Z??G?<?u?iJ+c?3{???????z?Mq??>???<n"#????????????>?A?`???%?E?p<4\_Q???b
209
?d?t??P< ( ??h???<?T?]LJ?+V???Q?{ <HL?????[3j??AcH??z???mb?<?#CUV???;T~?y ?y?Ek!???<?|u?U]/?8?O??(\??IX??Y??<R?a???4?E???#u???v??oNF?<??<(??????N???o??z?&????W??<???.R?r?Xa?p J"??????x?</??L-#???_?>???D?}?M??p;??<Ri?1l?|#??*??y??R?`9?ts??p<