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

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
outstanding_bugs.py 3 # fixed yet. Please add a test case and appropriate bug description.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
outstanding_bugs.py 3 # fixed yet. Please add a test case and appropriate bug description.
  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 43 GtkWidget* fixed = gtk_fixed_new(); local
44 gtk_container_add(GTK_CONTAINER(window), fixed); local
48 gtk_fixed_put(GTK_FIXED(fixed), image_view, 10, 10);
  /external/chromium_org/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 44 GtkWidget* fixed = gtk_fixed_new(); local
45 gtk_container_add(GTK_CONTAINER(window), fixed); local
50 gtk_fixed_put(GTK_FIXED(fixed), image_view, 10, 10);
  /external/chromium_org/third_party/mongoose/
README.chromium 23 * Fixed a couple of Windows/VS2010 compiler warnings/errors
24 * Fixed linger code to apply to sockets from bind, rather than shutdown
28 * Fixed a compiler warning (-Wmaybe-uninitialized).
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
fixed.pass.cpp 14 // ios_base& fixed(ios_base& str);
26 std::ios_base& r = std::fixed(ios);
28 assert(ios.flags() & std::ios::fixed);
  /external/chromium_org/third_party/mesa/src/docs/
news.html 85 textures. The later was believed to have been fixed in 7.11.1 but was not.
440 - fixed problem with negative dot product in arbfplight, fplight demos
441 - fixed bug in perspective correction of antialiased, textured lines
443 - fixed a couple per-pixel fog bugs (Soju Matsumoto)
445 - fixed float parsing bug in ARB frag/vert programs (bug 2520)
455 - fixed a few Darwin compilation problems
481 - fixed width/height mix-up in glSeparableFilter2D()
482 - fixed regression in glCopyPixels + convolution
488 - fixed a bunch of compiler warnings found with gcc 3.4
517 - fixed a few compilation issues on IRI
    [all...]
relnotes-6.5.html 71 <li>fixed glxcontextmodes.c datatype problem (bug 5835)
72 <li>fixed aix-gcc build/install bugs (bug 5874)
73 <li>fixed some bugs in texture env program generation
76 <li>fixed FreeBSD config (Pedro Giffuni)
77 <li>fixed some minor framebuffer object bugs
79 <li>fixed a number of thread safety bugs/regressions
80 <li>fixed a number of GLU tesselator bugs (John Shell, bug 6339)
relnotes-7.4.1.html 42 <li>Fixed a two-sided lighting bug in fixed-function-to-GPU code generation
43 <li>Fixed some Darwin issues (Jeremy Huddleston)
46 <li>Fixed incorrect texture unit bias in TXB instruction
49 <li>Fixed point rendering in software rasterizer
50 <li>Fixed potential deadlock in object hash functions
53 <li>Fixed glPopAttrib() bug when restoring user clip planes
  /external/mesa3d/docs/
news.html 85 textures. The later was believed to have been fixed in 7.11.1 but was not.
440 - fixed problem with negative dot product in arbfplight, fplight demos
441 - fixed bug in perspective correction of antialiased, textured lines
443 - fixed a couple per-pixel fog bugs (Soju Matsumoto)
445 - fixed float parsing bug in ARB frag/vert programs (bug 2520)
455 - fixed a few Darwin compilation problems
481 - fixed width/height mix-up in glSeparableFilter2D()
482 - fixed regression in glCopyPixels + convolution
488 - fixed a bunch of compiler warnings found with gcc 3.4
517 - fixed a few compilation issues on IRI
    [all...]
relnotes-6.5.html 71 <li>fixed glxcontextmodes.c datatype problem (bug 5835)
72 <li>fixed aix-gcc build/install bugs (bug 5874)
73 <li>fixed some bugs in texture env program generation
76 <li>fixed FreeBSD config (Pedro Giffuni)
77 <li>fixed some minor framebuffer object bugs
79 <li>fixed a number of thread safety bugs/regressions
80 <li>fixed a number of GLU tesselator bugs (John Shell, bug 6339)
relnotes-7.4.1.html 42 <li>Fixed a two-sided lighting bug in fixed-function-to-GPU code generation
43 <li>Fixed some Darwin issues (Jeremy Huddleston)
46 <li>Fixed incorrect texture unit bias in TXB instruction
49 <li>Fixed point rendering in software rasterizer
50 <li>Fixed potential deadlock in object hash functions
53 <li>Fixed glPopAttrib() bug when restoring user clip planes
  /external/chromium_org/third_party/opus/src/
Makefile.in 171 silk/fixed/LTP_analysis_filter_FIX.c \
172 silk/fixed/LTP_scale_ctrl_FIX.c silk/fixed/corrMatrix_FIX.c \
173 silk/fixed/encode_frame_FIX.c silk/fixed/find_LPC_FIX.c \
174 silk/fixed/find_LTP_FIX.c silk/fixed/find_pitch_lags_FIX.c \
175 silk/fixed/find_pred_coefs_FIX.c \
176 silk/fixed/noise_shape_analysis_FIX.c \
177 silk/fixed/prefilter_FIX.c silk/fixed/process_gains_FIX.c
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 101 typedef le_int32 fixed; typedef
111 fixed version;
112 fixed fontRevision;
131 fixed version;
150 fixed version;
  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 1 //=== FixedAddressChecker.cpp - Fixed address usage checker ----*- C++ -*--===//
11 // assignment of a fixed address to a pointer.
37 // Using a fixed address is not portable because that address will probably
55 BT.reset(new BuiltinBug("Use fixed address",
56 "Using a fixed address is not portable because that "
  /external/icu4c/samples/layout/
sfnt.h 138 typedef le_int32 fixed; typedef
148 fixed version;
149 fixed fontRevision;
168 fixed version;
187 fixed version;
  /external/icu4c/test/letest/
FontObject.h 101 typedef le_int32 fixed; typedef
111 fixed version;
112 fixed fontRevision;
131 fixed version;
150 fixed version;
  /external/svox/pico/lib/
picosig2.h 60 picoos_int32 *int_vec22; /*reserved for normalized hanning window - fixed point */
61 picoos_int32 *int_vec23; /*reserved for impresp - fixed point */
62 picoos_int32 *int_vec24; /*reserved for impresp - fixed point */
63 picoos_int32 *int_vec25; /*reserved for window - fixed point */
64 picoos_int32 *int_vec26; /*reserved for wavBuf - fixed point */
65 picoos_int32 *int_vec28; /*reserved for cepstral vectors input - fixed point */
66 picoos_int32 *int_vec29; /*reserved for cepstral vectors input - fixed point */
67 picoos_int32 *int_vec38; /*reserved for cepstral vectors input - fixed point */
68 picoos_int32 *int_vec30; /*reserved for cepstral vectors input - fixed point */
69 picoos_int32 *int_vec31; /*reserved for cepstral vectors input - fixed point *
    [all...]
  /frameworks/base/docs/html/design/building-blocks/
tabs.jd 45 <h2 id="fixed">Fixed Tabs</h2>
46 <p>Fixed tabs display all items concurrently. To navigate to a different view, touch the tab, or swipe left or right.</p>
47 <p>Fixed tabs are displayed with equal width, based on the width of the widest tab label. If there is insufficient room to display all tabs, the tab labels themselves will be scrollable. For this reason, fixed tabs are best suited for displaying 3 or fewer tabs.</p>
  /external/chromium_org/third_party/lcov/
CHANGES 17 - Fixed problem when using --baseline-file on coverage data files that
26 - Fixed geninfo not working with directory names containing spaces (reported
28 - Fixed "ERROR: reading string" problem with gcc 4.1
29 - Fixed problem with function names that contain non-alphanumerical characters
30 - Fixed problem with gcc versions before 3.3
42 - Fixed lcov -z not working with directory names containing spaces (reported
87 - Fixed lcov not working when -k is specified more than once
88 - Fixed lcov not deleting .gcda files when specifiying -z and -d
115 - Fixed bbg file reading in hammer compatibility mode
131 - Fixed help text messag
    [all...]
  /external/iproute2/man/man8/
ip-tunnel.8 112 set the fixed local address for tunneled packets.
117 set a fixed TTL
135 set a fixed TOS (or traffic class in IPv6)
152 It is enabled by default. Note that a fixed ttl is incompatible
153 with this option: tunnelling with a fixed ttl always makes pmtu
212 set a fixed encapsulation limit. Default is 4.
217 set a fixed flowlabel.
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 53 * For better performance on all platforms, we're going to use fixed-point
57 typedef int32_t Fixed;
66 #define FIXED_FROM_FLOAT(x) ((Fixed)((x)*FIXED_ONE))
78 #define FIXED_FROM_INT_FLOAT(x,f) (Fixed)((x)*(FIXED_ONE*(f)))
98 # define ANGLE_TO_FIXED(x) (Fixed)((x) << (FIXED_BITS - ANGLE_BITS))
101 # define ANGLE_TO_FIXED(x) (Fixed)((x) >> (ANGLE_BITS - FIXED_BITS))
104 static Fixed angle_sin_tab[ANGLE_2PI+1];
115 static __inline__ Fixed angle_sin( Angle a )
120 static __inline__ Fixed angle_cos( Angle a )
125 static __inline__ Fixed fixed_sin( Fixed f
    [all...]
  /external/chromium_org/third_party/opus/
opus.target.darwin-arm.mk 64 third_party/opus/src/silk/fixed/apply_sine_window_FIX.c \
65 third_party/opus/src/silk/fixed/autocorr_FIX.c \
66 third_party/opus/src/silk/fixed/burg_modified_FIX.c \
67 third_party/opus/src/silk/fixed/corrMatrix_FIX.c \
68 third_party/opus/src/silk/fixed/encode_frame_FIX.c \
69 third_party/opus/src/silk/fixed/find_LPC_FIX.c \
70 third_party/opus/src/silk/fixed/find_LTP_FIX.c \
71 third_party/opus/src/silk/fixed/find_pitch_lags_FIX.c \
72 third_party/opus/src/silk/fixed/find_pred_coefs_FIX.c \
73 third_party/opus/src/silk/fixed/k2a_FIX.c
    [all...]
opus.target.darwin-mips.mk 64 third_party/opus/src/silk/fixed/apply_sine_window_FIX.c \
65 third_party/opus/src/silk/fixed/autocorr_FIX.c \
66 third_party/opus/src/silk/fixed/burg_modified_FIX.c \
67 third_party/opus/src/silk/fixed/corrMatrix_FIX.c \
68 third_party/opus/src/silk/fixed/encode_frame_FIX.c \
69 third_party/opus/src/silk/fixed/find_LPC_FIX.c \
70 third_party/opus/src/silk/fixed/find_LTP_FIX.c \
71 third_party/opus/src/silk/fixed/find_pitch_lags_FIX.c \
72 third_party/opus/src/silk/fixed/find_pred_coefs_FIX.c \
73 third_party/opus/src/silk/fixed/k2a_FIX.c
    [all...]
opus.target.darwin-x86.mk 64 third_party/opus/src/silk/fixed/apply_sine_window_FIX.c \
65 third_party/opus/src/silk/fixed/autocorr_FIX.c \
66 third_party/opus/src/silk/fixed/burg_modified_FIX.c \
67 third_party/opus/src/silk/fixed/corrMatrix_FIX.c \
68 third_party/opus/src/silk/fixed/encode_frame_FIX.c \
69 third_party/opus/src/silk/fixed/find_LPC_FIX.c \
70 third_party/opus/src/silk/fixed/find_LTP_FIX.c \
71 third_party/opus/src/silk/fixed/find_pitch_lags_FIX.c \
72 third_party/opus/src/silk/fixed/find_pred_coefs_FIX.c \
73 third_party/opus/src/silk/fixed/k2a_FIX.c
    [all...]

Completed in 3526 milliseconds

1 2 3 4 5 67 8 91011>>