/external/mesa3d/bin/ |
D | update-android-headers.sh | 13 …clone --depth 1 https://android.googlesource.com/platform/frameworks/native platform-frameworks-na… 24 cp -av platform-frameworks-native/libs/nativewindow/include/vndk \ 30 platform-frameworks-native/libs/nativewindow/include/apex \ 31 platform-frameworks-native/libs/nativewindow/include/system \ 32 platform-frameworks-native/libs/nativebase/include/nativebase \ 40 cp -av platform-frameworks-native/vulkan/include/hardware/hwvulkan.h ${dest}/hardware 49 cp -av platform-frameworks-native/libs/nativewindow/include/android/* \ 50 platform-frameworks-native/libs/arect/include/android/* \
|
/external/grpc-grpc/tools/profiling/ios_bin/ |
D | binary_size.py | 57 def get_size(where, frameworks): argument 59 if not frameworks: 77 def build(where, frameworks): argument 84 % ('YES' if frameworks else 'NO'), 92 for frameworks in [False, True]: 93 build('new', frameworks) 94 new_size = get_size('new', frameworks) 105 build('old', frameworks) 106 old_size = get_size('old', frameworks) 113 if frameworks else '*****************STATIC******************\n')
|
/external/rust/crates/grpcio-sys/grpc/tools/profiling/ios_bin/ |
D | binary_size.py | 56 def get_size(where, frameworks): argument 58 if not frameworks: 76 def build(where, frameworks): argument 82 % ('YES' if frameworks else 'NO'), 90 for frameworks in [False, True]: 91 build('new', frameworks) 92 new_size = get_size('new', frameworks) 103 build('old', frameworks) 104 old_size = get_size('old', frameworks) 111 if frameworks else '*****************STATIC******************\n')
|
/external/llvm-project/clang/test/ClangScanDeps/ |
D | header_stat_before_open.m | 6 // RUN: cp -R %S/Inputs/frameworks %t.dir/Inputs/frameworks 17 // CHECK-NEXT: Inputs{{/|\\}}frameworks{{/|\\}}Framework.framework{{/|\\}}Headers{{/|\\}}Framework.h 18 // CHECK-NEXT: Inputs{{/|\\}}frameworks{{/|\\}}Framework.framework{{/|\\}}PrivateHeaders{{/|\\}}Pri…
|
D | subframework_header_dir_symlink.m | 8 // RUN: cp -R %S/Inputs/frameworks %t.dir/Inputs/frameworks 9 // RUN: ln -s %t.dir/Inputs/frameworks %t.dir/Inputs/frameworks_symlink
|
/external/clang/ |
D | RenderScriptPrebuilts.md | 53 frameworks/compile/slang, and/or frameworks/compile/libbcc. This may entail 57 cd $ANDROID_BUILD_TOP/frameworks/rs 103 * **frameworks/compile/mclinker** 107 * **frameworks/compile/libbcc** 108 * **frameworks/compile/slang** 109 * **frameworks/rs**
|
/external/v4l2_codec2/tests/c2_comp_intf/ |
D | Android.bp | 32 "frameworks/av/media/codec2/components/base/include", 33 "frameworks/av/media/codec2/core/include", 34 "frameworks/av/media/codec2/vndk/include",
|
/external/mesa3d/src/vulkan/ |
D | Android.mk | 49 frameworks/native/libs/nativebase/include \ 50 frameworks/native/libs/nativewindow/include \ 51 frameworks/native/libs/arect/include
|
/external/llvm-project/clang/test/CodeCompletion/ |
D | included-frameworks.m | 12 // Autocomplete frameworks without the ".framework" extension. 19 // Autocomplete for frameworks inside its Headers folder. 26 // Autocomplete for folders inside of a frameworks.
|
/external/skia/tools/skottie_ios_app/ |
D | BUILD.gn | 54 frameworks = [ 61 frameworks += [ 66 frameworks += [
|
/external/mesa3d/src/intel/ |
D | Android.vulkan.mk | 41 frameworks/native/vulkan/include 45 frameworks/native/vulkan/include \ 46 frameworks/native/libs/nativebase/include \ 47 frameworks/native/libs/nativewindow/include \ 48 frameworks/native/libs/arect/include
|
/external/oss-fuzz/projects/kimageformats/ |
D | Dockerfile | 21 RUN git clone --depth 1 https://invent.kde.org/frameworks/extra-cmake-modules.git 23 RUN git clone --depth 1 https://invent.kde.org/frameworks/karchive.git 24 RUN git clone --depth 1 https://invent.kde.org/frameworks/kimageformats.git
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 305 …<abi-instr address-size='32' path='frameworks/base/libs/storage/IMountService.cpp' language='LANG_… 362 …ame='BpMountService' size-in-bits='224' visibility='default' filepath='frameworks/base/libs/storag… 365 …name='_ZN7android14BpMountServiceC1ERKNS_2spINS_7IBinderEEE' filepath='frameworks/base/libs/storag… 372 …ce16registerListenerERKNS_2spINS_21IMountServiceListenerEEE' filepath='frameworks/base/libs/storag… 379 …18unregisterListenerERKNS_2spINS_21IMountServiceListenerEEE' filepath='frameworks/base/libs/storag… 386 …e='_ZN7android14BpMountService25isUsbMassStorageConnectedEv' filepath='frameworks/base/libs/storag… 392 …me='_ZN7android14BpMountService24setUsbMassStorageEnabledEb' filepath='frameworks/base/libs/storag… 399 …ame='_ZN7android14BpMountService23isUsbMassStorageEnabledEv' filepath='frameworks/base/libs/storag… 405 …e='_ZN7android14BpMountService11mountVolumeERKNS_8String16E' filepath='frameworks/base/libs/storag… 412 …ZN7android14BpMountService13unmountVolumeERKNS_8String16Ebb' filepath='frameworks/base/libs/storag… [all …]
|
/external/skia/modules/skshaper/ |
D | BUILD.gn | 38 frameworks = [ "ApplicationServices.framework" ] 42 frameworks = [
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | Android.bp | 28 "frameworks/wilhelm/include", 29 "frameworks/av/media/libaaudio/include",
|
/external/mesa3d/src/egl/ |
D | Android.mk | 66 frameworks/native/libs/nativewindow/include \ 67 frameworks/native/libs/arect/include
|
/external/llvm-project/llvm/utils/gn/build/toolchain/ |
D | BUILD.gn | 74 # gn < 1693 (e214b5d35898) doesn't support |frameworks|, requiring 75 # frameworks to be listed in |libs|, but gn >= 1808 (3028c6a426a4) forbids 76 # frameworks from appearing in |libs|. This assertion provides a helpful 78 # occurs when an older gn encounters |frameworks|. 93 command = "$ld -shared {{ldflags}} -o $outfile {{inputs}} {{libs}} {{frameworks}}" 109 …flags}} -Wl,-flat_namespace -Wl,-undefined,suppress -o $outfile {{inputs}} {{libs}} {{frameworks}}" 125 "$ld {{ldflags}} -o $outfile {{inputs}} {{libs}} {{frameworks}}"
|
/external/bouncycastle/ |
D | Android.bp | 125 "//frameworks/base", 126 "//frameworks/base/packages/Connectivity/tests/unit", 127 "//frameworks/base/tests/net", 150 "//frameworks/opt/net/wifi/service", 151 "//frameworks/opt/net/wifi/tests/wifitests", 226 // Bouncycastle subset for use by frameworks/opt/net/ike project.
|
/external/oss-fuzz/projects/kcodecs/ |
D | Dockerfile | 20 RUN git clone --depth 1 https://invent.kde.org/frameworks/kcodecs.git 21 RUN git clone --depth 1 https://invent.kde.org/frameworks/extra-cmake-modules.git
|
/external/python/cpython2/Doc/howto/ |
D | webservers.rst | 17 Therefore, many frameworks and helper tools have been created to assist 311 which can be reused for other WSGI-compliant frameworks and libraries. 344 it is great for programmers writing frameworks, a normal web developer does not 425 any particular API. Many web frameworks use this model to help the developer 428 That way, even users of other frameworks (or even other languages, since MVC is 435 Python frameworks, this component is often represented by the classes used by 452 While not all Python frameworks explicitly support MVC, it is often trivial 463 list of web frameworks for various programming languages. 471 these exist for all web frameworks in all languages. Developers are not forced 514 Some `frameworks`_ ship their own template engine or recommend one in [all …]
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | README.md | 15 https://docs.nvidia.com/deeplearning/dgx/index.html#installing-frameworks-for-jetson 30 [Verified Models](https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html#veri… 34 [TF-TRT documentation](https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html)
|
/external/oss-fuzz/projects/karchive/ |
D | Dockerfile | 24 RUN git clone --depth 1 https://invent.kde.org/frameworks/extra-cmake-modules.git 25 RUN git clone --depth 1 https://invent.kde.org/frameworks/karchive.git
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BUILD.gn | 268 frameworks = [ 273 frameworks += [ "OpenGLES.framework" ] 275 frameworks += [ "OpenGL.framework" ] 278 frameworks += [ "Cocoa.framework" ]
|
/external/llvm-project/mlir/docs/Dialects/ |
D | TOSA.md | 13 from multiple high-level frameworks, as well as a bottom-up view of different 25 multiple high level frameworks fully in TOSA, as possible. This was originally 27 networks in different frameworks, to select the most frequently occuring ones 102 A survey of multiple high level frameworks indicated that conditional if and 103 a loop construct are common in all major frameworks, with some variation.
|
/external/oboe/docs/notes/ |
D | rlsbuffer.md | 39 …invalid](https://cs.android.com/android/platform/superproject/+/master:frameworks/av/media/libaudi… 70 1. [AudioTrack](https://android-review.googlesource.com/c/platform/frameworks/av/+/1251871/) 71 1. [AudioRecord](https://android-review.googlesource.com/c/platform/frameworks/av/+/1251872/)
|