Searched refs:tweaks (Results 1 – 25 of 109) sorted by relevance
12345
/third_party/glib/gio/ |
D | gdesktopappinfo.c | 775 UnindexedMimeTweaks *tweaks = data; in free_mime_tweaks() local 777 g_strfreev (tweaks->additions); in free_mime_tweaks() 778 g_strfreev (tweaks->removals); in free_mime_tweaks() 779 g_strfreev (tweaks->defaults); in free_mime_tweaks() 781 g_slice_free (UnindexedMimeTweaks, tweaks); in free_mime_tweaks() 788 UnindexedMimeTweaks *tweaks; in desktop_file_dir_unindexed_get_tweaks() local 792 tweaks = g_hash_table_lookup (dir->mime_tweaks, unaliased_type); in desktop_file_dir_unindexed_get_tweaks() 794 if (tweaks == NULL) in desktop_file_dir_unindexed_get_tweaks() 796 tweaks = g_slice_new0 (UnindexedMimeTweaks); in desktop_file_dir_unindexed_get_tweaks() 797 g_hash_table_insert (dir->mime_tweaks, unaliased_type, tweaks); in desktop_file_dir_unindexed_get_tweaks() [all …]
|
/third_party/ninja/doc/ |
D | README.md | 7 Docbook XSL tweaks to produce HTML from that.
|
/third_party/libphonenumber/metadata/ |
D | README.md | 25 they are not expected to change dramatically, API tweaks and bug fixes are
|
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | README.md | 5 different performance tweaks. The tools allow you to save performance data from 109 However, if you are iterating over different performance tweaks quickly, it is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/ |
D | README.txt | 25 tweaks to the original extension. One tweak is to disallow the
|
/third_party/openGLES/extensions/IBM/ |
D | README.txt | 25 tweaks to the original extension. One tweak is to disallow the
|
/third_party/ltp/doc/ |
D | supported-kernel-libc-versions.txt | 32 support with a few manual tweaks, e.g. disabling manually tests for
|
/third_party/mesa3d/src/mesa/tnl/ |
D | NOTES | 56 In addition, the following functions provide further tweaks:
|
/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 52 * VI syntax highlighting tweaks.
|
/third_party/boost/libs/spirit/doc/ |
D | acknowledgments.qbk | 132 [*Giovanni Bajo] for last minute tweaks of Spirit 1.8.0 for CodeWarrior 8.3. 143 fixes, the distinct parsers, the lazy parser, some phoenix tweaks and add-ons
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_transpose_matrix.txt | 210 * Revision 1.3 - Minor tweaks to GLX protocol and Errors. (7 Dec 1999)
|
D | ARB_shadow_ambient.txt | 227 - minor tweaks
|
D | ARB_shadow.txt | 280 - minor tweaks
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
D | CREDITS.TXT | 85 D: Clang diagnostic & driver tweaks 324 D: Win32 tweaks.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_transpose_matrix.txt | 220 * Revision 1.3 - Minor tweaks to GLX protocol and Errors. (7 Dec 1999)
|
D | ARB_shadow_ambient.txt | 237 - minor tweaks
|
D | ARB_shadow.txt | 290 - minor tweaks
|
/third_party/protobuf/cmake/ |
D | CMakeLists.txt | 87 # Parse version tweaks
|
/third_party/boost/tools/build/src/tools/ |
D | stlport.jam | 298 # of <stdlib>stlport, so tweaks to check-init-parameters are needed.
|
/third_party/libnl/doc/stylesheets/ |
D | slidy.css | 426 /* SJR: AsciiDoc slidy backend tweaks */
|
/third_party/python/Objects/ |
D | lnotab_notes.txt | 119 was also encoded by an unsigned byte.) So we make two tweaks:
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b2.rst | 168 Incorporate minor tweaks from importlib_metadata 4.1: SimplePath protocol,
|
/third_party/libunwind/ |
D | NEWS | 26 ** Lots of cleanups, perf tweaks
|
/third_party/node/deps/npm/node_modules/libnpx/ |
D | CHANGELOG.md | 383 * **i18n:** minor tweaks to ja.json (#46) ([1ed63c2](https://github.com/npm/npx/commit/1ed63c2)) 706 * **docs:** misc tweaks to docs ([ed70a7b](https://github.com/npm/npx/commit/ed70a7b))
|
/third_party/libusb/ |
D | ChangeLog | 240 * Bug fixes and documentation tweaks
|
12345