Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.h24 typedef unsigned short int real; typedef
35 real width, height; // Width and height of input images
36 real numChannels; // Number of channels in input images
37 real border; // border size
38 real pitch; // Pitch. Used for moving through image efficiently.
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked()
28 real width, real height, real border) in allocatePyramidPacked()
30 real border2 = (real) (border << 1); in allocatePyramidPacked()
45 curr->pitch = (real) (width + border2); in allocatePyramidPacked()
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage()
64 real border2 = (real) (border << 1); in allocateImage()
75 img->pitch = (real) (width + border2); in allocateImage()
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage()
/packages/apps/TimeZoneData/oem_template/data_app/
DREADME.oem6 (real and test versions).
17 real version of the app, and some test versions that can be used by the supplied xTS tests.
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/
DREADME.oem18 The targets define includes the real version of the app, and some test versions that can be
/packages/apps/TimeZoneData/testing/xts/
DAndroid.bp15 // A testing support library for testing time zone updates on real devices.
/packages/modules/DnsResolver/
DAndroid.bp246 // TODO: Drop root privileges and make it be an real unit test.
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfaq.md41 9. Does RapidJSON really work in real applications?
43 …Yes. It is deployed in both client and server real applications. A community member reported that …
Dtutorial.md174 JSON provide a single numerical type called Number. Number can be integer or real numbers. RFC 4627…
DDoxyfile.in1835 # will generate one additional man file for each entity documented in the real
1836 # man page(s). These additional files only source the real man page, but without
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto138 // point to any real contact entry anywhere.
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz1dictionary=emoji:en,description=Emoji for English words,locale=en,date ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1170 # documented in the real man page(s). These additional files
1171 # only source the real man page, but without them the man command
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1170 # documented in the real man page(s). These additional files
1171 # only source the real man page, but without them the man command

12