Searched refs:pp (Results 251 - 275 of 1094) sorted by relevance

<<11121314151617181920>>

/external/openssl/crypto/asn1/
H A Dx_pubkey.c201 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp,
206 xpk = d2i_X509_PUBKEY(NULL, pp, length);
219 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp)
225 ret = i2d_X509_PUBKEY(xpk, pp);
234 RSA *d2i_RSA_PUBKEY(RSA **a, const unsigned char **pp,
240 q = *pp;
246 *pp = q;
255 int i2d_RSA_PUBKEY(RSA *a, unsigned char **pp)
267 ret = i2d_PUBKEY(pktmp, pp);
274 DSA *d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp,
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyPairGeneratorSpiTest.java55 AlgorithmParameterSpec pp = null;
57 keyPairGen.initialize(pp, null);
61 keyPairGen.initialize(pp, new SecureRandom());
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DAlgorithmParameterGeneratorSpiTest.java57 AlgorithmParameterSpec pp = null;
58 algParGen.engineInit(pp, new SecureRandom());
60 algParGen.engineInit(pp, null);
/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
H A Dpnacl_coordinator.h63 const pp::CompletionCallback& translate_notify_callback);
71 pp::CompletionCallback GetCompileProgressCallback(int64_t bytes_compiled);
105 const pp::CompletionCallback& translate_notify_callback);
144 pp::CompletionCallback translate_notify_callback_;
152 pp::CompletionCallbackFactory<PnaclCoordinator,
153 pp::ThreadSafeThreadTraits> callback_factory_;
H A Dplugin.h38 namespace pp { namespace
57 class Plugin : public pp::Instance {
61 // ----- Methods inherited from pp::Instance:
69 virtual bool HandleDocumentLoad(const pp::URLLoader& url_loader);
91 const pp::CompletionCallback& init_done_cb);
120 pp::UMAPrivate& uma_interface() { return uma_interface_; }
124 // The browser will invoke the destructor via the pp::Instance
148 pp::CompletionCallback callback);
190 pp::CompletionCallbackFactory<Plugin> callback_factory_;
199 pp
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.h12 namespace pp { namespace
27 std::string MakeExternalFileRef(pp::FileRef* file_ref_ext);
29 int32_t DeleteDirectoryRecursively(pp::FileRef* dir);
H A Dtest_graphics_3d.h13 namespace pp { namespace
15 } // namespace pp
33 int32_t SwapBuffersSync(pp::Graphics3D* context);
34 std::string CheckPixelPPAPI(pp::Graphics3D* context,
H A Dtest_tcp_socket_private.h13 namespace pp { namespace
33 int32_t ReadFirstLineFromSocket(pp::TCPSocketPrivate* socket, std::string* s);
34 int32_t WriteStringToSocket(pp::TCPSocketPrivate* socket,
H A Dtest_var_deprecated.h22 void set_var_from_page(const pp::VarPrivate& v) { var_from_page_ = v; }
26 virtual pp::deprecated::ScriptableObject* CreateTestObject();
43 pp::VarPrivate var_from_page_;
H A Dtest_printing.cc19 class TestPrinting_Dev : public pp::Printing_Dev {
21 explicit TestPrinting_Dev(pp::Instance* instance) :
22 pp::Printing_Dev(instance) {}
27 virtual pp::Resource PrintPages(
30 return pp::Resource();
49 pp::CompletionCallbackWithOutput<PP_PrintSettings_Dev> cb =
H A Dtest_udp_socket_private.cc31 bool tcp_socket_private_is_available = pp::TCPSocketPrivate::IsAvailable();
35 bool udp_socket_private_is_available = pp::UDPSocketPrivate::IsAvailable();
39 bool net_address_private_is_available = pp::NetAddressPrivate::IsAvailable();
65 pp::TCPSocketPrivate socket(instance_);
77 pp::UDPSocketPrivate* socket) {
79 PP_UDPSOCKETFEATURE_PRIVATE_ADDRESS_REUSE, pp::Var(true));
84 pp::Var(true));
92 pp::UDPSocketPrivate* socket,
102 pp::UDPSocketPrivate* socket,
109 if (!pp
[all...]
H A Dtest_message_handler.h25 virtual void HandleMessage(const pp::Var& message_data);
32 pp::SimpleThread handler_thread_;
H A Dtest_message_loop.h14 namespace pp { namespace
43 pp::CompletionCallbackFactory<TestMessageLoop> callback_factory_;
H A Dtest_network_monitor.h13 namespace pp { namespace
15 } // namespace pp
31 std::string VerifyNetworkList(const pp::NetworkList& network_list);
/external/chromium_org/remoting/client/plugin/
H A Dpepper_address_resolver.h18 explicit PepperAddressResolver(const pp::InstanceHandle& instance);
31 pp::HostResolver resolver_;
38 pp::CompletionCallbackFactory<PepperAddressResolver> callback_factory_;
H A Dpepper_port_allocator.h27 const pp::InstanceHandle& instance);
39 const pp::InstanceHandle& instance,
43 pp::InstanceHandle instance_;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDiagnostics.h14 class TDiagnostics : public pp::Diagnostics
26 const pp::SourceLocation& loc,
35 const pp::SourceLocation& loc,
/external/chromium_org/pdf/
H A Ddocument_loader.h25 // Gets the pp::Instance object.
26 virtual pp::Instance* GetPluginInstance() = 0;
28 virtual pp::URLLoader CreateURLLoader() = 0;
44 bool Init(const pp::URLLoader& loader,
97 pp::URLRequestInfo GetRequest(uint32 position, uint32 size) const;
103 pp::URLLoader loader_;
104 pp::CompletionCallbackFactory<DocumentLoader> loader_factory_;
H A Dpreview_mode_client.h27 virtual void DocumentSizeUpdated(const pp::Size& size);
28 virtual void Invalidate(const pp::Rect& rect);
29 virtual void Scroll(const pp::Point& point);
35 virtual void UpdateTickMarks(const std::vector<pp::Rect>& tickmarks);
40 pp::CompletionCallbackWithOutput<pp::Var> callback);
56 virtual pp::URLLoader CreateURLLoader();
65 virtual pp::Instance* GetPluginInstance();
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.c35 nasm_do_parse(yasm_object *object, yasm_preproc *pp, int save_input, argument
49 parser_nasm.preproc = pp;
79 nasm_parser_do_parse(yasm_object *object, yasm_preproc *pp, argument
83 nasm_do_parse(object, pp, save_input, linemap, errwarns, 0);
111 tasm_parser_do_parse(yasm_object *object, yasm_preproc *pp, argument
117 nasm_do_parse(object, pp, save_input, linemap, errwarns, 1);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyPairGenerator2.java50 public MyKeyPairGenerator2(String pp) { argument
51 super(pp);
/external/chromium_org/ppapi/cpp/dev/
H A Dselection_dev.cc12 namespace pp { namespace
20 pp::Instance::GetPerInstanceObject(instance, kPPPSelectionInterface);
44 } // namespace pp
/external/chromium_org/ppapi/cpp/private/
H A Dfind_private.h14 namespace pp { namespace
25 // class MyInstance : public pp::Instance, public pp::Find_Private {
26 // class MyInstance() : pp::Find_Private(this) {
32 // class MyFinder : public pp::Find {
36 // class MyInstance : public pp::Instance {
58 void SetTickmarks(const std::vector<pp::Rect>& tickmarks);
64 } // namespace pp
H A Disolated_file_system_private.cc9 namespace pp { namespace
33 const CompletionCallbackWithOutput<pp::FileSystem>& cc) {
40 } // namespace pp

Completed in 386 milliseconds

<<11121314151617181920>>