/external/mockito/src/org/mockito/internal/verification/ |
AtMost.java | 33 InvocationMatcher wanted = data.getWanted(); local 36 List<Invocation> found = finder.findInvocations(invocations, wanted); 42 invocationMarker.markVerified(found, wanted);
|
Calls.java | 36 InvocationMatcher wanted = data.getWanted(); local 39 missingInvocation.check( allInvocations, wanted, this, data.getOrderingContext()); 41 numberOfCalls.check( allInvocations, wanted, wantedCount, data.getOrderingContext()); 46 return "Wanted invocations count (non-greedy): " + wantedCount;
|
AtLeast.java | 45 InvocationMatcher wanted = data.getWanted(); local 51 missingInvocation.check(allInvocations, wanted, this, data.getOrderingContext()); 54 numberOfCalls.check(allInvocations, wanted, wantedCount); 59 return "Wanted invocations count: at least " + wantedCount;
|
Times.java | 44 InvocationMatcher wanted = data.getWanted(); local 48 missingInvocation.check(allInvocations, wanted, this, data.getOrderingContext()); 51 numberOfCalls.check(allInvocations, wanted, wantedCount, data.getOrderingContext()); 56 return "Wanted invocations count: " + wantedCount;
|
/external/bison/m4/ |
dmalloc.m4 | 9 [AC_MSG_CHECKING([if malloc debugging is wanted])
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
find-extra-includes | 34 find(\&wanted, @ARGV ? @ARGV : "."); 39 sub wanted subroutine
|
report-include-statistics | 34 find(\&wanted, @ARGV ? @ARGV : "."); 40 sub wanted subroutine
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
V8PerContextData.cpp | 159 unsigned wanted; local 161 wanted = snprintf(buffer, sizeof(buffer), "%s", worldName); 163 wanted = snprintf(buffer, sizeof(buffer), "%s,%d", worldName, debugId); 165 if (wanted < sizeof(buffer))
|
/device/generic/goldfish/qemud/ |
qemud.c | 324 int wanted; /* events we are monitoring */ member in struct:__anon3057 398 ev.events = hook->wanted; 422 hook->wanted = 0; 465 if (events & ~hook->wanted) { 468 hook->wanted |= events; 469 ev.events = hook->wanted; 490 if (events & hook->wanted) { 493 hook->wanted &= ~events; 494 ev.events = hook->wanted; 554 ev.events = hook->wanted; 1104 int wanted = HEADER_SIZE - inpos; local 1128 int wanted = s->in_datalen - inpos; local [all...] |
/external/llvm/utils/ |
UpdateCMakeLists.pl | 116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
|
/external/e2fsprogs/lib/ext2fs/ |
fileio.c | 227 unsigned int wanted, unsigned int *got) 238 while ((file->pos < EXT2_I_SIZE(&file->inode)) && (wanted > 0)) { 248 if (c > wanted) 249 c = wanted; 258 wanted -= c;
|
/external/chromium_org/v8/test/webkit/ |
dfg-to-string-bad-toString.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
|
dfg-to-string-bad-valueOf.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
|
dfg-to-string-int-or-string.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
|
dfg-to-string-int.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
|
dfg-to-string-side-effect.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
|
/bionic/libc/bionic/ |
getentropy_linux.c | 264 size_t wanted = len - i; local 265 ssize_t ret = read(fd, (char *)buf + i, wanted);
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
ldo.c | 357 int wanted, i; local 368 wanted = ci->nresults; 371 for (i = wanted; i != 0 && firstResult < L->top; i--) 376 return (wanted - LUA_MULTRET); /* 0 iff wanted == LUA_MULTRET */
|
/external/libpcap/msdos/ |
pkt_rx1.s | 85 cli ; no distraction wanted !
|
pkt_rx0.asm | 130 cli ; no distraction wanted !
|
/external/dexmaker/lib/ |
mockito-core-1.9.1-SNAPSHOT.jar | |
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
plotReceiveTrace.m | 156 % Plot the wanted render time in ms
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
cmake.py | 135 what is wanted is to know which $ come from generator variables [all...] |
/external/e2fsprogs/misc/ |
fsck.c | 870 int wanted = 0; local 903 wanted = 1; 909 if (wanted)
|
/external/compiler-rt/make/platform/ |
clang_macho_embedded.mk | 91 # Functions not wanted:
|