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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 66 raise Error, "AppleSingle file contains no forks"
68 self.forks = []
80 self.forks.append((restype, data))
96 raise Error, "No useful forks found"
114 with the data and resource forks from infile. On platforms
116 with the data and resource forks respectively.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c 353 const bool forks = argc > 0; local
424 if (forks) {
554 if (forks)
builtin-stat.c 449 const bool forks = (argc > 0); local
459 if (forks) {
511 if (forks) {
    [all...]
builtin-trace.c 910 const bool forks = argc > 0; local
947 if (forks) {
970 if (forks)
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 511 * Code that creates processes, including UNIX forks. Creating processes

Completed in 199 milliseconds