| /third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
| D | GENERATED_AbseilCopts.cmake | 16 "-Wno-c99-extensions" 17 "-Wno-deprecated-declarations" 18 "-Wno-missing-noreturn" 19 "-Wno-missing-prototypes" 20 "-Wno-missing-variable-declarations" 21 "-Wno-null-conversion" 22 "-Wno-shadow" 23 "-Wno-shift-sign-overflow" 24 "-Wno-sign-compare" 25 "-Wno-unused-function" [all …]
|
| D | GENERATED_copts.bzl | 17 "-Wno-c99-extensions", 18 "-Wno-deprecated-declarations", 19 "-Wno-missing-noreturn", 20 "-Wno-missing-prototypes", 21 "-Wno-missing-variable-declarations", 22 "-Wno-null-conversion", 23 "-Wno-shadow", 24 "-Wno-shift-sign-overflow", 25 "-Wno-sign-compare", 26 "-Wno-unused-function", [all …]
|
| D | copts.py | 20 "-Wno-c99-extensions", 21 "-Wno-deprecated-declarations", 22 "-Wno-missing-noreturn", 23 "-Wno-missing-prototypes", 24 "-Wno-missing-variable-declarations", 25 "-Wno-null-conversion", 26 "-Wno-shadow", 27 "-Wno-shift-sign-overflow", 28 "-Wno-sign-compare", 29 "-Wno-unused-function", [all …]
|
| /third_party/musl/libc-test/src/common/ |
| D | BUILD.gn | 21 "-pipe", 22 "-std=c99", 23 "-D_POSIX_C_SOURCE=200809L", 24 "-Wall", 25 "-Wno-unused", 26 "-Wno-unused-function", 27 "-Wno-missing-braces", 28 "-Wno-overflow", 29 "-Wno-unknown-pragmas", 30 "-Wno-unsupported-floating-point-opt", [all …]
|
| /third_party/EGL/api/ |
| D | registry.rnc | 1 # Copyright 2013-2020 The Khronos Group Inc. 2 # SPDX-License-Identifier: Apache-2.0 5 # See https://www.github.com/KhronosGroup/EGL-Registry 10 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes" 33 # name - name of this type, if not present in the <name> tag 34 # api - matches a <feature> api attribute, if present 35 # requires - name of another type definition required by this one 36 # type - "group", if present, indicating a group of values in the 38 # comment - unused 39 # <apientry /> - substitutes for an APIENTRY-style macro on output [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | generatorImplicitAny.errors.txt | 1 …mplicitly results in an 'any' type because its containing generator lacks a return-type annotation. 2 …mplicitly results in an 'any' type because its containing generator lacks a return-type annotation. 6 function* g() {} 9 declare function noop(): void; 10 declare function f<T>(value: T): void; 12 function* g2() { 15 …mplicitly results in an 'any' type because its containing generator lacks a return-type annotation. 18 function* g3() { 22 function* g4() { 23 yield; // ok, result is unused [all …]
|
| D | commaOperatorLeftSideUnused.errors.txt | 1 …torLeftSideUnused.ts(8,10): error TS2695: Left side of comma operator is unused and has no side ef… 2 …orLeftSideUnused.ts(16,19): error TS2695: Left side of comma operator is unused and has no side ef… 3 …orLeftSideUnused.ts(19,21): error TS2695: Left side of comma operator is unused and has no side ef… 4 …torLeftSideUnused.ts(22,7): error TS2695: Left side of comma operator is unused and has no side ef… 5 …torLeftSideUnused.ts(23,7): error TS2695: Left side of comma operator is unused and has no side ef… 6 …torLeftSideUnused.ts(24,7): error TS2695: Left side of comma operator is unused and has no side ef… 7 …torLeftSideUnused.ts(25,7): error TS2695: Left side of comma operator is unused and has no side ef… 8 …torLeftSideUnused.ts(26,7): error TS2695: Left side of comma operator is unused and has no side ef… 9 …torLeftSideUnused.ts(27,7): error TS2695: Left side of comma operator is unused and has no side ef… 10 …torLeftSideUnused.ts(28,7): error TS2695: Left side of comma operator is unused and has no side ef… [all …]
|
| D | commaOperatorLeftSideUnused.types | 8 function fn() { 140 xx = (function() { }, 100); 141 >xx = (function() { }, 100) : 100 143 >(function() { }, 100) : 100 144 >function() { }, 100 : 100 145 >function() { } : () => void 156 xx = (typeof xx, 'unused'); 157 >xx = (typeof xx, 'unused') : "unused" 159 >(typeof xx, 'unused') : "unused" 160 >typeof xx, 'unused' : "unused" [all …]
|
| D | unusedIdentifiersConsolidated1.js | 2 function greeter(person: string) { 3 var unused = 20; 18 var unused = 20; 37 const lettersRegexp = /^[A-Za-z]+$/; 38 const numberRegexp = /^[0-9]+$/; 105 var __extends = (this && this.__extends) || (function () { 106 var extendStatics = function (d, b) { 108 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || 109 … function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; 112 return function (d, b) { [all …]
|
| D | witness.errors.txt | 3 …/witness/witness.ts(28,12): error TS2695: Left side of comma operator is unused and has no side ef… 5 …/witness/witness.ts(30,12): error TS2695: Left side of comma operator is unused and has no side ef… 6 …/witness/witness.ts(30,12): error TS2695: Left side of comma operator is unused and has no side ef… 7 …/witness/witness.ts(32,12): error TS2695: Left side of comma operator is unused and has no side ef… 8 …/witness/witness.ts(32,12): error TS2695: Left side of comma operator is unused and has no side ef… 9 …/witness/witness.ts(32,12): error TS2695: Left side of comma operator is unused and has no side ef… 24 function fn(pInit = pInit) { 41 function fnReturn1() { 47 function fnReturn2() { 55 !!! error TS2695: Left side of comma operator is unused and has no side effects. [all …]
|
| /third_party/node/deps/base64/base64/lib/ |
| D | codecs.h | 7 // Function parameters for encoding functions: 16 // Function parameters for decoding functions: 25 // Function signature for encoding functions: 31 // Function signature for decoding functions: 37 // Cast away unused variable, silence compiler: 38 #define UNUSED(x) ((void)(x)) macro 40 // Stub function when encoder arch unsupported: 42 UNUSED(state); \ 43 UNUSED(src); \ 44 UNUSED(srclen); \ [all …]
|
| /third_party/openGLES/xml/ |
| D | registry.rnc | 1 # Copyright 2013-2020 The Khronos Group Inc. 2 # SPDX-License-Identifier: Apache-2.0 5 # See https://github.com/KhronosGroup/OpenGL-Registry 10 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes" 34 # name - name of this type, if not present in the <name> tag 35 # api - matches a <feature> api attribute, if present 36 # requires - name of another type definition required by this one 37 # type - "group", if present, indicating a group of values in the 39 # comment - unused 40 # <apientry /> - substitutes for an APIENTRY-style macro on output [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| D | registry.rnc | 1 # Copyright (c) 2013-2017 The Khronos Group Inc. 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # See https://github.com/KhronosGroup/OpenGL-Registry 21 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes" 44 # name - name of this type, if not present in the <name> tag 45 # api - matches a <feature> api attribute, if present 46 # requires - name of another type definition required by this one 47 # type - "group", if present, indicating a group of values in the 49 # comment - unused 50 # <apientry /> - substitutes for an APIENTRY-style macro on output [all …]
|
| /third_party/skia/third_party/externals/egl-registry/api/ |
| D | registry.rnc | 1 # Copyright (c) 2013-2017 The Khronos Group Inc. 23 # See https://www.github.com/KhronosGroup/EGL-Registry 28 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes" 51 # name - name of this type, if not present in the <name> tag 52 # api - matches a <feature> api attribute, if present 53 # requires - name of another type definition required by this one 54 # type - "group", if present, indicating a group of values in the 56 # comment - unused 57 # <apientry /> - substitutes for an APIENTRY-style macro on output 58 # <name> - contains typename [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | avcodec.h | 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 97 * - Set up and open the AVCodecContext as usual. 98 * - Send valid input: 99 * - For decoding, call avcodec_send_packet() to give the decoder raw 101 * - For encoding, call avcodec_send_frame() to give the encoder an AVFrame 108 * - Receive output in a loop. Periodically call one of the avcodec_receive_*() 110 * - For decoding, call avcodec_receive_frame(). On success, it will return 112 * - For encoding, call avcodec_receive_packet(). On success, it will return 126 * In theory, sending input can result in EAGAIN - this should happen only if 134 * performance or out of necessity (consider B-frames). [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_explicit_uniform_location.txt | 21 Copyright (c) 2012-2013 The Khronos Group Inc. Copyright terms at 49 This extension provides a method to pre-assign uniform locations to 87 assigned after each successful re-link. The explicitly defined locations 102 otherwise identical to GetUniformLocation. The value -1 will be returned 110 and ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS minus one there may be unused 116 There is an implementation-dependent limit on the number of active 125 Each function in a shader associated with a subroutine type is considered 127 the function could never be assigned to an active subroutine uniform. 134 there may be unused indices either because they weren't assigned an 138 0 and ACTIVE_SUBROUTINES minus one with no index unused. It is [all …]
|
| /third_party/jerryscript/docs/ |
| D | 10.EXT-REFERENCE-HANDLER.md | 3 The `jerryscript-ext/handler.h` header defines a set of convenience methods 13 - The property name must be a zero terminated UTF-8 string. 14 - There should be no '\0' (NULL) character in the name excluding the string terminator. 15 - Returned value must be freed with [jerry_release_value](#jerry_release_value) when it 28 - `target_object` - the object where the property should be set 29 - `name` - name of the property 30 - `value` - property value to be set 31 - return value 32 - JS true value, if success 33 - thrown error, if there was a problem setting the property [all …]
|
| /third_party/ntfs-3g/libntfs-3g/ |
| D | logging.c | 2 * logging.c - Centralised logging. Originated from the Linux-NTFS project. 5 * Copyright (c) 2005-2008 Szabolcs Szakacsits 6 * Copyright (c) 2010 Jean-Pierre Andre 19 * along with this program (in the main directory of the NTFS-3G 21 * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 66 * struct ntfs_logging - Control info for the logging system 69 * @handler: Function to perform the actual logging 99 * ntfs_log_get_levels - Get a list of the current logging levels 103 * Returns: Log levels in a 32-bit field 111 * ntfs_log_set_levels - Enable extra logging levels [all …]
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_explicit_uniform_location.txt | 21 Copyright (c) 2012-2013 The Khronos Group Inc. Copyright terms at 26 Khronos-approved extension specifications are updated in response to 59 This extension provides a method to pre-assign uniform locations to 97 assigned after each successful re-link. The explicitly defined locations 112 otherwise identical to GetUniformLocation. The value -1 will be returned 120 and ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS minus one there may be unused 126 There is an implementation-dependent limit on the number of active 135 Each function in a shader associated with a subroutine type is considered 137 the function could never be assigned to an active subroutine uniform. 144 there may be unused indices either because they weren't assigned an [all …]
|
| /third_party/elfutils/tests/ |
| D | backtrace-child.c | 18 /* Command line syntax: ./backtrace-child [--ptraceme|--gencore] 19 --ptraceme will call ptrace (PTRACE_TRACEME) in the two threads. 20 --gencore will call abort () at its end. 23 To test getting a signal at the very first instruction of a function: 24 PC will get changed to function 'jmp' by backtrace.c function 25 prepare_thread. Then SIGUSR2 will be signalled to backtrace-child 26 which will invoke function sigusr2. 28 instruction of a function. Properly handled unwind should not slip into 29 the previous unrelated function. 30 The tested functionality is arch-independent but the code reproducing it [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | StripDeadPrototypes.cpp | 1 //===-- StripDeadPrototypes.cpp - Remove unused function declarations ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 // unused library functions). 14 //===----------------------------------------------------------------------===// 25 #define DEBUG_TYPE "strip-dead-prototypes" 32 // Erase dead function prototypes. in stripDeadPrototypes() 34 Function *F = &*I++; in stripDeadPrototypes() 35 // Function must be a prototype and unused. in stripDeadPrototypes() 36 if (F->isDeclaration() && F->use_empty()) { in stripDeadPrototypes() [all …]
|
| /third_party/node/test/js-native-api/test_general/ |
| D | testInstanceOf.js | 17 // eslint-disable-next-line no-unused-vars 18 function assertTrue(assertion) { 22 // eslint-disable-next-line no-unused-vars 23 function assertFalse(assertion) { 27 // eslint-disable-next-line no-unused-vars 28 function assertEquals(leftHandSide, rightHandSide) { 32 // eslint-disable-next-line no-unused-vars 33 function assertThrows(statement) { 34 assert.throws(function() { 39 function testFile(fileName) { [all …]
|
| /third_party/node/benchmark/es/ |
| D | destructuring-object-bench.js | 10 function runNormal(n) { 14 /* eslint-disable no-unused-vars */ 18 /* eslint-enable no-unused-vars */ 23 function runDestructured(n) { 27 /* eslint-disable no-unused-vars */ 29 /* eslint-enable no-unused-vars */ 34 function main({ n, method }) {
|
| /third_party/node/test/parallel/ |
| D | test-vm-module-errors.js | 3 // Flags: --experimental-vm-modules 11 async function createEmptyLinkedModule() { 17 async function checkArgType() { 51 async function checkModuleState() { 89 m.error; // eslint-disable-line no-unused-expressions 98 m.error; // eslint-disable-line no-unused-expressions 106 m.namespace; // eslint-disable-line no-unused-expressions 114 async function checkLinking() { 172 "function. Received type string ('hucairz')" 176 async function checkExecution() { [all …]
|
| /third_party/jerryscript/jerry-ext/handler/ |
| D | handler-assert.c | 7 * http://www.apache.org/licenses/LICENSE-2.0 16 #include "jerryscript-ext/handler.h" 17 #include "jerryscript-port.h" 28 * @return true - if only one argument was passed and that argument was a boolean true. 29 * Note that the function does not return otherwise. 32 jerryx_handler_assert_fatal (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert_fatal() 34 const jerry_value_t args_p[], /**< function arguments */ in jerryx_handler_assert_fatal() 35 const jerry_length_t args_cnt) /**< number of function arguments */ in jerryx_handler_assert_fatal() 37 (void) func_obj_val; /* unused */ in jerryx_handler_assert_fatal() 38 (void) this_p; /* unused */ in jerryx_handler_assert_fatal() [all …]
|