| /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
| D | Predicates.java | 103 Iterable<? extends Predicate<? super T>> components) { in and() 116 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() 142 Iterable<? extends Predicate<? super T>> components) { in or() 155 public static <T> Predicate<T> or(Predicate<? super T>... components) { in or() 287 private final List<? extends Predicate<? super T>> components; field in Predicates.AndPredicate 289 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() 321 private final List<? extends Predicate<? super T>> components; field in Predicates.OrPredicate 323 private OrPredicate(List<? extends Predicate<? super T>> components) { in OrPredicate()
|
| /external/deqp/framework/delibs/decpp/ |
| D | deFilePath.cpp | 50 FilePath::FilePath (const std::vector<std::string>& components) in FilePath() 89 std::vector<std::string> components; in normalize() local 142 std::vector<std::string> components; in getBaseName() local 149 std::vector<std::string> components; in getDirName() local
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Predicates.java | 106 Iterable<? extends Predicate<? super T>> components) { in and() 119 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() 145 Iterable<? extends Predicate<? super T>> components) { in or() 158 public static <T> Predicate<T> or(Predicate<? super T>... components) { in or() 350 private final List<? extends Predicate<? super T>> components; field in Predicates.AndPredicate 352 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() 384 private final List<? extends Predicate<? super T>> components; field in Predicates.OrPredicate 386 private OrPredicate(List<? extends Predicate<? super T>> components) { in OrPredicate()
|
| /external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
| D | Mesh.java | 902 public void setBuffer(Type type, int components, Format format, Buffer buf){ in setBuffer() 929 public void setBuffer(Type type, int components, FloatBuffer buf) { in setBuffer() 933 public void setBuffer(Type type, int components, float[] buf){ in setBuffer() 937 public void setBuffer(Type type, int components, IntBuffer buf) { in setBuffer() 941 public void setBuffer(Type type, int components, int[] buf){ in setBuffer() 945 public void setBuffer(Type type, int components, ShortBuffer buf) { in setBuffer() 949 public void setBuffer(Type type, int components, byte[] buf){ in setBuffer() 953 public void setBuffer(Type type, int components, ByteBuffer buf) { in setBuffer() 957 public void setBuffer(Type type, int components, short[] buf){ in setBuffer()
|
| /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
| D | GeometryBatchFactory.java | 65 …private static void doTransformTangents(FloatBuffer inBuf, int offset, int components, FloatBuffer… in doTransformTangents() 111 int components; in mergeGeometries() local 193 int components = compsForBuf[bufType]; in mergeGeometries() local 215 int components = inBuf.getNumComponents(); in mergeGeometries() local
|
| /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
| D | Android22Workaround.java | 6 …public static void glVertexAttribPointer(int location, int components, int format, boolean normali… in glVertexAttribPointer()
|
| /external/mesa3d/src/glx/ |
| D | pixel.c | 94 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; in FillBitmap() local 176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glFillImage() local 280 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; in EmptyBitmap() local 402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glEmptyImage() local
|
| D | compsize.c | 144 int components; in __glImageSize() local
|
| /external/selinux/libsemanage/src/ |
| D | policy_components.c | 118 load_table_t components[] = { in semanage_base_merge_components() local 208 dbase_config_t *components[] = { in semanage_commit_components() local
|
| /external/libexif/libexif/pentax/ |
| D | mnote-pentax-entry.h | 33 unsigned long components; member
|
| /external/libexif/libexif/canon/ |
| D | mnote-canon-entry.h | 33 unsigned long components; member
|
| /external/libexif/libexif/olympus/ |
| D | mnote-olympus-entry.h | 33 unsigned long components; member
|
| /external/libexif/libexif/fuji/ |
| D | mnote-fuji-entry.h | 35 unsigned long components; member
|
| /external/skia/src/animator/ |
| D | SkAnimateField.cpp | 31 int SkAnimate::components() { in components() function in SkAnimate
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
| D | PerformanceResultsElement.java | 84 String[] components = DB_Results.getComponents(); in getComponents() local 133 String[] components = getComponents(); in getElements() local
|
| /external/libexif/libexif/ |
| D | exif-entry.h | 52 unsigned long components; member
|
| /external/mesa3d/src/glsl/ |
| D | ir_builder.cpp | 67 swizzle(operand a, int swizzle, int components) in swizzle() 80 swizzle_for_size(operand a, int components) in swizzle_for_size()
|
| /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
| D | HullCollisionShape.java | 70 int components = mesh.getVertexCount() * 3; in getPoints() local
|
| /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
| D | HullCollisionShape.java | 89 int components = mesh.getVertexCount() * 3; in getPoints() local
|
| /external/libpng/contrib/tools/ |
| D | cvtcolor.c | 108 int components = channels; in main() local
|
| /external/mesa3d/src/mesa/main/ |
| D | uniform_query.cpp | 479 const unsigned components = MAX2(1, uni->type->vector_elements); in _mesa_propagate_uniforms_to_driver_storage() local 581 unsigned components; in _mesa_uniform() local 835 unsigned components; in _mesa_uniform_matrix() local
|
| /external/selinux/prebuilts/bin/ |
| D | seinfo.py | 99 components = [] variable
|
| /external/llvm/utils/lit/lit/ |
| D | Test.py | 160 def getSourcePath(self, components): argument 163 def getExecPath(self, components): argument
|
| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| D | VariableTranslator.java | 44 private List<JavaExpression> components; field in VariableTranslator
|
| /external/llvm/tools/llvm-go/ |
| D | llvm-go.go | 40 var components = []string{ var
|