Home
last modified time | relevance | path

Searched refs:pod (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/third_party/json/test/src/
Dunit-noexcept.cpp42 struct pod {}; struct
45 void to_json(json&, pod) noexcept;
47 void from_json(const json&, pod) noexcept;
49 void to_json(json&, pod) noexcept {} in to_json() argument
51 void from_json(const json&, pod) noexcept {} in from_json() argument
61 static_assert(noexcept(nlohmann::to_json(*j, pod{})), "");
65 static_assert(noexcept(json(pod{})), "");
66 static_assert(noexcept(j->get<pod>()), "");
68 static_assert(noexcept(json(pod{})), "");
92 to_json(j2, pod());
[all …]
/third_party/grpc/src/objective-c/examples/watchOS-sample/
DPodfile8 pod 'gRPC-ProtoRPC', :path => ROOT_DIR
9 pod 'gRPC', :path => ROOT_DIR
10 pod 'gRPC-Core', :path => ROOT_DIR
11 pod 'gRPC-RxLibrary', :path => ROOT_DIR
12 pod 'RemoteTest', :path => "../RemoteTestClient"
13 pod '!ProtoCompiler-gRPCPlugin', :path => "#{ROOT_DIR}/src/objective-c"
14 pod 'BoringSSL-GRPC', :podspec => "#{ROOT_DIR}/src/objective-c"
15 pod '!ProtoCompiler', :path => "#{ROOT_DIR}/src/objective-c"
/third_party/grpc/src/objective-c/examples/SwiftSample/
DPodfile13 pod 'RemoteTest', :path => "../RemoteTestClient"
17 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
18 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
20 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf"
22 pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
24 pod 'gRPC', :path => GRPC_LOCAL_SRC
25 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
26 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
27 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC
/third_party/grpc/src/objective-c/examples/Sample/
DPodfile16 pod 'RemoteTest', :path => "../RemoteTestClient"
20 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
21 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
23 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf"
25 pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
27 pod 'gRPC', :path => GRPC_LOCAL_SRC
28 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
29 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
30 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC
/third_party/grpc/src/objective-c/examples/tvOS-sample/
DPodfile10 pod 'gRPC-ProtoRPC', :path => ROOT_DIR
11 pod 'gRPC', :path => ROOT_DIR
12 pod 'gRPC-Core', :path => ROOT_DIR
13 pod 'gRPC-RxLibrary', :path => ROOT_DIR
14 pod 'RemoteTest', :path => "../RemoteTestClient"
15 pod '!ProtoCompiler-gRPCPlugin', :path => "#{ROOT_DIR}/src/objective-c"
/third_party/grpc/src/objective-c/tests/
DPodfile9 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf", :inhibit_warnings => true
11 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
12 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
14pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => …
16 pod 'gRPC/InternalTesting', :path => GRPC_LOCAL_SRC
17 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
18 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
19 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
20 pod 'RemoteTest', :path => "RemoteTestClient", :inhibit_warnings => true
47 pod 'gRPC/GRPCCoreCronet', :path => GRPC_LOCAL_SRC
[all …]
Dbuild_tests.sh26 hash pod 2>/dev/null || { echo >&2 "Cocoapods needs to be installed."; exit 1; }
39 pod install | ./verbose_time.sh
/third_party/grpc/src/objective-c/examples/InterceptorSample/
DPodfile13 pod 'gRPC-ProtoRPC', :path => ROOT_DIR
14 pod 'gRPC', :path => ROOT_DIR
15 pod 'gRPC-Core', :path => ROOT_DIR
16 pod 'gRPC-RxLibrary', :path => ROOT_DIR
17 pod 'RemoteTest', :path => "../RemoteTestClient"
18 pod '!ProtoCompiler-gRPCPlugin', :path => "#{ROOT_DIR}/src/objective-c"
/third_party/grpc/src/objective-c/tests/Connectivity/
DPodfile8 pod 'gRPC/CFStream', :path => GRPC_LOCAL_SRC
9 pod 'gRPC-Core/CFStream-Implementation', :path => GRPC_LOCAL_SRC
10 pod 'gRPC-ProtoRPC/CFStream', :path => GRPC_LOCAL_SRC
11 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
12 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf"
13 pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
/third_party/grpc/test/cpp/ios/
DPodfile11 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf", :inhibit_warnings => true
13 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
14 pod '!ProtoCompiler-gRPCCppPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
15 pod 'Protobuf-C++', :podspec => "#{GRPC_LOCAL_SRC}/src/cpp", :inhibit_warnings => true
17pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => …
19 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
20 pod 'gRPC-C++/Cronet-Implementation', :path => GRPC_LOCAL_SRC
21 pod 'gRPC-C++/Protobuf', :path => GRPC_LOCAL_SRC
22 pod 'RemoteTestCpp', :path => "RemoteTestClientCpp", :inhibit_warnings => true
24 pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC
[all …]
Dbuild_tests.sh26 hash pod 2>/dev/null || { echo >&2 "Cocoapods needs to be installed."; exit 1; }
39 pod install
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/macos/
Dcocoapods_test.dart80 <String>['pod', '--version'],
85 <String>['pod', 'install', '--verbose'],
90 <String>['pod', 'install', '--verbose'],
97 testUsingContext('detects not installed, if pod exec does not exist', () async {
104 testUsingContext('detects not installed, if pod version fails', () async {
231 ….ios.podfileLock..createSync()..writeAsStringSync('Podfile.lock from user executed `pod install`');
269 argThat(containsAllInOrder(<String>['pod', 'install'])),
274 expect(testLogger.errorText, contains('Skipping pod install'));
291 argThat(containsAllInOrder(<String>['pod', 'install'])),
307 <String>['pod', 'install', '--verbose'],
[all …]
/third_party/ffmpeg/doc/
DMakefile20 … = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $…
82 doc/%.pod: TAG = POD
83 doc/%.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
87 doc/%-all.pod: TAG = POD
88 doc/%-all.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
93 doc/%.1: doc/%.pod $(GENTEXI)
95 doc/%.3: doc/%.pod $(GENTEXI)
149 $(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 doc/avoptions_*.texi
/third_party/flutter/flutter/packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/
Dpodhelper.rb.tmpl18 # Install Flutter engine pod.
28 …# CocoaPods will not embed the framework on pod install (before any build phases can generate) if …
35 # Keep pod path relative so it can be checked into Podfile.lock.
41 pod 'Flutter', :path => relative.to_s, :inhibit_warnings => true
56 # Keep pod path relative so it can be checked into Podfile.lock.
61pod 'FlutterPluginRegistrant', :path => File.join(relative, 'FlutterPluginRegistrant'), :inhibit_w…
70 pod r[:name], :path => File.join(symlink, 'ios'), :inhibit_warnings => true
74 # Install Flutter application pod.
88 …# CocoaPods will not embed the framework on pod install (before any build phases can run) if the d…
94 # Keep pod and script phase paths relative so they can be checked into source control.
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/
Dcocoapods.dart30 …Ensure that the output of 'pod --version' contains only digits and . to be recognized by Flutter.'…
34 pod setup''';
38 pod setup''';
64 _versionText ??= runAsync(<String>['pod', '--version']).then<String>((RunResult result) {
89 /// Whether CocoaPods ran 'pod setup' once where the costly pods' specs are
127 'Warning: CocoaPods not installed. Skipping pod install.\n'
145 …inimum required version $cocoaPodsMinimumVersion or greater not installed. Skipping pod install.\n'
166 'Warning: CocoaPods installed but not initialized. Skipping pod install.\n'
169 ' pod setup\n'
234 /// Ensures that pod install is deemed needed on next check.
[all …]
/third_party/grpc/src/objective-c/manual_tests/
DPodfile14 pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf", :inhibit_warnings => true
16 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
17 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
19pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => …
21 pod 'gRPC/CFStream', :path => GRPC_LOCAL_SRC
22 pod 'gRPC-Core/CFStream-Implementation', :path => GRPC_LOCAL_SRC
23 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
24 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
25 pod 'RemoteTest', :path => "../tests/RemoteTestClient", :inhibit_warnings => true
/third_party/protobuf/objectivec/Tests/CocoaPods/
Drun_tests.sh95 pod deintegrate > /dev/null || true
97 pod cache clean --all || true
117 pod cache clean --all
136 pod install --verbose
/third_party/openssl/doc/
DREADME14 The openssl command-line tools; start with openssl.pod
23 Overviews; start with crypto.pod and ssl.pod, for example
/third_party/boost/libs/intrusive/test/
Dparent_from_member_test.cpp19 }pod; variable
120 BOOST_TEST(&pod == get_parent_from_member(&pod.int_, &POD::int_)); in main()
121 BOOST_TEST(&pod == get_parent_from_member(&pod.float_, &POD::float_)); in main()
/third_party/flutter/flutter/examples/platform_view/ios/
DPodfile38 …puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter pub…
44 pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
53 pod p[:name], :path => File.join(symlink, 'ios')
56 pod 'MaterialControls'
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ios/
DPodfile47 …# CocoaPods will not embed the framework on pod install (before any build phases can generate) if …
51 …raise "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter pu…
64 # Keep pod path relative so it can be checked into Podfile.lock.
65 pod 'Flutter', :path => 'Flutter'
77 pod name, :path => File.join(symlink, 'ios')
/third_party/openssl/util/
Dfind-doc-nits279 foreach my $pod ( glob("$dir/*.pod") ) {
280 my %podinfo = extract_pod_info($pod);
282 $return{$n} = $pod;
283 print "# Duplicate $n in $pod and $dups{$n}\n"
284 if defined $dups{$n} && $dups{$n} ne $pod;
285 $dups{$n} = $pod;
/third_party/flutter/flutter/packages/flutter_tools/templates/cocoapods/
DPodfile-ios-objc1 # Using a CDN with CocoaPods 1.7.2 or later can save a lot of time on pod installation, but it's ex…
47 …puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter pub…
53 pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
62 pod p[:name], :path => File.join(symlink, 'ios')
DPodfile-ios-swift1 # Using a CDN with CocoaPods 1.7.2 or later can save a lot of time on pod installation, but it's ex…
49 …puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter pub…
55 pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
64 pod p[:name], :path => File.join(symlink, 'ios')
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/
Dbuild_tests.sh26 hash pod 2>/dev/null || { echo >&2 "Cocoapods needs to be installed."; exit 1; }
38 pod install

12345678910>>...28