HomeSort by relevance Sort by last modified time
    Searched defs:integer (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
IntModuleIncludingDoubleAndFloat.java 23 final int integer; field in class:IntModuleIncludingDoubleAndFloat
25 IntModuleIncludingDoubleAndFloat(int integer) {
26 this.integer = integer;
30 int integer() { method in class:IntModuleIncludingDoubleAndFloat
31 return integer;
  /external/icu/icu4c/source/common/
uelement.h 37 * integer, we pass it around by value.
41 int32_t integer; member in union:UElement
47 * @param e1 An element (object or integer)
48 * @param e2 An element (object or integer)
55 * @param e1 An element (object or integer)
56 * @param e2 An element (object or integer)
62 * An element assignment function. It may copy an integer, copy
  /frameworks/base/libs/androidfw/tests/data/system/
R.h 38 struct integer { struct
  /external/devlib/devlib/utils/
types.py 54 def integer(value): function
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ValueIterator.java 15 * int is the sorted integer index in ascending order, and Object its
17 * <p>The ValueIterator allows iterations over integer indexes in the range
18 * of Integer.MIN_VALUE to Integer.MAX_VALUE inclusive. Implementations of
31 * Integer.toHexString(result.integer) +
43 * integer index and its associated value Object.
50 * Integer index of the current iteration
52 public int integer; field in class:ValueIterator.Element
54 * Gets the Object value associated with the integer index
    [all...]
  /frameworks/base/libs/androidfw/tests/data/appaslib/
R.h 29 struct integer { struct in struct:com::android::appaslib::lib::R
47 struct integer { struct in struct:com::app::R
  /external/adhd/cras/src/tests/
expr_unittest.cc 28 int integer = 0; local
30 /* parse integer literal */
34 EXPECT_EQ(-2, expr->u.literal.u.integer);
36 /* evaluate integer literal */
39 EXPECT_EQ(-2, value.u.integer);
41 EXPECT_EQ(0, cras_expr_expression_eval_int(expr, &env, &integer));
42 EXPECT_EQ(-2, integer);
65 int integer = 0; local
77 EXPECT_EQ(-1, cras_expr_expression_eval_int(expr, &env, &integer));
79 /* now define a variable with integer value 2 *
144 int integer = 0; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Utils.java 35 static Integer[] ints = new Integer[INTEGER_POOL_MAX_VALUE+1];
37 /** Integer objects are immutable so share all Integers with the
40 * Integer object with x in it.
42 public static Integer integer(int x) { method in class:Utils
44 return new Integer(x);
47 ints[x] = new Integer(x);
  /external/clang/test/PCH/
cxx_exprs.cpp 10 int integer; variable
16 static_cast_result void_ptr = &integer;
23 reinterpret_cast_result void_ptr2 = &integer;
struct.h 20 int *integer; member in union:Fun::__anon16414
  /external/freetype/include/freetype/
ftbdf.h 69 * Property is a 32-bit signed integer.
72 * Property is a 32-bit unsigned integer.
112 * u.integer ::
113 * A signed integer, if type is @BDF_PROPERTY_TYPE_INTEGER.
116 * An unsigned integer, if type is @BDF_PROPERTY_TYPE_CARDINAL.
123 FT_Int32 integer; member in union:BDF_PropertyRec_::__anon20666
191 * Integer properties are always stored as `signed' within PCF fonts;
  /external/icu/icu4c/source/i18n/unicode/
translit.h 265 * A context integer or pointer for a factory function, passed by
271 * This token, interpreted as a 32-bit integer.
274 int32_t integer; member in union:Transliterator::Token
284 * Return a token containing an integer.
285 * @return a token containing an integer.
743 * arguments to this pattern are an integer followed by one or two
744 * strings. The integer is the number of strings, either 1 or 2.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ValueIterator.java 14 * int is the sorted integer index in ascending order, and Object its
16 * <p>The ValueIterator allows iterations over integer indexes in the range
17 * of Integer.MIN_VALUE to Integer.MAX_VALUE inclusive. Implementations of
30 * Integer.toHexString(result.integer) +
43 * integer index and its associated value Object.
51 * Integer index of the current iteration
54 public int integer; field in class:ValueIterator.Element
56 * Gets the Object value associated with the integer index
    [all...]
  /external/libffi/src/sparc/
v9.S 189 be,pn %icc, integer
214 integer: label
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v9.S 189 be,pn %icc, integer
214 integer: label
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
v9.S 189 be,pn %icc, integer
214 integer: label
  /frameworks/base/libs/androidfw/tests/data/sparse/
R.h 27 struct integer { struct in struct:com::android::sparse::R
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftbdf.h 69 * Property is a 32-bit signed integer.
72 * Property is a 32-bit unsigned integer.
112 * u.integer ::
113 * A signed integer, if type is @BDF_PROPERTY_TYPE_INTEGER.
116 * An unsigned integer, if type is @BDF_PROPERTY_TYPE_CARDINAL.
123 FT_Int32 integer; member in union:BDF_PropertyRec_::__anon190
191 * Integer properties are always stored as `signed' within PCF fonts;
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MoreExecutorsDirectExecutorBenchmark.java 58 AtomicInteger integer = new AtomicInteger(); field in class:MoreExecutorsDirectExecutorBenchmark.CountingRunnable
60 integer.incrementAndGet();
77 countingRunnable.integer.addAndGet(localRunnable.integer.get());
101 return countingRunnable.integer.get();
115 return countingRunnable.integer.get();
  /external/deqp/framework/delibs/debase/
deMath.c 131 double integer; local
132 double fract = modf(a, &integer);
  /external/eigen/blas/f2c/
datatypes.h 8 typedef int integer; typedef
  /external/guice/extensions/service/test/com/google/inject/service/
SingleServiceIntegrationTest.java 63 final AtomicInteger integer = new AtomicInteger(2); local
66 assertEquals(2, integer.getAndDecrement());
70 assertEquals(1, integer.getAndDecrement());
78 assertEquals(0, integer.get());
  /external/libchrome/base/strings/
safe_sprintf.h 55 // SafeSPrintf() aims to be as liberal as reasonably possible. Integer-like
62 // It is still not legal to mix-and-match integer-like values with pointer
64 // integer to %p.
67 // the problem of C++ defining NULL as an integer-like value.
70 // positive integer. For %d, %o, %x, %X and %p, if the width starts with
140 // Any integer-like value.
142 integer.i = c;
143 integer.width = sizeof(char);
146 integer.i = c;
147 integer.width = sizeof(char)
194 } integer; member in union:base::strings::internal::Arg::__anon24296
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 67 bool integer; local
78 * colors are written to an integer color buffer."
80 integer = (rb_type == GL_INT || rb_type == GL_UNSIGNED_INT);
82 if(b == 0 && integer)
107 } else if (ctx->Color.BlendEnabled & (1 << b) && !integer &&
175 if (ctx->Color.AlphaEnabled && !integer) {
183 if (ctx->Color.DitherFlag && !integer) {
196 * integer format, the SAMPLE_ALPHA_TO_COVERAGE and SAMPLE_ALPHA_TO_ONE
gen8_blend_state.c 59 * integer format, the SAMPLE_ALPHA_TO_COVERAGE and SAMPLE_ALPHA_TO_ONE
94 * colors are written to an integer color buffer."
96 bool integer = ctx->DrawBuffer->_IntegerBuffers & (0x1 << i); local
104 } else if (ctx->Color.BlendEnabled & (1 << i) && !integer &&
236 * colors are written to an integer color buffer."
240 * integer format, the SAMPLE_ALPHA_TO_COVERAGE and SAMPLE_ALPHA_TO_ONE

Completed in 1723 milliseconds

1 2 3 4 5 6 7 8 91011