/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | nicetransport.c | 110 GstWebRTCNiceTransport *nice = GST_WEBRTC_NICE_TRANSPORT (object); in gst_webrtc_nice_transport_set_property() local 114 if (nice->stream) in gst_webrtc_nice_transport_set_property() 115 gst_object_unref (nice->stream); in gst_webrtc_nice_transport_set_property() 116 nice->stream = g_value_dup_object (value); in gst_webrtc_nice_transport_set_property() 128 GstWebRTCNiceTransport *nice = GST_WEBRTC_NICE_TRANSPORT (object); in gst_webrtc_nice_transport_get_property() local 132 g_value_set_object (value, nice->stream); in gst_webrtc_nice_transport_get_property() 143 GstWebRTCNiceTransport *nice = GST_WEBRTC_NICE_TRANSPORT (object); in gst_webrtc_nice_transport_finalize() local 145 gst_object_unref (nice->stream); in gst_webrtc_nice_transport_finalize() 153 NiceCandidate * rcandidate, GstWebRTCNiceTransport * nice) in _on_new_selected_pair() argument 155 GstWebRTCICETransport *ice = GST_WEBRTC_ICE_TRANSPORT (nice); in _on_new_selected_pair() [all …]
|
D | meson.build | 18 libnice_dep = dependency('nice', version : '>=0.1.14', required : get_option('webrtc'),
|
/third_party/grpc/src/cpp/server/load_reporter/ |
D | get_cpu_stats_linux.cc | 34 uint64_t user, nice, system, idle; in GetCpuStatsImpl() local 35 if (fscanf(fp, "cpu %lu %lu %lu %lu", &user, &nice, &system, &idle) != 4) { in GetCpuStatsImpl() 37 user = nice = system = idle = 0; in GetCpuStatsImpl() 40 busy = user + nice + system; in GetCpuStatsImpl()
|
/third_party/ltp/testcases/kernel/syscalls/nice/ |
D | nice02.c | 26 TEST(nice(NICEINC)); in verify_nice() 48 TEST(nice(DEFAULT_PRIO)); in verify_nice()
|
D | nice01.c | 27 TEST(nice(NICEINC)); in verify_nice() 50 TEST(nice(-NICEINC)); in verify_nice()
|
D | nice04.c | 20 TEST(nice(NICEINC)); in verify_nice()
|
D | nice03.c | 27 TEST(nice(NICEINC)); in nice_test()
|
/third_party/curl/tests/data/ |
D | test1235 | 24 two is nice too 77 two is nice too 89 two is nice too
|
D | test87 | 26 two is nice too 58 two is nice too
|
/third_party/libsoup/po/ |
D | sr@latin.po | 110 msgstr "Server ne prihvata rukovanje Veb priključnice." 126 msgstr "Očekivano je rukovanje Veb priključnice" 130 msgstr "Nepodržano izdanje Veb priključnice" 134 msgstr "Neispravan ključ Veb priključnice" 139 msgstr "Neispravno zaglavlje „%s“ Veb priključnice" 143 msgstr "Nepodržan podprotokol Veb priključnice" 147 msgstr "Server je odbacio rukovanje Veb priključnice" 151 msgstr "Server je zanemario rukovanje Veb priključnice"
|
D | bs.po | 100 msgstr "Ne možete uvesti ne-utičnice kao SoupSocket" 104 msgstr "Ne mogu se uvesti postojeće utičnice: " 108 msgstr "Ne mogu uvesti nepovezane utičnice"
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-tag.cc | 55 const bool nice = masked == 0; in verify() local 56 if (!nice&&err != NULL) { in verify() 60 return nice; in verify()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc4.c | 142 if (nice((priority - 50) - (nice(0) + 20)) < 0 && errno != 0) in main()
|
D | sched_tc5.c | 139 if (nice((priority - 50) - (nice(0) + 20)) < 0 && errno != 0) in main()
|
/third_party/googletest/googletest/test/ |
D | gtest_ext_unittest.cc | 13 const bool nice[TEST_FLAGS_NUM] = { true, true, true, true, false, false }; in TEST() local 15 EXPECT_EQ(checkFlagsLegality(flags[i]), nice[i]); in TEST() 24 const bool nice[TEST_COMBINE_NUM] = { false, false, true, true, false, true, false, true }; in TEST() local 29 i + 1, sets[i], eles[i], nice[i], exp_flags[i]); in TEST() 31 EXPECT_EQ(ok, nice[i]); in TEST()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 3 $$ it to gmock-generated-nice-strict.h. 48 // switch the default behavior of mocks to be nice, as that in general 55 // NiceMock<MockFoo>(5, "a") to construct a nice mock where MockFoo 61 // If a mock method is defined in a base class of MockFoo, the "nice" 150 // user errors of nesting nice and strict mocks. They do NOT catch
|
/third_party/toybox/toys/posix/ |
D | nice.c | 35 if (nice(TT.n)==-1 && errno) {
|
/third_party/musl/src/unistd/ |
D | nice.c | 6 int nice(int inc) in nice() function
|
/third_party/toybox/toys/other/ |
D | vmstat.c | 33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member 112 top[idx].user += top[idx].nice; in vmstat_main()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc_string.pyx.pxi | 27 # TODO(https://github.com/grpc/grpc/issues/13782): It would be nice for us if 30 # parameter rather than "object"), but would it be nice for our users? Right
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | test_test.dart | 31 testUsingContext('report nice errors for exceptions thrown within testWidgets()', () async { 36 …testUsingContext('report a nice error when a guarded function was called without await', () async { 41 … testUsingContext('report a nice error when an async function was called without await', () async { 46 testUsingContext('report a nice error when a Ticker is left running', () async { 51 …testUsingContext('report a nice error when a pubspec.yaml is missing a flutter_test dependency', (…
|
/third_party/pulseaudio/src/daemon/ |
D | daemon.conf.in | 37 ; nice-level = -11 81 ; rlimit-nice = 31
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_gentype.hpp | 10 nice, enumerator
|
/third_party/googletest/googlemock/test/ |
D | gmock-nice-strict_test.cc | 306 NiceMock< ::Mock> nice; 307 EXPECT_CALL(nice, DoThis()); 308 nice.DoThis();
|
/third_party/node/deps/npm/node_modules/boxen/ |
D | readme.md | 132 … When a number is specified, the left/right padding is 3 times the top/bottom to make it look nice. 141 …. When a number is specified, the left/right margin is 3 times the top/bottom to make it look nice.
|