HomeSort by relevance Sort by last modified time
    Searched full:primitive (Results 101 - 125 of 1879) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/hyphenation-patterns/hy/
hyph-hy.lic.txt 14 % These are just primitive rules that hyphenate combinations like
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifier.java 22 * annotation can also be applied to the corresponding primitive numeric
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs_tmp.h 20 debug_assert(!"unexpected primitive type in GS"); \
draw_split_tmp.h 45 /* sanitize primitive length */
50 /* try flushing the entire primitive */
51 if (PRIMITIVE(start, count))
173 #undef PRIMITIVE
  /external/mockito/src/org/mockito/internal/progress/
HandyReturnValues.java 36 // explicitly return null if type is not a primitive or a wrapper
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256.h 16 CBC_ReedSolomonGF256(int32_t primitive);
  /frameworks/base/graphics/java/android/graphics/
PathEffect.java 21 * the geometry of a drawing primitive before it is transformed by the
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation3.java 12 * only primitive type, String, Class, annotation,
TestAnnotation3b.java 12 * only primitive type, String, Class, annotation,
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
ResizableIntArray.java 77 // TODO: Implement primitive array pool.
92 // TODO: Implement primitive array pool.
103 // TODO: Implement primitive array pool.
111 // TODO: Implement primitive array pool.
  /libcore/ojluni/src/main/java/java/util/
PrimitiveIterator.java 33 * A base type for primitive specializations of {@code Iterator}. Specialized
39 * primitive values to instances of their corresponding wrapper class. Such
40 * boxing may offset any advantages gained when using the primitive
41 * specializations. To avoid boxing, the corresponding primitive-based methods
47 * <p>Iteration of primitive values using boxing-based methods
56 * primitive values occur when operating on primitive subtype specializations.
59 * type must be a wrapper type for a primitive type, such as
60 * {@code Integer} for the primitive {@code int} type.
61 * @param <T_CONS> the type of primitive consumer. The type must be
    [all...]
  /external/v8/test/mjsunit/regress/
regress-builtinbust-6.js 5 // Test that Array builtins can be called on primitive values.
19 // Test that ToObject on primitive values is only called once.
  /external/v8/test/webkit/
primitive-method-this-expected.txt 24 This test checks that methods called directly on primitive types get the wrapper, not the primitive, as the 'this' object.
primitive-method-this.js 26 "This test checks that methods called directly on primitive types get the wrapper, not the primitive, as the 'this' object."
  /frameworks/base/core/java/com/android/internal/util/
GrowingArrayUtils.java 20 * A helper class that aims to provide comparable growth performance to ArrayList, but on primitive
55 * Primitive int version of {@link #append(Object[], int, Object)}.
70 * Primitive long version of {@link #append(Object[], int, Object)}.
85 * Primitive boolean version of {@link #append(Object[], int, Object)}.
100 * Primitive float version of {@link #append(Object[], int, Object)}.
144 * Primitive int version of {@link #insert(Object[], int, int, Object)}.
163 * Primitive long version of {@link #insert(Object[], int, int, Object)}.
182 * Primitive boolean version of {@link #insert(Object[], int, int, Object)}.
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_common.i 5 // Generate the traits for a 'primitive' type, such as 'double',
68 // Generates the traits for all the known primitive
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_common.i 6 Generate the traits for a 'primitive' type, such as 'double',
70 // Generates the traits for all the known primitive
  /prebuilts/misc/common/swig/include/2.0.11/r/
std_common.i 5 Generate the traits for a 'primitive' type, such as 'double',
69 // Generates the traits for all the known primitive
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_common.i 7 Generate the traits for a 'primitive' type, such as 'double',
71 // Generates the traits for all the known primitive
  /art/compiler/optimizing/
induction_var_analysis.cc 59 static bool IsNarrowingIntegralConversion(Primitive::Type from, Primitive::Type to) {
61 case Primitive::kPrimLong:
62 return to == Primitive::kPrimByte || to == Primitive::kPrimShort
63 || to == Primitive::kPrimChar || to == Primitive::kPrimInt;
64 case Primitive::kPrimInt:
65 return to == Primitive::kPrimByte || to == Primitive::kPrimShor
    [all...]
codegen_test.cc 311 HGraph* graph = CreateCFG(&arena, data, Primitive::kPrimLong);
822 Primitive::Type type,
846 if (type == Primitive::kPrimInt) {
850 DCHECK_EQ(type, Primitive::kPrimLong);
912 TestComparison(kCondEQ, i, j, Primitive::kPrimInt, target_isa);
913 TestComparison(kCondNE, i, j, Primitive::kPrimInt, target_isa);
914 TestComparison(kCondLT, i, j, Primitive::kPrimInt, target_isa);
915 TestComparison(kCondLE, i, j, Primitive::kPrimInt, target_isa);
916 TestComparison(kCondGT, i, j, Primitive::kPrimInt, target_isa);
917 TestComparison(kCondGE, i, j, Primitive::kPrimInt, target_isa)
    [all...]
  /art/runtime/
class_linker_test.cc 67 void AssertPrimitiveClass(const std::string& descriptor, mirror::Class* primitive)
69 ASSERT_TRUE(primitive != nullptr);
70 ASSERT_TRUE(primitive->GetClass() != nullptr);
71 ASSERT_EQ(primitive->GetClass(), primitive->GetClass()->GetClass());
72 EXPECT_TRUE(primitive->GetClass()->GetSuperClass() != nullptr);
74 ASSERT_STREQ(descriptor.c_str(), primitive->GetDescriptor(&temp));
75 EXPECT_TRUE(primitive->GetSuperClass() == nullptr);
76 EXPECT_FALSE(primitive->HasSuperClass());
77 EXPECT_TRUE(primitive->GetClassLoader() == nullptr)
    [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.primitive_bounding_box.txt 26 + Primitive render tests
52 triangles.*, (wide_)lines.*, (wide_)points.* cases set the primitive
60 set the bounding box for each (tessellation input) primitive separately.
62 "*_bbox_equal" cases set the bounding box to tightly cover the primitive
64 to be larger than the rendered pattern/primitive and in "*_bbox_smaller"
86 hint the resulting depth range with primitive bounding box. In
  /external/deqp/modules/glshared/
glsDrawTest.hpp 124 enum Primitive
181 static std::string primitiveToString (Primitive primitive);
219 Primitive primitive; member in struct:deqp::gls::DrawTestSpec
256 bool compare (gls::DrawTestSpec::Primitive primitiveType);
  /external/mesa3d/src/gallium/auxiliary/util/
u_prim.h 131 u_vertices_per_prim(int primitive)
133 switch(primitive) {
158 debug_printf("Unrecognized geometry shader primitive");
171 u_gs_prims_for_vertices(int primitive, int vertices)
173 switch(primitive) {
204 debug_printf("Unrecognized geometry shader primitive");

Completed in 2326 milliseconds

1 2 3 45 6 7 8 91011>>