HomeSort by relevance Sort by last modified time
    Searched full:seal (Results 1 - 17 of 17) sorted by null

  /external/tcpdump/
rpc_auth.h 53 SUNRPC_AUTH_BADCRED=1, /* bogus credentials (seal broken) */
55 SUNRPC_AUTH_BADVERF=3, /* bogus verifier (seal broken) */
print-nfs.c 341 (void)printf("Bogus Credentials (seal broken)");
349 (void)printf("Bogus Verifier (seal broken)");
    [all...]
  /external/v8/test/cctest/
test-log-utils.cc 121 const char* seal = "Sealed"; local
122 const int seal_size = StrLength(seal);
123 LogDynamicBuffer dynabuf(32, 128, seal, seal_size);
133 // Check the seal.
136 CHECK_EQ(CStrVector(seal), seal_buf.SubVector(0, seal_size));
137 // Verify that there's no data beyond the seal.
  /external/v8/src/
log-utils.h 41 // itself with 'seal' and allows no further writes. Data pointed by
42 // 'seal' must be available during entire LogDynamicBuffer lifetime.
48 int block_size, int max_size, const char* seal, int seal_size);
75 int Seal();
162 // Message to "seal" dynamic buffer with.
log-utils.cc 38 int block_size, int max_size, const char* seal, int seal_size)
41 seal_(seal),
84 int LogDynamicBuffer::Seal() {
98 return Seal();
  /bionic/libc/arch-arm/bionic/
ffs.S 42 * This is the ffs algorithm devised by d.seal and posted to comp.sys.arm on
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 164 assertEquals("The algorithm which was used to seal the object "
165 + "should be the same as the algorithm used to seal the "
  /hardware/msm7k/librpc/rpc/
types.h 236 AUTH_BADCRED=1, /* bogus credentials (seal broken) */
238 AUTH_BADVERF=3, /* bogus verifier (seal broken) */
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
SealedObject.java 75 * the object to seal, can be {@code null}.
  /external/v8/test/es5conform/
es5conform.status 49 # NOT IMPLEMENTED: seal
  /dalvik/libcore/luni/src/main/java/java/lang/
Integer.java 114 * Table for Seal's algorithm for Number of Trailing Zeros. Hacker's Delight
787 // Seal's algorithm - Hacker's Delight 5-18
  /external/qemu/audio/
dsoundaudio.c 26 * SEAL 1.07 by Carlos 'pel' Hasan was used as documentation
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 179 //xxx todo: only seal data that belongs to the heap mentioned in <data>.
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassLoader.java 764 * the URL used to seal this package or {@code null} to leave the
    [all...]
  /external/netcat/
netcat.c     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]

Completed in 520 milliseconds