/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestriebuilder.cpp | 115 // 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 D | ucharstriebuilder.cpp | 98 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 D | test-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc | 51 #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 D | test-assembler-cond-sp-sp-operand-imm7-t32.cc | 52 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 D | IsValidUtf8TestUtil.java | 225 shards.add(new Shard(i, increment * i, increment * (i + 1), expected[i])); in generateFourByteShards()
|
H A D | DecodeUtf8Test.java | 320 codepoints.add(Long.toHexString(str.charAt(i))); in codepoints()
|
H A D | LazyMessageLiteTest.java | 121 inners.add(inner); in testAddAll()
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
H A D | text_format_test.py | 143 msg = message.repeated_nested_message.add()
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMap.java | 373 list.add(mapMessage.build(context)); in build()
|
/third_party/protobuf/ruby/tests/ |
H A D | basic_proto2.rb | 254 assert_match(/Cannot add a native map/, e.message)
|
/third_party/pulseaudio/src/tests/ |
H A D | volume-ui.py | 258 window.add(vbox)
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 231 STRUCT_FOR_ID(add)
|
/third_party/python/Lib/test/test_importlib/ |
H A D | util.py | 367 import_names.add(import_name)
|
/third_party/skia/include/private/ |
H A D | SkTHash.h | 506 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 D | CubeActivity.java | 67 public Vec3 add(float v) { in add() method in Vec3
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 718 add: function() {},
|
/third_party/skia/modules/skparagraph/include/ |
H A D | TextStyle.h | 408 void add(TextRange tail) { in add() function
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | bigint.rs | 439 // 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 D | run_nightly.py | 164 caseSet.add(result.name)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
H A D | vktPostmortemUseAfterFreeTests.cpp | 251 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 D | vktProtectedMemStackTests.cpp | 199 programCollection.glslSources.add("comp") << glu::ComputeSource(comp); in initPrograms()
|
H A D | vktProtectedMemWorkgroupStorageTests.cpp | 167 programCollection.glslSources.add("comp") << glu::ComputeSource(comp); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryBarycentricCoordinatesTests.cpp | 140 programCollection.glslSources.add("comp") << glu::ComputeSource(updateRayTracingGLSL(comp.str())) << buildOptions; in initPrograms()
|
H A D | vktRayQueryNonUniformArgsTests.cpp | 160 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()) << buildOptions; in initPrograms()
|
H A D | vktRayQueryProceduralGeometryTests.cpp | 466 // 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()
|