HomeSort by relevance Sort by last modified time
    Searched defs:nice (Results 1 - 25 of 33) sorted by null

1 2

  /external/google-breakpad/src/testing/test/
gmock-nice-strict_test.cc 32 #include "gmock/gmock-generated-nice-strict.h"
112 // Tests that a nice mock generates no warning for uninteresting calls.
122 // Tests that a nice mock generates no warning for uninteresting calls
135 // Tests that a nice mock generates informational logs for
156 // Tests that a nice mock allows expected calls.
164 // Tests that an unexpected call on a nice mock fails.
203 NiceMock< ::Mock> nice; local
204 EXPECT_CALL(nice, DoThis());
205 nice.DoThis();
  /system/core/logd/
LogWhiteBlackList.h 74 bool nice(LogBufferElement* element);
75 bool nice(void) { function in class:PruneList
LogWhiteBlackList.cpp 263 bool PruneList::nice(LogBufferElement* element) { function in class:PruneList
  /cts/tools/cts-media/
get_achievable_rates.py 41 def nice(v): function
46 return 'dict(' + ', '.join(k + '=' + nice(v) for k, v in sorted(v.items(), key=lambda i: nicekey(i[0]))) + ')'
256 nice(dict(config=dict(dev=dev, codec=codec, size=str(size), N=num),
  /external/googletest/googlemock/test/
gmock-nice-strict_test.cc 32 #include "gmock/gmock-generated-nice-strict.h"
169 // Tests that a nice mock generates no warning for uninteresting calls.
179 // Tests that a nice mock generates no warning for uninteresting calls
192 // Tests that a nice mock generates informational logs for
209 // Tests that a nice mock allows expected calls.
217 // Tests that an unexpected call on a nice mock which returns a not-default-constructible
233 // Tests that an unexpected call on a nice mock fails.
272 NiceMock< ::Mock> nice; local
273 EXPECT_CALL(nice, DoThis());
274 nice.DoThis()
    [all...]
  /external/v8/testing/gmock/test/
gmock-nice-strict_test.cc 32 #include "gmock/gmock-generated-nice-strict.h"
163 // Tests that a nice mock generates no warning for uninteresting calls.
173 // Tests that a nice mock generates no warning for uninteresting calls
186 // Tests that a nice mock generates informational logs for
203 // Tests that a nice mock allows expected calls.
211 // Tests that an unexpected call on a nice mock fails.
250 NiceMock< ::Mock> nice; local
251 EXPECT_CALL(nice, DoThis());
252 nice.DoThis();
  /external/vulkan-validation-layers/libs/glm/detail/
type_gentype.hpp 36 nice, enumerator in enum:glm::profile
101 template <typename valTypeT, unsigned int colT, unsigned int rowT, profile proT = nice>
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_gentype.hpp 36 nice, enumerator in enum:glm::profile
101 template <typename valTypeT, unsigned int colT, unsigned int rowT, profile proT = nice>
  /external/libchrome/base/process/
internal_linux.cc 203 uint64_t nice; local
204 if (!StringToUint64(cpu[0], &user) || !StringToUint64(cpu[1], &nice))
207 return ClockTicksToTimeDelta(user + nice);
  /hardware/libhardware/modules/thermal/
thermal.c 89 uint64_t user, nice, system, idle, active, total; local
111 &nice, &system, &idle);
123 active = user + nice + system;
  /device/google/wahoo/thermal/
thermal-helper.cpp 192 uint64_t user, nice, system, idle, active, total; local
221 &nice, &system, &idle);
239 active = user + nice + system;
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 33 private final boolean nice; field in class:MocksBehavior
47 public MocksBehavior(boolean nice) {
48 this.nice = nice;
106 if (stubOrNice == null && nice) {
113 // Do not move the cursor in case of stub, nice or error
  /external/fio/
workqueue.h 45 unsigned int nice; member in struct:workqueue_ops
thread_options.h 207 unsigned int nice; member in struct:thread_options
477 uint32_t nice; member in struct:thread_options_pack
  /external/python/cpython2/Lib/plat-mac/
aetypes.py 19 def nice(s): function
20 """'nice' representation of an object"""
156 return "%s thru %s" % (nice(self.start), nice(self.stop))
176 return "%s %s %s" % (nice(self.obj1), string.strip(self.relo), nice(self.obj2))
230 return "%s %s %s" % (nice(self.term[0]),
232 nice(self.term[1]))
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
  /external/toybox/toys/other/
vmstat.c 33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member in struct:vmstat_proc
114 top[idx].user += top[idx].nice;
129 // (Already appended nice to user)
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CpuMonitor.java 279 long nice = scanner.nextLong(); local
281 runTime = user + nice + sys;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 19 def nice(s): function
20 """'nice' representation of an object"""
156 return "%s thru %s" % (nice(self.start), nice(self.stop))
176 return "%s %s %s" % (nice(self.obj1), string.strip(self.relo), nice(self.obj2))
230 return "%s %s %s" % (nice(self.term[0]),
232 nice(self.term[1]))
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 19 def nice(s): function
20 """'nice' representation of an object"""
156 return "%s thru %s" % (nice(self.start), nice(self.stop))
176 return "%s %s %s" % (nice(self.obj1), string.strip(self.relo), nice(self.obj2))
230 return "%s %s %s" % (nice(self.term[0]),
232 nice(self.term[1]))
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
  /external/fio/os/windows/
posix.c 683 int nice(int incr) function
  /external/guice/lib/build/
easymock.jar 
  /external/toybox/generated/
globals.h 1181 // toys/posix/nice.c
1536 struct nice_data nice; member in union:global_union
  /external/guice/extensions/persist/lib/
easymock.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 1137 milliseconds

1 2