/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/ |
H A D | CreateTaskRequest.java | 145 * Task De-duplication: 146 * Explicitly specifying a task ID enables task de-duplication. If 187 * Task De-duplication: 188 * Explicitly specifying a task ID enables task de-duplication. If 229 * Task De-duplication: 230 * Explicitly specifying a task ID enables task de-duplication. If 849 * Task De-duplication: 850 * Explicitly specifying a task ID enables task de-duplication. If 890 * Task De-duplication: 891 * Explicitly specifying a task ID enables task de-duplication. If [all …]
|
H A D | CreateTaskRequestOrBuilder.java | 72 * Task De-duplication: 73 * Explicitly specifying a task ID enables task de-duplication. If 111 * Task De-duplication: 112 * Explicitly specifying a task ID enables task de-duplication. If 150 * Task De-duplication: 151 * Explicitly specifying a task ID enables task de-duplication. If
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ |
H A D | CreateTaskRequest.java | 146 * Task De-duplication: 147 * Explicitly specifying a task ID enables task de-duplication. If 189 * Task De-duplication: 190 * Explicitly specifying a task ID enables task de-duplication. If 232 * Task De-duplication: 233 * Explicitly specifying a task ID enables task de-duplication. If 857 * Task De-duplication: 858 * Explicitly specifying a task ID enables task de-duplication. If 899 * Task De-duplication: 900 * Explicitly specifying a task ID enables task de-duplication. If [all …]
|
H A D | CreateTaskRequestOrBuilder.java | 72 * Task De-duplication: 73 * Explicitly specifying a task ID enables task de-duplication. If 112 * Task De-duplication: 113 * Explicitly specifying a task ID enables task de-duplication. If 152 * Task De-duplication: 153 * Explicitly specifying a task ID enables task de-duplication. If
|
H A D | Queue.java | 908 * The tombstone is used by task de-duplication; another task with the same 910 * about task de-duplication, see the documentation for 930 * The tombstone is used by task de-duplication; another task with the same 932 * about task de-duplication, see the documentation for 954 * The tombstone is used by task de-duplication; another task with the same 956 * about task de-duplication, see the documentation for 3540 * The tombstone is used by task de-duplication; another task with the same 3542 * about task de-duplication, see the documentation for 3561 * The tombstone is used by task de-duplication; another task with the same 3563 * about task de-duplication, see the documentation for [all …]
|
H A D | QueueOrBuilder.java | 468 * The tombstone is used by task de-duplication; another task with the same 470 * about task de-duplication, see the documentation for 487 * The tombstone is used by task de-duplication; another task with the same 489 * about task de-duplication, see the documentation for 506 * The tombstone is used by task de-duplication; another task with the same 508 * about task de-duplication, see the documentation for
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ |
H A D | CreateTaskRequest.java | 145 * Task De-duplication: 146 * Explicitly specifying a task ID enables task de-duplication. If 188 * Task De-duplication: 189 * Explicitly specifying a task ID enables task de-duplication. If 231 * Task De-duplication: 232 * Explicitly specifying a task ID enables task de-duplication. If 853 * Task De-duplication: 854 * Explicitly specifying a task ID enables task de-duplication. If 895 * Task De-duplication: 896 * Explicitly specifying a task ID enables task de-duplication. If [all …]
|
H A D | CreateTaskRequestOrBuilder.java | 72 * Task De-duplication: 73 * Explicitly specifying a task ID enables task de-duplication. If 112 * Task De-duplication: 113 * Explicitly specifying a task ID enables task de-duplication. If 152 * Task De-duplication: 153 * Explicitly specifying a task ID enables task de-duplication. If
|
H A D | Queue.java | 1031 * The tombstone is used by task de-duplication; another task with the same 1033 * about task de-duplication, see the documentation for 1053 * The tombstone is used by task de-duplication; another task with the same 1055 * about task de-duplication, see the documentation for 1077 * The tombstone is used by task de-duplication; another task with the same 1079 * about task de-duplication, see the documentation for 3666 * The tombstone is used by task de-duplication; another task with the same 3668 * about task de-duplication, see the documentation for 3687 * The tombstone is used by task de-duplication; another task with the same 3689 * about task de-duplication, see the documentation for [all …]
|
H A D | QueueOrBuilder.java | 460 * The tombstone is used by task de-duplication; another task with the same 462 * about task de-duplication, see the documentation for 479 * The tombstone is used by task de-duplication; another task with the same 481 * about task de-duplication, see the documentation for 498 * The tombstone is used by task de-duplication; another task with the same 500 * about task de-duplication, see the documentation for
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 151 cl::desc("Perform tail duplication during placement. " 162 // Heuristic for tail duplication. 165 cl::desc("Instruction cutoff for tail duplication during layout. " 170 // Heuristic for aggressive tail duplication. 173 cl::desc("Instruction cutoff for aggressive tail duplication during " 178 // Heuristic for tail duplication. 188 // Heuristic for tail duplication if profile count is used in cost model. 191 cl::desc("If profile count information is used in tail duplication cost " 192 "model, the gained fall through number from tail duplication " 200 "triangle tail duplication heuristic to kick in. 0 to disable."), [all …]
|
H A D | TailDuplicator.cpp | 53 "Number of instructions added due to tail duplication"); 55 "Number of instructions removed due to tail duplication"); 59 // Heuristic for tail duplication. 242 // Eliminate some of the copies inserted by tail duplication to maintain in tailDuplicateAndUpdate() 385 // Allow duplication of CFI instructions. in duplicateInstruction() 555 // When doing tail-duplication during layout, the block ordering is in flux, in shouldTailDuplicate() 567 // compensate for the duplication. in shouldTailDuplicate() 601 // Check the instructions in the block to determine whether tail-duplication in shouldTailDuplicate() 609 // tail duplication of some basic blocks, that would be duplicated otherwise. in shouldTailDuplicate() 653 // any subregisters. Due to a bug, tail duplication may add a new operand in shouldTailDuplicate() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
H A D | Object_spt_fp.h | 164 // duplication blob. For non duplication 195 // duplication blob. For non duplication 246 // objects. 2. duplication blob with inner 253 // This function prepare the duplication blob from the sensitive area. 270 // to duplication blob. 276 // wrap of a duplication blob. May 282 // Unwrap a duplication blob. Check the integrity, decrypt and retrieve data 308 // duplication blob.
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 143 cl::desc("Perform tail duplication during placement. " 154 // Heuristic for tail duplication. 157 cl::desc("Instruction cutoff for tail duplication during layout. " 162 // Heuristic for aggressive tail duplication. 165 cl::desc("Instruction cutoff for aggressive tail duplication during " 170 // Heuristic for tail duplication. 184 "triangle tail duplication heuristic to kick in. 0 to disable."), 355 /// Member variable for convenience. It may be removed by duplication deep 372 /// Placement decisions can open up new tail duplication opportunities, but 373 /// since tail duplication affects placement decisions of later blocks, it [all …]
|
H A D | TailDuplicator.cpp | 55 "Number of instructions added due to tail duplication"); 57 "Number of instructions removed due to tail duplication"); 61 // Heuristic for tail duplication. 239 // Eliminate some of the copies inserted by tail duplication to maintain in tailDuplicateAndUpdate() 381 // Allow duplication of CFI instructions. in duplicateInstruction() 551 // When doing tail-duplication during layout, the block ordering is in flux, in shouldTailDuplicate() 563 // compensate for the duplication. in shouldTailDuplicate() 597 // Check the instructions in the block to determine whether tail-duplication in shouldTailDuplicate() 605 // tail duplication of some basic blocks, that would be duplicated otherwise. in shouldTailDuplicate() 639 // any subregisters. Due to a bug, tail duplication may add a new operand in shouldTailDuplicate() [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/ |
H A D | Object_spt.c | 101 TPM2B *seedIn, // IN: optional seed for duplication blob. in ComputeProtectionKeyParms() 102 // For non duplication blob, this in ComputeProtectionKeyParms() 175 // duplication blob. For non duplication in ComputeOuterIntegrity() 240 // duplication blob 811 // duplication blob. For non duplication in ProduceOuterWrap() 897 // duplication blob. For non duplication in UnwrapOuter() 1095 // objects. 2. duplication blob with inner in PrivateToSensitive() 1156 // This function prepare the duplication blob from the sensitive area. 1173 // to duplication blob. in SensitiveToDuplicate() 1179 // wrap of a duplication blob. May in SensitiveToDuplicate() [all …]
|
/aosp_15_r20/external/libnl/lib/route/qdisc/ |
H A D | netem.c | 681 * @name Packet Duplication 686 * Set packet duplication probability of netem qdisc. 688 * @arg prob New packet duplication probability. 703 * Get packet duplication probability of netem qdisc. 705 * @return Packet duplication probability or a negative error code. 721 * Set packet duplication correlation probability of netem qdisc. 723 * @arg prob New packet duplication correlation probability. 738 * Get packet duplication correlation probability of netem qdisc. 740 * @return Packet duplication correlation probability or a negative error code.
|
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
H A D | CompleteQueryResponseOrBuilder.java | 145 * when duplication happens. 172 * when duplication happens. 199 * when duplication happens. 225 * when duplication happens. 253 * when duplication happens.
|
H A D | CompleteQueryResponse.java | 2074 * when duplication happens. 2104 * when duplication happens. 2135 * when duplication happens. 2164 * when duplication happens. 2194 * when duplication happens. 3280 * when duplication happens. 3313 * when duplication happens. 3345 * when duplication happens. 3378 * when duplication happens. 3417 * when duplication happens. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
H A D | CompleteQueryResponseOrBuilder.java | 146 * when duplication happens. 173 * when duplication happens. 200 * when duplication happens. 226 * when duplication happens. 255 * when duplication happens.
|
H A D | CompleteQueryResponse.java | 2090 * when duplication happens. 2120 * when duplication happens. 2152 * when duplication happens. 2181 * when duplication happens. 2211 * when duplication happens. 3303 * when duplication happens. 3336 * when duplication happens. 3368 * when duplication happens. 3401 * when duplication happens. 3440 * when duplication happens. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
H A D | CompleteQueryResponseOrBuilder.java | 146 * when duplication happens. 173 * when duplication happens. 200 * when duplication happens. 226 * when duplication happens. 255 * when duplication happens.
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | SubgraphView.cpp | 56 /// IConnectable Duplication to maintain backwards compatibility 70 /// IConnectable Duplication to maintain backwards compatibility 106 /// IConnectable Duplication to maintain backwards compatibility 323 // IConnectable Duplication to maintain backwards compatibility 344 // IConnectable Duplication to maintain backwards compatibility 371 // IConnectable Duplication to maintain backwards compatibility
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | TailDuplicator.cpp | 37 "Number of instructions added due to tail duplication"); 39 "Number of instructions removed due to tail duplication"); 43 // Heuristic for tail duplication. 200 // Eliminate some of the copies inserted by tail duplication to maintain in tailDuplicateAndUpdate() 519 // compensate for the duplication. in shouldTailDuplicate() 541 // Check the instructions in the block to determine whether tail-duplication in shouldTailDuplicate() 577 // any subregisters. Due to a bug, tail duplication may add a new operand in shouldTailDuplicate() 580 // Disable tail duplication for this case for now, until the problem is in shouldTailDuplicate()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_os_HidlMemory.h | 30 // No duplication of file descriptors is performed. 38 // No duplication of file descriptors is performed. 55 // No duplication of file descriptors is performed.
|