/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 933 auto copy = table; in TestHeterogeneous() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_test.cc | 53 int copy = 0; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 26 import copy namespace
|
H A D | ohos_gen_framework.py | 27 import copy namespace
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 1715 int copy = 0; in intra_predict() local
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 2960 int pktsize, pkttype, copy; in rtmp_write() local [all...] |
/third_party/glfw/src/ |
H A D | wl_window.c | 3155 char* copy = _glfw_strdup(string); in _glfwSetClipboardStringWayland() local
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 985 res_t *copy; in copy_resolution() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 2567 Calendar *copy; in parse() local [all...] |
/third_party/libcoap/examples/ |
H A D | coap-server.c | 36 char *copy = (char *)malloc(n + 1); in strndup() local
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 50 import copy namespace [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 2230 nir_shader *copy = nir_deserialize(dead_ctx, options, &reader); in nir_shader_serialize_deserialize() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 828 std::pair<Operand, Definition>& copy = *it; in update_renames() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 567 SsaEnv* copy = Steal(decoder->zone(), branch_env); in BrTable() local
|
/third_party/node/src/ |
H A D | node_http2.cc | 2002 size_t copy = buf.len > len ? len : buf.len; in Receive() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 1852 static int compare_bitmaps(struct bitmap *a, BOOL copy) argument
|
/third_party/node/deps/brotli/c/enc/ |
H A D | encode.c | 1764 uint32_t copy = (uint32_t)BROTLI_MIN( in ProcessMetadata() local 1774 uint32_t copy = BROTLI_MIN(uint32_t, s->remaining_metadata_bytes_, 16); ProcessMetadata() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 2518 Calendar *copy; in parse() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 2526 struct expression *copy; in next_designators() local 2549 struct expression *copy; in next_designators() local 3293 struct expression *copy = __alloc_expression(0); evaluate_offsetof() local [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 2903 VariableProxy* copy = ast_node_factory->CopyVariableProxy(proxy); in MigrateUnresolvedPrivateNameTail() local
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 1289 Label copy, check; in CallRecordWriteStub() local
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 12 import copy namespace 2363 def copy(self, **overrides): member in Function 2415 def copy(self, **overrides): member in Parameter
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 2306 void ValueIteratorBase::copy(const SelfType& other) { copy() function in Json::ValueIteratorBase [all...] |
/third_party/python/Lib/ |
H A D | _pydecimal.py | 4029 def copy(self): global() member in Context [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 2110 auto copy = GrSurfaceProxy::Copy(fContext, in setupDstProxyView() local [all...] |