OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxwidth
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/services/mediaanalytics/
statsd_codec.cpp
112
// android.media.mediacodec.
maxwidth
int32
113
int32_t
maxwidth
= -1;
local
114
if ( item->getInt32("android.media.mediacodec.
maxwidth
", &
maxwidth
)) {
115
metrics_proto.set_max_width(
maxwidth
);
/external/autotest/client/profilers/powertop/src/
powertop.h
100
extern int
maxwidth
;
display.c
90
int
maxwidth
= 200;
variable
104
maxwidth
= maxx - 18;
/external/freetype/src/tools/docmaker/
tohtml.py
607
maxwidth
= 0
609
if len( b.name ) >
maxwidth
:
610
maxwidth
= len( b.name )
613
if
maxwidth
> 0:
618
columns = width //
maxwidth
/external/python/cpython2/Demo/tkinter/ttk/
ttkcalendar.py
113
maxwidth
= max(font.measure(col) for col in cols)
115
self._calendar.column(col, width=
maxwidth
, minwidth=
maxwidth
,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py
174
maxwidth
=1L<<BPF):
179
Do not supply the 'int', 'default', and '
maxwidth
' arguments.
189
if istart >=
maxwidth
:
213
if width >=
maxwidth
:
233
if n >=
maxwidth
:
[
all
...]
/external/jline/src/src/main/java/jline/
ConsoleReader.java
965
int
maxwidth
= 0;
local
967
for (Iterator i = stuff.iterator(); i.hasNext();
maxwidth
= Math.max(
968
maxwidth
, i.next().toString().length())) {
985
if ((line.length() +
maxwidth
) > width) {
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c
54
uint32_t
maxwidth
, maxheight;
local
88
maxwidth
= screen->get_video_param
102
if (width >
maxwidth
|| height > maxheight) {
/external/jline/
jline-1.0.jar
Completed in 515 milliseconds