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

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-117409.js 40 // with empty fixed array.
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 49 def _fromfixed(fixed):
50 hi = (fixed >> 16) & 0xffff
51 lo = (fixed & 0xffff)
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 58 // Capped conversion from float to fixed.
66 #define FIXED(value) floatToFixed(value)
254 // kludge to set lower edge of the object to fixed level
290 result->normalArray[i] = FIXED(n.x);
291 result->normalArray[i + 1] = FIXED(n.y);
292 result->normalArray[i + 2] = FIXED(n.z);
309 result->vertexArray[currentVertex * 3] = FIXED(pa.x);
310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y);
311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z);
313 result->vertexArray[currentVertex * 3] = FIXED(pb.x)
    [all...]
  /external/libpcap/
CHANGES 12 FIXED version file to be 0.9.7 instead of 0.9.5.
59 Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter
74 Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_
93 "vlan" filter fixed
109 Fixed minor problem in gencode.c that would appear on 64-bit
165 Fixed HP-UX libpcap implementation to correctly get the PPA for
185 Header files fixed to allow use in C++ programs.
193 Fixed bug that could cause subsequent "pcap_compile()"s to fail
213 - Building outside the source code tree fixed.
281 - Fixed an uninitialized memory reference found by Kent Vander Velde
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 58 // Capped conversion from float to fixed.
66 #define FIXED(value) floatToFixed(value)
254 // kludge to set lower edge of the object to fixed level
290 result->normalArray[i] = FIXED(n.x);
291 result->normalArray[i + 1] = FIXED(n.y);
292 result->normalArray[i + 2] = FIXED(n.z);
309 result->vertexArray[currentVertex * 3] = FIXED(pa.x);
310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y);
311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z);
313 result->vertexArray[currentVertex * 3] = FIXED(pb.x)
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_done.css 22 position: fixed;
  /external/chromium/chrome/browser/remoting/resources/
remoting_setup_flow.css 20 position: fixed;
  /external/chromium/chrome/browser/resources/
login_ui.css 10 position: fixed;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt 11 * Fixed a small bug per
  /external/chromium-trace/trace-viewer/src/cc/
layer_viewer.css 22 height: 150px; /* fixed height given by drag control */
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view.css 37 position: fixed;
  /external/chromium_org/build/
gyp_chromium.py 9 # Importing in Python 2.6 (fixed in 2.7) on Windows doesn't search for
  /external/chromium_org/chrome/browser/net/
basic_http_user_agent_settings.h 14 // An implementation of |HttpUserAgentSettings| that provides fixed value for
  /external/chromium_org/chrome/browser/resources/file_manager/css/
menu.css 8 position: fixed;
  /external/chromium_org/chrome/browser/resources/options/
startup_overlay.css 39 position: fixed;
  /external/chromium_org/chrome/common/
env_vars.h 23 // http://crbug.com/174953 is fixed and widely deployed.
pref_font_webkit_names.h 13 #define WEBKIT_WEBPREFS_FONTS_FIXED "webkit.webprefs.fonts.fixed"
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt 11 * Fixed a small bug per
  /external/chromium_org/extensions/common/
view_type.h 23 // TODO(jam): remove this once http://crbug.com/137297 is fixed and HTML5
  /external/chromium_org/net/proxy/
proxy_config_service_fixed.h 15 // Implementation of ProxyConfigService that returns a fixed result.
  /external/chromium_org/third_party/WebKit/ManualTests/
bugzilla-5768.html 5 <title>No relayout when all frames are fixed</title>
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.h 42 // Return a fixed number of digits after the decimal point.
43 // For instance fixed(0.1, 4) becomes 0.1000
46 // Return a fixed number of digits, no matter what the exponent is.
63 // - FIXED: produces digits necessary to print a given number with
  /external/chromium_org/third_party/leveldatabase/src/
NEWS 10 (2) Fixed memtable management. Before the fix, a heavy write burst
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
arrayobj.h 79 /** Returns the bitmask of all enabled arrays in fixed function mode.
81 * In fixed function mode only the traditional fixed function arrays
104 * In arb/glsl shader mode all the fixed function and the arb/glsl generic
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.h 16 * Iteration fixed fx by dx, clamping as you go to [0..0xFFFF], this class

Completed in 916 milliseconds

<<11121314151617181920>>