Home
last modified time | relevance | path

Searched +full:use +full:- +full:case (Results 1 – 25 of 1959) sorted by relevance

12345678910>>...79

/aosp_15_r20/external/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.cc4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27 #include "cpu-features.h"
28 #include "globals-vixl.h"
29 #include "utils-vixl.h"
30 #include "decoder-aarch64.h"
32 #include "cpu-features-auditor-aarch64.h"
81 auditor_->last_instruction_ = CPUFeatures::None(); in RecordInstructionFeaturesScope()
84 auditor_->seen_.Combine(auditor_->last_instruction_); in ~RecordInstructionFeaturesScope()
[all …]
/aosp_15_r20/external/curl/lib/
H A Dsetopt.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
21 * SPDX-License-Identifier: curl
91 if(blob->len > CURL_MAX_INPUT_LENGTH) in Curl_setblobopt()
95 ((blob->flags & CURL_BLOB_COPY) ? blob->len : 0)); in Curl_setblobopt()
99 if(blob->flags & CURL_BLOB_COPY) { in Curl_setblobopt()
101 nblob->data = (char *)nblob + sizeof(struct curl_blob); in Curl_setblobopt()
102 memcpy(nblob->data, blob->data, blob->len); in Curl_setblobopt()
178 * We are asked to cherry-pick protocols, so play it safe and disallow all in protocol2num()
179 * protocols to start with, and re-add the wanted ones back in. in protocol2num()
196 tlen = str ? (size_t) (str - token) : strlen(token); in protocol2num()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dstmt0.go2 // Use of this source code is governed by a BSD-style
30 a, b, c = <- /* ERROR "assignment mismatch: 3 variables but 1 value" */ ch
40 b = i /* ERRORx `cannot use .* in assignment` */
41 i = f /* ERRORx `cannot use .* in assignment` */
42 f = c /* ERRORx `cannot use .* in assignment` */
43 c = s /* ERRORx `cannot use .* in assignment` */
44 s = b /* ERRORx `cannot use .* in assignment` */
54 f -= 1
57 f /* ERROR "mismatched types float64 and untyped string" */-= "foo"
72 _ int = nil /* ERROR "cannot use nil as int value in variable declaration" */
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-shaper.hh7 * license or royalty fees, to use, copy, modify, and distribute this
14 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
32 #include "hb-ot-layout.hh"
33 #include "hb-ot-shape.hh"
34 #include "hb-ot-shape-normalize.hh"
63 HB_OT_SHAPER_IMPLEMENT (use) \
64 /* ^--- Add new shapers here; keep sorted. */
71 * Shapers should use plan->map to add their features and callbacks.
78 * Shapers should use plan->map to override features and add callbacks after
87 * Whatever shapers return will be accessible through plan->data later.
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the X86 target useful for the compiler back-end and the MC libraries.
14 //===----------------------------------------------------------------------===//
37 /// AddrSegmentReg - The operand # of the segment in the memory operand.
40 /// AddrNumOperands - Total number of operands in a memory reference.
73 /// AVX512 embedded rounding control. This should only have values 0-3.
138 /// \returns the type of the first instruction in macro-fusion.
145 case X86::TEST16i16: in classifyFirstOpcodeInMacroFusion()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the X86 target useful for the compiler back-end and the MC libraries.
14 //===----------------------------------------------------------------------===//
37 /// AddrSegmentReg - The operand # of the segment in the memory operand.
40 /// AddrNumOperands - Total number of operands in a memory reference.
68 /// AVX512 embedded rounding control. This should only have values 0-3.
132 /// \returns the type of the first instruction in macro-fusion.
139 case X86::TEST16i16: in classifyFirstOpcodeInMacroFusion()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/alsa/
Duse-case.h2 * \file include/use-case.h
3 * \brief use case interface for the ALSA driver
8 * \date 2008-2010
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 * Copyright (C) 2008-2010 SlimLogic Ltd
34 * transition sequences, multiple client access and user defined use
46 * \defgroup Use Case Interface
47 * The ALSA Use Case manager interface.
53 * ALSA Use Case Interface
55 * The use case manager works by configuring the sound card ALSA kcontrols to
[all …]
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_nir_opt_preamble.c4 * SPDX-License-Identifier: MIT
16 unsigned bit_size = MAX2(def->bit_size, 16); in def_size()
18 *size = (bit_size * def->num_components) / 16; in def_size()
25 nir_foreach_use_including_if(use, def) { in all_uses_float()
26 if (nir_src_is_if(use)) in all_uses_float()
29 nir_instr *use_instr = nir_src_parent_instr(use); in all_uses_float()
30 if (use_instr->type != nir_instr_type_alu) in all_uses_float()
35 for (unsigned i = 0; i < nir_op_infos[use_alu->op].num_inputs; i++) { in all_uses_float()
36 if (&use_alu->src[i].src == use) { in all_uses_float()
44 nir_op_infos[use_alu->op].input_types[src_index]); in all_uses_float()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_rematerialize_compares.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
33 switch (instr->op) { in is_two_src_comparison()
34 case nir_op_flt: in is_two_src_comparison()
35 case nir_op_flt32: in is_two_src_comparison()
36 case nir_op_fge: in is_two_src_comparison()
37 case nir_op_fge32: in is_two_src_comparison()
38 case nir_op_feq: in is_two_src_comparison()
39 case nir_op_feq32: in is_two_src_comparison()
40 case nir_op_fneu: in is_two_src_comparison()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/api/api-stubs-docs-non-updatable/android_common/everything/
Dapi_lint_report.txt1 …idden and abstract when WebIconDatabase has a visible constructor, in case a third-party attempts …
2 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
3 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
4 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
5 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
6 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
7 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
8 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
9 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
10 …be hidden and abstract when WebSettings has a visible constructor, in case a third-party attempts …
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAudioAttributes.java5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
60 * These two examples are the closest to stream types, but more detailed use cases are
62 * platforms or routing policies to use this information for more refined volume or routing
67 * the content. This information is optional. But in case it is known (for instance
70 * selectively configure some audio post-processing blocks.</li>
86 * Content type value to use when the content type is unknown, or other than the ones defined.
90 * Content type value to use when the content type is speech.
94 * Content type value to use when the content type is music.
98 * Content type value to use when the content type is a soundtrack, typically accompanying
[all …]
/aosp_15_r20/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
34 * classes. If possible, the best recommended library is to use protobuf lite.
47 * stream as the top-level objects are finished.
57 * The traditional way is to copy the in-memory representation of an object
59 * cache the size, and then write the size-prefixed buffers.
64 * of duplicating all of the values into the traditional in-memory Message
69 * but not do the varint encoding of the sub-message sizes. Then, we do a
75 * This gets us a relatively small number of fixed-size allocations,
78 * field-by-field in generated code, and no code bloat from generated code.
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp1 //=== lib/CodeGen/GlobalISel/AMDGPUCombinerHelper.cpp ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
22 case AMDGPU::G_FADD: in fnegFoldsIntoMI()
23 case AMDGPU::G_FSUB: in fnegFoldsIntoMI()
24 case AMDGPU::G_FMUL: in fnegFoldsIntoMI()
25 case AMDGPU::G_FMA: in fnegFoldsIntoMI()
26 case AMDGPU::G_FMAD: in fnegFoldsIntoMI()
27 case AMDGPU::G_FMINNUM: in fnegFoldsIntoMI()
28 case AMDGPU::G_FMAXNUM: in fnegFoldsIntoMI()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1 //===- ARMLoadStoreOptimizer.cpp - ARM load / store opt. pass -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
74 #define DEBUG_TYPE "arm-ldst-opt"
94 AssumeMisalignedLoadStores("arm-assume-misaligned-load-store", cl::Hidden,
101 /// Post- register allocation pass the combine load / store instructions to
204 INITIALIZE_PASS(ARMLoadStoreOpt, "arm-ldst-opt", ARM_LOAD_STORE_OPT_NAME, false,
224 unsigned OffField = MI.getOperand(NumOperands - 3).getImm(); in getMemoryOpOffset()
243 return -Offset; in getMemoryOpOffset()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfix_storage_class.cpp4 // you may not use this file except in compliance with the License.
7 // http://www.apache.org/licenses/LICENSE-2.0
28 get_module()->ForEachInst([this, &modified](Instruction* inst) { in Process()
29 if (inst->opcode() == spv::Op::OpVariable) { in Process()
32 get_def_use_mgr()->ForEachUse(inst, in Process()
33 [&uses](Instruction* use, uint32_t op_idx) { in Process() argument
34 uses.push_back({use, op_idx}); in Process()
37 for (auto& use : uses) { in Process() local
39 use.first, in Process()
40 static_cast<spv::StorageClass>(inst->GetSingleWordInOperand(0)), in Process()
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp4 // you may not use this file except in compliance with the License.
7 // http://www.apache.org/licenses/LICENSE-2.0
28 get_module()->ForEachInst([this, &modified](Instruction* inst) { in Process()
29 if (inst->opcode() == spv::Op::OpVariable) { in Process()
32 get_def_use_mgr()->ForEachUse(inst, in Process()
33 [&uses](Instruction* use, uint32_t op_idx) { in Process() argument
34 uses.push_back({use, op_idx}); in Process()
37 for (auto& use : uses) { in Process() local
39 use.first, in Process()
40 static_cast<spv::StorageClass>(inst->GetSingleWordInOperand(0)), in Process()
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dfix_storage_class.cpp4 // you may not use this file except in compliance with the License.
7 // http://www.apache.org/licenses/LICENSE-2.0
28 get_module()->ForEachInst([this, &modified](Instruction* inst) { in Process()
29 if (inst->opcode() == spv::Op::OpVariable) { in Process()
32 get_def_use_mgr()->ForEachUse(inst, in Process()
33 [&uses](Instruction* use, uint32_t op_idx) { in Process() argument
34 uses.push_back({use, op_idx}); in Process()
37 for (auto& use : uses) { in Process() local
39 use.first, in Process()
40 static_cast<spv::StorageClass>(inst->GetSingleWordInOperand(0)), in Process()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dautocast.cpp69 if (value->node()->kind() == prim::CreateObject) { in parseAutocast()
76 for (Use use : value->uses()) { in parseAutocast() local
78 if (use.user->kind() == prim::SetAttr && in parseAutocast()
79 use.user->s(attr::name) == "_enabled") { in parseAutocast()
81 enabled = constant_as<bool>(use.user->input(1)); in parseAutocast()
86 use.user->kind() == prim::SetAttr && in parseAutocast()
87 use.user->s(attr::name) == "device") { in parseAutocast()
89 auto ret = constant_as<std::string>(use.user->input(1)); in parseAutocast()
94 use.user->kind() == prim::SetAttr && in parseAutocast()
95 use.user->s(attr::name) == "fast_dtype") { in parseAutocast()
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkRasterPipeline.cpp4 * Use of this source code is governed by a BSD-style license that can be
32 this->reset(); in SkRasterPipeline()
45 SkASSERT(op != Op::uniform_color); // Please use appendConstantColor(). in append()
46 SkASSERT(op != Op::unbounded_uniform_color); // Please use appendConstantColor(). in append()
47 SkASSERT(op != Op::set_rgb); // Please use appendSetRGB(). in append()
48 SkASSERT(op != Op::unbounded_set_rgb); // Please use appendSetRGB(). in append()
49 SkASSERT(op != Op::parametric); // Please use appendTransferFunction(). in append()
50 SkASSERT(op != Op::gamma_); // Please use appendTransferFunction(). in append()
51 SkASSERT(op != Op::PQish); // Please use appendTransferFunction(). in append()
52 SkASSERT(op != Op::HLGish); // Please use appendTransferFunction(). in append()
[all …]
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
11 // the X86 target useful for the compiler back-end and the MC libraries.
15 //===----------------------------------------------------------------------===//
38 /// AddrSegmentReg - The operand # of the segment in the memory operand.
41 /// AddrNumOperands - Total number of operands in a memory reference.
56 /// X86II - This namespace holds all of the target specific flags that
62 //===------------------------------------------------------------------===//
67 /// MO_GOT_ABSOLUTE_ADDRESS - On a symbol operand, this represents a
69 /// SYMBOL_LABEL + [. - PICBASELABEL]
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1 //===-- RISCVISelDAGToDAG.cpp - A dag to dag inst selector for RISCV ------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
28 #define DEBUG_TYPE "riscv-isel"
29 #define PASS_NAME "RISCV DAG->DAG Pattern Instruction Selection"
45 assert(Node->getNumOperands() > 0 && "Node with no operands"); in getLastNonGlueOrChainOpIdx()
46 unsigned LastOpIdx = Node->getNumOperands() - 1; in getLastNonGlueOrChainOpIdx()
47 if (Node->getOperand(LastOpIdx).getValueType() == MVT::Glue) in getLastNonGlueOrChainOpIdx()
48 --LastOpIdx; in getLastNonGlueOrChainOpIdx()
[all …]
/aosp_15_r20/art/libartbase/base/
H A Dcompiler_filter.cc5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
27 case CompilerFilter::kAssumeVerified: in IsAotCompilationEnabled()
28 case CompilerFilter::kVerify: return false; in IsAotCompilationEnabled()
30 case CompilerFilter::kSpaceProfile: in IsAotCompilationEnabled()
31 case CompilerFilter::kSpace: in IsAotCompilationEnabled()
32 case CompilerFilter::kSpeedProfile: in IsAotCompilationEnabled()
33 case CompilerFilter::kSpeed: in IsAotCompilationEnabled()
34 case CompilerFilter::kEverythingProfile: in IsAotCompilationEnabled()
35 case CompilerFilter::kEverything: return true; in IsAotCompilationEnabled()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/tests/
Ddatatypes.rs1 pub use rstest::{fixture, rstest};
2 use simple_logger::SimpleLogger;
3 use std::fmt::Debug;
11 use super::*;
12 use serde::Deserialize;
13 use serde_xml_rs::from_str;
16 #[case::string("<bla>This is a String</bla>", "This is a String".to_string())]
17 #[case::string("<bla></bla>", "".to_string())]
18 #[case::string("<bla> </bla>", "".to_string())]
19 #[case::string("<bla>&lt;boom/&gt;</bla>", "<boom/>".to_string())]
[all …]
/aosp_15_r20/system/media/audio/include/system/
H A Daudio.h5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
29 #include "audio-base-utils.h"
30 #include "audio-base.h"
31 #include "audio-hal-enums.h"
32 #include "audio_common-base.h"
35 * Annotation to tell clang that we intend to fall through from one case to
36 * another in a switch. Sourced from android-base/macros.h.
61 #define AUDIO_UID_INVALID ((uid_t)-1)
66 /* AudioFlinger and AudioPolicy services use I/O handles to identify audio sources and sinks */
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/media/audio/include/system/
Daudio.h5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
29 #include "audio-base.h"
30 #include "audio-base-utils.h"
33 * Annotation to tell clang that we intend to fall through from one case to
34 * another in a switch. Sourced from android-base/macros.h.
53 #define AUDIO_UID_INVALID ((uid_t)-1)
58 /* AudioFlinger and AudioPolicy services use I/O handles to identify audio sources and sinks */
127 /* A unique ID allocated by AudioFlinger for use as an audio_io_handle_t, audio_session_t,
134 /* A unique ID with use AUDIO_UNIQUE_ID_USE_EFFECT */
[all …]

12345678910>>...79