OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resize
(Results
226 - 250
of
361
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java
680
boolean
resize
= false;
689
resize
= true;
705
return
resize
;
/external/chromium/base/
file_path.cc
243
new_path.path_.
resize
(letter + 1);
246
new_path.path_.
resize
(letter + 2);
251
new_path.path_.
resize
(letter + 3);
254
new_path.path_.
resize
(last_separator);
[
all
...]
command_line.cc
231
title.
resize
(title.size() - kDeletedSuffix.size());
md5.cc
257
ret.
resize
(32);
win_util.cc
343
output.
resize
(size_ret);
/build/tools/droiddoc/templates/assets/
android-developer-docs.css
37
#
resize
-packages-nav {
38
/* keeps the
resize
handle below the h-scroll handle */
1292
.ui-resizable-s { cursor: s-
resize
; height: 6px; width: 100%; bottom: 0px; left: 0px;
1294
.ui-resizable-e { cursor: e-
resize
; width: 6px; right: 0px; top: 0px; height: 100%;
/external/chromium/base/crypto/
rsa_private_key_unittest.cc
159
input.
resize
(sizeof(private_key_info));
357
input1.
resize
(sizeof(short_integer_with_high_bit));
358
input2.
resize
(sizeof(short_integer_without_high_bit));
/external/webkit/WebCore/rendering/
RenderTableSection.cpp
347
m_rowPos.
resize
(m_gridRows + 1);
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ShapeDrawableTest.java
296
public Shader
resize
(int width, int height) {
method in class:ShapeDrawableTest.MockShaderFactory
/external/chromium/googleurl/src/
gurl.cc
299
// first character and
resize
.
302
other.spec_.
resize
(other.parsed_.path.begin + 1);
/external/chromium/net/disk_cache/
mem_entry_impl.cc
386
data_[index].
resize
(offset + buf_len);
/external/skia/src/core/
SkString.cpp
315
else if (fRec->fRefCnt == 1 && len <= fRec->fLength) // should we
resize
if len <<<< fLength, to save RAM? (e.g. len < (fLength>>1))
353
else if (count <= fRec->fLength) // should we
resize
if len <<<< fLength, to save RAM? (e.g. len < (fLength>>1))
356
this->
resize
(count);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
358
arcs.
resize
(0);
/external/webkit/JavaScriptCore/runtime/
RegExpConstructor.cpp
112
d->lastOvector().
resize
(offsetVectorSize);
/external/webkit/JavaScriptCore/wtf/
HashSet.h
278
vector.
resize
(collection.size());
/external/webkit/WebCore/history/
HistoryItem.cpp
539
(*m_redirectURLs).
resize
(1);
/external/webkit/WebCore/inspector/front-end/
StoragePanel.js
347
this.
resize
();
/external/webkit/WebCore/page/
DOMWindow.h
304
DEFINE_ATTRIBUTE_EVENT_LISTENER(
resize
);
/external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp
355
list.
resize
(firstVal->operations().size());
/external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp
298
glyphsetBuffer.
resize
(GetFontUnicodeRanges(hdc, 0));
/external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp
384
m_videoWidget->
resize
(newSize.width(), newSize.height());
/external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp
520
m_colorTable.
resize
(m_infoHeader.biClrUsed);
/external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h
92
void
resize
(NSRect size, NSRect clipRect, bool sync);
/system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp
175
mAssembly->
resize
( int(pc()-base())*4 );
/external/chromium/net/proxy/
proxy_config_service_linux.cc
71
host.
resize
(host.length() - 1);
708
key.
resize
(length);
[
all
...]
Completed in 979 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>