Home
last modified time | relevance | path

Searched refs:frameworks (Results 1 – 25 of 225) sorted by relevance

123456789

/third_party/grpc/tools/profiling/ios_bin/
Dbinary_size.py56 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')
/third_party/mesa3d/bin/
Dupdate-android-headers.sh11 …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/gn/src/gn/
Dconfig_values_generator.cc56 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()
Dresolved_target_data.cc39 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()
Dcompile_commands_writer.cc51 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()
/third_party/skia/third_party/externals/dawn/src/utils/
DBUILD.gn97 frameworks = []
113 frameworks += [ "QuartzCore.framework" ]
133 frameworks += [ "Metal.framework" ]
162 frameworks = []
170 frameworks += [
/third_party/skia/tools/skottie_ios_app/
DBUILD.gn54 frameworks = [
61 frameworks += [
66 frameworks += [
/third_party/skia/modules/skshaper/
DBUILD.gn34 frameworks = [ "ApplicationServices.framework" ]
38 frameworks = [
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBUILD.gn271 frameworks = [
276 frameworks += [ "OpenGLES.framework" ]
278 frameworks += [ "OpenGL.framework" ]
281 frameworks += [ "Cocoa.framework" ]
/third_party/skia/third_party/externals/oboe/docs/notes/
Drlsbuffer.md39 …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/node/deps/npm/node_modules/psl/
Dkarma.conf.js10 frameworks: ['browserify', 'mocha'], property
/third_party/flutter/skia/third_party/externals/sdl/premake/patches/
D713.patch7 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/
DBUILD.gn23 … 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/node/deps/npm/node_modules/debug/
Dkarma.conf.js13 frameworks: ['mocha', 'chai', 'sinon'], property
/third_party/vk-gl-cts/
DAndroid.mk19 frameworks/native/opengl/include \
/third_party/flutter/skia/third_party/etc1/
DREADME.google1 URL: https://android.googlesource.com/platform/frameworks/native/+/master/opengl/
/third_party/skia/third_party/etc1/
DREADME.google1 URL: https://android.googlesource.com/platform/frameworks/native/+/master/opengl/
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dkarma.conf.js9 frameworks: ['jasmine'], property
/third_party/flutter/skia/modules/canvaskit/
Dkarma.conf.js9 frameworks: ['jasmine'], property
/third_party/skia/third_party/externals/angle2/util/
DBUILD.gn211 frameworks = [ "QuartzCore.framework" ]
213 frameworks += [ "AppKit.framework" ]
216 frameworks += [ "UIKit.framework" ]
/third_party/gn/src/gn/format_test_data/
D048.golden9 frameworks = [
D048.gn9 frameworks = [
/third_party/skia/experimental/wasm-skp-debugger/
Dkarma.conf.js9 frameworks: ['jasmine'], property
/third_party/skia/modules/canvaskit/
Dkarma.conf.js9 frameworks: ['jasmine'], property
/third_party/flutter/skia/modules/pathkit/
Dkarma.bench.conf.js9 frameworks: ['jasmine'], property

123456789