Searched defs:heuristic (Results 1 - 22 of 22) sorted by relevance

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/shortest_paths/
H A Dastar.py21 def astar_path(G, source, target, heuristic=None, weight='weight'):
37 heuristic : function
72 if heuristic is None:
73 # The default heuristic is h=0 - same as Dijkstra's algorithm
74 def heuristic(u, v): function in function:astar_path
121 h = heuristic(neighbor, target)
129 def astar_path_length(G, source, target, heuristic=None, weight='weight'):
143 heuristic : function
158 path = astar_path(G, source, target, heuristic, weight)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dtypes.h66 // force_sequential, force_parallel, heuristic.
69 heuristic, enumerator in enum:__gnu_parallel::_AlgorithmStrategy
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
H A Dsupport-v4-18.0.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
H A Dsupport-v4-19.0.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
H A Dsupport-v4-19.0.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
H A Dsupport-v4-19.1.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/os/ ...
/prebuilts/sdk/current/support/v13/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/prebuilts/sdk/current/support/v4/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/annotation/ android/support/annotation/IdRes ...
/prebuilts/sdk/18/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/prebuilts/sdk/19/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/prebuilts/sdk/20/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF res/ res/raw-zh-CN-xlarge/ res/ ...
/prebuilts/sdk/21/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/R$string.class R.java ...
/prebuilts/sdk/22/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Protectable.class Protectable. ...
/prebuilts/sdk/current/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/prebuilts/sdk/system_current/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 219 milliseconds