HomeSort by relevance Sort by last modified time
    Searched refs:pp (Results 226 - 250 of 1125) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/tests/
test_printing.cc 19 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 =
test_udp_socket_private.cc 31 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::NetAddressPrivate::ReplacePort(base_address, port, address)
    [all...]
test_instance_deprecated.h 27 void LeakReferenceAndIgnore(const pp::Var& leaked);
31 virtual pp::deprecated::ScriptableObject* CreateTestObject();
test_message_loop.h 14 namespace pp { namespace
43 pp::CompletionCallbackFactory<TestMessageLoop> callback_factory_;
test_view.h 15 virtual void DidChangeView(const pp::View& view);
39 pp::View last_view_;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.c 35 nasm_do_parse(yasm_object *object, yasm_preproc *pp, int save_input,
49 parser_nasm.preproc = pp;
79 nasm_parser_do_parse(yasm_object *object, yasm_preproc *pp,
83 nasm_do_parse(object, pp, save_input, linemap, errwarns, 0);
111 tasm_parser_do_parse(yasm_object *object, yasm_preproc *pp,
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/
MyKeyPairGenerator2.java 51 public MyKeyPairGenerator2(String pp) {
52 super(pp);
  /external/chromium_org/ppapi/cpp/dev/
selection_dev.cc 12 namespace pp { namespace
20 pp::Instance::GetPerInstanceObject(instance, kPPPSelectionInterface);
44 } // namespace pp
cursor_control_dev.h 13 namespace pp { namespace
34 } // namespace pp
device_ref_dev.h 12 namespace pp { namespace
31 } // namespace pp
find_dev.h 13 namespace pp { namespace
23 // class MyInstance : public pp::Instance, public pp::Find_Dev {
24 // class MyInstance() : pp::Find_Dev(this) {
30 // class MyFinder : public pp::Find {
34 // class MyInstance : public pp::Instance {
60 } // namespace pp
memory_dev.cc 11 namespace pp { namespace
33 } // namespace pp
view_dev.cc 10 namespace pp { namespace
32 } // namespace pp
widget_client_dev.h 11 namespace pp { namespace
50 } // namespace pp
widget_dev.h 11 namespace pp { namespace
35 } // namespace pp
  /external/chromium_org/ppapi/cpp/private/
isolated_file_system_private.cc 9 namespace pp { namespace
33 const CompletionCallbackWithOutput<pp::FileSystem>& cc) {
40 } // namespace pp
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
sel_ldr_launcher_chrome.cc 44 pp::Var var_error_message_cpp(pp::PASS_REF, var_error_message);
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.y 63 pp::Diagnostics* diagnostics;
64 pp::Lexer* lexer;
65 pp::Token* token;
72 %name-prefix="pp"
155 context->diagnostics->report(pp::Diagnostics::DIVISION_BY_ZERO,
168 context->diagnostics->report(pp::Diagnostics::DIVISION_BY_ZERO,
202 pp::Token* token = context->token;
205 case pp::Token::CONST_INT:
210 context->diagnostics->report(pp::Diagnostics::INTEGER_OVERFLOW,
217 case pp::Token::OP_OR: type = TOK_OP_OR; break
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGenerator2.java 52 public MyKeyPairGenerator2(String pp) {
53 super(pp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLAbstractAtomicProperty.java 62 public void prettyPrint(StatePrettyPrinter pp) {
63 pp.prettyPrint(mType, getStringValue());
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 1082 UINT8 *p_prev_pl, *pp; local
1087 pp = p_rec + 1;
1090 type_len = *pp++;
1094 prev_paylen = *pp++;
1096 BE_STREAM_TO_UINT32 (prev_paylen, pp);
1100 id_len = *pp++;
1104 p_prev_pl = pp + type_len + id_len;
1118 pp = p_rec + 2;
1123 shiftdown (pp + 1, (UINT32)(*p_cur_size - (pp - p_msg) - 1), 3)
1166 UINT8 *p_prev_pl, *pp; local
1286 UINT8 *pp; local
1359 UINT8 *pp; local
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_packet_socket_factory.cc 31 explicit UdpPacketSocket(const pp::InstanceHandle& instance);
60 const pp::NetAddress& address);
63 pp::NetAddress address;
72 void OnReadCompleted(int result, pp::NetAddress address);
73 void HandleReadResult(int result, pp::NetAddress address);
75 pp::InstanceHandle instance_;
77 pp::UDPSocket socket_;
95 pp::CompletionCallbackFactory<UdpPacketSocket> callback_factory_;
103 const pp::NetAddress& address)
109 UdpPacketSocket::UdpPacketSocket(const pp::InstanceHandle& instance
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_lib.c 65 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
66 static void asn1_put_length(unsigned char **pp, int length);
94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
99 const unsigned char *p= *pp;
135 fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
136 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
137 (int)(omax+ *pp));
140 if (*plength > (omax - (p - *pp)))
147 *pp=p;
154 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max
    [all...]
  /external/openssl/crypto/asn1/
asn1_lib.c 65 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
66 static void asn1_put_length(unsigned char **pp, int length);
94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
99 const unsigned char *p= *pp;
135 fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
136 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
137 (int)(omax+ *pp));
140 if (*plength > (omax - (p - *pp)))
147 *pp=p;
154 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max
    [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_adapter.h 38 class CdmAdapter : public pp::Instance,
39 public pp::ContentDecryptor_Private,
44 CdmAdapter(PP_Instance instance, pp::Module* module);
47 // pp::Instance implementation.
58 pp::VarArrayBuffer init_data) OVERRIDE;
60 pp::VarArrayBuffer response) OVERRIDE;
63 pp::Buffer_Dev encrypted_buffer,
67 pp::Buffer_Dev extra_data_buffer) OVERRIDE;
70 pp::Buffer_Dev extra_data_buffer) OVERRIDE;
77 pp::Buffer_Dev encrypted_buffer
    [all...]

Completed in 535 milliseconds

1 2 3 4 5 6 7 8 91011>>