Home
last modified time | relevance | path

Searched refs:nice (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dnicetransport.c110 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 …]
Dmeson.build18 libnice_dep = dependency('nice', version : '>=0.1.14', required : get_option('webrtc'),
/third_party/grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_linux.cc34 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/
Dnice02.c26 TEST(nice(NICEINC)); in verify_nice()
48 TEST(nice(DEFAULT_PRIO)); in verify_nice()
Dnice01.c27 TEST(nice(NICEINC)); in verify_nice()
50 TEST(nice(-NICEINC)); in verify_nice()
Dnice04.c20 TEST(nice(NICEINC)); in verify_nice()
Dnice03.c27 TEST(nice(NICEINC)); in nice_test()
/third_party/curl/tests/data/
Dtest123524 two is nice too
77 two is nice too
89 two is nice too
Dtest8726 two is nice too
58 two is nice too
/third_party/libsoup/po/
Dsr@latin.po110 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"
Dbs.po100 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/
Dgtest-tag.cc55 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/
Dsched_tc4.c142 if (nice((priority - 50) - (nice(0) + 20)) < 0 && errno != 0) in main()
Dsched_tc5.c139 if (nice((priority - 50) - (nice(0) + 20)) < 0 && errno != 0) in main()
/third_party/googletest/googletest/test/
Dgtest_ext_unittest.cc13 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/
Dgmock-generated-nice-strict.h.pump3 $$ 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/
Dnice.c35 if (nice(TT.n)==-1 && errno) {
/third_party/musl/src/unistd/
Dnice.c6 int nice(int inc) in nice() function
/third_party/toybox/toys/other/
Dvmstat.c33 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/
Dgrpc_string.pyx.pxi27 # 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/
Dtest_test.dart31 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/
Ddaemon.conf.in37 ; nice-level = -11
81 ; rlimit-nice = 31
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_gentype.hpp10 nice, enumerator
/third_party/googletest/googlemock/test/
Dgmock-nice-strict_test.cc306 NiceMock< ::Mock> nice;
307 EXPECT_CALL(nice, DoThis());
308 nice.DoThis();
/third_party/node/deps/npm/node_modules/boxen/
Dreadme.md132 … 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.

12345678910>>...21