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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 14 func_names = ['heapify', 'heappop', 'heappush', 'heappushpop', variable
19 for fname in func_names:
24 for fname in func_names:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 14 func_names = ['heapify', 'heappop', 'heappush', 'heappushpop', variable
19 for fname in func_names:
24 for fname in func_names:
  /external/opencv/cxcore/src/
cxswitcher.cpp 414 const char* name_ptr = func_tab[i].func_names;
471 ICV_PRINTF(( "%s\n", func_tab[i].func_names ));
  /external/opencv/cxcore/include/
cxtypes.h 1763 const char* func_names; member in struct:CvPluginFuncInfo
    [all...]

Completed in 81 milliseconds