HomeSort by relevance Sort by last modified time
    Searched refs:inh (Results 1 - 5 of 5) sorted by null

  /external/jdiff/src/jdiff/
APIComparator.java 581 int inh = changedInheritance(oldMethod.inheritedFrom_, newMethod.inheritedFrom_); local
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_); local
    [all...]
  /external/openssl/crypto/des/
read_pwd.c 513 HANDLE inh; local
514 inh = GetStdHandle(STD_INPUT_HANDLE);
515 FlushConsoleInputBuffer(inh);
  /external/openssl/crypto/ui/
ui_openssl.c 705 HANDLE inh; local
706 inh = GetStdHandle(STD_INPUT_HANDLE);
707 FlushConsoleInputBuffer(inh);
  /external/yaffs2/yaffs2/direct/
dtest.c 19 int inh,outh; local
22 inh = open(inName,O_RDONLY);
25 while((ni = read(inh,buffer,100)) > 0)
36 close(inh);
    [all...]
  /external/pcre/
RunGrepTest 79 (cd $srcdir; $valgrind $pcregrep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtry

Completed in 4283 milliseconds