HomeSort by relevance Sort by last modified time
    Searched refs:google (Results 126 - 150 of 4114) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/collect/
DiscreteDomainsTest.java 17 package com.google.common.collect;
19 import static com.google.common.testing.SerializableTester.reserializeAndAssert;
21 import com.google.common.annotations.GwtIncompatible;
  /external/protobuf/java/src/main/java/com/google/protobuf/
ProtocolMessageEnum.java 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 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
  /external/protobuf/src/google/protobuf/compiler/
main.cc 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: kenton@google.com (Kenton Varda)
33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h
    [all...]
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/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderResultPointCallback.java 17 package com.google.zxing.client.android;
19 import com.google.zxing.ResultPoint;
20 import com.google.zxing.ResultPointCallback;
  /libcore/benchmarks/src/benchmarks/regression/
ThreadLocalBenchmark.java 2 * Copyright (C) 2010 Google Inc.
19 import com.google.caliper.Param;
20 import com.google.caliper.Runner;
21 import com.google.caliper.SimpleBenchmark;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
lite_unittest.cc 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: kenton@google.com (Kenton Varda)
36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/test_util_lite.h>
38 #include <google/protobuf/unittest_lite.pb.h>
44 void ExpectMessageMerged(const google::protobuf::unittest::TestAllTypesLite& message) {
51 google::protobuf::unittest::TestAllTypesLite* msg1
    [all...]
  /external/protobuf/
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...]
  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityAction.java 17 package com.google.android.droiddriver.actions.accessibility;
21 import com.google.android.droiddriver.UiElement;
22 import com.google.android.droiddriver.actions.Action;
23 import com.google.android.droiddriver.actions.BaseAction;
24 import com.google.android.droiddriver.uiautomation.UiAutomationElement;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
WireFormat.java 2 * Copyright (C) 2009 Google Inc. All rights reserved.
17 package com.google.polo.wire;
19 import com.google.polo.pairing.PairingContext;
20 import com.google.polo.wire.json.JsonWireAdapter;
21 import com.google.polo.wire.protobuf.ProtobufWireAdapter;
22 import com.google.polo.wire.xml.XmlWireAdapter;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetTester.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.AbstractCollectionTester;
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/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;
  /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...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /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}.
  /device/google/atv/sdk/
atv_sdk.atree 18 ${HOST_OUT}/device/google/atv/sdk/images_${TARGET_CPU_ABI}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
19 device/google/atv/sdk/images_${TARGET_CPU_ABI}_hardware.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/hardware.ini
22 device/google/atv/sdk/devices.xml system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/devices.xml
  /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/droiddriver/src/com/google/android/droiddriver/scroll/
ScrollStepStrategy.java 16 package com.google.android.droiddriver.scroll;
18 import com.google.android.droiddriver.DroidDriver;
19 import com.google.android.droiddriver.UiElement;
20 import com.google.android.droiddriver.finders.Finder;
21 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
22 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;

Completed in 780 milliseconds

1 2 3 4 56 7 8 91011>>