Searched refs:src (Results 5551 - 5575 of 7043) sorted by relevance
1...<<221222223224225226227228229230>>...282
/third_party/ltp/testcases/network/stress/udp/uni-basic/ |
H A D | udp4-uni-basic01 | 230 output_ipsec_conf src \
|
/third_party/lwip/src/include/lwip/prot/ |
H A D | ip6.h | 92 PACK_STRUCT_FLD_S(ip6_addr_p_t src);
|
/third_party/lz4/tests/ |
H A D | roundTripTest.c | 90 typedef int (*compressFn)(const char* src, char* dst, int srcSize, int dstSize, int cLevel);
|
/third_party/mesa3d/src/util/ |
H A D | hash_table.h | 78 _mesa_hash_table_clone(struct hash_table *src, void *dst_mem_ctx);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_graph.h | 52 Edge(Node *dst, Node *src, Type kind);
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/tests/ |
H A D | lower_ubo_tests.cpp | 134 ASSERT_EQ(nir_src_as_uint(load_uniform->src[0]), 4); in TEST_F()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | rsa.h | 118 int ossl_rsa_acvp_test_gen_params_new(OSSL_PARAM **dst, const OSSL_PARAM src[]);
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | __main__.py | 149 for src, dsts in gen.first_graph.items(): 150 print(f" {src} -> {', '.join(dsts)}")
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.h | 123 GLuint makeShader(GLuint type, const char *src);
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | buffer.h | 27 #include "src/format.h" 28 #include "src/image.h" 205 /// Writes |src| data into buffer at |offset|. 206 Result SetDataFromBuffer(const Buffer* src, uint32_t offset);
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | desc_sroa_test.cpp | 78 OpName %src_main "src.main" in GetStructureArrayTestSpirv()
|
/third_party/skia/src/core/ |
H A D | SkBitmapDevice.h | 20 #include "src/core/SkDevice.h" 21 #include "src/core/SkGlyphRunPainter.h" 22 #include "src/core/SkRasterClip.h" 23 #include "src/core/SkRasterClipStack.h" 94 void drawImageRect(const SkImage*, const SkRect* src, const SkRect& dst,
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCaps.h | 12 #include "src/gpu/GrCaps.h" 15 #include "src/gpu/d3d/GrD3DAttachment.h" 136 bool onCanCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src,
|
/third_party/skia/src/gpu/ |
H A D | GrDrawingManager.h | 15 #include "src/gpu/GrBufferAllocPool.h" 16 #include "src/gpu/GrDeferredUpload.h" 17 #include "src/gpu/GrHashMapWithCache.h" 18 #include "src/gpu/GrResourceCache.h" 19 #include "src/gpu/GrSurfaceProxy.h" 22 #include "src/gpu/v1/PathRenderer.h" 23 #include "src/gpu/v1/PathRendererChain.h" 88 // Creates a new render task which copies a pixel rectangle from srcView into dstView. The src 90 // dstProxy with top left at dstPoint. If the src rect is clipped by the src bound [all...] |
/third_party/openssl/include/crypto/ |
H A D | rsa.h | 118 int ossl_rsa_acvp_test_gen_params_new(OSSL_PARAM **dst, const OSSL_PARAM src[]);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof_impl.h | 68 SpoofImpl(const SpoofImpl &src, UErrorCode &status);
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.h | 294 copy_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size);
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUtils.h | 14 #include "src/core/SkUtils.h" 15 #include "src/pdf/SkPDFTypes.h" 16 #include "src/shaders/SkShaderBase.h" 17 #include "src/utils/SkFloatToDecimal.h" 18 #include "src/utils/SkUTF.h" 131 void Base85Encode(std::unique_ptr<SkStreamAsset> src, SkDynamicMemoryWStream* dst);
|
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.h | 14 #include "src/sksl/SkSLContext.h" 143 // src must remain in memory as long as the objects created from it do 145 const uint8_t* src, size_t length);
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | renamer.cc | 15 #include "src/transform/renamer.h" 21 #include "src/program_builder.h" 22 #include "src/sem/call.h" 23 #include "src/sem/member_accessor_expression.h" 1302 auto name_in = ctx.src->Symbols().NameFor(sym_in); in Run()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uprops.h | 409 uprops_addPropertyStarts(UPropertySource src, const USetAdder *sa, UErrorCode *pErrorCode);
|
/third_party/python/PCbuild/ |
H A D | prepare_ssl.bat | 45 call "%PCBUILD%\get_externals.bat" --openssl-src --no-openssl %ORG_SETTING%
|
H A D | prepare_tcltk.bat | 47 call "%PCBUILD%\get_externals.bat" --tkinter-src %ORG_SETTING%
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | datapiece.h | 187 bool DecodeBase64(StringPiece src, std::string* dest) const;
|
/third_party/protobuf/ |
H A D | update_file_lists.sh | 3 # This script copies source file lists from src/Makefile.am to cmake files. 44 MAKEFILE=src/Makefile.am 51 # Extract file lists from src/Makefile.am 117 CMAKE_PREFIX="\${protobuf_source_dir}/src/" 142 echo "copy \"\${PROTOBUF_SOURCE_WIN32_PATH}\\..\\src\\$WINPATH\" include\\$WINPATH" >> $EXTRACT_INCLUDES_BAT 181 BAZEL_PREFIX="src/"
|
Completed in 15 milliseconds
1...<<221222223224225226227228229230>>...282