HomeSort by relevance Sort by last modified time
    Searched full:proto (Results 1 - 25 of 1395) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/legacy/src/xml/
SkJSDisplayable.cpp 103 static JSObject* _class##Init(JSContext *cx, JSObject *obj, JSObject *proto) { \
104 JSObject *newProtoObj = JS_InitClass(cx, obj, proto, &gDisplayableClasses[SkType_##_class], \
374 void SkJS::InitializeDisplayables(const SkBitmap& bitmap, JSContext *cx, JSObject *obj, JSObject *proto) {
382 AddInit(cx, obj, proto);
383 AddCircleInit(cx, obj, proto);
384 AddOvalInit(cx, obj, proto);
385 AddPathInit(cx, obj, proto);
386 AddRectangleInit(cx, obj, proto);
387 AddRoundRectInit(cx, obj, proto);
388 // AfterInit(cx, obj, proto);
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 103 static JSObject* _class##Init(JSContext *cx, JSObject *obj, JSObject *proto) { \
104 JSObject *newProtoObj = JS_InitClass(cx, obj, proto, &gDisplayableClasses[SkType_##_class], \
374 void SkJS::InitializeDisplayables(const SkBitmap& bitmap, JSContext *cx, JSObject *obj, JSObject *proto) {
382 AddInit(cx, obj, proto);
383 AddCircleInit(cx, obj, proto);
384 AddOvalInit(cx, obj, proto);
385 AddPathInit(cx, obj, proto);
386 AddRectangleInit(cx, obj, proto);
387 AddRoundRectInit(cx, obj, proto);
388 // AfterInit(cx, obj, proto);
    [all...]
  /external/openssh/regress/
proto-version.sh 1 # $OpenBSD: proto-version.sh,v 1.3 2002/03/15 13:08:56 markus Exp $
14 proto=199
17 proto=20
20 proto=15
23 proto=0
26 if [ ${expect} -ne ${proto} ]; then
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 114 proto = unittest_pb2.TestAllTypes(
119 self.assertEqual(24, proto.optional_int32)
120 self.assertEqual(54.321, proto.optional_double)
121 self.assertEqual('optional_string', proto.optional_string)
125 proto = unittest_pb2.TestAllTypes(
131 self.assertEquals([1, 2, 3, 4], list(proto.repeated_int32))
132 self.assertEquals([1.23, 54.321], list(proto.repeated_double))
133 self.assertEquals([True, False, False], list(proto.repeated_bool))
134 self.assertEquals(["optional_string"], list(proto.repeated_string))
138 proto = unittest_pb2.TestAllTypes
    [all...]
  /external/libppp/src/
proto.c 26 * $FreeBSD: src/usr.sbin/ppp/proto.c,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $
41 #include "proto.h"
50 proto_WrapperOctets(struct lcp *lcp, u_short proto)
52 return (lcp->his_protocomp && !(proto & 0xff00)) ? 1 : 2;
56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra)
60 cp[0] = proto >> 8;
61 cp[1] = proto & 0xff;
73 int pri __unused, u_short *proto)
75 log_Printf(LogDEBUG, "proto_LayerPush: Using 0x%04x\n", *proto);
76 bp = proto_Prepend(bp, *proto, l->lcp.his_protocomp
    [all...]
  /external/libsepol/src/
node_record.c 22 int proto; member in struct:sepol_node
38 int proto; member in struct:sepol_node_key
45 const char *addr_str, int proto, char *addr_bytes)
48 switch (proto) {
82 "parse address", proto);
93 int proto, char **addr, size_t * addr_sz)
99 switch (proto) {
116 ERR(handle, "unsupported protocol %u", proto);
130 sepol_node_get_proto_str(proto));
139 char *addr_bytes, int proto, char *addr_str
    [all...]
port_record.c 13 int proto; member in struct:sepol_port
24 int proto; member in struct:sepol_port_key
29 int low, int high, int proto,
43 tmp_key->proto = proto;
52 int *low, int *high, int *proto)
57 *proto = key->proto;
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
71 sepol_port_get_proto_str(port->proto),
    [all...]
ports.c 11 static inline int sepol2ipproto(sepol_handle_t * handle, int proto)
14 switch (proto) {
20 ERR(handle, "unsupported protocol %u", proto);
25 static inline int ipproto2sepol(sepol_handle_t * handle, int proto)
28 switch (proto) {
34 ERR(handle, "invalid protocol %u " "found in policy", proto);
52 int proto = sepol_port_get_proto(data); local
59 tmp_proto = sepol2ipproto(handle, proto);
96 low, high, sepol_port_get_proto_str(proto));
105 int proto = port->u.port.protocol local
170 int low, high, proto; local
208 int low, high, proto; local
248 int low, high, proto; local
    [all...]
  /external/tcpdump/tests/
esp2.new 1 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x1), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x1), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1280, length 64 (ipip-proto-4) (ipip-proto-4)
2 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x2), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x2), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1536, length 64 (ipip-proto-4) (ipip-proto-4)
3 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x3), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x3), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1792, length 64 (ipip-proto-4) (ipip-proto-4)
4 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x4), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x4), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 2048, length 64 (ipip-proto-4) (ipip-proto-4)
5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x5), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 2304, length 64 (ipip-proto-4) (ipip-proto-4
    [all...]
esp2.out 1 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x1), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x1), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1280, length 64 (ipip-proto-4) (ipip-proto-4)
2 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x2), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x2), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1536, length 64 (ipip-proto-4) (ipip-proto-4)
3 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x3), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x3), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1792, length 64 (ipip-proto-4) (ipip-proto-4)
4 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x4), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x4), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 2048, length 64 (ipip-proto-4) (ipip-proto-4)
5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x5), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 2304, length 64 (ipip-proto-4) (ipip-proto-4
    [all...]
esp4.new 1 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x1), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x1), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1280, length 64 (ipip-proto-4) (ipip-proto-4)
2 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x2), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x2), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1536, length 64 (ipip-proto-4) (ipip-proto-4)
3 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x3), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x3), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 1792, length 64 (ipip-proto-4) (ipip-proto-4)
4 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x4), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x4), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 2048, length 64 (ipip-proto-4) (ipip-proto-4)
5 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x5), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabcdabcd,seq=0x5), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP echo request, id 28416, seq 2304, length 64 (ipip-proto-4) (ipip-proto-4
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpa-psk-tkip.conf 8 proto=WPA
  /external/v8/test/mjsunit/regress/
regress-1217.js 30 var proto = RegExp.prototype; variable
31 assertEquals("[object RegExp]", Object.prototype.toString.call(proto));
33 assertEquals("", proto.source);
34 assertEquals(false, proto.global);
35 assertEquals(false, proto.multiline);
36 assertEquals(false, proto.ignoreCase);
37 assertEquals(0, proto.lastIndex);
39 assertEquals("/(?:)/", proto.toString());
41 var execResult = proto.exec("argle");
47 assertTrue(proto.test("argle"))
    [all...]
  /external/clang/test/Rewriter/
static-type-protocol-1.m 3 @protocol Proto
7 @protocol MyProto <Proto>
  /frameworks/native/opengl/libs/GLES_trace/
dev.make 5 genproto: gltrace.proto
6 aprotoc --cpp_out=src --java_out=java gltrace.proto
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 131 // was called with the given parameter and proto file and produced the
135 // message that appeared in the proto file; this is just to make extra
404 CreateTempFile("foo.proto",
409 "--proto_path=$tmpdir foo.proto");
412 ExpectGenerated("test_generator", "", "foo.proto", "Foo");
418 CreateTempFile("foo.proto",
423 "--proto_path=$tmpdir foo.proto");
426 ExpectGenerated("test_plugin", "", "foo.proto", "Foo");
432 CreateTempFile("foo.proto",
437 "--proto_path=$tmpdir foo.proto");
    [all...]
  /external/libsepol/include/sepol/
node_record.h 26 int proto, sepol_node_key_t ** key_ptr);
30 const char **mask, int *proto);
48 int proto, const char *addr);
64 int proto, const char *mask);
73 extern void sepol_node_set_proto(sepol_node_t * node, int proto);
75 extern const char *sepol_node_get_proto_str(int proto);
  /external/chromium/chrome/browser/sync/protocol/
sync_proto.gyp 12 # Protobuf compiler / generate rule for sync.proto. This is used by
17 'sync.proto',
18 'encryption.proto',
19 'app_specifics.proto',
20 'autofill_specifics.proto',
21 'bookmark_specifics.proto',
22 'extension_specifics.proto',
23 'nigori_specifics.proto',
24 'password_specifics.proto',
25 'preference_specifics.proto',
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 82 #ifndef PROTO
84 #define PROTO(proto) proto
86 #define PROTO(proto) ()
251 * proto in the proto queue.
256 * table and the proto it was first compared with must be of the total
258 * proto as a good match and not search any further
    [all...]
  /external/iproute2/lib/
inet_proto.c 25 char *inet_proto_n2a(int proto, char *buf, int len)
31 if (proto == icache)
34 pe = getprotobynumber(proto);
36 icache = proto;
41 snprintf(buf, len, "ipproto-%d", proto);
  /external/protobuf/java/
pom.xml 84 <arg value="../src/google/protobuf/descriptor.proto" />
105 <arg value="../src/google/protobuf/unittest.proto" />
106 <arg value="../src/google/protobuf/unittest_import.proto" />
107 <arg value="../src/google/protobuf/unittest_mset.proto" />
109 value="src/test/java/com/google/protobuf/multiple_files_test.proto" />
111 value="../src/google/protobuf/unittest_optimize_for.proto" />
113 value="../src/google/protobuf/unittest_custom_options.proto" />
114 <arg value="../src/google/protobuf/unittest_lite.proto" />
115 <arg value="../src/google/protobuf/unittest_import_lite.proto" />
116 <arg value="../src/google/protobuf/unittest_lite_imports_nonlite.proto" />
    [all...]
  /external/icu4c/
APIChangeReport.html 45 <td class="file">decimfmt.h</td><td class="proto">Formattable&amp; DecimalFormat::parseCurrency(const UnicodeString&amp;, Formattable&amp;, ParsePosition&amp;) const</td><td class="">Internal<br>.</td><td>None<br>
49 <td class="file">icudataver.h</td><td class="proto"><tt>#define</tt> U_ICU_STD_BUNDLE</td><td class="">Internal<br>.</td><td>None<br>
53 <td class="file">icudataver.h</td><td class="proto">UBool u_isDataOlder(UVersionInfo, UBool*, UErrorCode*)</td><td class="">Internal<br>4.4</td><td>None<br>
57 <td class="file">numfmt.h</td><td class="proto">Formattable&amp; NumberFormat::parseCurrency(const UnicodeString&amp;, Formattable&amp;, ParsePosition&amp;) const</td><td class="">Internal<br>.</td><td>None<br>
61 <td class="file">platform.h</td><td class="proto"><tt>#define</tt> U_ALIGN_CODE</td><td class="">
67 <td class="file">platform.h</td><td class="proto"><tt>#define</tt> U_DARWIN</td><td class="">
73 <td class="file">platform.h</td><td class="proto"><tt>#define</tt> U_GNUC_UTF16_STRING</td><td class="">Internal<br>.</td><td>None<br>
77 <td class="file">platform.h</td><td class="proto"><tt>#define</tt> U_HAVE_DIRENT_H</td><td class="">Internal<br>.</td><td>None<br>
81 <td class="file">platform.h</td><td class="proto"><tt>#define</tt> U_HAVE_GCC_ATOMICS</td><td class="">Internal<br>.</td><td>None<br>
85 <td class="file">platform.h</td><td class="proto"><tt>#define</tt> U_HAVE_INT16_T</td><td class=""
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 51 * {@code google/protobuf/descriptor.proto}.
57 * Describes a {@code .proto} file, including everything defined within.
61 public FileDescriptorProto toProto() { return proto; }
64 public String getName() { return proto.getName(); }
67 * Get the proto package name. This is the package name given by the
68 * {@code package} statement in the {@code .proto} file, which differs
71 public String getPackage() { return proto.getPackage(); }
73 /** Get the {@code FileOptions}, defined in {@code descriptor.proto}. */
74 public FileOptions getOptions() { return proto.getOptions(); }
199 * @param proto The protocol message form of the FileDescriptor
274 FileDescriptorProto proto; local
323 private FileDescriptorProto proto; field in class:Descriptors.FileDescriptor
544 private DescriptorProto proto; field in class:Descriptors.Descriptor
805 private FieldDescriptorProto proto; field in class:Descriptors.FieldDescriptor
1201 private EnumDescriptorProto proto; field in class:Descriptors.EnumDescriptor
1287 private EnumValueDescriptorProto proto; field in class:Descriptors.EnumValueDescriptor
1363 private ServiceDescriptorProto proto; field in class:Descriptors.ServiceDescriptor
1444 private MethodDescriptorProto proto; field in class:Descriptors.MethodDescriptor
1540 private final Message proto; field in class:Descriptors.DescriptorValidationException
    [all...]
  /external/clang/test/CodeGenObjC/
instance-method-metadata.m 12 @protocol Proto
18 @interface Foo : NSObject <Proto> { int x; } @end
20 @interface Bar : NSObject <Proto> @end
  /external/clang/test/SemaObjC/
method-def-1.m 24 @protocol proto;
31 - (int)myMethod1: (id<proto>)
37 arg { // expected-warning {{conflicting parameter types in implementation of 'myMethod1:': 'id<proto>' vs 'id<NSObject>'}}

Completed in 828 milliseconds

1 2 3 4 5 6 7 8 91011>>