Searched refs:hash (Results 1 - 25 of 1823) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c42 // Interface functions for hash table
264 /** return the current size of the hash table
271 /** Remove a numeric keyed entry from a hash table if it exists,
276 ANTLR3_UINT32 hash; local
281 /* First we need to know the hash of the provided key
283 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo));
285 /* Knowing the hash, we can find the bucket
287 bucket = table->buckets + hash;
327 /** Remove the element in the hash table for a particular
333 ANTLR3_UINT32 hash; local
446 ANTLR3_UINT32 hash; local
485 ANTLR3_UINT32 hash; local
525 ANTLR3_UINT32 hash; local
596 ANTLR3_UINT32 hash; local
838 ANTLR3_UINT32 hash; local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DObjectExtensions.cs55 int hash = 23;
56 hash = ( ( hash << 5 ) * 37 ) ^ a;
57 hash = ( ( hash << 5 ) * 37 ) ^ b;
58 return hash;
63 int hash = 23;
64 hash = ( ( hash << 5 ) * 37 ) ^ a;
65 hash
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas777 // Removing item from linear probe hash table is moderately
779 // which may not even hash to the same location.
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRDebugEventListener.h243 - (void) createNilNode:(unsigned)hash;
246 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type;
249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
H A DANTLRDebugEventProxy.h105 - (void) createNilNode:(unsigned)hash;
106 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type;
107 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
H A DANTLRHashMap.h67 /* form hash value for string s */
68 - (NSInteger)hash:(NSString *)s;
H A DANTLRMap.h63 /* form hash value for string s */
64 -(NSInteger)hash:(NSString *)s;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRDebugEventListener.h243 - (void) createNilNode:(unsigned)hash;
246 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type;
249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
H A DANTLRDebugEventProxy.h105 - (void) createNilNode:(unsigned)hash;
106 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type;
107 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
H A DANTLRHashMap.h67 /* form hash value for string s */
68 - (NSInteger)hash:(NSString *)s;
H A DANTLRMap.h63 /* form hash value for string s */
64 -(NSInteger)hash:(NSString *)s;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDebugEventListener.h243 - (void) createNilNode:(unsigned)hash;
246 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type;
249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
H A DANTLRDebugEventProxy.h105 - (void) createNilNode:(unsigned)hash;
106 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type;
107 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
H A DANTLRHashMap.h67 /* form hash value for string s */
68 - (NSInteger)hash:(NSString *)s;
H A DANTLRMap.h63 /* form hash value for string s */
64 -(NSInteger)hash:(NSString *)s;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDebugEventListener.h243 - (void) createNilNode:(unsigned)hash;
246 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type;
249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
H A DANTLRDebugEventProxy.h105 - (void) createNilNode:(unsigned)hash;
106 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type;
107 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
H A DANTLRHashMap.h64 /* form hash value for string s */
65 - (NSInteger)hash:(NSString *)s;
H A DANTLRMap.h63 /* form hash value for string s */
64 -(NSInteger)hash:(NSString *)s;
H A DANTLRPtrStack.h38 /* form hash value for string s */
39 - (NSInteger)hash:(NSString *)s;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py1166 return hash(node)
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigest2Test.java79 assertTrue("cloned hash differs from original for algorithm "
153 byte[] hash = sha.digest(data);
154 assertTrue("SHA_DATA_2 NOT ok", Arrays.equals(hash, SHA_DATA_2));
203 byte[] hash = sha.digest(data);
204 assertTrue("SHA_DATA_1 NOT ok", Arrays.equals(hash, SHA_DATA_1));
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DSHA1ImplTest.java66 int[] words = new int[INDEX + 6]; // working array to compute hash
70 int[] hash = { 0xA9993E36, 0x4706816A, 0xBA3E2571, 0x7850C26C, 0x9CD0D89D };
91 hash[k] == hash1[k]);
93 assertTrue("false2: k=" + k + " j=" + Integer.toHexString(j), hash[k] == j);
105 int[] hash = { 0x84983e44, 0x1c3bd26e, 0xbaae4aa1, 0xf95129e5, 0xe54670f1 };
117 assertTrue("false: k=" + k + " j=" + Integer.toHexString(j), hash[k] == j);
124 * for four different cases of infilling internal buffer and computing intermediate hash.
129 int[] hash = { 0x34aa973c, 0xd4c4daa4, 0xf61eeb2b, 0xdbad2731, 0x6534016f };
155 hash[k] == j);
164 private void alternateHash(int[] bufW, int[] hash) { argument
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DDigitalSignatureTest.java63 byte[] hash = ds_sign.sign();
78 assertTrue(ds_verify.verifySignature(hash));
95 byte[] hash = ds_sign.sign();
101 assertTrue(ds_verify.verifySignature(hash));

Completed in 952 milliseconds

1234567891011>>