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

1 2 3 4 5

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 226 int tagId, tagLength;
231 tagLength = appParams[i++] & 0xff; // Convert to unsigned to support values above 127
234 if (tagLength != MAX_LIST_COUNT_LEN) {
235 Log.w(TAG, "MAX_LIST_COUNT: Wrong length received: " + tagLength
242 if (tagLength != START_OFFSET_LEN) {
243 Log.w(TAG, "START_OFFSET: Wrong length received: " + tagLength + " expected: "
250 if (tagLength != FILTER_MESSAGE_TYPE_LEN) {
251 Log.w(TAG, "FILTER_MESSAGE_TYPE: Wrong length received: " + tagLength
258 if(tagLength != 0) {
259 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 89 * @param tagLength The length of the tag.
96 int32_t tagLength,
108 tagLength);
110 *bufferLength += tagLength;
187 int32_t tagLength = 0;
196 &tagLength);
207 &tagLength);
235 &tagLength);
242 &tagLength);
251 &tagLength);
    [all...]
  /frameworks/base/core/jni/
android_util_EventLog.cpp 166 jsize tagLength = env->GetArrayLength(tags);
195 for (int i = 0; !found && i < tagLength; ++i) {
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /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/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 308 milliseconds

1 2 3 4 5