HomeSort by relevance Sort by last modified time
    Searched full:whatever (Results 276 - 300 of 2879) sorted by null

<<11121314151617181920>>

  /external/autotest/site_utils/
log_socket_server.py 28 This basically logs the record using whatever logging policy is
36 according to whatever policy is configured locally.
  /external/clang/test/SemaObjC/
deprecated-objc-introspection.m 19 @interface Whatever : NSObject
32 Whatever *y;
  /external/curl/docs/examples/
smtp-tls.c 48 "It could be a lot of lines, could be MIME encoded, whatever.\r\n",
96 * secure mail submission (see RFC4403), but you should use whatever
  /external/dbus/dbus/
dbus-types.h 125 * adds the necessary "LL" or whatever after the integer,
133 * adds the necessary "ULL" or whatever after the integer,
  /external/libxml2/test/relaxng/
testsuite.xml 1586 <valid dtd="&#10;&lt;!DOCTYPE doc [&#10;&lt;!ENTITY foo SYSTEM 'whatever' NDATA jpeg&gt;&#10;]&gt;">
1589 <valid dtd="&#10;&lt;!DOCTYPE doc [&#10;&lt;!ENTITY foo SYSTEM 'whatever' NDATA jpeg&gt;&#10;]&gt;">
1592 <invalid dtd="&#10;&lt;!DOCTYPE doc [&#10;&lt;!ENTITY foo SYSTEM 'whatever' NDATA jpeg&gt;&#10;]&gt;">
1608 <valid dtd="&#10;&lt;!DOCTYPE doc [&#10;&lt;!ENTITY foo SYSTEM 'whatever' NDATA jpeg&gt; &#10;&lt;!ENTITY bar SYSTEM 'whatever' NDATA jpeg&gt; &#10;]&gt;">
1611 <valid dtd="&#10;&lt;!DOCTYPE doc [&#10;&lt;!ENTITY foo SYSTEM 'whatever' NDATA jpeg&gt; &#10;&lt;!ENTITY bar SYSTEM 'whatever' NDATA jpeg&gt; &#10;]&gt;">
1614 <invalid dtd="&#10;&lt;!DOCTYPE doc [&#10;&lt;!ENTITY foo SYSTEM 'whatever' NDATA jpeg&gt;]&gt;">
  /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/go/darwin-x86/src/cmd/cgo/
godefs.go 57 // Otherwise, if the source file says type T C.whatever,
58 // use "T" as the mangling of C.whatever,
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 57 // Otherwise, if the source file says type T C.whatever,
58 // use "T" as the mangling of C.whatever,
  /prebuilts/ndk/current/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,
  /external/opencv3/3rdparty/zlib/
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 */
  /external/pdfium/third_party/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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protourlencode_test.py 203 self.assertFalse(builder.add_parameter('pre.nested.a_value.whatever',
298 unexpected_tag_message = 'unexpected=whatever'
349 self.assertEquals((['whatever'], messages.Variant.STRING),

Completed in 1552 milliseconds

<<11121314151617181920>>