Home
last modified time | relevance | path

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

12345678910>>...42

/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/openGLES/extensions/NV/
DNV_register_combiners.txt43 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]
72 Each combiner variable input can be independently scaled and
86 Each input variable for each combiner stage is fetched from any
97 hard-wired and not subsumed by the combiner mechanism as in register
113 the combiner mechanism. Additionally, multi-pass shading models
132 RESOLUTION: YES. To update a combiner stage input variable, you
133 need to specify the <stage>, <portion>, and <variable>. To update a
139 Is the register combiner functionality a super-set of the TNT combiner
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_register_combiners.txt43 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]
72 Each combiner variable input can be independently scaled and
86 Each input variable for each combiner stage is fetched from any
97 hard-wired and not subsumed by the combiner mechanism as in register
113 the combiner mechanism. Additionally, multi-pass shading models
132 RESOLUTION: YES. To update a combiner stage input variable, you
133 need to specify the <stage>, <portion>, and <variable>. To update a
139 Is the register combiner functionality a super-set of the TNT combiner
[all …]
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // SPIR-V module to help understand the transformation. in Apply()
45 // OpDecorate %12 Location 0 ; Input color variable location in Apply()
46 // OpDecorate %13 DescriptorSet 0 ; Image coordinate variable in Apply()
48 // variable binding OpDecorate %14 Location 0 ; Fragment color in Apply()
49 // variable location in Apply()
64 // %12 = OpVariable %9 Input ; Input image coordinate variable in Apply()
65 // %13 = OpVariable %10 UniformConstant ; Image variable in Apply()
66 // %14 = OpVariable %11 Output ; Fragment color variable in Apply()
78 GetIRContext()->module()->ForEachInst([this](opt::Instruction* instruction) { in Apply()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // SPIR-V module to help understand the transformation. in Apply()
45 // OpDecorate %12 Location 0 ; Input color variable location in Apply()
46 // OpDecorate %13 DescriptorSet 0 ; Image coordinate variable in Apply()
48 // variable binding OpDecorate %14 Location 0 ; Fragment color in Apply()
49 // variable location in Apply()
64 // %12 = OpVariable %9 Input ; Input image coordinate variable in Apply()
65 // %13 = OpVariable %10 UniformConstant ; Image variable in Apply()
66 // %14 = OpVariable %11 Output ; Fragment color variable in Apply()
78 GetIRContext()->module()->ForEachInst([this](opt::Instruction* instruction) { in Apply()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_image_sample_unused_components.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // SPIR-V module to help understand the transformation. in Apply()
45 // OpDecorate %12 Location 0 ; Input color variable location in Apply()
46 // OpDecorate %13 DescriptorSet 0 ; Image coordinate variable in Apply()
48 // variable binding OpDecorate %14 Location 0 ; Fragment color in Apply()
49 // variable location in Apply()
64 // %12 = OpVariable %9 Input ; Input image coordinate variable in Apply()
65 // %13 = OpVariable %10 UniformConstant ; Image variable in Apply()
66 // %14 = OpVariable %11 Output ; Fragment color variable in Apply()
78 GetIRContext()->module()->ForEachInst([this](opt::Instruction* instruction) { in Apply()
[all …]
/third_party/typescript/tests/baselines/reference/
Dwitness.errors.txt3 …/witness/witness.ts(28,12): error TS2695: Left side of comma operator is unused and has no side ef…
4 …ness/witness.ts(29,5): error TS2403: Subsequent variable declarations must have the same type. Va…
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…
10 …ness/witness.ts(33,5): error TS2403: Subsequent variable declarations must have the same type. Va…
11 …ness/witness.ts(37,5): error TS2403: Subsequent variable declarations must have the same type. Va…
12 …ness/witness.ts(39,5): error TS2403: Subsequent variable declarations must have the same type. Va…
[all …]
DassignmentToParenthesizedExpression1.errors.txt1 …sizedExpression1.ts(2,1): error TS2364: The left-hand side of an assignment expression must be a v…
2 …hesizedExpression1.ts(2,2): error TS2695: Left side of comma operator is unused and has no side ef…
9 !!! error TS2364: The left-hand side of an assignment expression must be a variable or a property a…
11 !!! error TS2695: Left side of comma operator is unused and has no side effects.
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/bolt/
DCMakeLists.txt1 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-variable -Wno-unused-but-set-variable")
2 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-variable -Wno-unused-but-set-variable")
8 set(BOLT_FLAGS "${BOLT_FLAGS} -D_USE_GENERAL -D_USE_FP32")
12 set(BOLT_FLAGS "${BOLT_FLAGS} -D_USE_X86")
/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
100 will return the location of the subroutine uniform variable <name> in the
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
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
141 ACTIVE_SUBROUTINES minus one being unused.
[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
110 will return the location of the subroutine uniform variable <name> in the
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
144 there may be unused indices either because they weren't assigned an
148 0 and ACTIVE_SUBROUTINES minus one with no index unused. It is
[all …]
/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 …]
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 …]
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 …]
/third_party/lame/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
20 "-O2",
21 "-Wall",
22 "-Wno-sign-compare",
23 "-Wimplicit-function-declaration",
24 "-Wno-parentheses",
25 "-Wno-string-conversion",
26 "-Wno-string-plus-int",
27 "-Wno-asm-operand-widths",
28 "-Wno-pointer-sign",
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_code_local.cpp30 * they're used before the variable is completely reassigned.
55 this->lhs = lhs; in assignment_entry()
56 this->ir = ir; in assignment_entry()
57 this->unused = ir->write_mask; in assignment_entry()
64 int unused; member in __anonaa03ad850111::assignment_entry
73 this->assignments = assignments; in kill_for_derefs_visitor()
78 foreach_in_list_safe(assignment_entry, entry, this->assignments) { in use_channels()
79 if (entry->lhs == var) { in use_channels()
80 if (var->type->is_scalar() || var->type->is_vector()) { in use_channels()
82 printf("used %s (0x%01x - 0x%01x)\n", entry->lhs->name, in use_channels()
[all …]
/third_party/icu/icu4c/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
41 "-O3",
42 "-W",
43 "-Wall",
44 "-pedantic",
45 "-Wpointer-arith",
46 "-Wwrite-strings",
47 "-std=c++11",
48 "-Wno-ignored-attributes",
49 "-Wno-deprecated-declarations",
[all …]
/third_party/mesa3d/docs/relnotes/
D7.10.rst16 -------------
20 0a70c15c135561824bdcae92bf232e43 MesaLib-7.10.tar.gz
21 33fb94eccc02cbb4d8d1365615e38e46 MesaLib-7.10.tar.bz2
22 5cafdc0eda0f9bf370b95c98df3338fa MesaLib-7.10.zip
23 bc644be551ed585fc4f66c16b64a91c9 MesaGLUT-7.10.tar.gz
24 5c2677a155672352d62b177e4f0f92e8 MesaGLUT-7.10.tar.bz2
25 2ce5001f74496d1ba719ef74d910a5cf MesaGLUT-7.10.zip
28 ------------
30 - GL_ARB_explicit_attrib_location extension (Intel and software
32 - GL_ARB_texture_rg (Intel, software drivers, gallium drivers).
[all …]
/third_party/spirv-tools/include/spirv-tools/
Doptimizer.hpp7 // http://www.apache.org/licenses/LICENSE-2.0
35 // C++ interface for SPIR-V optimization functionalities. It wraps the context
36 // (including target environment and the corresponding SPIR-V grammar) and
39 // Instances of this class provides basic thread-safety guarantee.
44 // consumed by the RegisterPass() method. Tokens are one-time objects that
51 // Tokens for built-in passes should be created using Create*Pass functions
52 // below; for out-of-tree passes, use this constructor instead.
101 // If |preserve_interface| is true, all non-io variables in the entry point
104 // from the SPIR-V bytecode.
112 // If |preserve_interface| is true, all non-io variables in the entry point
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java5 * Copyright (C) 2009-2015, Google, International Business Machines Corporation
38 * 2015-sep-03: This is used there, and also in CLDR and in UnicodeTools.
43 private static final Pattern SUPP_ESCAPE = Pattern.compile("\\\\U00([0-9a-fA-F]{6})");
77 * <p>Not thread-safe; create a separate copy for different threads.
213 Set<String> unused = new LinkedHashSet<>(variables.keySet());
218 String variable = entry.getKey(),
224 if (variable.equals(variable2)) {
227 String altered2 = definition2.replace(variable, definition);
229 unused.remove(variable);
242 if (unused.size() != 1) {
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeRegex.java6 * Copyright (C) 2009-2015, Google, International Business Machines Corporation
39 * 2015-sep-03: This is used there, and also in CLDR and in UnicodeTools.
77 * <p>Not thread-safe; create a separate copy for different threads.
213 Set<String> unused = new LinkedHashSet<String>(variables.keySet());
218 String variable = entry.getKey(),
224 if (variable.equals(variable2)) {
227 String altered2 = definition2.replace(variable, definition);
229 unused.remove(variable);
242 if (unused.size() != 1) {
243 throw new IllegalArgumentException("Not a single root: " + unused);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Doperand-class-test-coverage.csv1 Operand class,Example instruction,Notes,example unit test,negative-enum coverage location
2 " OperandNone,",UNUSED,not in grammar,,not enum
4 " OperandOptionalId,","Source, Variable",OPTIONAL_ID,OpSourceAcceptsOptionalFileId,not enum
19 " OperandStorage,","TypePointer, TypeForwardPointer, Variable",,StorageClassTest,"TEST_F(OpTypeF…
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/skia/third_party/externals/spirv-tools/test/
Doperand-class-test-coverage.csv1 Operand class,Example instruction,Notes,example unit test,negative-enum coverage location
2 " OperandNone,",UNUSED,not in grammar,,not enum
4 " OperandOptionalId,","Source, Variable",OPTIONAL_ID,OpSourceAcceptsOptionalFileId,not enum
19 " OperandStorage,","TypePointer, TypeForwardPointer, Variable",,StorageClassTest,"TEST_F(OpTypeF…
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/spirv-tools/test/
Doperand-class-test-coverage.csv1 Operand class,Example instruction,Notes,example unit test,negative-enum coverage location
2 " OperandNone,",UNUSED,not in grammar,,not enum
4 " OperandOptionalId,","Source, Variable",OPTIONAL_ID,OpSourceAcceptsOptionalFileId,not enum
19 " OperandStorage,","TypePointer, TypeForwardPointer, Variable",,StorageClassTest,"TEST_F(OpTypeF…
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.h56 // utils-aarch64.cc for more info on RegisterDump.
75 // ASSERT_EQUAL_64(0x1234, core->reg_x0() & 0xffff);
113 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
136 /* prologue/epilogue. Suppress tagging mis-match exception before */ \
138 if (masm.GetCPUFeatures()->Has(CPUFeatures::kMTE)) { \
152 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
157 /* Avoid unused-variable warnings in case a test never calls RUN(). */ \
160 if (masm.GetCPUFeatures()->Has(CPUFeatures::kMTE)) { \
177 simulator.GetCPUFeatures()->With(CPUFeatures::kNEON); \
202 simulator.RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>())
[all …]

12345678910>>...42