Home
last modified time | relevance | path

Searched refs:add (Results 5876 - 5900 of 8376) sorted by relevance

1...<<231232233234235236237238239240>>...336

/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp115 // TODO: add StringPiece::compare(), see ticket #8187 in compareStringTo()
148 BytesTrieBuilder::add(StringPiece s, int32_t value, UErrorCode &errorCode) { in add() function in BytesTrieBuilder
153 // Cannot add elements after building. in add()
H A Ducharstriebuilder.cpp98 UCharsTrieBuilder::add(const UnicodeString &s, int32_t value, UErrorCode &errorCode) { in add() function in UCharsTrieBuilder
103 // Cannot add elements after building. in add()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc51 #define FOREACH_INSTRUCTION(M) M(add)
210 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-add-t32.h"
H A Dtest-assembler-cond-sp-sp-operand-imm7-t32.cc52 M(add) \
228 #include "aarch32/traces/assembler-cond-sp-sp-operand-imm7-add-t32.h"
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java225 shards.add(new Shard(i, increment * i, increment * (i + 1), expected[i])); in generateFourByteShards()
H A DDecodeUtf8Test.java320 codepoints.add(Long.toHexString(str.charAt(i))); in codepoints()
H A DLazyMessageLiteTest.java121 inners.add(inner); in testAddAll()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dtext_format_test.py143 msg = message.repeated_nested_message.add()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java373 list.add(mapMessage.build(context)); in build()
/third_party/protobuf/ruby/tests/
H A Dbasic_proto2.rb254 assert_match(/Cannot add a native map/, e.message)
/third_party/pulseaudio/src/tests/
H A Dvolume-ui.py258 window.add(vbox)
/third_party/python/Include/internal/
H A Dpycore_global_strings.h231 STRUCT_FOR_ID(add)
/third_party/python/Lib/test/test_importlib/
H A Dutil.py367 import_names.add(import_name)
/third_party/skia/include/private/
H A DSkTHash.h506 void add(T item) { fTable.set(std::move(item)); } in add() function in SkTHashSet
512 // This pointer remains valid until the next call to add().
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DCubeActivity.java67 public Vec3 add(float v) { in add() method in Vec3
/third_party/skia/modules/canvaskit/
H A Dexterns.js718 add: function() {},
/third_party/skia/modules/skparagraph/include/
H A DTextStyle.h408 void add(TextRange tail) { in add() function
/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs439 // If we carried past all the elements, add to the end of the buffer. in small_add_from()
461 // If we carried past all the elements, add to the end of the buffer. in small_mul()
482 // Iteratively add elements from y to x. in large_add_from()
622 // Internally, for each item, we shift left by n, and add the previous in shl_bits()
659 let dst = x.as_mut_ptr().add(n); in shl_limbs()
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py164 caseSet.add(result.name)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp251 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStackTests.cpp199 programCollection.glslSources.add("comp") << glu::ComputeSource(comp); in initPrograms()
H A DvktProtectedMemWorkgroupStorageTests.cpp167 programCollection.glslSources.add("comp") << glu::ComputeSource(comp); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp140 programCollection.glslSources.add("comp") << glu::ComputeSource(updateRayTracingGLSL(comp.str())) << buildOptions; in initPrograms()
H A DvktRayQueryNonUniformArgsTests.cpp160 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()) << buildOptions; in initPrograms()
H A DvktRayQueryProceduralGeometryTests.cpp466 // we are using only red but we need to add alpha (note: r and a may be swapped depending on endianness) in initPrograms()
469 programCollection.glslSources.add("comp") << glu::ComputeSource(compSource) << glslBuildOptions; in initPrograms()

Completed in 22 milliseconds

1...<<231232233234235236237238239240>>...336