/external/doclava/res/assets/templates/ |
package-list.cs | 1 <?cs each:pkg=docs.packages ?><?cs var: pkg.name ?> 2 <?cs /each ?>
|
/external/junit/src/org/junit/internal/builders/ |
SuiteMethodBuilder.java | 12 public Runner runnerForClass(Class<?> each) throws Throwable { 13 if (hasSuiteMethod(each)) 14 return new SuiteMethod(each);
|
/art/test/078-polymorphic-virtual/ |
info.txt | 2 calless invoked 10,000,000 times each in three threads.
|
/dalvik/tests/078-polymorphic-virtual/ |
info.txt | 2 calless invoked 10,000,000 times each in three threads.
|
/development/ndk/platforms/android-14/samples/native-media/ |
default.properties | 1 # Indicates whether an apk should be generated for each density.
|
/external/qemu/tcg/ |
LICENSE | 2 a BSD like license (see header in each file). No other license is
|
/dalvik/dx/tests/032-bb-live-code/ |
info.txt | 3 to. There is at least one example of each instruction which allows 4 flow to the subsequent instruction, and all forks of each conditional
|
/external/eigen/doc/snippets/ |
MatrixBase_colwise.cpp | 3 cout << "Here is the sum of each column:" << endl << m.colwise().sum() << endl; 4 cout << "Here is the maximum absolute value of each column:"
|
MatrixBase_rowwise.cpp | 3 cout << "Here is the sum of each row:" << endl << m.rowwise().sum() << endl; 4 cout << "Here is the maximum absolute value of each row:"
|
PartialRedux_maxCoeff.cpp | 3 cout << "Here is the maximum of each column:" << endl << m.colwise().maxCoeff() << endl;
|
PartialRedux_minCoeff.cpp | 3 cout << "Here is the minimum of each column:" << endl << m.colwise().minCoeff() << endl;
|
PartialRedux_norm.cpp | 3 cout << "Here is the norm of each column:" << endl << m.colwise().norm() << endl;
|
PartialRedux_prod.cpp | 3 cout << "Here is the product of each row:" << endl << m.rowwise().prod() << endl;
|
PartialRedux_squaredNorm.cpp | 3 cout << "Here is the square norm of each row:" << endl << m.rowwise().squaredNorm() << endl;
|
PartialRedux_sum.cpp | 3 cout << "Here is the sum of each row:" << endl << m.rowwise().sum() << endl;
|
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
iterate.cs | 4 <?cs each:result = results ?> 6 <?cs /each ?>
|
/external/junit/src/org/junit/runners/model/ |
FrameworkMember.java | 15 for (T each : members) 16 if (isShadowedBy(each))
|
NoGenericTypeParametersValidator.java | 19 for (Type each : fMethod.getGenericParameterTypes()) 20 validateNoTypeParameterOnType(each, errors); 37 for (Type each : parameterized.getActualTypeArguments()) 38 validateNoTypeParameterOnType(each, errors); 43 for (Type each : wildcard.getUpperBounds()) 44 validateNoTypeParameterOnType(each, errors); 45 for (Type each : wildcard.getLowerBounds()) 46 validateNoTypeParameterOnType(each, errors);
|
/external/chromium_org/ui/gfx/ |
point_conversions.h | 13 // Returns a Point with each component from the input PointF floored. 16 // Returns a Point with each component from the input PointF ceiled. 19 // Returns a Point with each component from the input PointF rounded.
|
size_conversions.h | 13 // Returns a Size with each component from the input SizeF floored. 16 // Returns a Size with each component from the input SizeF ceiled. 19 // Returns a Size with each component from the input SizeF rounded.
|
vector2d_conversions.h | 13 // Returns a Vector2d with each component from the input Vector2dF floored. 16 // Returns a Vector2d with each component from the input Vector2dF ceiled. 19 // Returns a Vector2d with each component from the input Vector2dF rounded.
|
/external/junit/src/org/junit/internal/matchers/ |
Each.java | 9 public class Each { 10 public static <T> Matcher<Iterable<T>> each(final Matcher<T> individual) { method in class:Each 19 description.appendText("each ");
|
/dalvik/dx/tests/031-bb-dead-code/ |
info.txt | 2 dead code. There is at least one example of dead code after each instruction
|
/development/tutorials/MoarRam/ |
README.txt | 6 foo.c (libmoarram-foo.so). Each invocation will allocate 32 bytes. 8 bar.c (libmoarram-bar.so). Each invocation will allocate 2M bytes. 10 in baz.c (libmoarram-baz.so). Each invocation will allocate 17 or 71 bytes, 13 Each allocation can be freed by clicking the corresponding free button in the
|
/device/sample/sdk_addon/ |
hardware.ini | 3 # Each skin can also override those values with its own hardware.ini file
|