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

1 2 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tm_p.h 4 # include "config/i386/i386-protos.h"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
cdefs.h 17 #define __P(protos) protos /* full-blown ANSI C */
  /external/ipsec-tools/src/racoon/
gnuc.h 9 #define __P(protos) protos
11 #define __P(protos) ()
  /external/libpcap/Win32/Include/
Gnuc.h 7 #define __P(protos) protos
9 #define __P(protos) ()
cdecl_ext.h 32 #define __P(protos) protos /* full-blown ANSI C */
34 #define __P(protos) () /* traditional C preprocessor */
  /external/libgsm/inc/
gsm.h 30 # define GSM_P( protos ) protos
32 # define GSM_P( protos ) ( /* protos */ )
proto.h 37 # define P( protos ) protos
51 # define P( protos ) ( /* protos */ )
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
MethodRef.java 73 private static String descriptorFromProtoArray(String[] protos,
78 for (int i = 0; i < protos.length; i++) {
79 builder.append(protos[i]);
  /external/chromium_org/media/cast/logging/proto/
proto_utils.h 11 // Utility functions for cast logging protos.
  /external/clang/test/CodeGenObjC/
exceptions-nonfragile.m 6 void protos() {
  /packages/apps/Launcher3/
Android.mk 31 $(call all-proto-files-under, protos)
37 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/protos/
58 $(call all-proto-files-under, protos)
61 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/protos/
  /external/tcpdump/tests/
sflow_multiple_counter_30_pdus.out 8 In errors 0, unknown protos 0
20 In errors 0, unknown protos 0
32 In errors 0, unknown protos 0
44 In errors 0, unknown protos 0
56 In errors 0, unknown protos 0
68 In errors 0, unknown protos 0
80 In errors 0, unknown protos 0
94 In errors 0, unknown protos 0
106 In errors 2, unknown protos 0
118 In errors 0, unknown protos
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockAttachment.java 16 package com.android.mail.providers.protos.mock;
MockRespondMatrixCursor.java 17 package com.android.mail.providers.protos.mock;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 82 file_protos: A sequence of file protos to build messages out of.
102 desc_protos: The descriptor protos to process.
103 package: The package where the protos are defined.
descriptor_pool.py 62 """A collection of protobufs dynamically constructed by descriptor protos."""
456 """Pulls out all the symbols from descriptor protos.
459 desc_protos: The protos to extract symbols from.
478 """Pulls out all the symbols from enum protos.
481 enum_protos: The protos to extract symbols from.
497 """Pulls out all the message protos from descriptos.
500 desc_protos: The protos to extract symbols from.
503 Descriptor protos.
512 """Recursively finds dependencies for file protos.
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.h 29 # define __P(protos) protos
33 # define __P(protos) ()
glob.h 30 # define __P(protos) protos
31 # define __PMT(protos) protos
41 # define __P(protos) ()
42 # define __PMT(protos) ()
  /external/chromium_org/chrome/browser/metrics/
omnibox_metrics_provider.h 43 // Saved cache of generated Omnibox event protos, to be copied into the UMA
profiler_metrics_provider.h 34 // Saved cache of generated Profiler event protos, to be copied into the UMA
  /external/chromium_org/components/metrics/
metrics_provider.h 16 // MetricsProvider is an interface allowing different parts of the UMA protos to
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
RepeatedFieldBuilderTest.java 159 // Use list of protos
160 List<TestAllTypes> protos = builder.getMessageList(); local
161 assertEquals(10, protos.get(0).getOptionalInt32());
162 assertEquals(11, protos.get(1).getOptionalInt32());
167 assertEquals(3, protos.size());
  /external/chromium_org/sync/syncable/
syncable_columns.h 56 // Blobs (serialized protos).
  /external/chromium_org/v8/test/mjsunit/regress/
regress-780423.js 39 assertTrue(o1.prototype !== o2.prototype, "different protos");
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/
ExchangeAttachment.java 16 package com.android.mail.providers.protos.exchange;

Completed in 1604 milliseconds

1 2 3 4 5 6 7 8 9