OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whatever
(Results
126 - 150
of
2100
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/lldb/examples/python/
cmdtemplate.py
53
# from now on, replace lldb.<thing>.
whatever
with <thing>.
whatever
/external/lz4/
lz4_block_format.txt
112
standard hash chains or MMC, well
whatever
.
118
Whatever
the method used by the compressor, its result will be decodable
/external/protobuf/src/google/protobuf/testing/
file.cc
57
#define F_OK 00 // not defined by MSVC for
whatever
reason
144
// Just delete it,
whatever
it is.
/external/valgrind/
README_PACKAGERS
14
requirement of your Valgrind RPM/DEB/
whatever
.
38
So you can't build a relocatable RPM /
whatever
from Valgrind.
/external/valgrind/auxprogs/
compare-build-logs
84
# Remove: `test -f '
whatever
.c' || echo './'`
93
# Remove: -o
whatever
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
ContentHandler.java
122
* Called for the preamble (
whatever
comes before the first body part)
131
* Called for the epilogue (
whatever
comes after the final body part)
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Multipart.java
38
* epilogue. The preamble consists of
whatever
characters appear before the
39
* first body part while the epilogue consists of
whatever
characters come
/packages/services/Telephony/src/org/apache/james/mime4j/
ContentHandler.java
122
* Called for the preamble (
whatever
comes before the first body part)
131
* Called for the epilogue (
whatever
comes after the final body part)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_unordered_base.h
87
* from
whatever
container it was attached to originally. If the
96
/** Detach the iterator for
whatever
container it is attached to,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_unordered_base.h
87
* from
whatever
container it was attached to originally. If the
96
/** Detach the iterator for
whatever
container it is attached to,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_unordered_base.h
87
* from
whatever
container it was attached to originally. If the
96
/** Detach the iterator for
whatever
container it is attached to,
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_unordered_base.h
87
* from
whatever
container it was attached to originally. If the
96
/** Detach the iterator for
whatever
container it is attached to,
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_unordered_base.h
87
* from
whatever
container it was attached to originally. If the
96
/** Detach the iterator for
whatever
container it is attached to,
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_unordered_base.h
87
* from
whatever
container it was attached to originally. If the
96
/** Detach the iterator for
whatever
container it is attached to,
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_unordered_base.h
87
* from
whatever
container it was attached to originally. If the
96
/** Detach the iterator for
whatever
container it is attached to,
/system/keymaster/include/keymaster/
keymaster_context.h
99
* Take
whatever
environment-specific action is appropriate (if any) to delete the specified
107
* Take
whatever
environment-specific action is appropriate to delete all keys.
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzwrite.c
64
/* Compress
whatever
is at avail_in and next_in and write to the output file.
141
/* consume
whatever
's left in the input buffer */
228
/* consume
whatever
's left in the input buffer */
337
/* consume
whatever
's left in the input buffer */
421
/* consume
whatever
's left in the input buffer */
/external/zlib/src/
gzwrite.c
64
/* Compress
whatever
is at avail_in and next_in and write to the output file.
141
/* consume
whatever
's left in the input buffer */
228
/* consume
whatever
's left in the input buffer */
337
/* consume
whatever
's left in the input buffer */
422
/* consume
whatever
's left in the input buffer */
/libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSubMapTest.java
545
c.put(null, "
whatever
");
556
c.putIfAbsent(null, "
whatever
");
567
c.replace(null, "
whatever
");
578
c.replace(null, one, "
whatever
");
600
c.remove(null, "
whatever
");
[
all
...]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
CharMatcherTest.java
47
private static final CharMatcher
WHATEVER
= new CharMatcher() {
62
assertSame(
WHATEVER
, CharMatcher.ANY.and(
WHATEVER
));
63
assertSame(CharMatcher.ANY, CharMatcher.ANY.or(
WHATEVER
));
65
assertSame(CharMatcher.NONE, CharMatcher.NONE.and(
WHATEVER
));
66
assertSame(
WHATEVER
, CharMatcher.NONE.or(
WHATEVER
));
/external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java
58
private static final CharMatcher
WHATEVER
= new CharMatcher() {
73
assertSame(
WHATEVER
, CharMatcher.ANY.and(
WHATEVER
));
74
assertSame(CharMatcher.ANY, CharMatcher.ANY.or(
WHATEVER
));
76
assertSame(CharMatcher.NONE, CharMatcher.NONE.and(
WHATEVER
));
77
assertSame(
WHATEVER
, CharMatcher.NONE.or(
WHATEVER
));
/external/tinyxml/docs/
tutorial0.html
43
Great
Whatever
292
Great
Whatever
309
Great
Whatever
/build/core/
dpi_specific_apk.mk
1
# Set up rules to build dpi-specific apk, with
whatever
else from the base apk.
/cts/suite/audio_quality/lib/include/audio/
AudioProtocol.h
40
void* mExtra; // extra data for
whatever
purpose
/cts/tests/tests/telecom2/src/android/telecom/cts/
DefaultDialerOperationsNoPermissionsTest.java
54
// Restore the default dialer to
whatever
the default dialer was before the tests
Completed in 2082 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>