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

  /system/core/liblog/
logprint.c 212 size_t tagNameLength;
215 tagNameLength = strcspn(filterExpression, ":");
217 if (tagNameLength == 0) {
221 if(filterExpression[tagNameLength] == ':') {
222 pri = filterCharToPri(filterExpression[tagNameLength+1]);
229 if(0 == strncmp("*", filterExpression, tagNameLength)) {
250 tagName = strndup(filterExpression, tagNameLength);
254 tagName[tagNameLength] = '\0';
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /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/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 269 milliseconds