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

1 2 3 4 5

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 227 int tagId, tagLength;
232 tagLength = appParams[i++] & 0xff; // Convert to unsigned to support values above 127
235 if (tagLength != MAX_LIST_COUNT_LEN) {
236 Log.w(TAG, "MAX_LIST_COUNT: Wrong length received: " + tagLength
243 if (tagLength != START_OFFSET_LEN) {
244 Log.w(TAG, "START_OFFSET: Wrong length received: " + tagLength + " expected: "
251 if (tagLength != FILTER_MESSAGE_TYPE_LEN) {
252 Log.w(TAG, "FILTER_MESSAGE_TYPE: Wrong length received: " + tagLength
259 if(tagLength != 0) {
260 setFilterPeriodBegin(new String(appParams, i, tagLength));
    [all...]
  /external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
AndroidLoggerFactory.java 83 int tagLength = 0;
98 tagLength = tagName.length();
99 if (tagLength > TAG_MAX_LENGTH) {
107 if (tagLength == 0 || (tagLength + tokenLength) > TAG_MAX_LENGTH) {
  /external/icu/icu4c/source/common/
loclikely.cpp 87 * @param tagLength The length of the tag.
94 int32_t tagLength,
106 tagLength);
108 *bufferLength += tagLength;
185 int32_t tagLength = 0;
194 &tagLength);
205 &tagLength);
233 &tagLength);
240 &tagLength);
249 &tagLength);
    [all...]
  /frameworks/base/core/jni/
android_util_EventLog.cpp 189 jsize tagLength = env->GetArrayLength(tags);
218 for (int i = 0; !found && i < tagLength; ++i) {
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 

Completed in 1281 milliseconds

1 2 3 4 5