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

  /external/clang/test/CodeGen/
2002-07-14-MiscListTests.c 50 list *FindData(list *L, int Data) {
53 return FindData(L->Next, Data);
67 if (FindData(MyList, 75)) foundIt();
68 if (FindData(MyList, 42)) foundIt();
69 if (FindData(MyList, 700)) foundIt();
  /external/webkit/Source/WebCore/platform/haiku/
PasteboardHaiku.cpp 146 if (data->FindData("text/plain", B_MIME_TYPE, reinterpret_cast<const void**>(&buffer), &bufferLength) == B_OK)
167 if (data->FindData("text/html", B_MIME_TYPE, reinterpret_cast<const void**>(&buffer), &bufferLength) == B_OK) {
182 if (data->FindData("text/plain", B_MIME_TYPE, reinterpret_cast<const void**>(&buffer), &bufferLength) == B_OK) {

Completed in 201 milliseconds