Home
last modified time | relevance | path

Searched refs:add (Results 4401 - 4425 of 5696) sorted by relevance

1...<<171172173174175176177178179180>>...228

/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py768 completed_futures.add(future)
H A Dtest_csv.py1344 resultset.add(kt)
H A Dtest_smtplib.py1202 supported.add('CRAM-MD5')
1249 #TODO: add tests for correct AUTH method fallback now that the
/third_party/python/Modules/
H A D_asynciomodule.c522 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 Dassembler_arm.h450 // 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 DPassBuilder.cpp514 // 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 DTestSVGTypeface.cpp1309 fBasePath.add(path, op);
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocid.cpp751 rawIndexes[i] = strings->add(aliasTo, status); in readAlias()
H A Dunames.cpp1742 /* add each UChar to the USet */ in charSetToUSet()
1745 sa->add(sa->set, us[i]); in charSetToUSet()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-rn-operand-const-a32.cc54 M(add) \
2619 #include "aarch32/traces/assembler-cond-rd-rn-operand-const-add-a32.h"
H A Dtest-assembler-cond-rd-rn-operand-const-t32.cc54 M(add) \
2619 #include "aarch32/traces/assembler-cond-rd-rn-operand-const-add-t32.h"
H A Dtest-assembler-cond-rd-rn-operand-rm-a32.cc54 M(add) \
634 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-add-a32.h"
H A Dtest-assembler-cond-rd-rn-operand-rm-all-low-in-it-block-t32.cc52 M(add) \
600 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-all-low-in-it-block-add-t32.h"
H A Dtest-assembler-cond-rd-rn-operand-rm-rd-is-rn-in-it-block-t32.cc51 #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 Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc54 M(add) \
2621 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to31-add-a32.h"
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc54 M(add) \
2621 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to31-add-t32.h"
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc54 M(add) \
2621 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to32-add-a32.h"
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc54 M(add) \
2621 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to32-add-t32.h"
H A Dtest-assembler-cond-rd-rn-operand-rm-t32.cc54 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 DMapForProto2Test.java590 // 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 DvktReconvergenceTests.cpp1599 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 DvktSparseResourcesImageSparseResidency.cpp243 sourceCollections.glslSources.add(shaderName.str()) << glu::ComputeSource(src.str()) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1732 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 DX86ISelLowering.cpp2758 // 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 Dtexinfo.tex196 % 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)

Completed in 79 milliseconds

1...<<171172173174175176177178179180>>...228