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

<<31323334353637383940>>

  /external/oprofile/libutil++/
string_manip.cpp 118 // os << fixed << value unsupported by gcc 2.95
119 os.setf(ios::fixed, ios::floatfield);
  /external/protobuf/
CONTRIBUTORS.txt 65 * Fixed warnings about generated constructors not explicitly initializing
69 * Fixed initialization ordering problem in logging code.
  /external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
SDL_paudio.c 287 * paud.flags; * FIXED - fixed length data
332 paud_init.flags = TWOS_COMPLEMENT | FIXED;
339 TWOS_COMPLEMENT | FIXED;
346 TWOS_COMPLEMENT | FIXED;
354 TWOS_COMPLEMENT | FIXED;
360 paud_init.flags = TWOS_COMPLEMENT | FIXED;
367 TWOS_COMPLEMENT | FIXED;
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.h 69 // of size given. A positive size will create a fixed size backing store and
72 // @param dataSize if positive then a fixed size; if 0 or less then an
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeight.java 57 // Clicking this button will show the list view and set it to a fixed height
61 // set listview to fixed height
  /frameworks/base/docs/html/tools/sdk/
tools-notes.jd 55 <li>Fixed a number of minor bugs in the SDK and build system.</li>
86 <li>Fixed problem with templates that causes the new project wizard to hang.
88 <li>Fixed crash when using the lint command line tool because of mis-matched library
128 <li>Fixed problem with lint not detecting custom namespaces.
130 <li>Fixed problem with the XML report including invalid characters.
132 <li>Fixed command-line execution of lint to work in headless mode to support execution
172 <li>Fixed RenderScript compilation issue for Windows platforms with ant.</li>
175 <li>Fixed packaging of RenderScript compiler.</li>
212 <li>Fixed problem with compiling RenderScript code.</li>
244 <li>Fixed issue with Lint ServiceCast check and fully qualified class names
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 29 // The serialized format has 2 fixed subfields (ID and length) and the
104 // Combined size of the fixed subfields
  /frameworks/native/include/gui/
BufferItemConsumer.h 71 // Only a fixed number of buffers can be acquired at a time, determined by
82 // only a fixed number of buffers may be acquired at a time, old buffers
CpuConsumer.h 95 // Only a fixed number of buffers can be locked at a time, determined by the
102 // only a fixed number of buffers may be locked at a time, old buffers must
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 82 /** Finished retrieving size of records for linear-fixed EF; now load. */
84 /** Finished loading single record from a linear-fixed EF; post result. */
140 * Load a record from a SIM Linear Fixed EF
159 * Load a image instance record from a SIM Linear Fixed EF-IMG
179 * get record size for a linear fixed EF
196 * Load all records from a SIM Linear Fixed EF
270 * EF img ( 4F20, linear fixed file) are : 4F01 ... 4F05.
278 * Update a record in a linear fixed EF
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 12 // Description : fixed sized mapping with specified invalid value
38 // configurable maximum fixed sized mapping size supported by this header.
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 484 private void animateOut(final PieItem fixed, AnimatorListener listener) {
485 if ((mCurrentItems == null) || (fixed == null)) return;
486 final float target = fixed.getStartAngle();
492 if (item != fixed) {
505 private void animateIn(final PieItem fixed, AnimatorListener listener) {
506 if ((mCurrentItems == null) || (fixed == null)) return;
507 final float target = fixed.getStartAngle();
513 if (item != fixed) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
n_r3964.h 17 * Fixed HZ usage on 2.6 kernels
36 * fixed some memory leaks
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
n_r3964.h 17 * Fixed HZ usage on 2.6 kernels
36 * fixed some memory leaks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
n_r3964.h 17 * Fixed HZ usage on 2.6 kernels
36 * fixed some memory leaks
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
FlagAttributeDescriptor.java 33 * Note: in Android resources, a "flag" is a list of fixed values where one or
35 * By contrast, an "enum" is a list of fixed values of which only one can be
  /external/zlib/src/contrib/puff/
puff.c 49 * - Fix fixed codes table error
89 * they are fixed by the deflate format.
95 #define FIXLCODES 288 /* number of fixed literal/length codes */
232 * in the deflate format. See the format notes for fixed() and dynamic().
329 * fixed() and is not verified by construct().
333 * - Permitted and expected examples of incomplete codes are one of the fixed
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
386 * - Compressed data that is after the block type if fixed or after the code
476 return -10; /* invalid fixed code */
508 /* done with a valid fixed or dynamic block *
536 local int fixed(struct state *s) function
    [all...]
  /bionic/libc/
CAVEATS 23 the values corresponding to root. this will be fixed when we'll be able to have distinct
  /development/samples/VoiceRecognitionService/
_index.html 12 fixed set of results immediately. The results can be either a set of letters or numbers, as
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t018llstar.g 19 * alternatives is not LL(k) for a fixed k. However, it is
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
simplec.g 12 * alternatives is not LL(k) for a fixed k. However, it is
  /external/antlr/antlr-3.4/runtime/ObjC/
README 8 fixed all of the bugs that I have found so far.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.g 20 * alternatives is not LL(k) for a fixed k. However, it is
  /external/bison/
AUTHORS 22 Paul Eggert fixed a million portability issues, arbitrary limitations,
  /external/bison/doc/
bison.x 18 the generated files do not have fixed names, but instead use the prefix

Completed in 1206 milliseconds

<<31323334353637383940>>