HomeSort by relevance Sort by last modified time
    Searched defs:integer (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /external/proguard/src/proguard/
ConfigurationParser.java 372 // Read the obligatory integer.
373 readNextWord("integer");
375 int integer = Integer.parseInt(nextWord); local
379 return integer;
383 throw new ParseException("Expecting integer argument instead of '" + nextWord +
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java 137 for (Entry<Integer, Object> detail : details) {
176 int integer = (int) time; local
177 time -= integer;
178 value = String.valueOf(integer) + "''";
215 value = toLocalNumber(Integer.parseInt((String) detail.getValue()));
310 * Converts the given integer (given as String or Integer object) to a
314 if (valueObj instanceof Integer) {
315 return toLocalNumber((Integer) valueObj);
319 value = toLocalNumber(Integer.parseInt(value))
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 288 prefixLength = Integer.parseInt(parts[1]);
291 int integer = (bytes[3] & 0xFF) | (bytes[2] & 0xFF) << 8 | local
294 (prefixLength < 32 && (integer << prefixLength) != 0)) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 133 public int minAltInConfigurations=Integer.MAX_VALUE;
487 disabled.add(Utils.integer(configuration.alt));
511 * context conflicting ctx predicts alts i and j. Return an Integer set
525 protected Set<Integer> getConflictingAlts() {
528 Set<Integer> nondeterministicAlts = new HashSet<Integer>();
541 MultiMap<Integer, NFAConfiguration> stateToConfigListMap =
542 new MultiMap<Integer, NFAConfiguration>();
545 Integer stateI = Utils.integer(configuration.state)
    [all...]
DecisionProbe.java 89 protected Map<DFAState, Set<Integer>> stateToSyntacticallyAmbiguousTokensRuleAltsMap =
90 new HashMap<DFAState, Set<Integer>>();
103 protected Map<DFAState, Map<Integer,SemanticContext>> stateToAltSetWithSemanticPredicatesMap =
104 new HashMap<DFAState, Map<Integer,SemanticContext>>();
110 protected Map<DFAState,Map<Integer, Set<Token>>> stateToIncompletelyCoveredAltsMap =
111 new HashMap<DFAState,Map<Integer, Set<Token>>>();
119 protected Set<Integer> altsWithProblem = new HashSet<Integer>();
130 protected MultiMap<Integer, NFAConfiguration> stateToRecursionOverflowConfigurationsMap =
131 new MultiMap<Integer, NFAConfiguration>()
    [all...]
NFAToDFAConverter.java 417 Integer tI = Utils.integer(targetState.stateNumber);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 131 List<Integer> depths = new ArrayList<Integer>();
297 if ( decisions.contains(Utils.integer(dfa.decisionNumber)) ) {
300 decisions.add(Utils.integer(dfa.decisionNumber));
338 f.set(data, Integer.valueOf(v));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 140 const int64_t kJSMaxInteger = 0x20000000000000LL - 1; // 2^53 - 1, maximum uniquely representable integer in ECMAScript.
191 // Fast case. The value is already a 32-bit integer in the right range.
240 // Fast case. The value is a 32-bit signed integer - possibly positive?
328 // Fast case. The value is already a 32-bit integer.
367 // Fast case. The value is already a 32-bit unsigned integer.
371 // Fast case. The value is a 32-bit signed integer - possibly positive?
423 // Fast case. The value is a 32-bit integer.
446 unsigned long long integer; local
447 doubleToInteger(numberValue, integer);
448 return integer;
502 unsigned long long integer; local
    [all...]
V8Binding.h 291 return v8::Integer::New(isolate, value);
299 return v8::Integer::New(isolate, value);
307 return v8::Integer::NewFromUnsigned(isolate, value);
315 return v8::Integer::NewFromUnsigned(isolate, value);
395 result->Set(v8::Integer::New(isolate, index++), TraitsType::toV8Value(*iter, creationContext, isolate));
415 result->Set(v8::Integer::New(isolate, index++), TraitsType::toV8Value(*iter, creationContext, isolate));
434 // Convert a value to a 8-bit signed integer. The conversion fails if the
443 // Convert a value to a 8-bit integer assuming the conversion cannot fail.
446 // Convert a value to a 8-bit unsigned integer. The conversion fails if the
455 // Convert a value to a 8-bit unsigned integer assuming the conversion cannot fail
941 v8::Handle<v8::Integer> integer = v8::Integer::New(info.GetIsolate(), i); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c 118 * \param normalized are integer types converted to floats in [-1, 1]?
119 * \param integer integer-valued values (will not be normalized to [-1,1])
128 GLboolean normalized, GLboolean integer,
263 array->Integer = integer;
405 const GLboolean integer = GL_TRUE; local
411 1, GL_UNSIGNED_BYTE, stride, GL_FALSE, integer, ptr);
503 * Set an integer-valued vertex attribute array.
515 const GLboolean integer = GL_TRUE local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 63 GLboolean integer; member in struct:deqp::gles3::Functional::__anon3857::Attribute
89 , integer (GL_FALSE)
210 << "\tGL_VERTEX_ATTRIB_ARRAY_INTEGER : " << (state.attributes[attribNdx].integer ? "GL_TRUE" : "GL_FALSE") << "\n"
429 if (state.attributes[attribNdx].integer)
434 if (state.attributes[attribNdx].integer)
480 if (state.attributes[0].integer)
558 if (state.attributes[attribNdx].integer)
728 << "\tGL_VERTEX_ATTRIB_ARRAY_INTEGER : " << (state.attributes[attribNdx].integer ? "GL_TRUE" : "GL_FALSE") << "\n"
764 m_spec.state.attributes[attribNdx].integer = m_random.getBool();
782 m_spec.vao.attributes[attribNdx].integer = m_random.getBool()
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 118 * \param normalized are integer types converted to floats in [-1, 1]?
119 * \param integer integer-valued values (will not be normalized to [-1,1])
128 GLboolean normalized, GLboolean integer,
263 array->Integer = integer;
405 const GLboolean integer = GL_TRUE; local
411 1, GL_UNSIGNED_BYTE, stride, GL_FALSE, integer, ptr);
503 * Set an integer-valued vertex attribute array.
515 const GLboolean integer = GL_TRUE local
    [all...]
  /external/stlport/test/unit/
type_traits_test.cpp 21 CPPUNIT_TEST(integer);
41 void integer();
291 void TypeTraitsTest::integer() function in class:TypeTraitsTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumMapTest.java 99 new EnumMap(Integer.class);
227 hashColorMap.put(new Integer(1), 1);
266 .containsKey(new Integer("3")));
277 Integer integer = new Integer("3"); local
278 enumSizeMap.put(Size.Small, integer);
286 assertSame("Clone is not shallow clone", integer, enumSizeMapClone
289 assertSame("Clone is not shallow clone", integer, enumSizeMapClone
350 mockEntry = new MockEntry(new Integer(1), 1)
438 Integer integer = new Integer("1"); local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 21 CPPUNIT_TEST(integer);
41 void integer();
291 void TypeTraitsTest::integer() function in class:TypeTraitsTest
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 21 CPPUNIT_TEST(integer);
41 void integer();
291 void TypeTraitsTest::integer() function in class:TypeTraitsTest
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 160 Integer integer = values.getAsInteger(StructuredName.FULL_NAME_STYLE); local
161 fullNameStyle = integer == null ? FullNameStyle.UNDEFINED : integer;
167 integer = values.getAsInteger(StructuredName.PHONETIC_NAME_STYLE);
168 phoneticNameStyle = integer == null ? PhoneticNameStyle.UNDEFINED : integer;
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 1366 uint32_t integer; local
1379 if (evtag_decode_int(&integer, tmp) == -1) {
1383 if (integer != integers[i]) {
1385 integer, integers[i]);
1449 uint32_t integer; local
1462 if (evtag_decode_tag(&integer, tmp) == -1) {
1466 if (integer != integers[i]) {
1468 integer, integers[i]);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 60 INTEGER = 278,
168 #define INTEGER 278
274 int integer; member in union:YYSTYPE
  /external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp 1017 int integer = 0; local
1022 integer = integer * 10 + str[cc] - '0';
1035 fraction += (FX_FLOAT)integer;
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 163 public static final class integer { class in class:R
  /external/speex/libspeex/
preprocess.c 358 float integer, frac; local
365 integer = floor(2*x);
366 ind = (int)integer;
371 frac = 2*x-integer;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 109 final HashMap<String, Integer> columnMap = new HashMap<String, Integer>();
166 final Integer integer = mProjection.columnMap.get(columnName); local
167 if (integer != null) {
168 row[integer] = value;
311 limit = Integer.parseInt(limitString);
475 Pair<String, Integer> displayName = getDisplayName(galDataRow, phones);
579 private static Pair<String, Integer> getDisplayName(GalData galDataRow, List<PhoneInfo> phones) {
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.cpp 477 int32_t integer = NPVARIANT_TO_INT32(variant); local
478 return browser->getintidentifier(integer);
485 int32_t integer = static_cast<int32_t>(value); local
486 return browser->getintidentifier(integer);
524 int32_t integer = browser->intfromidentifier(identifier);
525 INT32_TO_NPVARIANT(integer, *result);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
InspectorBackend.js 229 var jsTypes = { integer: "number", array: "object" };

Completed in 931 milliseconds

1 23 4 5 6