/external/eigen/doc/snippets/ |
MatrixBase_fixedBlock_int_int.cpp | 3 cout << "Here is m.fixed<2, 2>(2, 2):" << endl << m.block<2, 2>(2, 2) << endl;
|
Tutorial_AdvancedInitialization_Zero.cpp | 1 std::cout << "A fixed-size array:\n";
|
/external/qemu/tcg/ |
TODO | 5 - Support of globals saved in fixed registers between TBs.
|
/external/valgrind/main/memcheck/tests/ |
brk2.c | 7 // extending the brk segment onto a new page. Fixed in vg_syscalls.c 1.129.
|
/external/valgrind/main/none/tests/linux/ |
mremap.stderr.exp-glibc27 | 2 mremap(grow, fixed): Cannot allocate memory
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
other | 3 0 fixed
|
/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);
|
/ndk/sources/cxx-stl/llvm-libc++/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/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>
|
/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/tinyxml/ |
changes.txt | 2 - Fixed comment tags which were outputing as '<?--' instead of 6 - Fixed bad pointer to 'isspace' that could occur while parsing text. 29 - Fixed white space parsing in text to conform with the standard. 41 - Fixed a bug where comments couldn't be inside elements. 46 - Fixed TiXmlAttribute::Previous actually returning "next." Thanks 52 - Fixed a delete buf that should be a delete [] buf. 56 - ReplaceChild() was almost guarenteed to fail. Should be fixed, 68 - Fixed bug where isalpha() and isalnum() would get called with a negative value for 70 - Fixed some errors codes that were not getting set. 78 - Fixed ReplaceChild bug, thanks to Tao Chen [all...] |
/external/openfst/ |
NEWS | 22 * Fixed cross-FST serialization issues (1.3.3) 23 * Fixed NGramFst off-by-one issue (1.3.3) 53 * Fixed numerous bugs (1.2 through 1.2.9) including: 67 - Fixed handling of final weight of start state in fstpush (1.2.8) 69 - Fixed missing <functional> includes (1.2.9) 70 - Fixed reused local variable names (1.2.9) 71 - Fixed passing string by reference in FstDraw args (1.2.9) 88 * Fixed library ordering issues esp. with newer GNU build tools (1.2.10) 92 * Fixed bug in acyclic minimization that led to non-minimal 94 * Fixed missing FST typedef in various matchers in matcher. [all...] |
/external/quake/quake/src/QW/ |
qwrlnote.txt | 18 - Fixed many of the overflow problems found in 2.2x
42 Fixed/Changed:
44 - Fixed lots of overflow bugs (TF2.6 now works)
48 dm3 fixed.
60 Fixed/Changed:
61 - Demo recording lock ups fixed
65 dm3 fixed.
66 - Small bug in fov changes in glqwcl fixed (calculated fov span at wrong
68 - Linux client was hard locked at 30fps, fixed
76 Fixed/Changed: [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 32 fixed memory fault caused by out of order test in setsval. 40 fixed some null pointer refs calling adjbuf. 43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho 47 fixed quotation in b.c; thanks to Hal Pratt and the Princeton Dante 54 removed the obsolete -V argument; fixed --version to print the 57 fixed wording and an outright error in the usage message; thanks to igor 60 fixed a bug in -d that caused core dump if no program followed. 75 core dump on linux with BEGIN {nextfile}, now fixed. 86 fixed infinite loop in parsing, originally found by brian tsang. 101 fixed a couple of overflow problems with ridiculous field numbers [all...] |
/external/clang/test/CodeGen/ |
arm-abi-vector.c | 15 double varargs_vec_2i(int fixed, ...) { 30 double sum = fixed; 31 va_start(ap, fixed); 46 double varargs_vec_3c(int fixed, ...) { 56 double sum = fixed; 57 va_start(ap, fixed); 72 double varargs_vec_5c(int fixed, ...) { 87 double sum = fixed; 88 va_start(ap, fixed); 103 double varargs_vec_9c(int fixed, ...) [all...] |
2002-02-13-ReloadProblem.c | 3 /* This triggered a problem in reload, fixed by disabling most of the
|
/external/chromium/third_party/libjingle/source/ |
CHANGELOG | 4 - Fixed build on Windows 7 with VS 2010 5 - Fixed build on Windows x64 6 - Fixed build on Mac OSX
|
/external/chromium/chrome/browser/sync/protocol/ |
service_constants.h | 11 // These fixed service names are used to obtain auth cookies for the
|
/external/chromium/net/proxy/ |
proxy_config_service_fixed.h | 15 // Implementation of ProxyConfigService that returns a fixed result.
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-for-simple-stream.h | 4 // found in system headers cannot be fixed by the user and should be
|
/external/clang/test/FixIt/ |
fixit-c90.c | 12 warnings will be fixed by -fixit, and the resulting file should
|