Searched defs:pp (Results 151 - 175 of 696) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/cpp/
H A Dgraphics_3d_client.cc13 namespace pp { namespace
45 } // namespace pp
H A Dimage_data.h16 namespace pp { namespace
102 pp::Size size() const { return desc_.size; }
139 } // namespace pp
H A Dinput_event.h18 namespace pp { namespace
35 /// bool MyInstance::HandleInputEvent(const pp::InputEvent& event) {
38 /// pp::MouseInputEvent mouse_event(event);
467 } // namespace pp
H A Dinstance.h29 namespace pp { namespace
55 /// the <code>pp::Instance</code> object will be deleted. You should never
220 virtual bool HandleInputEvent(const pp::InputEvent& event);
471 /// PostMessage(pp::Var("Hello world!"));
523 /// (pp::Instance::HandleMessage()). Messages will stop arriving at the prior
541 /// using postMessage() will be dispatched to pp::Instance::HandleMessage()
639 } // namespace pp
H A Durl_response_info.cc11 namespace pp { namespace
45 } // namespace pp
H A Durl_response_info.h14 namespace pp { namespace
118 } // namespace pp
/external/chromium_org/ppapi/cpp/private/
H A Dext_crx_file_system_private.cc10 namespace pp { namespace
31 const CompletionCallbackWithOutput<pp::FileSystem>& cc) {
38 } // namespace pp
H A Dflash_file.h13 namespace pp { namespace
63 static PP_FileHandle OpenFile(const pp::FileRef& resource,
65 static bool QueryFile(const pp::FileRef& resource,
70 } // namespace pp
H A Dflash_menu.cc14 namespace pp { namespace
47 } // namespace pp
H A Dflash_message_loop.cc12 namespace pp { namespace
51 } // namespace pp
H A Dinput_event_private.cc9 namespace pp { namespace
44 } // namespace pp
H A Disolated_file_system_private.cc9 namespace pp { namespace
33 const CompletionCallbackWithOutput<pp::FileSystem>& cc) {
40 } // namespace pp
H A Dpass_file_handle.cc13 namespace pp { namespace
48 } // namespace pp
H A Dvideo_frame_private.cc7 namespace pp { namespace
49 } // namespace pp
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dmodule_ppapi.cc18 ModulePpapi::ModulePpapi() : pp::Module(),
67 pp::Instance* ModulePpapi::CreateInstance(PP_Instance pp_instance) {
80 namespace pp { namespace
87 } // namespace pp
/external/chromium_org/ppapi/tests/
H A Dtest_flash_fullscreen.h15 namespace pp { namespace
17 } // namespace pp
26 virtual void DidChangeView(const pp::View& view);
32 pp::FlashFullscreen screen_mode_;
33 pp::Size screen_size_;
H A Dtest_url_request.h17 namespace pp { namespace
/external/chromium_org/ppapi/utility/threading/
H A Dlock.h14 namespace pp { namespace
56 /// pp::AutoLock lock(lock_);
61 /// pp::Lock lock_;
82 } // namespace pp
/external/chromium_org/remoting/client/plugin/
H A Dpepper_network_manager.h15 namespace pp { namespace
17 } // namespace pp
26 PepperNetworkManager(const pp::InstanceHandle& instance);
37 void OnNetworkList(int32_t result, const pp::NetworkList& list);
41 pp::NetworkMonitor monitor_;
45 pp::CompletionCallbackFactory<PepperNetworkManager> callback_factory_;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DDiagnosticsBase.cpp11 namespace pp namespace
127 } // namespace pp
H A Dnumeric_lex.h14 namespace pp { namespace
60 } // namespace pp.
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Denh_upsample.c33 const int16_t *pp; local
40 pp=WebRtcIlbcfix_kEnhPolyPhaser[j]+1;
42 (*pu11) = WEBRTC_SPL_MUL_16_16(*ps--,*pp++);
43 (*pu11) += WEBRTC_SPL_MUL_16_16(*ps--,*pp++);
44 (*pu11) += WEBRTC_SPL_MUL_16_16(*ps--,*pp++);
47 pp=WebRtcIlbcfix_kEnhPolyPhaser[j]+1;
49 (*pu11) = WEBRTC_SPL_MUL_16_16(*ps--,*pp++);
50 (*pu11) += WEBRTC_SPL_MUL_16_16(*ps--,*pp++);
51 (*pu11) += WEBRTC_SPL_MUL_16_16(*ps--,*pp++);
52 (*pu11) += WEBRTC_SPL_MUL_16_16(*ps--,*pp
[all...]
/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) argument
23 : PP(pp), FID(fid), InitialNumSLocEntries(0),
26 if (pp)
27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
/external/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.c12 void test(struct S syz, int *pp) { argument
27 void testTrackConstraintBRVisitorIsTrackingTurnedOn(struct S syz, int *pp) { argument
/external/clang/test/SemaCXX/
H A Dqualification-conversion.cpp3 int* quals2(int const * const * pp);
6 void test_quals(int * p, int * * pp, int * * * ppp) { argument
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)[ argument
[all...]

Completed in 2719 milliseconds

1234567891011>>