Home
last modified time | relevance | path

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

12345678910>>...43

/third_party/protobuf/objectivec/
DGPBCodedOutputStream.m1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
63 // buffer position is reset to its initial value when this returns.
65 if (state->output == nil) {
69 if (state->position != 0) {
71 [state->output write:state->bytes maxLength:state->position];
72 if (written != (NSInteger)state->position) {
75 state->position = 0;
79 static void GPBWriteRawByte(GPBOutputBufferState *state, uint8_t value) {
80 if (state->position == state->size) {
[all …]
/third_party/json/tests/src/
Dunit-noexcept.cpp6 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
7 // SPDX-License-Identifier: MIT
11 // disable -Wnoexcept due to struct pod_bis
13 DOCTEST_GCC_SUPPRESS_WARNING("-Wnoexcept")
26 void to_json(json& /*unused*/, pod /*unused*/) noexcept;
27 void to_json(json& /*unused*/, pod_bis /*unused*/);
28 void from_json(const json& /*unused*/, pod /*unused*/) noexcept;
29 void from_json(const json& /*unused*/, pod_bis /*unused*/);
30 void to_json(json& /*unused*/, pod /*unused*/) noexcept {} in to_json()
31 void to_json(json& /*unused*/, pod_bis /*unused*/) {} in to_json()
[all …]
/third_party/openGLES/xml/
Dglxproto.reserved.txt16 1-15 GLX 1.0
19 18-20 GLX 1.1
20 21-32 GLX 1.3
25 GLX Vendor Private / Vendor Private with Reply opcodes (32-bits)
29 0 255 EXT (various - contact SGI)
31 (272-511 unused)
33 (576-1023 unused)
34 1024 1269 EXT (various - contact SGI)
64 (1429-2047 unused)
67 4096 5151 SGI (4106-5151 unused)
[all …]
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt16 1-15 GLX 1.0
19 18-20 GLX 1.1
20 21-32 GLX 1.3
25 GLX Vendor Private / Vendor Private with Reply opcodes (32-bits)
29 0 255 EXT (various - contact SGI)
31 (272-511 unused)
33 (576-1023 unused)
34 1024 1269 EXT (various - contact SGI)
64 (1429-2047 unused)
67 4096 5151 SGI (4106-5151 unused)
[all …]
/third_party/typescript/tests/baselines/reference/
DprivateNameUnused.symbols8 #unused = "unused";
9 >#unused : Symbol(A.#unused, Decl(privateNameUnused.ts, 1, 19))
13 >console.log : Symbol(Console.log, Decl(lib.dom.d.ts, --, --))
14 >console : Symbol(console, Decl(lib.dom.d.ts, --, --))
15 >log : Symbol(Console.log, Decl(lib.dom.d.ts, --, --))
27 #unused() { };
28 >#unused : Symbol(A2.#unused, Decl(privateNameUnused.ts, 9, 17))
32 >console.log : Symbol(Console.log, Decl(lib.dom.d.ts, --, --))
33 >console : Symbol(console, Decl(lib.dom.d.ts, --, --))
34 >log : Symbol(Console.log, Decl(lib.dom.d.ts, --, --))
[all …]
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.
10 declare function f<T>(value: T): void;
13 const value = yield; // error: implicit any
15 …mplicitly results in an 'any' type because its containing generator lacks a return-type annotation.
19 const value: string = yield; // ok, contextually typed by `value`.
23 yield; // ok, result is unused
24 yield, noop(); // ok, result is unused
25 noop(), yield, noop(); // ok, result is unused
26 (yield); // ok, result is unused
[all …]
DunusedIdentifiersConsolidated1.errors.txt1 …dIdentifiersConsolidated1.ts(1,18): error TS6133: 'person' is declared but its value is never read.
2 …iler/unusedIdentifiersConsolidated1.ts(2,9): error TS6133: 'unused' is declared but its value is n…
3 …onsolidated1.ts(5,32): error TS6133: 'unusedtypeparameter' is declared but its value is never read.
4 …solidated1.ts(6,13): error TS6133: 'unusedprivatevariable' is declared but its value is never read.
5 …dentifiersConsolidated1.ts(7,13): error TS6133: 'greeting' is declared but its value is never read.
6 …dentifiersConsolidated1.ts(11,17): error TS6133: 'message' is declared but its value is never read.
7 …dentifiersConsolidated1.ts(12,13): error TS6133: 'unused2' is declared but its value is never read.
8 …IdentifiersConsolidated1.ts(16,20): error TS6133: 'person' is declared but its value is never read.
9 …er/unusedIdentifiersConsolidated1.ts(17,13): error TS6133: 'unused' is declared but its value is n…
10 …olidated1.ts(24,13): error TS6133: 'unUsedPrivateFunction' is declared but its value is never read.
[all …]
/third_party/json/include/nlohmann/detail/input/
Djson_sax.hpp6 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
7 // SPDX-License-Identifier: MIT
27 boolean return value informs the parser whether to continue processing the
40 @brief a null value was read
46 @brief a boolean value was read
47 @param[in] val boolean value
54 @param[in] val integer value
61 @param[in] val unsigned integer value
67 @brief a floating-point number was read
68 @param[in] val floating-point value
[all …]
/third_party/lwip/src/include/netif/ppp/
Dipcp.h2 * ipcp.h - IP Control Protocol definitions.
4 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
25 * Pittsburgh, PA 15213-3890
26 * (412) 268-4387, fax: (412) 268-7395
27 * tech-transfer@andrew.cmu.edu
65 #define CI_MS_DNS1 129 /* Primary DNS value */
66 #define CI_MS_DNS2 131 /* Secondary DNS value */
68 #if 0 /* UNUSED - WINS */
69 #define CI_MS_WINS1 130 /* Primary WINS value */
70 #define CI_MS_WINS2 132 /* Secondary WINS value */
[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
106 assigned a unique location. The value ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS
110 and ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS minus one there may be unused
116 There is an implementation-dependent limit on the number of active
119 than the value of MAX_SUBROUTINE_UNIFORM_LOCATIONS or if an explicit
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 …]
DARB_vertex_array_object.txt15 Copyright (c) 2008-2013 The Khronos Group Inc. Copyright terms at
47 memory cannot be accessed through a non-zero vertex array object. It also
82 returns <n> previous unused vertex array object names in <arrays>. These
92 again unused. If a vertex array object that is currently bound is
94 vertex array becomes current. Unused names in <arrays> are silently
95 ignored, as is the value zero.
124 a non-zero vertex array object is bound, zero is bound to the
133 Additions to Chapter 4 of the OpenGL 2.1 Specification (Per-Fragment
153 Vertex-array state variables are qualified by the value of
165 EDGE_FLAG_ARRAY_POINTER return the value stored in the currently bound
[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
116 assigned a unique location. The value ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS
120 and ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS minus one there may be unused
126 There is an implementation-dependent limit on the number of active
129 than the value of MAX_SUBROUTINE_UNIFORM_LOCATIONS or if an explicit
144 there may be unused indices either because they weren't assigned an
[all …]
DARB_vertex_array_object.txt15 Copyright (c) 2008-2013 The Khronos Group Inc. Copyright terms at
20 Khronos-approved extension specifications are updated in response to
57 memory cannot be accessed through a non-zero vertex array object. It also
92 returns <n> previous unused vertex array object names in <arrays>. These
102 again unused. If a vertex array object that is currently bound is
104 vertex array becomes current. Unused names in <arrays> are silently
105 ignored, as is the value zero.
134 a non-zero vertex array object is bound, zero is bound to the
143 Additions to Chapter 4 of the OpenGL 2.1 Specification (Per-Fragment
163 Vertex-array state variables are qualified by the value of
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_histogram.txt116 A new error token value, TABLE_TOO_LARGE_EXT, is defined and added to
121 ----- ----------- ---------
144 to be specified. (Optional target value PROXY_HISTOGRAM_EXT is
162 specified internal format. The entries are indexed zero through N-1,
163 where N is the <width> of the table. Each value in each entry is set
170 invariant -- the same allocation must be made each time a histogram is
194 non-zero, and the pixel groups contain RGBA values, then indices
206 its maximum value, its value becomes undefined. (This is not an
212 2-element minmax table. (The first element stores the minimum values,
214 includes red or luminance, the red component value replaces the red or
[all …]
DEXT_draw_buffers2.txt51 void GetBooleanIndexedvEXT(enum value, uint index, boolean *data);
53 void GetIntegerIndexedvEXT(enum value, uint index, int *data);
73 Additions to Chapter 4 of the OpenGL 2.0 Specification (Per-Fragment
79 Blending is dependent on the incoming fragment's alpha value and
99 Modify the first paragraph of section 4.1.8 (Blending - Blending
104 destination RGB and alpha blending functions, four floating-point
119 logical draw buffers after all per-fragment operations have been
142 values, respectively, are written or not (a value of TRUE means
143 that the corresponding value is written). The mask specified by
173 boolean IsEnabled(enum value);
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_histogram.txt116 A new error token value, TABLE_TOO_LARGE_EXT, is defined and added to
121 ----- ----------- ---------
144 to be specified. (Optional target value PROXY_HISTOGRAM_EXT is
162 specified internal format. The entries are indexed zero through N-1,
163 where N is the <width> of the table. Each value in each entry is set
170 invariant -- the same allocation must be made each time a histogram is
194 non-zero, and the pixel groups contain RGBA values, then indices
206 its maximum value, its value becomes undefined. (This is not an
212 2-element minmax table. (The first element stores the minimum values,
214 includes red or luminance, the red component value replaces the red or
[all …]
DEXT_draw_buffers2.txt51 void GetBooleanIndexedvEXT(enum value, uint index, boolean *data);
53 void GetIntegerIndexedvEXT(enum value, uint index, int *data);
73 Additions to Chapter 4 of the OpenGL 2.0 Specification (Per-Fragment
79 Blending is dependent on the incoming fragment's alpha value and
99 Modify the first paragraph of section 4.1.8 (Blending - Blending
104 destination RGB and alpha blending functions, four floating-point
119 logical draw buffers after all per-fragment operations have been
142 values, respectively, are written or not (a value of TRUE means
143 that the corresponding value is written). The mask specified by
173 boolean IsEnabled(enum value);
[all …]
/third_party/skia/third_party/externals/angle2/scripts/
Dcl.xml1 <?xml version="1.0" encoding="UTF-8"?>
4 Copyright (c) 2013-2020 The Khronos Group Inc.
10 http://www.apache.org/licenses/LICENSE-2.0
18 ---- Exceptions to the Apache 2.0 License: ----
38 machine-readable definition of the API, parameter and member validation
43 branch of the Khronos OpenCL-API GitHub repository. The authoritative
45 server's OpenCL/api-docs repository.
69 <comment>Non-CL headers and types</comment>
262 <!-- Can't properly express this in XML schema yet - use name/ tag to align? -->
288 <!-- SECTION: OpenCL enumerant (token) definitions. -->
[all …]
/third_party/selinux/libselinux/src/
Dbooleans.c5 * Dan Walsh <dwalsh@redhat.com> - Added security_load_booleans().
31 if (d->d_name[0] == '.' in filename_select()
32 && (d->d_name[1] == '\0' in filename_select()
33 || (d->d_name[1] == '.' && d->d_name[2] == '\0'))) in filename_select()
47 return -1; in security_get_boolean_names()
51 return -1; in security_get_boolean_names()
58 return -1; in security_get_boolean_names()
63 rc = -1; in security_get_boolean_names()
68 n[i] = strdup(namelist[i]->d_name); in security_get_boolean_names()
70 rc = -1; in security_get_boolean_names()
[all …]
/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
25 const jerry_value_t value);
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
[all …]
/third_party/elfutils/libebl/
Deblopenbackend.c2 Copyright (C) 2000-2017 Red Hat, Inc.
159 /* Default callbacks. Mostly they just return the error value. */
216 int tag, uint64_t value,
226 result->reloc_type_name = default_reloc_type_name; in fill_defaults()
227 result->reloc_type_check = default_reloc_type_check; in fill_defaults()
228 result->reloc_valid_use = default_reloc_valid_use; in fill_defaults()
229 result->reloc_simple_type = default_reloc_simple_type; in fill_defaults()
230 result->gotpc_reloc_check = default_gotpc_reloc_check; in fill_defaults()
231 result->segment_type_name = default_segment_type_name; in fill_defaults()
232 result->section_type_name = default_section_type_name; in fill_defaults()
[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/mbedtls/docs/architecture/
Dmbed-crypto-storage-specification.md5 Key storage was originally introduced in a product called Mbed Crypto, which was re-distributed via…
14 -----------------
16 Tags: mbedcrypto-0.1.0b, mbedcrypto-0.1.0b2
23 * [PSA ITS](#file-namespace-on-its-for-0.1.0)
24 * [C stdio](#file-namespace-on-stdio-for-0.1.0)
28 * [Persistent transparent keys](#key-file-format-for-0.1.0) designated by a [slot number](#key-name…
29 * [Nonvolatile random seed](#nonvolatile-random-seed-file-format-for-0.1.0) on ITS only.
39 …s on the storage backend. The content of the file is described [below](#key-file-format-for-0.1.0).
41 … the range is not documented in user-facing documentation: according to the user-facing documentat…
43 …nternal header (note that despite the name, this value is actually one plus the maximum permitted
[all …]
/third_party/openGLES/extensions/NV/
DNV_register_combiners.txt35 ARB_multitexture, assuming the value of MAX_TEXTURE_UNITS_ARB is
43 ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
50 NVIDIA's next-generation graphics processor and its derivative
62 The numeric range of combiner computations is from [-1,1]
97 hard-wired and not subsumed by the combiner mechanism as in register
113 the combiner mechanism. Additionally, multi-pass shading models
139 Is the register combiner functionality a super-set of the TNT combiner
142 Yes, but only in the sense of being a computational super-set.
151 combiners can mimic the TNT operation with a post-operation
167 done on floating point values ranging from -1.0 to 1.0 (clamping is
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_register_combiners.txt35 ARB_multitexture, assuming the value of MAX_TEXTURE_UNITS_ARB is
43 ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
50 NVIDIA's next-generation graphics processor and its derivative
62 The numeric range of combiner computations is from [-1,1]
97 hard-wired and not subsumed by the combiner mechanism as in register
113 the combiner mechanism. Additionally, multi-pass shading models
139 Is the register combiner functionality a super-set of the TNT combiner
142 Yes, but only in the sense of being a computational super-set.
151 combiners can mimic the TNT operation with a post-operation
167 done on floating point values ranging from -1.0 to 1.0 (clamping is
[all …]

12345678910>>...43