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

  /packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java 126 double recall = (double) maxMatchedWordSeqLen / wordList2.size(); local
127 return 2.0 * precision * recall / (precision + recall);
160 double recall = dupTimeScore / (t2.endTimeOfDayInSec - t2.startTimeOfDayInSec); local
161 return 2.0 * precision * recall / (precision + recall);
  /external/e2fsprogs/ext2ed/
ext2ed.h 264 extern void recall (char *command_line);
general_com.c 810 void recall (char *command_line) function
837 wprintw (command_win,"Error - Can not recall %s\n",buffer);refresh_command_win ();
init.c 90 add_user_command (&general_commands,"recall","Gets back to the saved object position",recall);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 1187 def recall(self, s, event): member in class:PyShell
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 1187 def recall(self, s, event): member in class:PyShell
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1187 def recall(self, s, event): member in class:PyShell
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1187 def recall(self, s, event): member in class:PyShell
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 204 Briefly, each used codebook entry (recall that length-unordered
  /external/ltp/lib/
tlibio.c 142 "async i/o using recall/aio_suspend"},
160 "single stride async listio using recall"},
178 {"recall", LIO_WAIT_RECALL,
179 "use recall(2)/aio_suspend(3) to wait for i/o to complete"},
503 * wait method is: recall(2) for writea(2) and listio(2); aio_suspend(3) for
1073 * wait method is: recall(2) for reada(2) and listio(2); aio_suspend(3) for
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 1175 {"recall", A_RECALL},
1255 aio_strat = "RECALL";
    [all...]

Completed in 2121 milliseconds