HomeSort by relevance Sort by last modified time
    Searched full:fixed (Results 376 - 400 of 7512) sorted by null

<<11121314151617181920>>

  /system/core/include/cutils/
record_stream.h 18 * A simple utility for reading fixed records out of a stream fd
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 155 /** user-defined event; event data type = any (fixed size) */
157 /** user-defined event; event data type = any (fixed size) */
159 /** user-defined event; event data type = any (fixed size) */
161 /** user-defined event; event data type = any (fixed size) */
163 /** user-defined event; event data type = any (fixed size) */
165 /** user-defined event; event data type = any (fixed size) */
167 /** user-defined event; event data type = any (fixed size) */
169 /** user-defined event; event data type = any (fixed size) */
171 /** user-defined event; event data type = any (fixed size) */
173 /** user-defined event; event data type = any (fixed size) *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 155 /** user-defined event; event data type = any (fixed size) */
157 /** user-defined event; event data type = any (fixed size) */
159 /** user-defined event; event data type = any (fixed size) */
161 /** user-defined event; event data type = any (fixed size) */
163 /** user-defined event; event data type = any (fixed size) */
165 /** user-defined event; event data type = any (fixed size) */
167 /** user-defined event; event data type = any (fixed size) */
169 /** user-defined event; event data type = any (fixed size) */
171 /** user-defined event; event data type = any (fixed size) */
173 /** user-defined event; event data type = any (fixed size) *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 155 /** user-defined event; event data type = any (fixed size) */
157 /** user-defined event; event data type = any (fixed size) */
159 /** user-defined event; event data type = any (fixed size) */
161 /** user-defined event; event data type = any (fixed size) */
163 /** user-defined event; event data type = any (fixed size) */
165 /** user-defined event; event data type = any (fixed size) */
167 /** user-defined event; event data type = any (fixed size) */
169 /** user-defined event; event data type = any (fixed size) */
171 /** user-defined event; event data type = any (fixed size) */
173 /** user-defined event; event data type = any (fixed size) *
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
view_id_util.h 19 // For views with fixed ViewIDs, we add a -viewID method to them to return their
47 // override this method to return its fixed ViewID.
  /external/chromium_org/chrome/browser/ui/cocoa/
view_id_util.h 18 // For views with fixed ViewIDs, we add a -viewID method to them to return their
46 // override this method to return its fixed ViewID.
  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.h 18 // If you want just a vertical image that stretches in height but is fixed
20 // Similarly, for a horizontal image that stretches in width but is fixed in
  /external/chromium_org/chrome/common/extensions/api/
system_storage.idl 11 // The storage has fixed media, e.g. hard disk or SSD.
12 fixed,
  /external/chromium_org/chrome_frame/infobars/
infobar_content.h 44 // Finds the desired value for one dimension given a fixed value for the other
45 // dimension. The fixed dimension parameter is non-zero whereas the requested
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.h 51 // TODO(dmazzoni): remove once http://crbug.com/113483 is fixed.
70 // TODO(dmazzoni): remove once http://crbug.com/113483 is fixed.
  /external/chromium_org/courgette/third_party/
paged_array.h 5 // PagedArray implements an array stored using many fixed-size pages.
20 // PagedArray implements an array stored using many fixed-size pages.
  /external/eigen/debug/msvc/
eigen_autoexp_part.dat 7 ; * types (*: any, +:fixed dimension) :
27 ; Fixed size 4-vectors
52 ; Fixed size 3-vectors
76 ; Fixed size 2-vectors
99 ; Fixed size 1-vectors
165 ; Fixed rows, dynamic columns matrix (ColMajor and RowMajor support)
209 ; Dynamic rows, fixed columns matrix (ColMajor and RowMajor support)
253 ; Fixed size matrix (ColMajor and RowMajor support)
  /external/libvpx/libvpx/nestegg/halloc/
README 20 * fixed a double-free bug in _set_allocator() as per
29 received from Stan Tobias. Two things were fixed -
  /external/qemu/
softmmu-semi.h 41 /* TODO: Make this something that isn't fixed size. */
53 /* TODO: Make this something that isn't fixed size. */
  /external/valgrind/main/none/tests/amd64/
nibz_bennee_mmap.c 13 > I think the problem here is that you've done an mmap (either fixed or
25 supposed to be SkResvn. This is now fixed.
  /frameworks/base/libs/hwui/
Patch.cpp 100 const float fixed = bitmapWidth - stretchSize; local
101 const float xStretch = fmaxf(width - fixed, 0.0f);
103 rescaleX = fixed == 0.0f ? 0.0f : fminf(fmaxf(width, 0.0f) / fixed, 1.0f);
112 const float fixed = bitmapHeight - stretchSize; local
113 const float yStretch = fmaxf(height - fixed, 0.0f);
115 rescaleY = fixed == 0.0f ? 0.0f : fminf(fmaxf(height, 0.0f) / fixed, 1.0f);
  /libcore/include/
LocalArray.h 24 * A fixed-size array with a size hint. That number of bytes will be allocated
35 * Allocates a new fixed-size array of the given size. If this size is
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.8.3.html 56 <li>Fixed a bug rendering to 16-bit buffers using swrast.</li>
57 <li>Fixed a state tracker/TGSI bug that caused crashes when using Windows'
59 <li>Fixed an issue rendering to 32-bit channels with swrast (bug
71 <li>A bug was fixed which could cause Mesa to ignore the
73 <li>A bug related to specular highlights on backfaces was fixed.</li>
82 <li>r300c: a bug affecting unaligned BOs was fixed.</li>
  /external/eigen/doc/
D11_UnalignedArrayAssert.dox 54 Note that here, Eigen::Vector2d is only used as an example, more generally the issue arises for all \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types".
68 Note that here, Eigen::Matrix2f is only used as an example, more generally the issue arises for all \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types" and \ref TopicStructHavingEigenMembers "structures having such Eigen objects as member".
80 Note that here, Eigen::Vector4d is only used as an example, more generally the issue arises for all \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types".
96 Note that here, Eigen::Quaternionf is only used as an example, more generally the issue arises for all \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types".
100 \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen objects" must absolutely be created at 16-byte-aligned locations, otherwise SIMD instructions adressing them will crash.
111 disabling vectorization for fixed-size objects (like Matrix4d) while keeping vectorization of dynamic-size objects
  /external/mesa3d/docs/
relnotes-7.8.3.html 56 <li>Fixed a bug rendering to 16-bit buffers using swrast.</li>
57 <li>Fixed a state tracker/TGSI bug that caused crashes when using Windows'
59 <li>Fixed an issue rendering to 32-bit channels with swrast (bug
71 <li>A bug was fixed which could cause Mesa to ignore the
73 <li>A bug related to specular highlights on backfaces was fixed.</li>
82 <li>r300c: a bug affecting unaligned BOs was fixed.</li>
  /external/eigen/Eigen/src/Core/
Matrix.h 24 * The %Matrix class encompasses \em both fixed-size and dynamic-size objects (\ref fixedsize "note").
36 * for vectorization. It defaults to aligning matrices except for fixed sizes that aren't a multiple of the packet size.
49 * \li \c Matrix2Xf is a partially fixed-size (dynamic-size) matrix of floats (\c Matrix<float, 2, Dynamic>)
50 * \li \c MatrixX3d is a partially dynamic-size (fixed-size) matrix of double (\c Matrix<double, Dynamic, 3>)
81 * <dt><b>\anchor fixedsize Fixed-size versus dynamic-size:</b></dt>
82 * <dd>Fixed-size means that the numbers of rows and columns are known are compile-time. In this case, Eigen allocates the array
83 * of coefficients as a fixed-size array, as a class member. This makes sense for very small matrices, typically up to 4x4, sometimes up
89 * Note that \em dense matrices, be they Fixed-size or Dynamic-size, <em>do not</em> expand dynamically in the sense of a std::map.
96 * exceed a certain value. This happens when taking dynamic-size blocks inside fixed-size matrices: in this case _MaxRows and _MaxCols
195 * For fixed-size matrices, does nothing
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor_unittest.cc 202 << std::setiosflags(std::ios_base::fixed)
209 << std::setiosflags(std::ios_base::fixed)
231 << std::setiosflags(std::ios_base::fixed)
238 << std::setiosflags(std::ios_base::fixed)
260 << std::setiosflags(std::ios_base::fixed)
267 << std::setiosflags(std::ios_base::fixed)
290 << std::setiosflags(std::ios_base::fixed)
297 << std::setiosflags(std::ios_base::fixed)
319 << std::setiosflags(std::ios_base::fixed)
326 << std::setiosflags(std::ios_base::fixed)
    [all...]
  /external/protobuf/
CHANGES.txt 46 * Fixed some initialization ordering bugs.
62 * Fixed bug where Message.Swap(Message) was only implemented for
85 * Fixed endianness bug with floats and doubles.
181 * Fixed bug where Message.mergeFrom(Message) failed to merge extensions.
186 * Fixed tendency for TextFormat's parsing to overflow the stack when
230 * Fixed bug where .proto files which use custom options but don't actually
239 This has been fixed.
253 * Fixed bug where a message with multiple extension ranges couldn't parse
255 * Fixed bug where MergeFrom(const Message&) didn't do anything if invoked on
257 * Fixed ShortDebugString() to not be O(n^2). Durr
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 31 ProxyFormController.ProxyTypes.FIXED];
124 ProxyFormController.ProxyTypes.FIXED);
210 document.getElementById(ProxyFormController.ProxyTypes.FIXED)
238 // FIXED
240 mode: ProxyFormController.ProxyTypes.FIXED,
245 document.getElementById(ProxyFormController.ProxyTypes.FIXED)
271 mode: ProxyFormController.ProxyTypes.FIXED,
299 mode: ProxyFormController.ProxyTypes.FIXED,
310 document.querySelector('#' + ProxyFormController.ProxyTypes.FIXED +
321 mode: ProxyFormController.ProxyTypes.FIXED,
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 30 ProxyFormController.ProxyTypes.FIXED];
119 ProxyFormController.ProxyTypes.FIXED);
204 document.getElementById(ProxyFormController.ProxyTypes.FIXED)
232 // FIXED
234 mode: ProxyFormController.ProxyTypes.FIXED,
239 document.getElementById(ProxyFormController.ProxyTypes.FIXED)
265 mode: ProxyFormController.ProxyTypes.FIXED,
293 mode: ProxyFormController.ProxyTypes.FIXED,
304 document.querySelector('#' + ProxyFormController.ProxyTypes.FIXED +
315 mode: ProxyFormController.ProxyTypes.FIXED,
    [all...]

Completed in 1319 milliseconds

<<11121314151617181920>>