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

1 2 3 4 5 6 7 8 9

  /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/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/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::__anon15328
  /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_::__anon19260
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/pdfium/third_party/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_::__anon28421
191 * Integer properties are always stored as `signed' within PCF fonts;
  /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_::__anon53446
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::__anon22620
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_option.hpp 110 // four byte integer was passed in.
130 // Helper template for implementing integer options.
132 class integer class in namespace:asio::detail::socket_option
136 integer() function in class:asio::detail::socket_option::integer
142 explicit integer(int v) function in class:asio::detail::socket_option::integer
148 integer& operator=(int v)
201 std::length_error ex("integer socket option resize");
  /frameworks/base/libs/androidfw/tests/data/basic/
R.h 52 struct integer { struct in namespace:com
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$integer.class 
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 64 bool integer; local
75 * colors are written to an integer color buffer."
77 integer = (rb_type == GL_INT || rb_type == GL_UNSIGNED_INT);
79 if(b == 0 && integer)
97 } else if (ctx->Color.BlendEnabled & (1 << b) && !integer) {
149 if (ctx->Color.AlphaEnabled && !integer) {
157 if (ctx->Color.DitherFlag && !integer) {
170 * integer format, the SAMPLE_ALPHA_TO_COVERAGE and SAMPLE_ALPHA_TO_ONE
  /external/swiftshader/src/OpenGL/compiler/
Compiler.cpp 171 TPublicType integer; local
172 integer.type = EbtInt;
173 integer.primarySize = 1;
174 integer.secondarySize = 1;
175 integer.array = false;
186 symbolTable.setDefaultPrecision(integer, EbpMedium);
189 symbolTable.setDefaultPrecision(integer, EbpHigh);
  /cts/hostsidetests/security/securityPatch/CVE-2016-10231/
poc.c 53 } integer; member in union:snd_ctl_elem_value::__anon1438
82 val.value.integer.value[0] = 0x30;

Completed in 1200 milliseconds

1 2 3 4 5 6 7 8 9