Home
last modified time | relevance | path

Searched refs:tweaks (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/glib/gio/
Dgdesktopappinfo.c775 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/
DREADME.md7 Docbook XSL tweaks to produce HTML from that.
/third_party/libphonenumber/metadata/
DREADME.md25 they are not expected to change dramatically, API tweaks and bug fixes are
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
DREADME.md5 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/
DREADME.txt25 tweaks to the original extension. One tweak is to disallow the
/third_party/openGLES/extensions/IBM/
DREADME.txt25 tweaks to the original extension. One tweak is to disallow the
/third_party/ltp/doc/
Dsupported-kernel-libc-versions.txt32 support with a few manual tweaks, e.g. disabling manually tests for
/third_party/mesa3d/src/mesa/tnl/
DNOTES56 In addition, the following functions provide further tweaks:
/third_party/protobuf/
DCONTRIBUTORS.txt52 * VI syntax highlighting tweaks.
/third_party/boost/libs/spirit/doc/
Dacknowledgments.qbk132 [*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/
DARB_transpose_matrix.txt210 * Revision 1.3 - Minor tweaks to GLX protocol and Errors. (7 Dec 1999)
DARB_shadow_ambient.txt227 - minor tweaks
DARB_shadow.txt280 - minor tweaks
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT85 D: Clang diagnostic & driver tweaks
324 D: Win32 tweaks.
/third_party/openGLES/extensions/ARB/
DARB_transpose_matrix.txt220 * Revision 1.3 - Minor tweaks to GLX protocol and Errors. (7 Dec 1999)
DARB_shadow_ambient.txt237 - minor tweaks
DARB_shadow.txt290 - minor tweaks
/third_party/protobuf/cmake/
DCMakeLists.txt87 # Parse version tweaks
/third_party/boost/tools/build/src/tools/
Dstlport.jam298 # of <stdlib>stlport, so tweaks to check-init-parameters are needed.
/third_party/libnl/doc/stylesheets/
Dslidy.css426 /* SJR: AsciiDoc slidy backend tweaks */
/third_party/python/Objects/
Dlnotab_notes.txt119 was also encoded by an unsigned byte.) So we make two tweaks:
/third_party/python/Misc/NEWS.d/
D3.10.0b2.rst168 Incorporate minor tweaks from importlib_metadata 4.1: SimplePath protocol,
/third_party/libunwind/
DNEWS26 ** Lots of cleanups, perf tweaks
/third_party/node/deps/npm/node_modules/libnpx/
DCHANGELOG.md383 * **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/
DChangeLog240 * Bug fixes and documentation tweaks

12345