HomeSort by relevance Sort by last modified time
    Searched refs:third_party (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/
ubsan_blacklist.txt 3 src:*third_party/LLVM*
  /external/libyuv/files/tools_libyuv/ubsan/
blacklist.txt 11 src:*/third_party/yasm/*
  /external/webrtc/tools/ubsan/
blacklist.txt 11 src:*/third_party/yasm/*
vptr_blacklist.txt 19 src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
20 src:*/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
21 src:*/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
  /external/pdfium/third_party/freetype/
roll-freetype.sh 11 REVIEWERS=`paste -s -d, third_party/freetype/OWNERS`
12 roll-dep -r "${REVIEWERS}" "$@" pdfium/third_party/freetype/src/
13 FTVERSION=`git -C third_party/freetype/src/ describe --long`
14 FTCOMMIT=`git -C third_party/freetype/src/ rev-parse HEAD`
17 cmp third_party/freetype/src/src/psnames/pstables.h \
18 third_party/freetype/include/pstables.h
21 third_party/freetype/README.pdfium
23 third_party/freetype/README.pdfium
25 git add third_party/freetype/README.pdfium
  /external/grpc-grpc/tools/run_tests/sanity/
check_submodules.sh 29 cc4bed2d74f7c8717e31f9579214ab52a9c9c610 third_party/abseil-cpp (cc4bed2)
30 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 third_party/benchmark (v1.2.0)
31 73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty (remotes/origin/wide-14-g73594cd)
32 b29b21a81b32ec273f118f589f46d56ad3332420 third_party/boringssl (remotes/origin/chromium-stable)
33 8149b351bf797bd80e063787886b7618f508e451 third_party/boringssl-with-bazel (version_for_cocoapods_10.0-434-g8149b351)
34 3be1924221e1326df520f8498d704a5c4c8d0cce third_party/cares/cares (cares-1_13_0)
35 30dbc81fb5ffdc98ea9b14b1918bfe4e8779b26e third_party/gflags (v2.2.0-5-g30dbc81)
36 ec44c6c1675c25b9827aacd08c02433cccde7780 third_party/googletest (release-1.8.0)
37 6599cac0965be8e5a835ab7a5684bbef033d5ad0 third_party/libcxx (heads/release_60)
38 9245d481eb3e890f708ff2d7dadf2a10c04748ba third_party/libcxxabi (heads/release_60
    [all...]
  /external/v8/tools/ubsan/
vptr_blacklist.txt 12 src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp
  /external/grpc-grpc/test/distrib/cpp/
run_distrib_test_cmake_as_externalproject.sh 27 rm -r third_party/abseil-cpp/* || true
28 rm -r third_party/benchmark/* || true
29 rm -r third_party/bloaty/* || true
30 rm -r third_party/boringssl/* || true
31 rm -r third_party/boringssl-with-bazel/* || true
32 rm -r third_party/gflags/* || true
33 rm -r third_party/googletest/* || true
run_distrib_test_cmake.sh 25 cd third_party/cares/cares
33 rm -rf third_party/cares/cares # wipe out to prevent influencing the grpc build
36 cd third_party/zlib
42 rm -rf third_party/zlib # wipe out to prevent influencing the grpc build
45 cd third_party/protobuf
51 rm -rf third_party/protobuf # wipe out to prevent influencing the grpc build
run_distrib_test_routeguide.sh 21 cd third_party/protobuf && ./autogen.sh && \
  /external/libyuv/files/tools/ubsan/
blacklist.txt 7 src:*/third_party/yasm/*
61 src:*/third_party/icu/source/common/rbbi.cpp
62 src:*/third_party/icu/source/common/rbbitblb.cpp
63 src:*/third_party/icu/source/common/ucmndata.c
76 src:*/third_party/libc\+\+/trunk/include/__tree
77 src:*/third_party/libc\+\+/trunk/include/map
vptr_blacklist.txt 76 src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
77 src:*/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
78 src:*/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
92 # obj/third_party/pdfium/libfpdfapi.a(obj/third_party/pdfium/core/src/fpdfapi/fpdf_render/fpdfapi.fpdf_render_text.o):../../third_party/pdfium/core/src/fpdfapi/fpdf_render/:__unnamed_360: error: undefined reference to 'typeinfo for CPDF_InlineImages'
93 src:*/third_party/pdfium/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp
95 # obj/third_party/libwebm/libwebm.a(obj/third_party/libwebm/source/libwebm.mkvmuxer.o)(.data.rel..L__unnamed_2+0x18): error: undefined reference to 'typeinfo for mkvparser::IMkvReader'
96 src:*/third_party/libwebm/source/mkvmuxer.cp
    [all...]
  /external/grpc-grpc/tools/distrib/python/
bazel_deps.sh 23 cd third_party/protobuf
28 -w /src/grpc/third_party/protobuf \
  /external/grpc-grpc/tools/openssl/
use_openssl.sh 24 if [ ! -e third_party/openssl-1.0.2f.tar.gz ]
26 echo "Downloading https://openssl.org/source/old/1.0.2/openssl-1.0.2f.tar.gz to third_party/openssl-1.0.2f.tar.gz"
27 wget https://openssl.org/source/old/1.0.2/openssl-1.0.2f.tar.gz -O third_party/openssl-1.0.2f.tar.gz
31 rm -rf third_party/openssl-1.0.2f
34 cd third_party
  /external/swiftshader/tests/GLESUnitTests/
Android.mk 19 ifneq ($(wildcard $(LOCAL_PATH)/../../third_party/googletest/googletest/src/gtest-all.cc),)
29 ../../third_party/googletest/googletest/src/gtest-all.cc
32 $(LOCAL_PATH)/../../third_party/googletest/googletest/include/ \
33 $(LOCAL_PATH)/../../third_party/googletest/googlemock/include/ \
34 $(LOCAL_PATH)/../../third_party/googletest/googletest/
50 $(LOCAL_PATH)/../../third_party/googletest/googletest/include/ \
51 $(LOCAL_PATH)/../../third_party/googletest/googlemock/include/ \
52 $(LOCAL_PATH)/../../third_party/googletest/googletest/ \
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
desugar_deps_consistency_test.sh 32 if third_party/java/jdk/jar/jar tf "${out}" | grep 'desugar_deps'; then
  /external/glide/
update_files.sh 34 rm -rf third_party/disklrucache
51 git rm -rf third_party/gif_decoder/src/androidTest || true
52 git rm -rf third_party/gif_encoder/src/androidTest || true
56 git submodule deinit third_party/disklrucache
57 git rm -rf third_party/disklrucache
58 rm -rf third_party/disklrucache
61 REMOTE_DISK_PATH=third_party/remote_disklrucache
69 mv $REMOTE_DISK_PATH third_party/disklrucache
70 git add third_party/disklrucache
  /external/grpc-grpc/tools/internal_ci/linux/
grpc_bazel_on_foundry_base.sh 58 --extra_execution_platforms=//third_party/toolchains:rbe_ubuntu1604 \
59 --host_platform=//third_party/toolchains:rbe_ubuntu1604 \
60 --platforms=//third_party/toolchains:rbe_ubuntu1604 \
  /external/grpc-grpc/tools/distrib/
check_nanopb_output.sh 23 pushd third_party/protobuf
38 pushd third_party/nanopb/generator/proto
55 third_party/protobuf/src/google/protobuf/duration.proto \
60 third_party/protobuf/src/google/protobuf/timestamp.proto \
generate_grpc_shadow_boringssl_symbol_list.sh 24 ssl_lib='../../third_party/boringssl/build/ssl/libssl.a'
25 crypto_lib='../../third_party/boringssl/build/crypto/libcrypto.a'
28 ( cd ../../third_party/boringssl ; mkdir -p build ; cd build ; cmake .. ; make )
  /external/swiftshader/
Android.mk 59 include $(swiftshader_root)/third_party/LLVM/Android.mk
61 include $(swiftshader_root)/third_party/llvm-7.0/Android.mk
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 23 BASEDIR=$BUILDDIR/third_party
84 ndk-build NDK_APPLICATION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_party APP_ABI=$abi -j $cores;
86 ndk-build NDK_APPLICATION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_party -j $cores;
  /external/libvpx/libvpx/
examples.mk 11 LIBYUV_SRCS += third_party/libyuv/include/libyuv/basic_types.h \
12 third_party/libyuv/include/libyuv/convert.h \
13 third_party/libyuv/include/libyuv/convert_argb.h \
14 third_party/libyuv/include/libyuv/convert_from.h \
15 third_party/libyuv/include/libyuv/cpu_id.h \
16 third_party/libyuv/include/libyuv/planar_functions.h \
17 third_party/libyuv/include/libyuv/rotate.h \
18 third_party/libyuv/include/libyuv/row.h \
19 third_party/libyuv/include/libyuv/scale.h \
20 third_party/libyuv/include/libyuv/scale_row.h
    [all...]
  /external/libvpx/libvpx/test/android/
Android.mk 19 include $(BINDINGS_DIR)/libvpx/third_party/libwebm/Android.mk
33 LOCAL_C_INCLUDES := $(LOCAL_PATH)/third_party/googletest/src/
34 LOCAL_C_INCLUDES += $(LOCAL_PATH)/third_party/googletest/src/include/
35 LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/third_party/googletest/src/include/
36 LOCAL_SRC_FILES := ./third_party/googletest/src/src/gtest-all.cc
  /external/tensorflow/tensorflow/contrib/makefile/
create_ios_frameworks.sh 56 echo "Headers, populating: third_party"
58 tar cf $FW_DIR_TFCORE_HDRS/tmp.tar third_party
65 tar cf $FW_DIR_TFCORE_HDRS/third_party/eigen3/tmp.tar unsupported
66 cd $FW_DIR_TFCORE_HDRS/third_party/eigen3
72 tar cf $FW_DIR_TFCORE_HDRS/third_party/eigen3/tmp.tar Eigen
73 cd $FW_DIR_TFCORE_HDRS/third_party/eigen3

Completed in 1850 milliseconds

1 2 3 4 5