Arduino processing?

.pde was the early extension for Arduino files because the Arduino IDE was based on the Processing IDE. So you will indeed find some Arduino sketches with the .pde extension and the Arduino IDE still supports this extension. However, in this case that is definitely Processing code. It will never run on an Arduino; it runs on your computer. Often Processing code is used to interface a computer with an Arduino so that may be the source of the confusion.