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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactMatcherTest.java 30 matcher.matchName(1, NameLookupType.NAME_COLLATION_KEY, "InvalidHex",
  /external/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.cpp 319 const char* matchName = strings[i];
320 size_t matchLen = strlen(matchName);
322 if ((matchExclude = matchName[0] == '~')) {
324 matchName++;
327 if ((matchStart = matchName[0] == '^')) {
328 matchName++;
331 if ((matchEnd = matchName[matchLen - 1] == '$')) {
335 && strncmp(name, matchName, matchLen) == 0
337 && strncmp(name + testLen - matchLen, matchName, matchLen) == 0
338 : 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...]
  /external/skia/include/ports/
SkRemotableFontMgr.h 105 virtual SkRemotableFontIdentitySet* matchName(const char familyName[]) const = 0;
  /external/chromium_org/third_party/skia/include/ports/
SkRemotableFontMgr.h 105 virtual SkRemotableFontIdentitySet* matchName(const char familyName[]) const = 0;
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 52 // but would not activate fonts (only consider fonts which would come back from matchName).
180 return SkNEW_ARGS(SkStyleSet_Indirect, (this, -1, fProxy->matchName(familyName)));
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp 52 // but would not activate fonts (only consider fonts which would come back from matchName).
180 return SkNEW_ARGS(SkStyleSet_Indirect, (this, -1, fProxy->matchName(familyName)));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 281 public void matchName(long contactId, int candidateNameType, String candidateName,
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 240 virtual SkRemotableFontIdentitySet* matchName(const char familyName[]) const SK_OVERRIDE {
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 240 virtual SkRemotableFontIdentitySet* matchName(const char familyName[]) const SK_OVERRIDE {
  /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 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 188 milliseconds