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

  /system/core/liblog/
logprint.c 238 size_t tagNameLength;
241 tagNameLength = strcspn(filterExpression, ":");
243 if (tagNameLength == 0) {
247 if(filterExpression[tagNameLength] == ':') {
248 pri = filterCharToPri(filterExpression[tagNameLength+1]);
255 if(0 == strncmp("*", filterExpression, tagNameLength)) {
276 tagName = strndup(filterExpression, tagNameLength);
280 tagName[tagNameLength] = '\0';
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 666 milliseconds