HomeSort by relevance Sort by last modified time
    Searched refs:fieldId (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/icu/icu4c/source/i18n/
digitaffix.h 40 * a field type of fieldId.
45 int32_t fieldId=UNUM_FIELD_COUNT);
53 * Append value to this affix. If fieldId is present, the appended
54 * string is considered to be the type fieldId.
56 void appendUChar(UChar value, int32_t fieldId=UNUM_FIELD_COUNT);
59 * Append value to this affix. If fieldId is present, the appended
60 * string is considered to be the type fieldId.
62 void append(const UnicodeString &value, int32_t fieldId=UNUM_FIELD_COUNT);
66 * is considered to be the type fieldId.
68 void setTo(const UnicodeString &value, int32_t fieldId=UNUM_FIELD_COUNT)
    [all...]
digitaffix.cpp 23 const UChar *value, int32_t charCount, int32_t fieldId)
25 fAnnotations(charCount, (UChar) fieldId, charCount) {
35 DigitAffix::appendUChar(UChar value, int32_t fieldId) {
37 fAnnotations.append((UChar) fieldId);
41 DigitAffix::append(const UnicodeString &value, int32_t fieldId) {
47 appender.append((UChar) fieldId);
53 DigitAffix::setTo(const UnicodeString &value, int32_t fieldId) {
60 appender.append((UChar) fieldId);
66 DigitAffix::append(const UChar *value, int32_t charCount, int32_t fieldId) {
71 appender.append((UChar) fieldId);
    [all...]
pluralaffix.cpp 37 const UChar value, int32_t fieldId) {
41 current->appendUChar(value, fieldId);
47 const UnicodeString &value, int32_t fieldId) {
51 current->append(value, fieldId);
57 const UChar *value, int32_t charCount, int32_t fieldId) {
61 current->append(value, charCount, fieldId);
67 const PluralAffix &rhs, int32_t fieldId, UErrorCode &status) {
78 current->append(rhs.affixes.get(index).toString(), fieldId);
pluralaffix.h 104 * Append value to all set plural categories. If fieldId present, value
107 void appendUChar(UChar value, int32_t fieldId=UNUM_FIELD_COUNT);
110 * Append value to all set plural categories. If fieldId present, value
113 void append(const UnicodeString &value, int32_t fieldId=UNUM_FIELD_COUNT);
116 * Append value to all set plural categories. If fieldId present, value
119 void append(const UChar *value, int32_t charCount, int32_t fieldId=UNUM_FIELD_COUNT);
124 * of type fieldId.
128 int32_t fieldId,
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
BaseObservable.java 56 * <code>BR</code> to be used as <code>fieldId</code>.
58 * @param fieldId The generated BR id for the Bindable field.
60 public void notifyPropertyChanged(int fieldId) {
62 mCallbacks.notifyCallbacks(this, fieldId, null);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
FieldWithLocationTest.java 42 private long fieldId = -1;
92 if (fieldId == -1) {
93 fieldId = debuggeeWrapper.vmMirror.getFieldID(debuggeeClassId, FIELD_NAME);
95 builder.setFieldOnly(debuggeeClassId, fieldId);
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.cpp 341 ENumberFormatTestTupleField fieldId,
347 if (fieldId == kNumberFormatTestTupleFieldCount) {
351 gFieldData[fieldId].ops->toValue(
352 fieldValue, getMutableFieldAddress(fieldId), status);
356 setFlag(fieldId, TRUE);
362 ENumberFormatTestTupleField fieldId,
367 if (fieldId == kNumberFormatTestTupleFieldCount) {
371 setFlag(fieldId, FALSE);
426 NumberFormatTestTuple::getFieldAddress(int32_t fieldId) const {
427 return reinterpret_cast<const char *>(this) + gFieldData[fieldId].offset
    [all...]
numberformattesttuple.h 221 const void *getFieldAddress(int32_t fieldId) const;
222 void *getMutableFieldAddress(int32_t fieldId);
223 void setFlag(int32_t fieldId, UBool value);
224 UBool isFlag(int32_t fieldId) const;
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 222 FieldType getStaticFieldValue (JNIEnv* env, jclass cls, jfieldID fieldId);
225 int getStaticFieldValue<int> (JNIEnv* env, jclass cls, jfieldID fieldId)
227 DE_ASSERT(cls && fieldId);
228 return env->GetStaticIntField(cls, fieldId);
232 string getStaticFieldValue<string> (JNIEnv* env, jclass cls, jfieldID fieldId)
234 const jstring jniStr = (jstring)env->GetStaticObjectField(cls, fieldId);
243 vector<string> getStaticFieldValue<vector<string> > (JNIEnv* env, jclass cls, jfieldID fieldId)
245 const jobjectArray array = (jobjectArray)env->GetStaticObjectField(cls, fieldId);
272 const jfieldID fieldId = env->GetStaticFieldID(cls, fieldName, getJNITypeStr<FieldType>());
276 if (fieldId)
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Configurator.java 164 protected static Method getSetter(Class clazz, final String fieldId) throws NoSuchMethodException {
167 String methodName = "set" + fieldId;
178 protected static Method getGetter(Class clazz, final String fieldId) throws NoSuchMethodException {
179 Log.d(TAG, "Attempting to find getter for " + fieldId + " in class " + clazz.getName());
180 String firstLetter = fieldId.substring(0, 1);
181 String methodName = "get" + firstLetter.toUpperCase() + fieldId.substring(1, fieldId.length());
310 String fieldId = idx > 0 ? key.substring(idx + 1, key.length()) : key;
312 Method m = getSetter(o.getClass(), fieldId);
332 fieldId + "\".")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcWifiProtectedSetup.java 104 short fieldId = payload.getShort();
106 if (fieldId == CREDENTIAL_FIELD_ID) {
119 short fieldId = payload.getShort();
127 switch (fieldId) {
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 290 public void declare(FieldId<?, ?> fieldId, int flags, Object staticValue) {
291 TypeDeclaration typeDeclaration = getTypeDeclaration(fieldId.declaringType);
292 if (typeDeclaration.fields.containsKey(fieldId)) {
293 throw new IllegalStateException("already declared: " + fieldId);
307 FieldDeclaration fieldDeclaration = new FieldDeclaration(fieldId, flags, staticValue);
308 typeDeclaration.fields.put(fieldId, fieldDeclaration);
452 private final Map<FieldId, FieldDeclaration> fields
453 = new LinkedHashMap<FieldId, FieldDeclaration>();
497 final FieldId<?, ?> fieldId
    [all...]
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 22 import com.android.dex.FieldId;
81 int fieldId = one.getIndex();
82 if (fieldIds.contains(fieldId)) {
83 out.println(location() + ": field reference " + dex.fieldIds().get(fieldId)
157 for (FieldId fieldId : dex.fieldIds()) {
158 if (memberNameIndexes.contains(fieldId.getNameIndex())
159 && declaringType == fieldId.getDeclaringClassIndex()) {
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
EditorInfoTest.java 37 info.fieldId = 2;
64 assertEquals(info.fieldId, targetInfo.fieldId);
  /art/tools/dexfuzz/src/dexfuzz/program/
IdCreator.java 153 for (FieldIdItem fieldId : rawDexFile.fieldIds) {
154 if (classIdx < fieldId.classIdx) {
157 if (classIdx == fieldId.classIdx && nameIdx < fieldId.nameIdx) {
160 if (classIdx == fieldId.classIdx && nameIdx == fieldId.nameIdx
161 && typeIdx < fieldId.typeIdx) {
470 for (FieldIdItem fieldId : rawDexFile.fieldIds) {
471 if (classIdx == fieldId.classIdx
472 && typeIdx == fieldId.typeId
    [all...]
  /art/runtime/jdwp/
jdwp_event.h 72 FieldId fieldId;
jdwp_handler.cc 42 std::string DescribeField(const FieldId& field_id) {
219 expandBufAdd4BE(pReply, sizeof(FieldId));
432 FieldId fieldId = request->ReadFieldId();
433 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply);
621 FieldId fieldId = request->ReadFieldId();
622 JDWP::JdwpTag fieldTag = Dbg::GetStaticFieldBasicTag(fieldId);
626 VLOG(jdwp) << " --> field=" << fieldId << " tag=" << fieldTag << " --> " << value;
627 JdwpError status = Dbg::SetStaticFieldValue(fieldId, value, width)
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 327 public int fieldId;
431 + " fieldId=" + fieldId
456 dest.writeInt(fieldId);
485 res.fieldId = source.readInt();
  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 21 import com.android.dex.FieldId;
77 for (FieldId fieldId : dex.fieldIds()) {
78 System.out.println("field " + index + ": " + fieldId);
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 81 int fieldId = one.getIndex();
82 int mappedId = indexMap.adjustField(fieldId);
IndexMap.java 43 import com.android.dex.FieldId;
199 public FieldId adjust(FieldId fieldId) {
200 return new FieldId(target,
201 adjustType(fieldId.getDeclaringClassIndex()),
202 adjustType(fieldId.getTypeIndex()),
203 adjustString(fieldId.getNameIndex()));
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 174 final int layoutId, final int fieldId) {
181 return new ArrayAdapter<LocaleInfo>(context, layoutId, fieldId, localeInfos) {
188 text = (TextView) view.findViewById(fieldId);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
RawDexFile.java 180 for (FieldIdItem fieldId : fieldIds) {
181 fieldId.write(file);
359 for (FieldIdItem fieldId : fieldIds) {
360 fieldId.incrementIndex(kind, insertedIdx);
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 86 jfieldID fieldId = GetFieldId(name, "I");
87 if (fieldId) {
88 mEnv->SetIntField(mObject, fieldId, value);
93 jfieldID fieldId = GetFieldId(name, "F");
94 if (fieldId) {
95 mEnv->SetFloatField(mObject, fieldId, value);
103 jfieldID fieldId = mEnv->GetFieldID(mClass, name, type);
104 if (!fieldId) {
108 return fieldId;
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 395 FieldIdItem fieldId = mFieldIds[i];
397 classNameFromTypeIndex(fieldId.classIdx),
398 classNameFromTypeIndex(fieldId.typeIdx),
399 mStrings[fieldId.nameIdx]);

Completed in 1005 milliseconds

1 2 3