OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leftovers
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/io/disktest/
parse.c
54
char *
leftovers
;
local
189
args->ltrsiz = strtoul(optarg, &
leftovers
, 10);
190
if (
leftovers
== strchr(
leftovers
, 'k')) { /* first value had a 'k' */
192
leftovers
++;
193
} else if (
leftovers
== strchr(
leftovers
, 'm')) { /* first value had a 'm' */
195
leftovers
++;
200
if (!isdigit(
leftovers
[1])) {
207
atol((char *)strchr(
leftovers
, ':') + 1)
[
all
...]
/external/vogar/src/vogar/
OptionParser.java
251
final List<String>
leftovers
= new ArrayList<String>();
local
267
leftovers
.add(arg);
272
// Package up the
leftovers
.
274
leftovers
.add(args.next());
276
return
leftovers
;
/external/caliper/caliper/src/main/java/com/google/caliper/options/
CommandLineParser.java
126
public @interface
Leftovers
{}
177
ImmutableList<String>
leftovers
= builder.addAll(argsIter).build();
local
178
invokeMethod(injectee, injectionMap.leftoversMethod,
leftovers
);
209
checkArgument(!field.isAnnotationPresent(
Leftovers
.class),
210
"Sorry, @
Leftovers
only works for methods at present"); // TODO(kevinb)
220
if (method.isAnnotationPresent(
Leftovers
.class)) {
222
"@
Leftovers
method cannot be static or abstract");
224
"method has both @Option and @
Leftovers
");
225
checkArgument(leftoverMethod == null, "Two methods have @
Leftovers
");
/external/stressapptest/src/
worker.cc
918
int
leftovers
= sat_->page_length() % blocksize;
local
919
if (
leftovers
) {
923
leftovers
,
1252
int
leftovers
= sat_->page_length() % blocksize;
local
1396
int
leftovers
= sat_->page_length() % blocksize;
local
[
all
...]
/external/conscrypt/benchmark-android/
vogar.jar
Completed in 366 milliseconds