HomeSort by relevance Sort by last modified time
    Searched refs:pp (Results 151 - 175 of 1101) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ppapi/cpp/dev/
graphics_2d_dev.h 10 namespace pp { namespace
53 } // namespace pp
scriptable_object_deprecated.h 12 namespace pp { namespace
17 namespace pp { namespace
22 // from this class and override the virtual functions you support. pp::Var has
79 friend class ::pp::Var;
80 friend class ::pp::VarPrivate;
90 } // namespace pp
selection_dev.h 11 namespace pp { namespace
20 // class MyInstance : public pp::Instance, public pp::Selection_Dev {
21 // class MyInstance() : pp::Selection_Dev(this) {
27 // class MySelection : public pp::Selection_Dev {
31 // class MyInstance : public pp::Instance {
50 } // namespace pp
view_dev.h 10 namespace pp { namespace
42 } // namespace pp
  /external/chromium_org/ppapi/cpp/extensions/dev/
events_dev.h 13 namespace pp { namespace
32 } // namespace pp
  /external/chromium_org/ppapi/cpp/
fullscreen.h 14 namespace pp { namespace
70 } // namespace pp
instance_handle.h 14 namespace pp { namespace
21 /// 1. A pp::Instance object's lifetime is managed by the system on the main
24 /// safe to refer to a <code>pp::Instance</code> object on a background thread.
37 /// implicit conversion from <code>pp::Instance*</code> for prettier code on
42 /// instead of a <code>pp::Instance</code>, and use them in resource
46 /// Implicit constructor for converting a <code>pp::Instance</code> to an
73 } // namespace pp
mouse_cursor.h 13 namespace pp { namespace
54 } // namespace pp
mouse_lock.h 15 namespace pp { namespace
30 /// class MyInstance : public pp::Instance, public pp::MouseLock {
31 /// class MyInstance() : pp::MouseLock(this) {
39 /// class MyMouseLock : public pp::MouseLock {
43 /// class MyInstance : public pp::Instance {
96 } // namespace pp
view.h 16 namespace pp { namespace
143 } // namespace pp
  /external/chromium_org/ppapi/cpp/private/
file_io_private.h 14 namespace pp { namespace
27 } // namespace pp
flash_device_id.h 11 namespace pp { namespace
24 } // namespace pp
flash_fullscreen.h 10 namespace pp { namespace
30 } // namespace pp
flash_message_loop.h 11 namespace pp { namespace
29 } // namespace pp
ext_crx_file_system_private.cc 10 namespace pp { namespace
31 const CompletionCallbackWithOutput<pp::FileSystem>& cc) {
38 } // namespace pp
  /external/chromium_org/ppapi/tests/
test_core.cc 24 pp::Core* core = pp::Module::Get()->core();
37 pp::Core* core = pp::Module::Get()->core();
test_network_monitor_private.h 13 namespace pp { namespace
15 } // namespace pp
32 std::string VerifyNetworkList(const pp::NetworkListPrivate& network_list);
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Macro.cpp 11 namespace pp namespace
22 } // namespace pp
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
PreprocessorTest.h 27 pp::Preprocessor mPreprocessor;
define_test.cpp 22 print(pp::Diagnostics::UNEXPECTED_TOKEN,
23 pp::SourceLocation(0, 1),
49 print(pp::Diagnostics::MACRO_PREDEFINED_REDEFINED,
50 pp::SourceLocation(0, 1),
53 print(pp::Diagnostics::MACRO_PREDEFINED_REDEFINED,
54 pp::SourceLocation(0, 3),
57 print(pp::Diagnostics::MACRO_PREDEFINED_REDEFINED,
58 pp::SourceLocation(0, 5),
61 print(pp::Diagnostics::MACRO_PREDEFINED_REDEFINED,
62 pp::SourceLocation(0, 7)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
parser.h 55 * \param pp preprocessor
63 (yasm_object *object, yasm_preproc *pp, int save_input,
  /external/iproute2/tc/
m_gact.c 102 struct tc_gact_p pp; local
138 pp.ptype = PGACT_NETRAND;
141 pp.ptype = PGACT_DETERM;
149 pp.paction = action;
156 if (get_u16(&pp.pval, *argv, 10)) {
157 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
160 if (pp.pval > 10000) {
161 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
195 addattr_l(n, MAX_MSG, TCA_GACT_PROB, &pp, sizeof (pp));
211 struct tc_gact_p *pp = NULL; local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Makefile 20 OCAMLCFLAGS += -pp camlp4of
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.cc 27 const pp::Size& size,
37 const pp::Size& size,
44 void Sprite::CompositeFromRectToPoint(const pp::Rect& src_rect,
46 const pp::Rect& dest_bounds,
48 const pp::Point& dest_point) const {
50 pp::Rect src_bounds(pp::Point(), size());
51 pp::Rect src_rect_clipped(src_rect.Intersect(src_bounds));
57 pp::Rect draw_rect(dest_point, src_rect_clipped.size());
58 pp::Rect draw_rect_clipped(dest_bounds.Intersect(draw_rect))
    [all...]
  /external/chromium_org/ppapi/examples/audio/
audio.cc 35 class MyInstance : public pp::Instance {
38 : pp::Instance(instance),
57 pp::AudioConfig config;
58 sample_count_ = pp::AudioConfig::RecommendSampleFrameCount(
60 config = pp::AudioConfig(this, sample_rate_, sample_count_);
61 audio_ = pp::Audio(this, config, SineWaveCallbackTrampoline, this);
65 virtual void DidChangeView(const pp::View& view) {
110 pp::Audio audio_;
118 class MyModule : public pp::Module {
121 virtual pp::Instance* CreateInstance(PP_Instance instance)
126 namespace pp { namespace
    [all...]

Completed in 619 milliseconds

1 2 3 4 5 67 8 91011>>