HomeSort by relevance Sort by last modified time
    Searched defs:valueLength (Results 1 - 21 of 21) sorted by null

  /system/security/keystore/
keystore_get.cpp 33 size_t valueLength;
34 int32_t ret = service->get(String16(key, keyLength), value, &valueLength);
40 return valueLength;
  /external/chromium_org/third_party/WebKit/Source/core/html/
BaseTextInputType.cpp 48 int valueLength = value.length();
50 return matchOffset || matchLength != valueLength;
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 161 int valueLength = readByte(constraintData, index);
169 String strValue = readMultipleBytes(constraintData, valueLength, index);
173 index += valueLength;
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 87 int valueLength = strlen(attributeValue);
89 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
91 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
  /external/skia/src/ports/
SkFontConfigParser_android.cpp 87 int valueLength = strlen(attributeValue);
89 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
91 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_read_write_utils.cpp 99 const int valueLength = ByteArrayUtils::readStringAndAdvancePosition(dictBuf,
102 value.insert(value.end(), valueBuffer, valueBuffer + valueLength);
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 211 private int valueLength;
849 * and valueLength fields and return a null result. This only works if
855 valueLength = 0;
902 valueLength += i;
922 valueLength += i;
983 if (valueLength == 0) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c     [all...]
ccaltst.c     [all...]
capitst.c     [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c     [all...]
ccaltst.c     [all...]
cnumtst.c     [all...]
capitst.c     [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 509 size_t valueLength = env->GetStringUTFLength(value);
511 int result = engine->funcs->setProperty(engine, nameChars, valueChars, valueLength);
  /frameworks/base/core/java/android/util/
JsonReader.java 225 private int valueLength;
918 * and valueLength fields and return a null result. This only works if
924 valueLength = 0;
971 valueLength += i;
991 valueLength += i;
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 404 jsize valueLength = env->GetStringLength(valueString);
406 int err = sqlite3_bind_text16(statement, index, value, valueLength * sizeof(jchar),
419 jsize valueLength = env->GetArrayLength(valueArray);
421 int err = sqlite3_bind_blob(statement, index, value, valueLength, SQLITE_TRANSIENT);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 782 final int valueLength = value.length();
783 final int index = reserve(valueLength);
784 value.getChars(0, valueLength, mChars, index);
785 mLength += valueLength;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 917 int valueLength = static_cast<int>(attributes[i].end - attributes[i].value);
918 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength);
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 566 int32_t valueLength;
567 while ((charValue = values->next(&valueLength, status)) != NULL) {
568 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
580 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
581 UnicodeString value(FALSE, ucharValue, valueLength);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 389 milliseconds