HomeSort by relevance Sort by last modified time
    Searched refs:proto2 (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/v8/test/mjsunit/
enumeration-order.js 68 var proto2 = {};
69 proto2[140000] = 0;
70 proto2.a = 0;
71 proto2[2] = 0;
72 proto2[3] = 0; // also on the 'proto1' object
73 proto2.b = 0;
74 proto2[4294967295] = 0;
75 proto2.c = 0;
76 proto2[4294967296] = 0;
95 proto1.__proto__ = proto2;
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py 389 proto2 = unittest_pb2.TestAllTypes()
390 proto2.optional_nested_message.bb = 5
391 proto1.MergeFrom(proto2)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/libsepol/src/
ports.c 180 int proto2 = c->u.port.protocol; local
184 if (proto == proto2 && low2 == low && high2 == high) {
218 int proto2 = c->u.port.protocol; local
222 if (proto == proto2 && low2 == low && high2 == high) {
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_service_unittest.cc 191 scoped_ptr<DistilledArticleProto> proto2 = CreateDefaultArticle(); local
192 EXPECT_CALL(viewer_delegate2, OnArticleReady(proto2.get()));
194 RunDistillerCallback(distiller2, proto2.Pass());
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 79 namespace proto2 { class Message; } namespace
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 101 namespace proto2 { class Message; } namespace
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 77 namespace proto2 { class Message; } namespace
829 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
835 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 130 namespace proto2 { class Message; } namespace
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 101 namespace proto2 { class Message; } namespace
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 76 namespace proto2 { class Message; } namespace
818 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
824 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 225 proto2, result2 = DoCommit(name='Secondo', id_string='Bar',
232 for p, r in [(proto1, result1), (proto2, result2), (proto3, result3)]:
274 for p, r, original in [(proto2b, result2b, proto2),
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 10417 Local<Value> proto2 = o2->GetPrototype(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 7037 namespace proto2 { class Message; } namespace
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 7037 namespace proto2 { class Message; } namespace
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 7037 namespace proto2 { class Message; } namespace
    [all...]

Completed in 2183 milliseconds