/third_party/python/Lib/test/ |
H A D | test_concurrent_futures.py | 768 completed_futures.add(future)
|
H A D | test_csv.py | 1344 resultset.add(kt)
|
H A D | test_smtplib.py | 1202 supported.add('CRAM-MD5') 1249 #TODO: add tests for correct AUTH method fallback now that the
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 522 finalized. The original motivation to add a `_Py_IsFinalizing()` in future_init() 690 /* The future is pending, add a callback. in future_add_done_callback() 701 add the new callback to it. in future_add_done_callback() 708 with a new list and add the new callback to it. in future_add_done_callback() 1911 _Py_IDENTIFIER(add); in register_task()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 450 // Moved to ARM32::AssemblerARM32::add() 451 void add(Register rd, Register rn, Operand o, Condition cond = AL);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 514 // These passes add substantial compile time so skip them at O1. in buildFunctionSimplificationPipeline() 832 // When at O3 add argument promotion to the pass pipeline. in buildModuleSimplificationPipeline() 837 // Lastly, add the core function simplification pipeline nested inside the in buildModuleSimplificationPipeline() 848 // opportunities. Then we add it to the module pipeline by walking the SCCs in buildModuleSimplificationPipeline() 1062 // Now add the optimization pipeline. in buildPerModuleDefaultPipeline() 1142 // Now add the optimization pipeline. in buildThinLTODefaultPipeline() 1312 // FIXME: once we fix LoopPass Manager, add LICM here. in buildLTODefaultPipeline() 1313 // FIXME: once we provide support for enabling MLSM, add it here. in buildLTODefaultPipeline() 1340 MainFPM.add(AlignmentFromAssumptionsPass()); in buildLTODefaultPipeline()
|
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 1309 fBasePath.add(path, op);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locid.cpp | 751 rawIndexes[i] = strings->add(aliasTo, status); in readAlias()
|
H A D | unames.cpp | 1742 /* add each UChar to the USet */ in charSetToUSet() 1745 sa->add(sa->set, us[i]); in charSetToUSet()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-rn-operand-const-a32.cc | 54 M(add) \ 2619 #include "aarch32/traces/assembler-cond-rd-rn-operand-const-add-a32.h"
|
H A D | test-assembler-cond-rd-rn-operand-const-t32.cc | 54 M(add) \ 2619 #include "aarch32/traces/assembler-cond-rd-rn-operand-const-add-t32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-a32.cc | 54 M(add) \ 634 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-add-a32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-all-low-in-it-block-t32.cc | 52 M(add) \ 600 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-all-low-in-it-block-add-t32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-rd-is-rn-in-it-block-t32.cc | 51 #define FOREACH_INSTRUCTION(M) M(add) 598 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-rd-is-rn-in-it-block-add-t32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 54 M(add) \ 2621 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to31-add-a32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 54 M(add) \ 2621 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to31-add-t32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 54 M(add) \ 2621 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to32-add-a32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 54 M(add) \ 2621 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to32-add-t32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-t32.cc | 54 M(add) \ 634 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-add-t32.h"
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | MapForProto2Test.java | 590 // here is to add elements in different order. in testEqualsAndHashCode() 665 entryList.add(newMapEntry(builder, name, entry.getKey(), entry.getValue())); in setMapValues()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 1599 programCollection.glslSources.add("test") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageSparseResidency.cpp | 243 sourceCollections.glslSources.add(shaderName.str()) << glu::ComputeSource(src.str()) in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktShaderLibrary.cpp | 1732 vk::GlslSource& curSrc = sourceCollection.glslSources.add(getShaderName((glu::ShaderType)shaderType, progNdx)); in initPrograms()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 2758 // Add nodes to the DAG and add the values into the RetOps list in LowerReturn() 4264 //// If this is the first return lowered for this function, add the regs 5096 // convert this to shl+add/sub and then still have to type legalize those ops. 5104 // If vector multiply is legal, assume that's faster than shl + add/sub. 5111 // shl+add, shl+sub, shl+add+neg 6732 // add the pre-extracted value to the Ops vector. 6890 // If we didn't already add operands in the opcode-specific code, default to 8851 /// checks if \p N implements a horizontal arithmetic add; if instead \p Opcode 8945 /// Emit a sequence of two 128-bit horizontal add/su [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 196 % Margin to add to right of even pages, to left of odd pages. 241 % add check for \lastpenalty to plain's definitions. If the last thing 256 % Dimensions to add cropmarks at corners. 642 % does not have much material. In this case, it's better to add an 2364 % and 2) do not add an italic correction. 3965 % we will add a \leftskip of \multitablecolspace to all columns after 3968 % If a template has been used, we will add \multitablecolspace 4947 % Typeset the initial. Making this add up to a whole number of 10069 @c eval: (add-hook 'write-file-hooks 'time-stamp)
|