Searched defs:intValue (Results 1 - 6 of 6) sorted by relevance

/packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
H A DDmtData.java117 private int intValue; field in class:DmtData
156 intValue = Integer.parseInt(str);
210 intValue = integer;
253 return String.valueOf(intValue);
305 return intValue;
434 out.writeInt(intValue);
503 intValue = in.readInt();
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
H A Dheader_read_write_utils.cpp188 const int intValue = readIntAttributeValue(headerAttributes, key, intDefaultValue); local
189 return intValue != 0;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java746 private static boolean matchTypedValue(final TypedArray a, final int index, final int intValue, argument
755 return intValue == a.getInt(index, 0);
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
H A Ddmt_test.cc494 int intValue = atoi(szData); local
496 if ( (e=ptrTree->CreateLeafNode( szNode, ptrNode, DmtData( intValue ) )) == NULL ) {
497 printf( "node %s (%d) created successfully\n", szNode, intValue );
761 //int intValue = atoi(szValue);
762 int intValue = 0; local
765 int_item_converted = sscanf(szValue, "%d", &intValue);
772 if ( (e=ptrNode->SetIntValue( intValue )) == NULL ) {
773 printf("set value of node %s to %d successfully\n", szNode, intValue);
776 Error("can't set value of node %s to %d", szNode, intValue);
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 358 milliseconds