Searched refs:nonstandard (Results 1 – 25 of 87) sorted by relevance
1234
/third_party/ffmpeg/libavcodec/ |
D | mpeg12framerate.c | 46 int nonstandard) in ff_mpeg12_find_best_frame_rate() argument 49 int max_code = nonstandard ? 12 : 8; in ff_mpeg12_find_best_frame_rate()
|
D | mpeg12.h | 73 int nonstandard);
|
/third_party/gettext/ |
D | DEPENDENCIES | 16 + If it is installed in a nonstandard directory, pass the option 28 + If it is installed in a nonstandard directory, pass the option 42 + If it is installed in a nonstandard directory, pass the option 127 + If it is installed in a nonstandard directory, pass the option
|
/third_party/gettext/libtextstyle/ |
D | DEPENDENCIES | 12 + If it is installed in a nonstandard directory, pass the option 26 + If it is installed in a nonstandard directory, pass the option
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_extensions.py | 74 def __init__(self, name, alias="", required=False, nonstandard=False, argument 80 self.is_nonstandard = nonstandard
|
D | zink_instance.py | 41 nonstandard=True),
|
D | zink_device_info.py | 167 nonstandard=True,
|
/third_party/libuv/ |
D | CMakeLists.txt | 88 set(lint-no-nonstandard-msvc $<$<BOOL:${UV_LINT_NO_NONSTANDARD_MSVC}>:/wd4201>) 89 set(lint-no-nonstandard-empty-tu-msvc $<$<BOOL:${UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC}>:/wd4206>) 90 set(lint-no-nonstandard-file-scope-msvc $<$<BOOL:${UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC}>:/wd4210… 91 set(lint-no-nonstandard-nonstatic-dlimport-msvc $<$<BOOL:${UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPOR… 108 list(APPEND uv_cflags ${lint-no-nonstandard-msvc}) 109 list(APPEND uv_cflags ${lint-no-nonstandard-empty-tu-msvc}) 110 list(APPEND uv_cflags ${lint-no-nonstandard-file-scope-msvc}) 111 list(APPEND uv_cflags ${lint-no-nonstandard-nonstatic-dlimport-msvc})
|
/third_party/boost/libs/bind/doc/bind/ |
D | faq.qbk | 36 `result_type`, but it can also be used with nonstandard functions. For example, 87 [section Why doesn't bind automatically recognize nonstandard functions?]
|
D | troubleshooting.qbk | 114 [section Binding a nonstandard function] 121 nonstandard functions.
|
/third_party/boost/tools/build/src/tools/ |
D | mipspro.jam | 70 …ile OPTIONS <warnings>on : -ansiW -diag_suppress 1429 ; # suppress long long is nonstandard warning 73 …nings>pedantic : -fullwarn -ansiW -diag_suppress 1429 ; # suppress long long is nonstandard warning
|
/third_party/musl/ |
D | WHATSNEW | 131 prototypes for nonstandard and obsolete functions 185 for nonstandard macros, etc. 200 - flock (nonstandard) 201 - forkpty (nonstandard) 420 - more compatibility macros in sys/param.h (nonstandard header) 422 - fgetpwent function (nonstandard) 427 - get_current_dir_name function (nonstandard) 503 - prototypes for a few additional nonstandard functions 581 - buggy macros in (nonstandard) sys/param.h 634 - syscall wrapper for lots of nonstandard and/or legacy linux syscalls [all …]
|
/third_party/skia/third_party/externals/dawn/third_party/gn/glfw/ |
D | BUILD.gn | 56 # nonstandard extension, function/data pointer conversion in expression
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/ |
D | meson.build | 7 '/wd4200', # nonstandard extension used : zero-sized array in struct/union
|
/third_party/boost/libs/numeric/ublas/test/ |
D | Jamfile | 67 …#<toolset>msvc:<cxxflags>/wd4224 # nonstandard extension used : formal parameter 'arg' was previou…
|
/third_party/cJSON/ |
D | CMakeLists.txt | 52 # Disable warning c4001 - nonstandard extension 'single line comment' was used
|
/third_party/python/Doc/library/ |
D | sqlite3.rst | 15 using a nonstandard variant of the SQL query language. Some applications can use 367 This is a nonstandard shortcut that creates a cursor object by calling 374 This is a nonstandard shortcut that creates a cursor object by 381 This is a nonstandard shortcut that creates a cursor object by 697 This is a nonstandard convenience method for executing multiple SQL statements 1130 Using the nonstandard :meth:`execute`, :meth:`executemany` and
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/ |
D | BUILD.gn | 246 # nonstandard extension, function/data pointer conversion in expression
|
/third_party/flutter/skia/third_party/externals/angle2/third_party/glmark2/ |
D | BUILD.gn | 48 # M_PI is nonstandard.
|
/third_party/boost/tools/build/doc/src/ |
D | faq.adoc | 300 If you install libraries to a nonstandard location and add an explicit 311 install them to a nonstandard directory and add an explicit path, like
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | es_FONIPA_zh.txt | 426 # The rules for /ts/ (tz in the orthography) are nonstandard and derived
|
/third_party/libwebsockets/READMEs/ |
D | README.plugin-sshd-base.md | 245 You can have the vhost it binds to listen on a nonstandard port. The ssh
|
/third_party/icu/icu4c/source/data/translit/ |
D | es_FONIPA_zh.txt | 427 # The rules for /ts/ (tz in the orthography) are nonstandard and derived
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | es_FONIPA_zh.txt | 427 # The rules for /ts/ (tz in the orthography) are nonstandard and derived
|
/third_party/skia/third_party/externals/angle2/third_party/glmark2/ |
D | BUILD.gn | 54 # M_PI is nonstandard.
|
1234