HomeSort by relevance Sort by last modified time
    Searched defs:valueLength (Results 1 - 23 of 23) 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/forms/
BaseTextInputType.cpp 62 int valueLength = value.length();
64 return matchOffset || matchLength != valueLength;
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 160 int valueLength = readByte(constraintData, index);
168 String strValue = readMultipleBytes(constraintData, valueLength, index);
172 index += valueLength;
  /external/skia/src/ports/
SkFontConfigParser_android.cpp 84 int valueLength = strlen(attributeValue);
86 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
88 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_read_write_utils.cpp 82 const int valueLength = ByteArrayUtils::readStringAndAdvancePosition(dictBuf,
85 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...]
cnumtst.c     [all...]
capitst.c     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 325 size_t valueLength = strlen(attributeValue);
328 if (valueLength == 7 && strncmp(attributeValue, "elegant", valueLength) == 0) {
330 } else if (valueLength == 7 &&
331 strncmp(attributeValue, "compact", valueLength) == 0) {
  /external/icu/icu4c/source/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;
921 * and valueLength fields and return a null result. This only works if
927 valueLength = 0;
974 valueLength += i;
994 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 785 final int valueLength = value.length();
786 final int index = reserve(valueLength);
787 value.getChars(0, valueLength, mChars, index);
788 mLength += valueLength;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 940 int valueLength = static_cast<int>(attributes[i].end - attributes[i].value);
941 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 585 int32_t valueLength;
586 while ((charValue = values->next(&valueLength, status)) != NULL) {
587 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
599 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
600 UnicodeString value(FALSE, ucharValue, valueLength);
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 606 int32_t valueLength;
607 while ((charValue = values->next(&valueLength, status)) != NULL) {
608 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
620 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
621 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 1568 milliseconds