Searched refs:inh (Results 1 - 4 of 4) sorted by relevance

/external/jdiff/src/jdiff/
H A DAPIComparator.java581 int inh = changedInheritance(oldMethod.inheritedFrom_, newMethod.inheritedFrom_);
582 if (inh != 0)
584 if (inh == 1) {
587 } else if (inh == 2) {
589 } else if (inh == 3) {
710 int inh = changedInheritance(oldField.inheritedFrom_, newField.inheritedFrom_);
711 if (inh != 0)
713 if (inh == 1) {
716 } else if (inh == 2) {
718 } else if (inh
[all...]
/external/openssl/crypto/des/
H A Dread_pwd.c513 HANDLE inh; local
514 inh = GetStdHandle(STD_INPUT_HANDLE);
515 FlushConsoleInputBuffer(inh);
/external/openssl/crypto/ui/
H A Dui_openssl.c703 HANDLE inh; local
704 inh = GetStdHandle(STD_INPUT_HANDLE);
705 FlushConsoleInputBuffer(inh);
/external/yaffs2/yaffs2/direct/
H A Ddtest.c19 int inh,outh; local
22 inh = open(inName,O_RDONLY);
25 while((ni = read(inh,buffer,100)) > 0)
36 close(inh);

Completed in 67 milliseconds