OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sized
(Results
26 - 50
of
1599
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ui/gfx/
canvas_paint.h
19
//
sized
to the client area of |view|.
/external/chromium_org/ui/views/layout/
fill_layout.h
18
//
sized
to match the bounds of its parent.
/external/clang/test/Sema/
bitfield-promote.c
14
// Check for extensions: variously
sized
unsigned bit-fields fitting
/external/jemalloc/include/jemalloc/internal/
quarantine.h
25
quarantine_obj_t objs[1]; /* Dynamically
sized
ring buffer. */
/external/qemu/android/utils/
vector.c
18
AASSERT_FAIL("trying to reallocate over-
sized
array of %d-bytes items (%d > %d)\n",
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py
1
# Test specifically-
sized
containers.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py
1
# Test specifically-
sized
containers.
/external/chromium_org/third_party/libsrtp/srtp/
TODO
57
Make rijndael_icm accept variable
sized
keys.
59
Add rdbx functions that allow different-
sized
explicit sequence
/external/deqp/doc/testspecs/GLES2/
functional.fbo.completeness.txt
34
+ Zero-
sized
attachment
35
+ Differently
sized
attachments
72
renderability of unsized formats that correspond to renderable
sized
formats.
77
sized
formats in table 4.5 are expected to be color-renderable. (Consensus
86
* If an extension makes another
sized
format renderable, and there is no text
91
does not correspond to a renderable
sized
format, then it is expected to be
126
zero-
sized
renderbuffer attachment. The glCheckFramebufferStatus call is
128
and attaching the zero-
sized
renderbuffer is still expected to succeed.
/external/srtp/
TODO
57
Make rijndael_icm accept variable
sized
keys.
59
Add rdbx functions that allow different-
sized
explicit sequence
/external/llvm/docs/
SegmentedStacks.rst
63
Variable
Sized
Allocas
68
intrinsic to allocate dynamically
sized
blocks of memory on the stack. When
69
faced with such a variable-
sized
alloca, code is generated to:
/external/clang/test/Analysis/
CFContainers.mm
100
CFArrayRef foo = CFArrayCreate(kCFAllocatorDefault, (const void **) x, sizeof(x) / sizeof(x[0]), 0);// expected-warning {{The second argument to 'CFArrayCreate' must be a C array of pointer-
sized
}}
106
CFSetRef set = CFSetCreate(NULL, (const void **)x, 3, &kCFTypeSetCallBacks); // expected-warning {{The second argument to 'CFSetCreate' must be a C array of pointer-
sized
values}}
129
CFDictionaryRef dict3 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)elems, numValues, &keyCB, &valCB); // expected-warning {{The third argument to 'CFDictionaryCreate' must be a C array of pointer-
sized
values}}
180
CFArrayCreate(0, (const void **) cp, count, 0); // expected-warning {{The second argument to 'CFArrayCreate' must be a C array of pointer-
sized
}}
183
CFArrayCreate(0, (const void **) &cc, count, 0); // expected-warning {{The second argument to 'CFArrayCreate' must be a C array of pointer-
sized
}}
184
CFArrayCreate(0, (const void **) cc, count, 0); // expected-warning {{The second argument to 'CFArrayCreate' must be a C array of pointer-
sized
}}
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ImageCanvas.java
55
* Draw/composite the given Bitmap corresponding with the key 'id'. It will be
sized
according
59
* @param decoded an exactly-
sized
, decoded bitmap to display
/bionic/libc/private/
kernel_sigset_t.h
22
// In the meantime, we can use this union to pass an appropriately-
sized
block of memory
/dalvik/dexgen/src/com/android/dexgen/dex/code/
VariableSizeInsn.java
23
* Pseudo-instruction base class for variable-
sized
instructions.
/dalvik/dx/src/com/android/dx/dex/code/
VariableSizeInsn.java
23
* Pseudo-instruction base class for variable-
sized
instructions.
/development/samples/ApiDemos/res/layout/
linear_layout_4.xml
18
Demonstrates a horizontal linear layout with equally
sized
columns
/development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout4.java
28
* Demonstrates a horizontal linear layout with equally
sized
columns.
/external/chromium_org/ash/wm/
wm_types.h
39
//
sized
by the window manager. (it's newly opened, or pushed to the side
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.h
14
// a secondary window is added which is
sized
to match the visible
/external/chromium_org/chrome/browser/ui/cocoa/
fast_resize_view.h
11
// animations are in progress. In normal resizing mode, subviews are
sized
to
/external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc
31
//
sized
icons (such as 16x16) have either a 5 or a 4 pixel whitespace
/external/chromium_org/content/renderer/fetchers/
multi_resolution_image_resource_fetcher.h
28
// A resource fetcher that returns all (differently-
sized
) frames in
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_renderbuffer_format_BGRA8888.txt
35
Sized
Internal Format Renderable Type R bits G bits B bits A bits D bits S bits
/external/chromium_org/media/cast/test/utility/
barcode.h
22
// |output| should already be
sized
to contain the right number
Completed in 549 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>