Home
last modified time | relevance | path

Searched +full:unused +full:- +full:function (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
DGENERATED_AbseilCopts.cmake16 "-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 …]
DGENERATED_copts.bzl17 "-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 …]
Dcopts.py20 "-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/
DBUILD.gn21 "-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/mindspore/mindspore-src/source/.jenkins/check/config/
Dfilter_pylint.txt2 … "invalid-name"
3 … "arguments-differ"
4 … "unused-argument"
5 … "no-value-for-parameter"
6 …oo/" "import-self"
7 … "missing-docstring"
8 … "import-self"
9 … "unexpected-keyword-arg"
10 … "consider-using-in"
13 …e/_check_deps_version.py" "broad-except"
[all …]
/third_party/typescript/tests/baselines/reference/
DgeneratorImplicitAny.errors.txt1 …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 …]
DcommaOperatorLeftSideUnused.errors.txt1 …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 …]
DcommaOperatorLeftSideUnused.types8 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 …]
Dwitness.errors.txt3 …/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 …]
DunusedIdentifiersConsolidated1.js2 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; }) ||
109function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
112 return function (d, b) {
[all …]
/third_party/EGL/api/
Dregistry.rnc1 # 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/openGLES/xml/
Dregistry.rnc1 # 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/
Dregistry.rnc1 # 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/
Dregistry.rnc1 # 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/flatbuffers/tests/MyGame/OtherNameSpace/
DUnused.lua1 --[[ MyGame.OtherNameSpace.Unused
11 --]]
15 local Unused = {}
18 function Unused.New()
24 function mt:Init(buf, pos)
28 function mt:A()
32 function Unused.CreateUnused(builder, a)
38 return Unused
/third_party/mindspore/mindspore-src/source/tests/ut/python/parameter_feature/
Dtest_parameter.py1 # Copyright 2020-2024 Huawei Technologies Co., Ltd
7 # http://www.apache.org/licenses/LICENSE-2.0
36 return -y
54 # pylint: disable=keyword-arg-before-vararg
67 a = x - y
71 e = key1 - key2 - kwargs["key3"] + kwargs["key4"]
78 # pylint: disable=keyword-arg-before-vararg
91 a = x - y
95 e = key1 - key2 - kwargs["key3"] + kwargs["key4"]
244 ret = self.up_sample(y, (28, 28)) - x
[all …]
/third_party/flatbuffers/tests/ts/union_vector/
Dcharacter.js2 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
4 import { BookReader } from './book-reader.js';
7 (function (Character) {
14 Character[Character["Unused"] = 6] = "Unused";
16 export function unionToCharacter(type, accessor) {
24 case 'Unused': return accessor('');
28 export function unionListToCharacter(type, accessor, index) {
36 case 'Unused': return accessor(index, '');
/third_party/jerryscript/docs/
D10.EXT-REFERENCE-HANDLER.md3 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/ffmpeg/libavcodec/
Davcodec.h18 * 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/
DARB_explicit_uniform_location.txt21 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/ntfs-3g/libntfs-3g/
Dlogging.c2 * 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripDeadPrototypes.cpp1 //===-- 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/elfutils/tests/
Dbacktrace-child.c18 /* 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/openGLES/extensions/ARB/
DARB_explicit_uniform_location.txt21 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/musl/libc-test/src/nativehook/
DBUILD.gn5 part_name = "libc-test"
19 "-pipe",
20 "-std=c11",
21 "-D_POSIX_C_SOURCE=200809L",
22 "-Wall",
23 "-Wno-unused",
24 "-Wno-unused-function",
25 "-Wno-missing-braces",
26 "-Wno-overflow",
27 "-Wno-unknown-pragmas",
[all …]

12345678910>>...45