/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | ConstructionContext.h | 26 /// during construction of an object. ConstructionContext would be represented 142 /// The construction site - the statement that triggered the construction 144 /// triggers construction of itself or its elements if it's an array, 145 /// new-expression triggers construction of the newly allocated object(s). 155 /// The construction site is not necessarily a statement. It may also be a 194 /// Construction context can be seen as a linked list of multiple layers. 195 /// Sometimes a single trigger is not enough to describe the construction 196 /// site. That's what causing us to have a chain of "partial" construction 199 /// would have a construction context of the initializer list with 200 /// the parent construction context of a variable. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/ |
D | ConstructionContext.h | 26 /// during construction of an object. ConstructionContext would be represented 142 /// The construction site - the statement that triggered the construction 144 /// triggers construction of itself or its elements if it's an array, 145 /// new-expression triggers construction of the newly allocated object(s). 155 /// The construction site is not necessarily a statement. It may also be a 194 /// Construction context can be seen as a linked list of multiple layers. 195 /// Sometimes a single trigger is not enough to describe the construction 196 /// site. That's what causing us to have a chain of "partial" construction 199 /// would have a construction context of the initializer list with 200 /// the parent construction context of a variable. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/ |
D | ConstructionContext.h | 26 /// during construction of an object. ConstructionContext would be represented 142 /// The construction site - the statement that triggered the construction 144 /// triggers construction of itself or its elements if it's an array, 145 /// new-expression triggers construction of the newly allocated object(s). 155 /// The construction site is not necessarily a statement. It may also be a 194 /// Construction context can be seen as a linked list of multiple layers. 195 /// Sometimes a single trigger is not enough to describe the construction 196 /// site. That's what causing us to have a chain of "partial" construction 199 /// would have a construction context of the initializer list with 200 /// the parent construction context of a variable. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/ |
D | ConstructionContext.h | 26 /// during construction of an object. ConstructionContext would be represented 142 /// The construction site - the statement that triggered the construction 144 /// triggers construction of itself or its elements if it's an array, 145 /// new-expression triggers construction of the newly allocated object(s). 155 /// The construction site is not necessarily a statement. It may also be a 194 /// Construction context can be seen as a linked list of multiple layers. 195 /// Sometimes a single trigger is not enough to describe the construction 196 /// site. That's what causing us to have a chain of "partial" construction 199 /// would have a construction context of the initializer list with 200 /// the parent construction context of a variable. [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/ |
H A D | conv.h | 38 /// Changing this parameter after construction __has no effect__. 42 /// Changing this parameter after construction __has no effect__. 48 /// This parameter __can__ be changed after construction. 54 /// This parameter __can__ be changed after construction. 60 /// This parameter __can__ be changed after construction. 71 /// This parameter __can__ be changed after construction. 76 /// Changing this parameter after construction __has no effect__. 82 /// This parameter __can__ be changed after construction. 86 /// This parameter __can__ be changed after construction. 90 /// Changing this parameter after construction __has no effect__. [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | decimfmt.cpp | 140 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in setAttribute() 274 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in getAttribute() 537 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 561 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 617 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 641 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 665 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 685 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 706 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 1311 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in toPattern() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | decimfmt.cpp | 140 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in setAttribute() 274 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in getAttribute() 537 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 561 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 617 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 641 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 665 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 685 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 706 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in format() 1311 …// We only get here if an OOM error happened during construction, copy construction, assignment, o… in toPattern() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | op_callbacks.py | 29 - The creation of an op during graph construction (e.g., in 57 # - In graph construction, these are non-eager `Tensor`s 62 # as well as graph construction. 68 # In graph construction, these are non-eager `Tensor`s that 74 # - In graph construction, this is the name of the op, e.g., 78 # - In graph construction, this is the op's enclosing graph 87 # construction will be unaffected. 92 # - In graph construction, these returned `Tensor`s should be 94 # `outputs` for downstream graph construction. 163 case of graph construction. [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | kernels.h | 219 // Notifies the given OpKernelConstruction that kernel construction has failed. 297 // Interprets the named kernel construction attribute as a TF_DataType and 306 // Interprets the named kernel construction attribute as int32_t and 315 // Interprets the named kernel construction attribute as int64_t and 324 // Interprets the named kernel construction attribute as float and 333 // Interprets the named kernel construction attribute as bool and 342 // Interprets the named kernel construction attribute as string and 354 // Interprets the named kernel construction attribute as tensor and places it 365 // Interprets the named kernel construction attribute as a TF_DataType array and 375 // Interprets the named kernel construction attribute as int32_t array and [all …]
|
/aosp_15_r20/external/fhir/spec/r4/json_definitions/ |
D | dataelements.json | 31 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 88 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 149 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 206 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 267 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 328 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 385 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 447 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 504 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", 567 …urpose" : "Data Elements are defined for each element to assist in questionnaire construction etc", [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | TargetRegistry.h | 309 /// TargetMachineCtorFn - Construction function for this target's 313 /// MCAsmBackendCtorFn - Construction function for this target's 317 /// MCAsmParserCtorFn - Construction function for this target's 321 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter, 325 /// MCDisassemblerCtorFn - Construction function for this target's 329 /// MCInstPrinterCtorFn - Construction function for this target's 333 /// MCCodeEmitterCtorFn - Construction function for this target's 337 // Construction functions for the various object formats, if registered. 347 /// Construction function for this target's null TargetStreamer, if 351 /// Construction function for this target's asm TargetStreamer, if [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | TargetRegistry.h | 309 /// TargetMachineCtorFn - Construction function for this target's 313 /// MCAsmBackendCtorFn - Construction function for this target's 317 /// MCAsmParserCtorFn - Construction function for this target's 321 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter, 325 /// MCDisassemblerCtorFn - Construction function for this target's 329 /// MCInstPrinterCtorFn - Construction function for this target's 333 /// MCCodeEmitterCtorFn - Construction function for this target's 337 // Construction functions for the various object formats, if registered. 347 /// Construction function for this target's null TargetStreamer, if 351 /// Construction function for this target's asm TargetStreamer, if [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | TargetRegistry.h | 300 /// TargetMachineCtorFn - Construction function for this target's 304 /// MCAsmBackendCtorFn - Construction function for this target's 308 /// MCAsmParserCtorFn - Construction function for this target's 312 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter, 316 /// MCDisassemblerCtorFn - Construction function for this target's 320 /// MCInstPrinterCtorFn - Construction function for this target's 324 /// MCCodeEmitterCtorFn - Construction function for this target's 328 // Construction functions for the various object formats, if registered. 337 /// Construction function for this target's null TargetStreamer, if 341 /// Construction function for this target's asm TargetStreamer, if [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | TargetRegistry.h | 303 /// TargetMachineCtorFn - Construction function for this target's 307 /// MCAsmBackendCtorFn - Construction function for this target's 311 /// MCAsmParserCtorFn - Construction function for this target's 315 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter, 319 /// MCDisassemblerCtorFn - Construction function for this target's 323 /// MCInstPrinterCtorFn - Construction function for this target's 327 /// MCCodeEmitterCtorFn - Construction function for this target's 331 // Construction functions for the various object formats, if registered. 341 /// Construction function for this target's null TargetStreamer, if 345 /// Construction function for this target's asm TargetStreamer, if [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | TargetRegistry.h | 309 /// TargetMachineCtorFn - Construction function for this target's 313 /// MCAsmBackendCtorFn - Construction function for this target's 317 /// MCAsmParserCtorFn - Construction function for this target's 321 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter, 325 /// MCDisassemblerCtorFn - Construction function for this target's 329 /// MCInstPrinterCtorFn - Construction function for this target's 333 /// MCCodeEmitterCtorFn - Construction function for this target's 337 // Construction functions for the various object formats, if registered. 347 /// Construction function for this target's null TargetStreamer, if 351 /// Construction function for this target's asm TargetStreamer, if [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | TargetRegistry.h | 197 /// TargetMachineCtorFn - Construction function for this target's 201 /// MCAsmBackendCtorFn - Construction function for this target's 205 /// MCAsmParserCtorFn - Construction function for this target's 209 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter, 213 /// MCDisassemblerCtorFn - Construction function for this target's 217 /// MCInstPrinterCtorFn - Construction function for this target's 221 /// MCCodeEmitterCtorFn - Construction function for this target's 225 // Construction functions for the various object formats, if registered. 230 /// Construction function for this target's null TargetStreamer, if 234 /// Construction function for this target's asm TargetStreamer, if [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | TargetRegistry.h | 240 /// TargetMachineCtorFn - Construction function for this target's 244 /// MCAsmBackendCtorFn - Construction function for this target's 248 /// MCAsmParserCtorFn - Construction function for this target's 252 /// AsmPrinterCtorFn - Construction function for this target's AsmPrinter, 256 /// MCDisassemblerCtorFn - Construction function for this target's 260 /// MCInstPrinterCtorFn - Construction function for this target's 264 /// MCCodeEmitterCtorFn - Construction function for this target's 268 // Construction functions for the various object formats, if registered. 274 /// Construction function for this target's null TargetStreamer, if 278 /// Construction function for this target's asm TargetStreamer, if [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | tfrt_op_kernel_test.cc | 131 explicit TestKernel(TFRTOpKernelConstruction* construction) in TestKernel() argument 132 : TFRTOpKernel(construction) {} in TestKernel() 144 TFRTOpKernelReg reg([](TFRTOpKernelConstruction* construction) in TEST() 146 return std::make_unique<TestKernel>(construction); in TEST() 164 TFRTOpKernelReg reg1([](TFRTOpKernelConstruction* construction) in TEST() argument 166 return std::make_unique<TestKernel>(construction); in TEST() 168 TFRTOpKernelReg reg2([](TFRTOpKernelConstruction* construction) in TEST() argument 170 return std::make_unique<TestKernel>(construction); in TEST() 192 TFRTOpKernelReg reg([](TFRTOpKernelConstruction* construction) in TEST() argument 194 return std::make_unique<TestKernel>(construction); in TEST()
|
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/ |
H A D | BindServiceFlags.java | 89 * @return this, for fluent construction 100 * @return this, for fluent construction 118 * @return this, for fluent construction 131 * @return this, for fluent construction 147 * @return this, for fluent construction 158 * @return this, for fluent construction 169 * @return this, for fluent construction 181 * @return this, for fluent construction 192 * @return this, for fluent construction 204 * @return this, for fluent construction
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | objc-literal-sig.m | 43 …(void)@__objc_yes; // expected-error{{literal construction method 'numberWithBool:' has incompatib… 44 …(void)@__objc_yes; // expected-error{{literal construction method 'numberWithBool:' has incompatib… 45 …id array = @[ @17 ]; // expected-error{{literal construction method 'arrayWithObjects:count:' has … 46 …id array2 = @[ @17 ]; // expected-error{{literal construction method 'arrayWithObjects:count:' has… 47 …id dict = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObjec… 48 …id dict2 = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObje… 49 …id str = @("hello"); // expected-error{{literal construction method 'stringWithUTF8String:' has in… 50 …id str2 = @("hello"); // expected-error{{literal construction method 'stringWithUTF8String:' has i…
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | scoped_allocator_adaptor_test.cpp | 448 //Construction in main() 550 //Check construction with 0 user arguments in main() 579 //Check construction with 1 user arguments in main() 615 //Check construction with 0 user arguments in main() 644 //Check construction with 1 user arguments in main() 702 //Check construction with 0 user arguments in main() 731 //Check construction with 1 user arguments in main() 791 //Check construction with 0 user arguments in main() 820 //Check construction with 1 user arguments in main() 865 //Check construction with 0 user arguments in main() [all …]
|
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/ |
H A D | ec.rs | 107 // Safety: the members of `point` are valid by construction. `scalar` in from_scalar() 165 // Safety: `point` is valid by construction. `x962` is a valid memory in from_x962_uncompressed() 226 // Safety: `self.group` is always valid by construction and this doesn't in with_point_as_ec_key() 231 // Safety: `self.point` is always valid by construction and this doesn't in with_point_as_ec_key() 253 // returned. So, after construction, callers cannot mutate the `EC_POINT`. 306 // Safety: `key.0` is always valid by construction. in from_big_endian() 315 // Safety: `key.0` is valid by construction. The returned value is in from_big_endian() 322 // Safety: `key.0` is valid by construction, as is `point.point`. The in from_big_endian() 335 // Safety: `self.0` is valid by construction. If this returns non-zero in to_big_endian() 411 // construction. This call takes a reference to the `EC_KEY` and so in to_der_private_key_info() [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | ec.rs | 107 // Safety: the members of `point` are valid by construction. `scalar` in from_scalar() 165 // Safety: `point` is valid by construction. `x962` is a valid memory in from_x962_uncompressed() 226 // Safety: `self.group` is always valid by construction and this doesn't in with_point_as_ec_key() 231 // Safety: `self.point` is always valid by construction and this doesn't in with_point_as_ec_key() 253 // returned. So, after construction, callers cannot mutate the `EC_POINT`. 306 // Safety: `key.0` is always valid by construction. in from_big_endian() 315 // Safety: `key.0` is valid by construction. The returned value is in from_big_endian() 322 // Safety: `key.0` is valid by construction, as is `point.point`. The in from_big_endian() 335 // Safety: `self.0` is valid by construction. If this returns non-zero in to_big_endian() 411 // construction. This call takes a reference to the `EC_KEY` and so in to_der_private_key_info() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | uses_alloc_types.h | 20 // There are two forms of uses-allocator construction: 23 // 'UA_None' represents non-uses allocator construction. 44 // Implements form (1) of uses-allocator construction from the specified 46 // non-uses allocator construction from 'N' arguments. This test type 51 // Implements form (2) of uses-allocator construction from the specified 53 // non-uses allocator construction from 'N' arguments. 57 // Implements both form (1) and (2) of uses-allocator construction from 59 // provides non-uses allocator construction from 'N' arguments. 63 // Implements both form (1) and (2) of uses-allocator construction from 65 // provides non-uses allocator construction from 'N' arguments. However [all …]
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | DeviceGuard.h | 15 /// construction of the guard. Even if you `set_device` after construction, the 17 /// construction time. 47 /// with the device type originally specified during guard construction. 76 /// either from construction, or via set_device. 113 * OptionalDeviceGuard doesn't restore device to its value at construction; it 152 /// and // Note [Move construction for RAII guards is tricky] 158 /// with the device type originally specified during guard construction. 176 /// either from construction, or via reset_device.
|