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

  /external/lzma/CPP/Common/
Wildcard.cpp 195 ForFile rec M<=N [N-M, N) -
199 !ForFile nonrec [0, M) same as ForBoth-File
201 ForFile rec m<=N [0, M) ... [N-M, N) same as ForBoth-File
208 return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*";
230 if (!ForFile && delta == 0)
237 if (isFile && !ForFile)
317 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching)
322 item.ForFile = forFile;
433 bool forFile = true;
    [all...]
Wildcard.h 46 bool ForFile;
53 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]);
84 void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/
ChannelScanFileParser.java 46 public static ScanChannel forFile(int frequency, String filename) {
FileDataSource.java 328 output.add(ScanChannel.forFile(freq, file.getName()));
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
FileSourceEventDetector.java 159 TunerChannel tunerChannel = TunerChannel.forFile(channel, pmtItems);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
TunerChannel.java 147 public static TunerChannel forFile(VctItem channel, List<PmtItem> pmtItems) {
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 230 milliseconds