/external/chromium_org/third_party/protobuf/src/ |
D | Makefile.am | 5 GZHEADERS = google/protobuf/io/gzip_stream.h 6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh 27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \ 28 google/protobuf/compiler/plugin.proto 41 google/protobuf/stubs/atomicops.h \ 42 google/protobuf/stubs/atomicops_internals_arm_gcc.h \ 43 google/protobuf/stubs/atomicops_internals_arm_qnx.h \ 44 google/protobuf/stubs/atomicops_internals_atomicword_compat.h \ 45 google/protobuf/stubs/atomicops_internals_macosx.h \ 46 google/protobuf/stubs/atomicops_internals_mips_gcc.h \ [all …]
|
/external/protobuf/src/ |
D | Makefile.am | 5 GZHEADERS = google/protobuf/io/gzip_stream.h 6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh 27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \ 28 google/protobuf/compiler/plugin.proto 41 google/protobuf/stubs/common.h \ 42 google/protobuf/stubs/once.h \ 43 google/protobuf/descriptor.h \ 44 google/protobuf/descriptor.pb.h \ 45 google/protobuf/descriptor_database.h \ 46 google/protobuf/dynamic_message.h \ [all …]
|
/external/chromium_org/third_party/protobuf/vsprojects/ |
D | extract_includes.bat | 2 md include\google 3 md include\google\protobuf 4 md include\google\protobuf\stubs 5 md include\google\protobuf\io 6 md include\google\protobuf\compiler 7 md include\google\protobuf\compiler\cpp 8 md include\google\protobuf\compiler\java 9 md include\google\protobuf\compiler\python 10 copy ..\src\google\protobuf\stubs\atomicops.h include\google\protobuf\stubs\atomicops.h 11 copy ..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.h include\google\protobuf\stubs\atom… [all …]
|
/external/protobuf/vsprojects/ |
D | extract_includes.bat | 2 md include\google 3 md include\google\protobuf 4 md include\google\protobuf\stubs 5 md include\google\protobuf\io 6 md include\google\protobuf\compiler 7 md include\google\protobuf\compiler\cpp 8 md include\google\protobuf\compiler\java 9 md include\google\protobuf\compiler\python 10 copy ..\src\google\protobuf\stubs\common.h include\google\protobuf\stubs\common.h 11 copy ..\src\google\protobuf\stubs\once.h include\google\protobuf\stubs\once.h [all …]
|
/external/chromium_org/third_party/protobuf/ |
D | BUILD.gn | 37 "src/google/protobuf/extension_set.cc", 38 "src/google/protobuf/extension_set.h", 39 "src/google/protobuf/generated_message_util.cc", 40 "src/google/protobuf/generated_message_util.h", 41 "src/google/protobuf/io/coded_stream.cc", 42 "src/google/protobuf/io/coded_stream.h", 43 "src/google/protobuf/io/coded_stream_inl.h", 44 "src/google/protobuf/io/zero_copy_stream.cc", 45 "src/google/protobuf/io/zero_copy_stream.h", 46 "src/google/protobuf/io/zero_copy_stream_impl_lite.cc", [all …]
|
D | protobuf.gyp | 91 '<(java_out_dir)/com/google/protobuf/DescriptorProtos.java' 100 'src/google/protobuf/descriptor.proto', 103 '<(java_out_dir)/com/google/protobuf/DescriptorProtos.java', 110 'src/google/protobuf/descriptor.proto', 161 'src/google/protobuf/descriptor.h', 162 'src/google/protobuf/descriptor.pb.h', 163 'src/google/protobuf/descriptor_database.h', 164 'src/google/protobuf/dynamic_message.h', 165 'src/google/protobuf/generated_enum_reflection.h', 166 'src/google/protobuf/generated_message_reflection.h', [all …]
|
D | protobuf_lite.gypi | 7 'src/google/protobuf/stubs/atomicops.h', 8 'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h', 9 'src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h', 10 'src/google/protobuf/stubs/atomicops_internals_macosx.h', 11 'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h', 12 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc', 13 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h', 14 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc', 15 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h', 16 'src/google/protobuf/stubs/common.h', [all …]
|
/external/protobuf/ |
D | Android.mk | 22 src/google/protobuf/stubs/common.cc \ 23 src/google/protobuf/stubs/once.cc \ 24 src/google/protobuf/stubs/hash.cc \ 25 src/google/protobuf/stubs/hash.h \ 26 src/google/protobuf/stubs/map-util.h \ 27 src/google/protobuf/stubs/stl_util-inl.h \ 28 src/google/protobuf/extension_set.cc \ 29 src/google/protobuf/generated_message_util.cc \ 30 src/google/protobuf/message_lite.cc \ 31 src/google/protobuf/repeated_field.cc \ [all …]
|
D | Makefile.am | 70 java/src/main/java/com/google/protobuf/AbstractMessage.java \ 71 java/src/main/java/com/google/protobuf/AbstractMessageLite.java \ 72 java/src/main/java/com/google/protobuf/BlockingRpcChannel.java \ 73 java/src/main/java/com/google/protobuf/BlockingService.java \ 74 java/src/main/java/com/google/protobuf/ByteString.java \ 75 java/src/main/java/com/google/protobuf/CodedInputStream.java \ 76 java/src/main/java/com/google/protobuf/CodedOutputStream.java \ 77 java/src/main/java/com/google/protobuf/Descriptors.java \ 78 java/src/main/java/com/google/protobuf/DynamicMessage.java \ 79 java/src/main/java/com/google/protobuf/ExtensionRegistry.java \ [all …]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 30 namespace google { 84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); 86 return ::google::protobuf::internal::NameOfEnum( in FieldDescriptorProto_Type_Name() 91 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Type>( in FieldDescriptorProto_Type_Parse() 104 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(… 106 return ::google::protobuf::internal::NameOfEnum( in FieldDescriptorProto_Label_Name() 111 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Label>( in FieldDescriptorProto_Label_Parse() 124 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); 126 return ::google::protobuf::internal::NameOfEnum( in FileOptions_OptimizeMode_Name() 131 return ::google::protobuf::internal::ParseNamedEnum<FileOptions_OptimizeMode>( in FileOptions_OptimizeMode_Parse() [all …]
|
D | descriptor.pb.cc | 19 namespace google { namespace 24 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL; 25 const ::google::protobuf::internal::GeneratedMessageReflection* 27 const ::google::protobuf::Descriptor* FileDescriptorProto_descriptor_ = NULL; 28 const ::google::protobuf::internal::GeneratedMessageReflection* 30 const ::google::protobuf::Descriptor* DescriptorProto_descriptor_ = NULL; 31 const ::google::protobuf::internal::GeneratedMessageReflection* 33 const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange_descriptor_ = NULL; 34 const ::google::protobuf::internal::GeneratedMessageReflection* 36 const ::google::protobuf::Descriptor* FieldDescriptorProto_descriptor_ = NULL; [all …]
|
D | lite_unittest.cc | 44 void ExpectMessageMerged(const google::protobuf::unittest::TestAllTypesLite& message) { in ExpectMessageMerged() 51 google::protobuf::unittest::TestAllTypesLite* msg1, in AssignParsingMergeMessages() 52 google::protobuf::unittest::TestAllTypesLite* msg2, in AssignParsingMergeMessages() 53 google::protobuf::unittest::TestAllTypesLite* msg3) { in AssignParsingMergeMessages() 67 google::protobuf::TestUtilLite::ExpectClear(message); in main() 68 google::protobuf::TestUtilLite::SetAllFields(&message); in main() 72 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message); in main() 73 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message2); in main() 74 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message3); in main() 75 google::protobuf::TestUtilLite::ModifyRepeatedFields(&message); in main() [all …]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 19 namespace google { namespace 25 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL; 26 const ::google::protobuf::internal::GeneratedMessageReflection* 28 const ::google::protobuf::Descriptor* CodeGeneratorResponse_descriptor_ = NULL; 29 const ::google::protobuf::internal::GeneratedMessageReflection* 31 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File_descriptor_ = NULL; 32 const ::google::protobuf::internal::GeneratedMessageReflection* 40 const ::google::protobuf::FileDescriptor* file = in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() 41 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() 51 new ::google::protobuf::internal::GeneratedMessageReflection( in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() [all …]
|
D | plugin.pb.h | 30 namespace google { 45 class LIBPROTOC_EXPORT CodeGeneratorRequest : public ::google::protobuf::Message { 57 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { in unknown_fields() 61 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { in mutable_unknown_fields() 65 static const ::google::protobuf::Descriptor* descriptor(); 73 void CopyFrom(const ::google::protobuf::Message& from); 74 void MergeFrom(const ::google::protobuf::Message& from); 82 ::google::protobuf::io::CodedInputStream* input); 84 ::google::protobuf::io::CodedOutputStream* output) const; 85 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons… [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/deb/ |
D | changelog | 4 * Package renamed from google-perftools to gperftools. 6 -- Google Inc. and others <google-perftools@googlegroups.com> Fri, 03 Feb 2012 15:40:45 -0800 8 google-perftools (1.10-1) unstable; urgency=low 12 -- Google Inc. <opensource@google.com> Tue, 31 Jan 2012 10:43:50 -0800 14 google-perftools (1.9-1) unstable; urgency=low 18 -- Google Inc. <opensource@google.com> Thu, 22 Dec 2011 16:22:45 -0800 20 google-perftools (1.8-1) unstable; urgency=low 24 -- Google Inc. <opensource@google.com> Fri, 15 Jul 2011 16:10:51 -0700 26 google-perftools (1.7-1) unstable; urgency=low 30 -- Google Inc. <opensource@google.com> Fri, 04 Feb 2011 15:54:31 -0800 [all …]
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 28 namespace google { 80 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); 82 return ::google::protobuf::internal::NameOfEnum( in FieldDescriptorProto_Type_Name() 87 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Type>( in FieldDescriptorProto_Type_Parse() 100 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(… 102 return ::google::protobuf::internal::NameOfEnum( in FieldDescriptorProto_Label_Name() 107 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Label>( in FieldDescriptorProto_Label_Parse() 120 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); 122 return ::google::protobuf::internal::NameOfEnum( in FileOptions_OptimizeMode_Name() 127 return ::google::protobuf::internal::ParseNamedEnum<FileOptions_OptimizeMode>( in FileOptions_OptimizeMode_Parse() [all …]
|
D | descriptor.pb.cc | 13 namespace google { namespace 18 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL; 19 const ::google::protobuf::internal::GeneratedMessageReflection* 21 const ::google::protobuf::Descriptor* FileDescriptorProto_descriptor_ = NULL; 22 const ::google::protobuf::internal::GeneratedMessageReflection* 24 const ::google::protobuf::Descriptor* DescriptorProto_descriptor_ = NULL; 25 const ::google::protobuf::internal::GeneratedMessageReflection* 27 const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange_descriptor_ = NULL; 28 const ::google::protobuf::internal::GeneratedMessageReflection* 30 const ::google::protobuf::Descriptor* FieldDescriptorProto_descriptor_ = NULL; [all …]
|
D | lite_unittest.cc | 46 google::protobuf::TestUtilLite::ExpectClear(message); in main() 47 google::protobuf::TestUtilLite::SetAllFields(&message); in main() 51 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message); in main() 52 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message2); in main() 53 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message3); in main() 54 google::protobuf::TestUtilLite::ModifyRepeatedFields(&message); in main() 55 google::protobuf::TestUtilLite::ExpectRepeatedFieldsModified(message); in main() 57 google::protobuf::TestUtilLite::ExpectClear(message); in main() 62 google::protobuf::TestUtilLite::ExpectExtensionsClear(message); in main() 63 google::protobuf::TestUtilLite::SetAllExtensions(&message); in main() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 13 namespace google { namespace 19 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL; 20 const ::google::protobuf::internal::GeneratedMessageReflection* 22 const ::google::protobuf::Descriptor* CodeGeneratorResponse_descriptor_ = NULL; 23 const ::google::protobuf::internal::GeneratedMessageReflection* 25 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File_descriptor_ = NULL; 26 const ::google::protobuf::internal::GeneratedMessageReflection* 34 const ::google::protobuf::FileDescriptor* file = in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() 45 new ::google::protobuf::internal::GeneratedMessageReflection( in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() [all …]
|
/external/chromium_org/third_party/skia/ |
D | CQ_COMMITTERS | 1 bensong@google.com 2 borenet@google.com 4 bsalomon@google.com 5 bungeman@google.com 6 caryclark@google.com 7 dandov@google.com 8 djsollen@google.com 9 egdaniel@google.com 11 epoger@google.com 13 fmalita@google.com [all …]
|
/external/skia/ |
D | CQ_COMMITTERS | 1 bensong@google.com 2 borenet@google.com 4 bsalomon@google.com 5 bungeman@google.com 6 caryclark@google.com 7 dandov@google.com 8 djsollen@google.com 9 egdaniel@google.com 11 epoger@google.com 13 fmalita@google.com [all …]
|
/external/chromium_org/third_party/cacheinvalidation/ |
D | cacheinvalidation.gyp | 21 'proto_dir_relpath': 'google/cacheinvalidation', 61 'overrides/google/cacheinvalidation/deps/callback.h', 62 'overrides/google/cacheinvalidation/deps/gmock.h', 63 'overrides/google/cacheinvalidation/deps/googletest.h', 64 'overrides/google/cacheinvalidation/deps/logging.h', 65 'overrides/google/cacheinvalidation/deps/mutex.h', 66 'overrides/google/cacheinvalidation/deps/random.h', 67 'overrides/google/cacheinvalidation/deps/random.cc', 68 'overrides/google/cacheinvalidation/deps/sha1-digest-function.h', 69 'overrides/google/cacheinvalidation/deps/scoped_ptr.h', [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/ |
D | CoreOperators.java | 17 package com.google.clearsilver.jsilver.functions.bundles; 19 import com.google.clearsilver.jsilver.functions.FunctionRegistry; 20 import com.google.clearsilver.jsilver.functions.operators.AddFunction; 21 import com.google.clearsilver.jsilver.functions.operators.AndFunction; 22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction; 23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction; 24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction; 25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction; 26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction; 27 import com.google.clearsilver.jsilver.functions.operators.LessFunction; [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | AUTHORS | 6 Adrian Grange <agrange@google.com> 7 Ahmad Sharif <asharif@google.com> 12 Alpha Lam <hclam@google.com> 18 Attila Nagy <attilanagy@google.com> 21 Christian Duvivier <cduvivier@google.com> 22 Daniel Kang <ddkang@google.com> 23 Deb Mukherjee <debargha@google.com> 24 Dmitry Kovalev <dkovalev@google.com> 28 Frank Galligan <fgalligan@google.com> 30 Fritz Koenig <frkoenig@google.com> [all …]
|
/external/libvpx/libvpx/ |
D | AUTHORS | 6 Adrian Grange <agrange@google.com> 7 Ahmad Sharif <asharif@google.com> 12 Alpha Lam <hclam@google.com> 18 Attila Nagy <attilanagy@google.com> 21 Christian Duvivier <cduvivier@google.com> 22 Daniel Kang <ddkang@google.com> 23 Deb Mukherjee <debargha@google.com> 24 Dmitry Kovalev <dkovalev@google.com> 28 Frank Galligan <fgalligan@google.com> 30 Fritz Koenig <frkoenig@google.com> [all …]
|