HomeSort by relevance Sort by last modified time
    Searched full:besttype (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.mm 66 NSString* bestType = [pboard availableTypeFromArray:supportedTypes];
80 } else if (NSString* text = [pboard stringForType:bestType]) {
97 NSString *bestType = [pboard availableTypeFromArray:supportedTypes];
98 if (![pboard containsURLData] && ![pboard stringForType:bestType])
  /external/quake/quake/src/QW/client/
gl_mesh.c 203 int len, bestlen, besttype; local
213 besttype = 0;
233 besttype = type;
247 if (besttype == 1)
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 209 int len, bestlen, besttype; local
231 besttype = 0;
243 besttype = type;
257 if (besttype == 1)
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 338 EditType bestType = getBestValidType(state, kind, false, Integer.MIN_VALUE);
339 if (bestType == null) {
341 bestType = getBestValidType(state, kind, true, Integer.MIN_VALUE);
343 return insertChild(state, kind, bestType);
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 321 milliseconds