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

  /external/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.cpp 323 const char* matchName = strings[i];
324 size_t matchLen = strlen(matchName);
326 if ((matchExclude = matchName[0] == '~')) {
328 matchName++;
331 if ((matchStart = matchName[0] == '^')) {
332 matchName++;
335 if ((matchEnd = matchName[matchLen - 1] == '$')) {
339 && strncmp(name, matchName, matchLen) == 0
341 && strncmp(name + testLen - matchLen, matchName, matchLen) == 0
342 : strstr(name, matchName) != 0)
    [all...]
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 323 const char* matchName = strings[i];
324 size_t matchLen = strlen(matchName);
326 if ((matchExclude = matchName[0] == '~')) {
328 matchName++;
331 if ((matchStart = matchName[0] == '^')) {
332 matchName++;
335 if ((matchEnd = matchName[matchLen - 1] == '$')) {
339 && strncmp(name, matchName, matchLen) == 0
341 && strncmp(name + testLen - matchLen, matchName, matchLen) == 0
342 : strstr(name, matchName) != 0)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 281 public void matchName(long contactId, int candidateNameType, String candidateName,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 346 milliseconds