HomeSort by relevance Sort by last modified time
    Searched refs:google (Results 151 - 175 of 3626) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 4 #include "google/protobuf/compiler/plugin.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
13 namespace google { namespace
19 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL;
20 const ::google::protobuf::internal::GeneratedMessageReflection
    [all...]
  /external/protobuf/
Android.mk 20 src/google/protobuf/stubs/common.cc \
21 src/google/protobuf/stubs/once.cc \
22 src/google/protobuf/stubs/hash.cc \
23 src/google/protobuf/stubs/hash.h \
24 src/google/protobuf/stubs/map-util.h \
25 src/google/protobuf/stubs/stl_util-inl.h \
26 src/google/protobuf/extension_set.cc \
27 src/google/protobuf/generated_message_util.cc \
28 src/google/protobuf/message_lite.cc \
29 src/google/protobuf/repeated_field.cc
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
NameFunction.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.functions.structure;
19 import com.google.clearsilver.jsilver.data.Data;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
21 import com.google.clearsilver.jsilver.values.Value;
22 import static com.google.clearsilver.jsilver.values.Value.literalConstant;
23 import static com.google.clearsilver.jsilver.values.Value.literalValue;
24 import com.google.clearsilver.jsilver.values.VariableValue;
FirstFunction.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.functions.structure;
19 import com.google.clearsilver.jsilver.data.Data;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
21 import com.google.clearsilver.jsilver.values.Value;
22 import static com.google.clearsilver.jsilver.values.Value.literalConstant;
23 import com.google.clearsilver.jsilver.values.VariableValue;
LastFunction.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.functions.structure;
19 import com.google.clearsilver.jsilver.data.Data;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
21 import com.google.clearsilver.jsilver.values.Value;
22 import static com.google.clearsilver.jsilver.values.Value.literalConstant;
23 import com.google.clearsilver.jsilver.values.VariableValue;
SubcountFunction.java 2 * Copyright (C) 2010 Google Inc.
17 package com.google.clearsilver.jsilver.functions.structure;
19 import com.google.clearsilver.jsilver.data.Data;
20 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;
21 import com.google.clearsilver.jsilver.values.Value;
22 import static com.google.clearsilver.jsilver.values.Value.literalConstant;
23 import com.google.clearsilver.jsilver.values.VariableValue;
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/repeated_field.h>
24 #include <google/protobuf/extension_set.h>
25 #include <google/protobuf/generated_message_reflection.h>
28 namespace google { namespace
80 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor();
82 return ::google::protobuf::internal::NameOfEnum(
87 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Type>
4329 namespace google { namespace
    [all...]
descriptor.pb.cc 4 #include "google/protobuf/descriptor.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
13 namespace google { namespace
18 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL;
19 const ::google::protobuf::internal::GeneratedMessageReflection
    [all...]
  /external/robolectric/lib/main/
maps_v16.jar 
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/
setup_test_links.sh 9 ln -f -s /opt/google/chrome/chrome $(dirname $0)/chrome
10 [ -L $(dirname $0)/locales ] || ln -f -s /opt/google/chrome/locales \
12 [ -L $(dirname $0)/resources ] || ln -f -s /opt/google/chrome/resources \
14 ln -f -s /opt/google/chrome/*.pak $(dirname $0)/
15 ln -f -s /opt/google/chrome/libffmpegsumo.so $(dirname $0)/libffmpegsumo.so
  /external/chromium_org/google_apis/gcm/base/
mcs_message.h 15 namespace google { namespace
19 } // namespace google
33 explicit MCSMessage(const google::protobuf::MessageLite& protobuf);
35 MCSMessage(uint8 tag, const google::protobuf::MessageLite& protobuf);
38 scoped_ptr<const google::protobuf::MessageLite> protobuf);
51 const google::protobuf::MessageLite& GetProtobuf() const;
54 scoped_ptr<google::protobuf::MessageLite> CloneProtobuf() const;
60 Core(uint8 tag, const google::protobuf::MessageLite& protobuf);
61 Core(uint8 tag, scoped_ptr<const google::protobuf::MessageLite> protobuf);
63 const google::protobuf::MessageLite& Get() const
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToStringTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
20 import static com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.AbstractCollectionTester;
26 import com.google.common.collect.testing.Helpers;
27 import com.google.common.collect.testing.features.CollectionFeature;
28 import com.google.common.collect.testing.features.CollectionSize
    [all...]
ListCreationTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION;
20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
29 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
  /external/chromium_org/third_party/protobuf/
descriptor_pb2.py 3 from google.protobuf import descriptor
4 from google.protobuf import message
5 from google.protobuf import reflection
10 name='google/protobuf/descriptor.proto',
11 package='google.protobuf',
12 serialized_pb='\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xdc\x02\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12\x38\n\x07service\x18\x06 \x03(\x0b\x32\'.google.protobuf.ServiceDescriptorProto\x12\x38\n\textension\x18\x07 \x03(\x0b\x32%.google.protobuf.FieldD (…)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetTestSuiteBuilder.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder;
21 import com.google.common.collect.testing.AbstractTester;
22 import com.google.common.collect.testing.Helpers;
TestStringMultisetGenerator.java 17 package com.google.common.collect.testing.google;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.collect.Multiset;
21 import com.google.common.collect.testing.SampleElements;
22 import com.google.common.collect.testing.SampleElements.Strings;
  /external/guava/guava-tests/test/com/google/common/base/
EquivalencesTest.java 17 package com.google.common.base;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
21 import com.google.common.testing.EqualsTester;
22 import com.google.common.testing.EquivalenceTester;
23 import com.google.common.testing.SerializableTester;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/generated_enum_reflection.h>
27 #include <google/protobuf/unknown_field_set.h>
30 namespace google { namespace
84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor()
5998 namespace google { namespace
    [all...]
  /external/android-mock/livetests/com/google/android/testing/mocking/testapp/
TestAppActivity.java 2 * Copyright 2010 Google Inc.
16 package com.google.android.testing.mocking.testapp;
18 import com.google.android.testing.mocking.testapp.R;
19 import com.google.android.testing.mocking.testapp.R.layout;
27 * @author swoodward@google.com (Stephen Woodward)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
zip_writer.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Protocol Buffers - Google's data interchange format
32 // Copyright 2008 Google Inc. All rights reserved.
33 // http://code.google.com/p/protobuf/
45 // * Neither the name of Google Inc. nor the names of its
61 // Author: kenton@google.com (Kenton Varda)
64 #include <google/protobuf/stubs/common.h
67 namespace google { namespace
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_inl.h 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved.
3 // http://code.google.com/p/protobuf/
15 // * Neither the name of Google Inc. nor the names of its
31 // Author: jasonh@google.com (Jason Hsueh)
39 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/stubs/stl_util.h>
43 namespace google { namespace
67 } // namespace google
  /external/droiddriver/src/com/google/android/droiddriver/util/
ActivityUtils.java 17 package com.google.android.droiddriver.util;
21 import com.google.android.droiddriver.instrumentation.InstrumentationDriver;
22 import com.google.common.base.Supplier;
32 * Called from {@link com.google.android.droiddriver.runner.TestRunner}. If a
  /external/guava/guava/src/com/google/common/net/
TldPatterns.java 4 package com.google.common.net;
6 import com.google.common.annotations.GwtCompatible;
7 import com.google.common.collect.ImmutableSet;
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
ExecutionError.java 17 package com.google.common.util.concurrent;
19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.Beta;
UncheckedExecutionException.java 17 package com.google.common.util.concurrent;
19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;

Completed in 673 milliseconds

1 2 3 4 5 67 8 91011>>