/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerFlags.def | 14 FUZZER_FLAG_UNSIGNED(seed, 0, "Random seed. If 0, seed is generated.") 18 "If 0, libFuzzer tries to guess a good value based on the corpus " 20 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.") 25 "If 1, always prefer smaller inputs during the corpus shuffle.") 29 "If one unit runs more than this number of seconds the process will abort.") 34 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total " 37 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be " 41 FUZZER_FLAG_INT(minimize_crash, 0, "If 1, minimizes the provided" 55 FUZZER_FLAG_UNSIGNED(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn" 60 " If zero, \"min(jobs,NumberOfCpuCores()/2)\" is used.") [all …]
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | .clang-format | 10 # If true, aligns escaped newlines as far left as possible. Otherwise puts them into the right-most… 13 # If true, aligns trailing comments. 22 # If true, short case labels will be contracted to a single line. 28 # If true, if (a) return; can be put on a single line. 31 # If true, while (true) continue; can be put on a single line. 34 # If true, always break after function definition return types. 37 # If true, always break before multiline string literals. 40 # If true, always break after the template<...> of a template declaration. 43 # If false, a function call's arguments will either be all on the same line or will have one line e… 46 # If false, a function declaration's or function definition's parameters will either all be on the … [all …]
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | Doxyfile.global | 30 # If a relative path is entered, it will be relative to the location 31 # where doxygen was started. If left blank the current directory will be used. 45 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 52 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 57 # If the EXTRACT_STATIC tag is set to YES all static members of a file 62 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 64 # If set to NO only classes defined in header files are included. 68 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 70 # If set to NO (the default) these members will be included in the 76 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all [all …]
|
/third_party/ninja/doc/ |
D | doxygen.config | 30 # If a relative path is entered, it will be relative to the location 31 # where doxygen was started. If left blank the current directory will be used. 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 67 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 74 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 86 # If left blank, the following values are used ("$name" is automatically 93 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 99 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 106 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 107 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/popt/ |
D | Doxyfile.in | 30 # If a relative path is entered, it will be relative to the location 31 # where doxygen was started. If left blank the current directory will be used. 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 85 # If left blank, the following values are used ("$name" is automatically 92 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 98 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 105 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 106 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_native_query.txt | 73 If the <dpy> is a valid and initialized EGLDisplay, EGL_TRUE 76 contents of <display_id> are left untouched. If the <dpy> is 77 not valid, an EGL_BAD_DISPLAY error will be generated. If <dpy> 79 generated. If <display_id> is NULL, an EGL_BAD_PARAMETER error 93 and EGL_TRUE will be returned. If the call fails, EGL_FALSE 95 If <dpy> is not a valid EGLDisplay, an EGL_BAD_DISPLAY error 96 will be generated. If <dpy> is not initialized, an EGL_NOT_- 97 INITIALIZED error will be generated. If <surf> is not a valid 99 window, an EGL_BAD_SURFACE error will be generated." If <win> 113 and EGL_TRUE will be returned. If the call fails, EGL_FALSE [all …]
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_native_query.txt | 73 If the <dpy> is a valid and initialized EGLDisplay, EGL_TRUE 76 contents of <display_id> are left untouched. If the <dpy> is 77 not valid, an EGL_BAD_DISPLAY error will be generated. If <dpy> 79 generated. If <display_id> is NULL, an EGL_BAD_PARAMETER error 93 and EGL_TRUE will be returned. If the call fails, EGL_FALSE 95 If <dpy> is not a valid EGLDisplay, an EGL_BAD_DISPLAY error 96 will be generated. If <dpy> is not initialized, an EGL_NOT_- 97 INITIALIZED error will be generated. If <surf> is not a valid 99 window, an EGL_BAD_SURFACE error will be generated." If <win> 113 and EGL_TRUE will be returned. If the call fails, EGL_FALSE [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 28 /// CCIfType - If the current argument is one of the specified types, apply 34 /// CCIf - If the predicate matches, apply A. 39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply 44 /// CCIfSwiftSelf - If the current argument has swiftself parameter attribute, 49 /// CCIfSwiftError - If the current argument has swifterror parameter attribute, 54 /// CCIfCFGuardTarget - If the current argument has cfguardtarget parameter 59 /// CCIfConsecutiveRegs - If the current argument has InConsecutiveRegs 68 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply 72 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply 76 /// CCIfSplit - If this argument is marked with the 'split' attribute, apply [all …]
|
/third_party/node/deps/npm/node_modules/normalize-package-data/ |
D | README.md | 35 If strict mode is activated, only Semver 2.0 version strings are accepted. Otherwise, Semver 1.0 st… 55 If the supplied data has an invalid name or version vield, `normalizeData` will throw an error. Dep… 61 * If `name` and/or `version` fields are missing, they are set to empty strings. 62 * If `files` field is not an array, it will be removed. 63 * If `bin` field is a string, then `bin` field will become an object with `name` set to the value o… 64 * If `man` field is a string, it will become an array with the original string as its sole member. 65 * If `keywords` field is string, it is considered to be a list of keywords separated by one or more… 67 * If `bundledDependencies` field (a typo) exists and `bundleDependencies` field does not, `bundledD… 68 * If the value of any of the dependencies fields (`dependencies`, `devDependencies`, `optionalDepe… 72 * If `description` field does not exist, but `readme` field does, then (more or less) the first par… [all …]
|
/third_party/boost/libs/core/doc/ |
D | lightweight_test.qbk | 66 If expression is false increases the error count and outputs a 77 If expression is true increases the error count and outputs a 99 If `expr1 == expr2` is not true increases the error count and outputs a 110 If `expr1 != expr2` is not true increases the error count and outputs a 121 If `expr1 < expr2` is not true increases the error count and outputs a 132 If `expr1 <= expr2` is not true increases the error count and outputs a 143 If `expr1 > expr2` is not true increases the error count and outputs a 154 If `expr1 >= expr2` is not true increases the error count and outputs a 165 …xpr1` and `expr2` as pointers to null-terminated byte strings (C strings). If `std::strcmp(expr1, … 175 …xpr1` and `expr2` as pointers to null-terminated byte strings (C strings). If `std::strcmp(expr1, … [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode/XcodeDocSet/ |
D | Doxyfile | 38 # If a relative path is entered, it will be relative to the location 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 84 # If left blank, the following values are used ("$name" is automatically 101 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 115 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | doxyfile | 38 # If a relative path is entered, it will be relative to the location 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 84 # If left blank, the following values are used ("$name" is automatically 101 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 115 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/boost/libs/nowide/doc/ |
D | Doxyfile | 38 # If a relative path is entered, it will be relative to the location 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 84 # If left blank, the following values are used ("$name" is automatically 91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 105 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/acpi/ |
D | globutil.asl | 11 If (LLess(Arg0, Arg1)) { 49 If (LGreater(Local2, Local3)) { 52 If (LLess(Local2, Local3)) { 59 If (LLess(Local4, Local5)) { 62 If (LLess(Local4, Local6)) { 81 If (LLess(SLEN(Arg0), SLEN(Arg1))) { 88 If (LNotEqual(Derefof(Index(Local0, Local2)), 106 If (LNotEqual(Arg0, 0)) {
|
/third_party/boost/boost/ptr_container/detail/ |
D | throw_exception.hpp | 24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument 28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
|
/third_party/boost/libs/locale/doc/ |
D | Doxyfile | 52 # If a relative path is entered, it will be relative to the location 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 98 # If left blank, the following values are used ("$name" is automatically 105 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 111 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 118 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 119 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_read_depth_stencil.txt | 85 If the <format> is DEPTH_COMPONENT, then values are obtained 86 from the depth buffer. If there is no depth buffer, the error 87 INVALID_OPERATION occurs. If the <type> is not UNSIGNED_SHORT, 89 occurs. If the <type> is FLOAT and the depth buffer is not a 90 float buffer, an INVALID_OPERATION error occurs. If the <type> 96 If the <format> is DEPTH_STENCIL_OES, then values are taken from 97 both the depth buffer and the stencil buffer. If there is no 99 INVALID_OPERATION occurs. If the <type> is not UNSIGNED_INT_24_- 101 INVALID_ENUM occurs. If the <type> is FLOAT_32_UNSIGNED_INT_24_- 103 OPERATION error occurs. If the <type> is UNSIGNED_INT_24_8_OES [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_read_depth_stencil.txt | 85 If the <format> is DEPTH_COMPONENT, then values are obtained 86 from the depth buffer. If there is no depth buffer, the error 87 INVALID_OPERATION occurs. If the <type> is not UNSIGNED_SHORT, 89 occurs. If the <type> is FLOAT and the depth buffer is not a 90 float buffer, an INVALID_OPERATION error occurs. If the <type> 96 If the <format> is DEPTH_STENCIL_OES, then values are taken from 97 both the depth buffer and the stencil buffer. If there is no 99 INVALID_OPERATION occurs. If the <type> is not UNSIGNED_INT_24_- 101 INVALID_ENUM occurs. If the <type> is FLOAT_32_UNSIGNED_INT_24_- 103 OPERATION error occurs. If the <type> is UNSIGNED_INT_24_8_OES [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/docs/ |
D | Doxyfile | 52 # If a relative path is entered, it will be relative to the location 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 98 # If left blank, the following values are used ("$name" is automatically 115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 121 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 128 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 129 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/mbedtls/doxygen/ |
D | mbedtls.doxyfile | 54 # If a relative path is entered, it will be relative to the location 55 # where doxygen was started. If left blank the current directory will be used. 59 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 81 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 88 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 100 # If left blank, the following values are used ("$name" is automatically 117 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 123 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 130 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 131 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/wayland-ivi-extension/doc/ |
D | Doxyfile.template | 52 # If a relative path is entered, it will be relative to the location 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 98 # If left blank, the following values are used ("$name" is automatically 105 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 111 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 118 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 119 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/pulseaudio/doxygen/ |
D | doxygen.conf.in | 52 # If a relative path is entered, it will be relative to the location 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 98 # If left blank, the following values are used ("$name" is automatically 105 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 111 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 118 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 119 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/uboot/u-boot-2020.01/board/lego/ev3/ |
D | README | 19 * If it is, try to load boot.scr from the first FAT partition 20 * If loading boot.scr was successful, run it 22 * If loading uEnv.txt was successful, import it 23 * If there is a uenvcmd variable (from uEnv.txt), run it 25 * If it was successful, try to load da850-lego-ev3.dtb 26 * If loading uImage was successful, boot it (DT is optional) 27 * If none of the above was successful, try booting from flash 50 If you are booting from the microSD card, it is enough to just write uboot.bin 51 to the flash. If you are not using a microSD card, you will need to create an
|
/third_party/libnl/doc/ |
D | Doxyfile.in | 52 # If a relative path is entered, it will be relative to the location 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 98 # If left blank, the following values are used ("$name" is automatically 105 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 111 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 118 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 119 # path before files name in the file list and in the header files. If set [all …]
|
/third_party/flutter/glfw/docs/ |
D | Doxyfile.in | 52 # If a relative path is entered, it will be relative to the location 53 # where doxygen was started. If left blank the current directory will be used. 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 98 # If left blank, the following values are used ("$name" is automatically 105 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 111 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 118 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 119 # path before files name in the file list and in the header files. If set [all …]
|