/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
DirectiveHandlerBase.cpp | 9 namespace pp namespace 16 } // namespace pp
|
Lexer.cpp | 9 namespace pp namespace 16 } // namespace pp
|
/external/clang/test/CodeGen/ |
2002-01-23-LoadQISIReloadFailure.c | 5 unsigned char *pp; local 8 w_cnt += *pp;
|
/external/blktrace/btt/ |
plat.c | 33 struct plat_info *pp; local 37 pp = malloc(sizeof(*pp)); 38 pp->nl = 0; 39 pp->first_ts = pp->last_ts = pp->tl = -1.0; 43 if ((pp->fp = my_fopen(oname, "w")) == NULL) { 47 add_file(pp->fp, oname); 49 return pp; 54 struct plat_info *pp = info; local 71 struct plat_info *pp = info; local [all...] |
/external/libvpx/libvpx/vp8/common/ |
reconintra4x4.c | 147 unsigned char pp[9]; local 149 pp[0] = Left[3]; 150 pp[1] = Left[2]; 151 pp[2] = Left[1]; 152 pp[3] = Left[0]; 153 pp[4] = top_left; 154 pp[5] = Above[0]; 155 pp[6] = Above[1]; 156 pp[7] = Above[2]; 157 pp[8] = Above[3] 181 unsigned char pp[9]; local 216 unsigned char *pp = Above; local 239 unsigned char pp[9]; local 273 unsigned char *pp = Left; local [all...] |
/external/chromium_org/ppapi/cpp/ |
pass_ref.h | 11 namespace pp { namespace 19 } // namespace pp
|
module_embedder.h | 12 namespace pp { namespace 16 /// This function creates the <code>pp::Module</code> object associated with 23 pp::Module* CreateModule(); 38 } // namespace pp
|
instance_handle.cc | 9 namespace pp { namespace 15 } // namespace pp
|
/external/chromium_org/remoting/protocol/ |
ppapi_module_stub.cc | 7 namespace pp { namespace 14 } // namespace pp
|
/external/clang/test/Parser/ |
namelookup-bug-1.c | 6 struct Object *pp; variable in typeref:struct:Object
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/ |
load_progress.cc | 8 class LoadProgressInstance : public pp::Instance { 11 : pp::Instance(instance) {} 15 class LoadProgressModule : public pp::Module { 17 LoadProgressModule() : pp::Module() {} 20 virtual pp::Instance* CreateInstance(PP_Instance instance) { 25 namespace pp { namespace 27 } // namespace pp
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
scriptable_plugin.h | 25 class ScriptablePlugin : public pp::deprecated::ScriptableObject { 31 pp::VarPrivate* var() { return var_; } 40 // handled via pp::Var's, we create the var() here if not created already. 48 // ------ Methods inherited from pp::deprecated::ScriptableObject: 52 virtual bool HasProperty(const pp::Var& name, pp::Var* exception); 55 virtual bool HasMethod(const pp::Var& name, pp::Var* exception); 59 virtual pp::Var GetProperty(const pp::Var& name, pp::Var* exception) [all...] |
module_ppapi.h | 12 class ModulePpapi : public pp::Module { 20 virtual pp::Instance* CreateInstance(PP_Instance pp_instance); 30 namespace pp { namespace 34 } // namespace pp
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
operator_test.cpp | 27 pp::Token token; 55 {"++", pp::Token::OP_INC}, 56 {"--", pp::Token::OP_DEC}, 57 {"<<", pp::Token::OP_LEFT}, 58 {">>", pp::Token::OP_RIGHT}, 59 {"<=", pp::Token::OP_LE}, 60 {">=", pp::Token::OP_GE}, 61 {"==", pp::Token::OP_EQ}, 62 {"!=", pp::Token::OP_NE}, 63 {"&&", pp::Token::OP_AND} [all...] |
/external/chromium_org/native_client_sdk/src/getting_started/part1/ |
hello_tutorial.cc | 18 /// this becomes a call to the HandleMessage() method of your pp::Instance 20 /// PostMessage() method on your pp::Instance. Note that these two methods 40 class HelloTutorialInstance : public pp::Instance { 44 explicit HelloTutorialInstance(PP_Instance instance) : pp::Instance(instance) 49 /// @a var_message can contain be any pp:Var type; for example int, string 50 /// Array or Dictinary. Please see the pp:Var documentation for more details. 52 virtual void HandleMessage(const pp::Var& var_message) { 60 class HelloTutorialModule : public pp::Module { 62 HelloTutorialModule() : pp::Module() {} 68 virtual pp::Instance* CreateInstance(PP_Instance instance) 73 namespace pp { namespace [all...] |
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
ps.cc | 13 static pp::Instance* s_Instance = NULL; 20 return pp::Module::Get()->GetBrowserInterface(name); 27 class PSModule : public pp::Module { 29 PSModule() : pp::Module() {} 32 virtual pp::Instance* CreateInstance(PP_Instance instance) { 33 s_Instance = static_cast<pp::Instance*>(PSUserCreateInstance(instance)); 38 namespace pp { namespace 49 } // namespace pp
|
/external/chromium_org/ppapi/examples/stub/ |
stub.cc | 11 class MyInstance : public pp::Instance { 13 explicit MyInstance(PP_Instance instance) : pp::Instance(instance) {} 23 class MyModule : public pp::Module { 25 MyModule() : pp::Module() {} 29 virtual pp::Instance* CreateInstance(PP_Instance instance) { 34 namespace pp { namespace 41 } // namespace pp
|
/external/chromium_org/ppapi/tests/ |
test_scrollbar.h | 14 public pp::WidgetClient_Dev { 25 virtual void InvalidateWidget(pp::Widget_Dev widget, 26 const pp::Rect& dirty_rect); 27 virtual void ScrollbarValueChanged(pp::Scrollbar_Dev scrollbar, 29 virtual void ScrollbarOverlayChanged(pp::Scrollbar_Dev scrollbar, 32 pp::Scrollbar_Dev scrollbar_;
|
test_graphics_2d.h | 15 namespace pp { namespace 27 virtual void DidChangeView(const pp::View& view); 34 bool ReadImageData(const pp::Graphics2D& dc, 35 pp::ImageData* image, 36 const pp::Point& top_left) const; 38 void FillRectInImage(pp::ImageData* image, 39 const pp::Rect& rect, 43 void FillImageWithGradient(pp::ImageData* image) const; 46 bool CompareImages(const pp::ImageData& image1, 47 const pp::ImageData& image2) [all...] |
/external/chromium_org/remoting/client/plugin/ |
pepper_util.h | 12 namespace pp { namespace 25 const pp::InstanceHandle& instance, 27 pp::NetAddress* pp_net_address, 29 bool SocketAddressToPpNetAddress(const pp::InstanceHandle& instance, 31 pp::NetAddress* pp_net_address); 32 void PpNetAddressToSocketAddress(const pp::NetAddress& pp_net_address,
|
/external/chromium_org/native_client_sdk/src/getting_started/part2/ |
hello_tutorial.cc | 19 class HelloTutorialInstance : public pp::Instance { 22 : pp::Instance(instance) {} 25 virtual void HandleMessage(const pp::Var& var_message) { 34 pp::Var var_reply(kReplyString); 40 class HelloTutorialModule : public pp::Module { 42 HelloTutorialModule() : pp::Module() {} 45 virtual pp::Instance* CreateInstance(PP_Instance instance) { 50 namespace pp { namespace 56 } // namespace pp
|
/external/chromium_org/ppapi/examples/font/ |
simple_font.cc | 19 class MyInstance : public pp::Instance { 22 : pp::Instance(instance) { 25 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) { 30 pp::ImageData image(this, PP_IMAGEDATAFORMAT_BGRA_PREMUL, last_size_, true); 31 pp::Graphics2D graphics(this, last_size_, false); 34 pp::BrowserFontDescription desc; 37 pp::BrowserFont_Trusted font(this, desc); 40 pp::Rect text_clip(position.size()); // Use entire bounds for clip. 42 pp::BrowserFontTextRun 112 namespace pp { namespace [all...] |
/external/clang/test/SemaCXX/ |
qualification-conversion.cpp | 3 int* quals2(int const * const * pp); 6 void test_quals(int * p, int * * pp, int * * * ppp) { 7 int const * const * pp2 = pp; 9 quals2(pp); 15 void mquals2(int const A::* const A::*pp); 18 void test_mquals(int A::*p, int A::* A::*pp, int A::* A::* A::*ppp) { 19 int const A::* const A::* pp2 = pp; 21 mquals2(pp); 26 void aquals2(int * const (*pp)[1]); 29 void test_aquals(int (*p)[1], int * (*pp)[1], int * (*pp2)[1]) [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
ParsePositionTest.java | 23 ParsePosition pp; field in class:ParsePositionTest 43 assertTrue("equals failed.", !pp.equals(pp2)); 44 pp.setErrorIndex(56); 45 pp.setIndex(43); 46 assertTrue("equals failed.", pp.equals(pp2)); 54 pp.setErrorIndex(56); 55 assertEquals("getErrorIndex failed.", 56, pp.getErrorIndex()); 63 assertTrue("getIndex failed.", pp.getIndex() == Integer.MAX_VALUE); 71 assertTrue("Wrong hashCode returned", (pp.hashCode() == pp.getIndex( [all...] |
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/ |
mouse_lock.h | 27 class MouseLockInstance : public pp::Instance, public pp::MouseLock { 30 : pp::Instance(instance), 31 pp::MouseLock(this), 45 virtual bool HandleInputEvent(const pp::InputEvent& event); 48 virtual void DidChangeView(const pp::View& view); 65 // pp::MouseLock.LockMouse(). 69 // as a callback to pp::Graphics2D.Flush(). 76 // Create a new pp::ImageData and paint the graphics that represent the mouse 77 // movement in it. Return the new pp::ImageData [all...] |