HomeSort by relevance Sort by last modified time
    Searched full:forest (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 71 // Create spanning tree, Forest contains a special data structure
74 EquivalenceClasses<const T*> Forest;
79 Forest.insert(e.first);
80 Forest.insert(e.second);
88 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
89 Forest.unionSets(e.first, e.second);
  /external/opencv/ml/src/
mlrtrees.cpp 45 forest = NULL;
67 forest = _forest;
105 if( forest )
108 CvRNG* rng = forest->get_rng();
110 active_var_mask = forest->get_active_var_mask();
164 forest = _forest;
  /external/replicaisland/res/values/
strings.xml 293 I find myself standing in the middle of a vast beach, with sand dunes stretching great distances down the coastline and the green of tropical forest visible near the horizon. An uninformed man would think this place a paradise. I know better. Still, I cannot help but marvel at the island?s wholly unnatural beauty.
312 I met a group of three adventurers today. I thought that I had the island all to myself, and I was so surprised to hear human voices (with Brooklyn accents, no less!) outside my shelter that I knocked over a bamboo support and almost brought the roof down. The group is independent but they are after The Source, just like me. They were nice but I sensed a little bit of competitive tension in the air. They have been here for a month already and have barely penetrated the forest beyond the beach. I am glad to have met them but they pose no immediate threat to my mission. They are fine folks but my skills are far superior.\n
318 Today marks three consecutive days of rain. Last week was clear--the seas were calm and my carefully constructed shelter proved unnecessary. I am sitting in a small alcove at the base of a hollow tree as the sky dumps golf ball-sized raindrops into the forest around me. The beach is long behind me now and the sound of the ocean is just a memory.\n
320 This is a weird place. The oddities increase as I move closer to the center. Since entering the forest I have seen a few things I cannot explain. No matter, my mission is clear and success is guaranteed. I will sleep here tonight and then venture further towards the island?s center tomorrow.\n
343 I may have found a path into the forest. The grasslands stretch out ahead in what appears to be a small glade, but I think that beyond them the border of the forest will thin. If my calculations are correct, this side of the island should be shady most of the year, so I expect that the almost impenetrable forest vegetation will yield enough to permit traversal.\n
345 The adventuring party I met a few days ago has been here a month and has not yet figured this out. My intellect is truly superior--I can understand why Mr. Rokudou chose me for this mission. Once I find The Source and show him how to use it, he will surely make me his second-in-command, a position from which I shall have incredible influence. Just thinking about it makes me giddy. But I must not to get ahead of myself; the forest looms.\n
366 The adventurers I met are dead. I found them hanging from the trees near a rock formation in the forest. The discovery was startling and sad; though we were both competing for the same goal I felt a certain camaraderie with them. They were, of course, the only other humans on the island.\n
370 I will venture into the forest once more before entering the cave. At the adventurers? base camp I spied batteries and other use (…)
    [all...]
  /external/openfst/src/include/fst/
union-find.h 36 // Ctor: creates a disjoint set forest for the range [0;max).
dfs-visit.h 119 // Iterate over trees in DFS forest.
visit.h 107 // Iterates over trees in visit forest.
equivalent.h 118 // forest (the union-find algorithm) is used to represent the sets of
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h 33 // Ctor: creates a disjoint set forest for the range [0;max).
dfs-visit.h 99 // Iterate over trees in DFS forest.
equivalent.h 103 // forest (the union-find algorithm) is used to represent the sets of
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command.py 109 quips.append('"Only you can prevent forest fires." -- Smokey the Bear')
sheriffircbot_unittest.py 50 expected_stderr = 'MOCK: irc.post: "Only you can prevent forest fires." -- Smokey the Bear\n'
  /external/llvm/lib/CodeGen/
StrongPHIElimination.cpp 24 // forest for this purpose. The dominance forest was shown to be unnecessary,
25 // as it is possible to emulate the creation and traversal of a dominance forest
27 // dominance forest. This technique is explained in:
35 // Careful implementation allows for all of the dominator forest interference
  /frameworks/native/libs/utils/
README 120 AssetManager, which in turn keeps a forest structure of loaded
121 resource.arsc files. Normally, this forest is structured as follows,
  /external/opencv/ml/include/
ml.h 916 virtual bool train( CvDTreeTrainData* _train_data, const CvMat* _subsample_idx, CvRTrees* forest );
919 virtual void read( CvFileStorage* fs, CvFileNode* node, CvRTrees* forest, CvDTreeTrainData* _data );
936 CvRTrees* forest; member in class:CvForestTree
942 //Parameters for the forest
    [all...]
  /external/icu4c/samples/ufortune/resources/
root.txt 56 Redwood Forest.",
  /external/stlport/stlport/stl/
_rope.c     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h     [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h     [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_rope.c     [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h     [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_rope.c     [all...]

Completed in 7554 milliseconds

1 2 3