Searched defs:aggr (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/Sema/
H A Daarch64-neon-vector-types.c45 struct aggr { signed char c; }; struct
46 typedef __attribute__((neon_vector_type(8))) struct aggr aggregate_elt; // expected-error{{invalid vector element type}}
H A Dneon-vector-types.c28 struct aggr { signed char c; }; struct
29 typedef __attribute__((neon_vector_type(8))) struct aggr aggregate_elt; // expected-error{{invalid vector element type}}
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java157 private long aggregateForEntries(Aggregate aggr) { argument
159 long total = aggr.treeAggregate(root);
161 total -= aggregateBelowRange(aggr, root);
164 total -= aggregateAboveRange(aggr, root);
169 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) { argument
175 return aggregateBelowRange(aggr, node.left);
179 return aggr.nodeAggregate(node) + aggr.treeAggregate(node.left);
181 return aggr.treeAggregate(node.left);
186 return aggr
191 aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java161 private long aggregateForEntries(Aggregate aggr) { argument
163 long total = aggr.treeAggregate(root);
165 total -= aggregateBelowRange(aggr, root);
168 total -= aggregateAboveRange(aggr, root);
173 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) { argument
179 return aggregateBelowRange(aggr, node.left);
183 return aggr.nodeAggregate(node) + aggr.treeAggregate(node.left);
185 return aggr.treeAggregate(node.left);
190 return aggr
195 aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) argument
[all...]
/external/clang/test/CXX/drs/
H A Ddr5xx.cpp674 aggregate aggr = {}; member in namespace:dr568
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 154 milliseconds