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

  /external/ppp/pppd/plugins/
passprompt.c 31 pid_t kid; local
45 if ((kid = fork()) == (pid_t) -1) {
51 if (!kid) {
89 while (waitpid(kid, &wstat, 0) < 0) {
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFDocumentExtras.mm 59 CGPDFDictionaryRef kid;
60 if (!CGPDFArrayGetDictionary(kids, i, &kid))
62 appendValuesInPDFNameSubtreeToVector(kid, values);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 1031 int kid = nodeHandle + 1; local
1205 int kid = NULL; local
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 860 QWebHistoryItem kid(new QWebHistoryItemPrivate(children[i].get()));
861 kids.insert(DumpRenderTreeSupportQt::historyItemTarget(kid), kid); local
    [all...]

Completed in 528 milliseconds