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

1 2 3 4 5 6 7 8 91011>>

  /external/zopfli/src/zopfli/
katajainen.c 33 Nodes forming chains. Also used to represent leaves.
38 int count; /* Leaf symbol index, or number of leaves before this chain. */
98 leaves: The leaves, one per symbol.
99 numsymbols: Number of leaves.
106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) {
123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain);
126 if (lastcount < numsymbols && sum > leaves[lastcount].weight) {
128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail,
134 BoundaryPM(lists, maxbits, leaves, numsymbols, pool, index - 1, 0)
192 Node* leaves = (Node*)malloc(n * sizeof(*leaves)); local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t051treeRewriteASTtWalker.g 11 | INT // leaves it alone, returning $a.start
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
coverage.txt 9 Note: pthread_attr_destroy leaves a lot up to the implementation of threads
  /development/samples/browseable/Geofencing/
_index.jd 10 wearable with an option to check in. This notification automatically disappears when he/she leaves
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue5227.go 6 // leaves them undefined.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue5227.go 6 // leaves them undefined.
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/assets/
northern-irish-vegetable-soup.json 17 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",
37 text: "field celery or 1 stalk celery, plus any leaves on the bunch"
beef-brisket-chili.json 24 text: "Place the bell peppers, roughly sliced, the bay leaves and chopped tomatoes in a large covered pot. Bring to the boil and then add the beef, onions and chillies. ",
35 text: "Remove the bay leaves and add the pulled beef and coriander back to the pot, together with the kidney beans."
70 text: "2 fresh bay leaves"
recipelist.json 12 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/assets/
northern-irish-vegetable-soup.json 17 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",
37 text: "field celery or 1 stalk celery, plus any leaves on the bunch"
beef-brisket-chili.json 24 text: "Place the bell peppers, roughly sliced, the bay leaves and chopped tomatoes in a large covered pot. Bring to the boil and then add the beef, onions and chillies. ",
35 text: "Remove the bay leaves and add the pulled beef and coriander back to the pot, together with the kidney beans."
70 text: "2 fresh bay leaves"
recipelist.json 12 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtractionDxe.uni 5 // where each stream contains a linked list of children, which may be leaves or
23 #string STR_MODULE_DESCRIPTION #language en-US "The section is implemented as a linked list of section streams, where each stream contains a linked list of children, which may be leaves or encapsulations. An encapsulation section will further generate new section of stream entries."
  /external/mesa3d/src/compiler/glsl/
ir_expression_flattening.h 28 * Takes the leaves of expression trees and makes them dereferences of
29 * assignments of the leaves to temporaries, according to a predicate.
  /external/google-breakpad/src/client/windows/common/
auto_critical_section.h 37 // Automatically enters the critical section in the constructor and leaves
48 // Destructor: leaves the critical section.
62 // Leaves the critical section. The caller should not call Release() unless
  /external/r8/src/main/java/com/android/tools/r8/ir/conversion/
CallGraph.java 142 private List<Node> leaves = null; field in class:CallGraph
199 assert leaves == null;
200 leaves = new ArrayList<>();
203 leaves.add(node);
216 * Remove all leaves (nodes with an call (outgoing) degree of 0).
218 * @return List of {@link DexEncodedMethod} of the leaves removed.
223 for (Node leaf : leaves) {
228 leaves = newLeaves;
233 * Pick the next set of leaves (nodes with an call (outgoing) degree of 0) if any.
235 * If the graph has no leaves then some cycles in the graph will be broken to create a set o
246 List<DexEncodedMethod> leaves = removeLeaves(); local
    [all...]
  /developers/samples/android/accessibility/CheckableLayout/Application/src/main/res/values/
strings.xml 15 <string name="birch_leaves">Birch leaves</string>
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p6.cpp 31 // DR217 + DR205 (reading tea leaves)
  /external/compiler-rt/test/asan/TestCases/Posix/
large_allocator_unpoisons_on_free.cc 3 // The memory is released only when the deallocated chunk leaves the quarantine,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NullTransliterator.java 13 * A transliterator that leaves text unchanged.
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NullTransliterator.java 12 * A transliterator that leaves text unchanged.
  /external/junit/src/main/java/org/junit/runners/
MethodSorters.java 22 * Leaves the test methods in the order returned by the JVM.
  /external/libmojo/base/android/java/src/org/chromium/base/
ImportantFileWriterAndroid.java 19 * This either writes all the data or leaves the file unchanged.
  /external/llvm/test/CodeGen/ARM/
peephole-bitcast.ll 8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
  /external/llvm/test/Transforms/Inline/
crash-lifetime-marker.ll 3 ; InlineFunction would assert inside the loop that leaves lifetime markers if

Completed in 2631 milliseconds

1 2 3 4 5 6 7 8 91011>>