OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sized
(Results
226 - 250
of
1599
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util_unittest.cc
18
// Helper function to check that the image is
sized
properly
/external/chromium_org/chrome/browser/ui/views/frame/
contents_web_view.cc
54
// view is
sized
specially for fullscreen tab capture. See WebView header
/external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h
57
// variable
sized
commands like immediate commands or Noop.
112
// This can only be used for fixed
sized
commands.
122
// This can only be used for variable
sized
command like IMMEDIATE commands.
134
// This can only be used for variable
sized
command like IMMEDIATE commands.
/external/chromium_org/gpu/command_buffer/service/
cmd_parser.cc
54
DVLOG(1) << "Error: zero
sized
command in command buffer";
/external/chromium_org/media/base/
data_buffer_unittest.cc
12
// Zero-
sized
buffers are valid. In practice they aren't used very much but it
multi_channel_resampler.cc
56
// SincResampler::ChunkSize()
sized
chunks. SincResampler guarantees it will
/external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.cc
83
// cursor to be a reasonably-
sized
image.
/external/chromium_org/skia/
skia_test_expectations.txt
54
crbug.com/379147 svg/filters/big-
sized
-filter.svg [ ImageOnlyFailure ]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OfflineAudioDestinationNode.cpp
114
// Break up the render target into smaller "render quantize"
sized
pieces.
/external/chromium_org/third_party/WebKit/Source/wtf/
StaticConstructors.h
58
// Define an correctly-
sized
array of pointers to avoid static initialization.
/external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h
143
// Gets the size of the given theme part. For variable
sized
items
WebThemeEngine.h
183
// Gets the size of the given theme part. For variable
sized
items
/external/chromium_org/third_party/libjingle/source/talk/base/
transformadapter.h
40
// Transform should convert the in_len bytes of input into the out_len-
sized
/external/chromium_org/third_party/mesa/src/docs/
relnotes-7.0.1.html
52
<li>Binding a zero-
sized
texture didn't disable texturing (bug 11309)
/external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c
32
* This file contains a straightforward implementation of a fixed-
sized
37
* 1) The table is power-of-two
sized
. Prime
sized
tables are more
39
*
sized
table, especially when double hashing is not used for collision
/external/chromium_org/third_party/skia/bench/
RectanizerBench.cpp
26
* small constant
sized
power of 2 rects (e.g., glyph cache use case)
/external/chromium_org/third_party/skia/src/pdf/
SkPDFPage.h
37
/** Before a page and its contents can be
sized
and emitted, it must
/external/chromium_org/third_party/zlib/
gzguts.h
95
unsigned char *out; /* output buffer (double-
sized
when reading) */
/external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc
30
// Make sure the thumb is never
sized
smaller than its minimum possible
/external/chromium_org/ui/views/layout/
box_layout.h
24
// child views are always
sized
according to their preferred size. If the
/external/clang/lib/AST/
StmtIterator.cpp
19
// FIXME: Add support for dependent-
sized
array types in C++?
/external/deqp/doc/testspecs/GLES3/
functional.shaders.fragdepth.txt
49
is visualized by rendering multiple viewport-
sized
quads with a different
/external/deqp/doc/testspecs/GLES31/
functional.compute.basic.txt
30
-
sized
array
/external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp
389
addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "
sized
", "
Sized
formats")));
390
addChild((sizedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "
Sized
formats (Buffer)")));
393
sizedGroup->addChild((sizedCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "cube_array", "
Sized
formats (2D Array)")));
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
InterferenceGraph.java
100
* Ensures that the interference graph is appropriately
sized
.
Completed in 1251 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>