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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 162 int tagId, tagLength;
167 tagLength = appParams[i++] & 0xff; // Convert to unsigned to support values above 127
170 if (tagLength != MAX_LIST_COUNT_LEN) {
171 Log.w(TAG, "MAX_LIST_COUNT: Wrong length received: " + tagLength
178 if (tagLength != START_OFFSET_LEN) {
179 Log.w(TAG, "START_OFFSET: Wrong length received: " + tagLength + " expected: "
186 if (tagLength != FILTER_MESSAGE_TYPE_LEN) {
187 Log.w(TAG, "FILTER_MESSAGE_TYPE: Wrong length received: " + tagLength + " expected: "
194 if(tagLength != 0) {
195 setFilterPeriodBegin(new String(appParams, i, tagLength));
    [all...]
  /external/icu4c/common/
loclikely.cpp 85 * @param tagLength The length of the tag.
92 int32_t tagLength,
104 tagLength);
106 *bufferLength += tagLength;
183 int32_t tagLength = 0;
192 &tagLength);
203 &tagLength);
231 &tagLength);
238 &tagLength);
247 &tagLength);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
loclikely.cpp 85 * @param tagLength The length of the tag.
92 int32_t tagLength,
104 tagLength);
106 *bufferLength += tagLength;
183 int32_t tagLength = 0;
192 &tagLength);
203 &tagLength);
231 &tagLength);
238 &tagLength);
247 &tagLength);
    [all...]
  /frameworks/base/core/jni/
android_util_EventLog.cpp 161 jsize tagLength = env->GetArrayLength(tags);
201 for (int i = 0; !found && i < tagLength; ++i) {
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 157 milliseconds