/third_party/mesa3d/bin/ |
D | update-android-headers.sh | 11 …clone --depth 1 https://android.googlesource.com/platform/frameworks/native platform-frameworks-na… 31 platform-frameworks-native/libs/nativewindow/include/vndk \ 32 platform-frameworks-native/libs/nativebase/include/nativebase \ 45 cp -av platform-frameworks-native/vulkan/include/hardware/hwvulkan.h ${dest}/hardware 55 platform-frameworks-native/libs/nativewindow/include/android/* \ 56 platform-frameworks-native/libs/arect/include/android/* \
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 80 …<abi-instr address-size='64' path='frameworks/av/media/libaaudio/src/core/AAudioAudio.cpp' languag… 240 …<typedef-decl name='AAudioStream' type-id='119dbfcb' filepath='frameworks/av/media/libaaudio/inclu… 241 …<typedef-decl name='AAudioStreamBuilder' type-id='813682d4' filepath='frameworks/av/media/libaaudi… 242 …<typedef-decl name='AAudioStream_dataCallback' type-id='3405aa89' filepath='frameworks/av/media/li… 243 …<typedef-decl name='AAudioStream_errorCallback' type-id='ea545054' filepath='frameworks/av/media/l… 255 …<typedef-decl name='aaudio_allowed_capture_policy_t' type-id='3ff5601b' filepath='frameworks/av/me… 256 …<typedef-decl name='aaudio_content_type_t' type-id='3ff5601b' filepath='frameworks/av/media/libaau… 257 …<typedef-decl name='aaudio_data_callback_result_t' type-id='3ff5601b' filepath='frameworks/av/medi… 258 …<typedef-decl name='aaudio_direction_t' type-id='3ff5601b' filepath='frameworks/av/media/libaaudio… 259 …<typedef-decl name='aaudio_format_t' type-id='3ff5601b' filepath='frameworks/av/media/libaaudio/in… [all …]
|
D | test-libandroid.so.abi | 305 …<abi-instr address-size='32' path='frameworks/base/libs/storage/IMountService.cpp' language='LANG_… 362 …::IMountService>' size-in-bits='224' visibility='default' filepath='frameworks/native/libs/bind… 366 …1BpInterfaceINS_13IMountServiceEEC2ERKNS_2spINS_7IBinderEEE' filepath='frameworks/native/libs/bind… 373 …_ZN7android11BpInterfaceINS_13IMountServiceEE10onAsBinderEv' filepath='frameworks/native/libs/bind… 379 …ame='BpMountService' size-in-bits='224' visibility='default' filepath='frameworks/base/libs/storag… 382 …name='_ZN7android14BpMountServiceC1ERKNS_2spINS_7IBinderEEE' filepath='frameworks/base/libs/storag… 389 …ce16registerListenerERKNS_2spINS_21IMountServiceListenerEEE' filepath='frameworks/base/libs/storag… 396 …18unregisterListenerERKNS_2spINS_21IMountServiceListenerEEE' filepath='frameworks/base/libs/storag… 403 …e='_ZN7android14BpMountService25isUsbMassStorageConnectedEv' filepath='frameworks/base/libs/storag… 409 …me='_ZN7android14BpMountService24setUsbMassStorageEnabledEb' filepath='frameworks/base/libs/storag… [all …]
|
/third_party/chromium/patch/ |
D | 0005-ohos-3.2-Beta5-bugfix.patch | 9 - "$ohos_build_root/base/inputmethod/imf/frameworks/inputmethod_controller/include", 10 + "$ohos_build_root/base/inputmethod/imf/frameworks/native/inputmethod_ability/include", 11 + "$ohos_build_root/base/inputmethod/imf/frameworks/native/inputmethod_controller/include", 14 - "$ohos_build_root/base/inputmethod/imf/frameworks/inputmethod_ability/include",
|
/third_party/gn/src/gn/ |
D | config_values_generator.cc | 56 std::vector<std::string> frameworks; in GetFrameworksList() local 57 if (!ExtractListOfStringValues(*value, &frameworks, err)) in GetFrameworksList() 61 for (const std::string& framework : frameworks) { in GetFrameworksList() 72 (config_values->*accessor)().swap(frameworks); in GetFrameworksList() 138 &ConfigValues::frameworks, err_); in Run()
|
D | resolved_target_data.cc | 39 ImmutableVector<std::string> frameworks; member 84 info->frameworks, in GetFrameworkInfo() 99 return info->frameworks; in all_frameworks() 178 all_frameworks.Append(cur.frameworks()); in ComputeFrameworkInfo() 185 all_frameworks.Append(dep_info->frameworks); in ComputeFrameworkInfo() 191 info->frameworks = ImmutableVector<std::string>(all_frameworks); in ComputeFrameworkInfo()
|
D | compile_commands_writer.cc | 51 std::string frameworks; member 86 flags.frameworks = FlagsGetter<std::string>( in SetupCompileFlags() 87 kRecursiveWriterSkipDuplicates, target, &ConfigValues::frameworks, in SetupCompileFlags() 89 flags.frameworks += FlagsGetter<std::string>( in SetupCompileFlags() 177 out << flags.frameworks; in WriteCommand()
|
D | desc_builder.cc | 277 CONFIG_VALUE_ARRAY_HANDLER(frameworks, std::string) in BuildDescription() 610 auto frameworks = std::make_unique<base::ListValue>(); in BuildDescription() local 612 frameworks->AppendString(all_frameworks[i]); in BuildDescription() 614 std::move(frameworks)); in BuildDescription() 620 auto frameworks = std::make_unique<base::ListValue>(); in BuildDescription() local 622 frameworks->AppendString(weak_frameworks[i]); in BuildDescription() 624 std::move(frameworks)); in BuildDescription()
|
D | variables.cc | 1263 const char kFrameworks[] = "frameworks"; 1265 "frameworks: [name list] Name of frameworks that must be linked."; 1267 R"(frameworks: [name list] Name of frameworks that must be linked. 1271 The frameworks named in that list will be linked with any dynamic link 1277 frameworks = [ "Foundation.framework", "Foo.framework" ] 2184 "weak_frameworks: [name list] Name of frameworks that must be weak linked."; 2186 R"(weak_frameworks: [name list] Name of frameworks that must be weak linked. 2190 The frameworks named in that list will be weak linked with any dynamic link
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | BUILD.gn | 97 frameworks = [] 113 frameworks += [ "QuartzCore.framework" ] 133 frameworks += [ "Metal.framework" ] 162 frameworks = [] 170 frameworks += [
|
/third_party/rust/crates/pkg-config-rs/tests/ |
D | test.rs | 135 assert!(lib.frameworks.contains(&"foo".to_string())); in framework() 136 assert!(lib.frameworks.contains(&"bar".to_string())); in framework() 137 assert!(lib.frameworks.contains(&"baz".to_string())); in framework() 138 assert!(lib.frameworks.contains(&"foobar".to_string())); in framework() 139 assert!(lib.frameworks.contains(&"foobaz".to_string())); in framework()
|
/third_party/skia/tools/skottie_ios_app/ |
D | BUILD.gn | 54 frameworks = [ 61 frameworks += [ 66 frameworks += [
|
/third_party/skia/modules/skshaper/ |
D | BUILD.gn | 42 frameworks = [ "ApplicationServices.framework" ] 46 frameworks = [
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | BUILD.gn | 271 frameworks = [ 276 frameworks += [ "OpenGLES.framework" ] 278 frameworks += [ "OpenGL.framework" ] 281 frameworks += [ "Cocoa.framework" ]
|
/third_party/rust/crates/bindgen/book/src/ |
D | objc.md | 4 for a lot of the apple frameworks without too much blocklisting. 22 This will be helpful for a lot of objective-c frameworks however there are some 58 * Some small subset of the function headers in the apple frameworks go against 66 all of Core Foundation and any other frameworks. This will result in a very
|
/third_party/skia/third_party/externals/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/)
|
/third_party/flutter/skia/third_party/externals/sdl/premake/patches/ |
D | 713.patch | 7 Implemented the option to set custom source trees for Xcode frameworks (links) 29 error('relative paths are not currently supported for frameworks')
|
/third_party/gn/examples/ios/build/toolchain/mac/ |
D | BUILD.gn | 23 … command = "$cxx {{ldflags}} -o $output -Wl,-filelist,$rspfile {{libs}} {{solibs}} {{frameworks}}" 37 … "$cxx -dynamiclib {{ldflags}} -o $dylib -Wl,-filelist,$rspfile {{libs}} {{solibs}} {{frameworks}}"
|
/third_party/skia/third_party/externals/angle2/util/ |
D | BUILD.gn | 211 frameworks = [ "QuartzCore.framework" ] 213 frameworks += [ "AppKit.framework" ] 216 frameworks += [ "UIKit.framework" ]
|
/third_party/skia/ |
D | BUILD.gn | 388 "frameworks", 618 frameworks = [ 626 frameworks = [ 1042 frameworks = [] 1134 frameworks += [ "Metal.framework" ] 1165 frameworks += [ "Metal.framework" ] 1166 frameworks += [ "Foundation.framework" ] 1168 frameworks += [ "UIKit.framework" ] 1203 …# https://android.googlesource.com/platform/frameworks/av/+/master/media/libheif/include/HeifDecod… 1250 frameworks = [] [all …]
|
/third_party/python/Mac/BuildScript/ |
D | build-installer.py | 577 frameworks = {} 582 frameworks[framework] = os.readlink(libfw) 586 % (framework, frameworks[framework], libfw)) 591 if frameworks['Tcl'] != frameworks['Tk']: 595 % frameworks['Tk']) 600 % frameworks['Tcl'], 602 % frameworks['Tk'],
|
/third_party/python/Doc/library/ |
D | index.rst | 32 packages and entire application development frameworks), available from 65 frameworks.rst
|
/third_party/node/deps/npm/node_modules/psl/ |
D | karma.conf.js | 10 frameworks: ['browserify', 'mocha'], property
|
/third_party/node/deps/npm/node_modules/debug/ |
D | karma.conf.js | 13 frameworks: ['mocha', 'chai', 'sinon'], property
|
/third_party/vk-gl-cts/ |
D | Android.mk | 19 frameworks/native/opengl/include \
|