HomeSort by relevance Sort by last modified time
    Searched refs:Google (Results 1 - 25 of 533) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/bt/
.clang-format 18 # Below are some minor deviations from the default Google style to
22 BasedOnStyle: Google
  /system/nfc/
.clang-format 18 # Below are some minor deviations from the default Google style to
22 BasedOnStyle: Google
  /external/flatbuffers/php/
Constants.php 3 * Copyright 2015 Google Inc.
18 namespace Google\FlatBuffers;
Struct.php 3 * Copyright 2015 Google Inc.
18 namespace Google\FlatBuffers;
  /packages/apps/Bluetooth/
.clang-format 18 # Below are some minor deviations from the default Google style to
22 BasedOnStyle: Google
28 BasedOnStyle: Google
  /packages/apps/Music/
.clang-format 18 # Below are some minor deviations from the default Google style to
22 BasedOnStyle: Google
28 BasedOnStyle: Google
  /external/protobuf/csharp/
.gitignore 6 src/Google.Protobuf/bin/
7 src/Google.Protobuf/obj/
8 src/Google.Protobuf.Conformance/bin/
9 src/Google.Protobuf.Conformance/obj/
10 src/Google.Protobuf.Test/bin/
11 src/Google.Protobuf.Test/obj/
12 src/Google.Protobuf.JsonDump/bin/
13 src/Google.Protobuf.JsonDump/obj/
buildall.sh 14 xbuild /p:Configuration=$CONFIG $SRC/Google.Protobuf.sln
17 $NUNIT_CONSOLE $SRC/Google.Protobuf.Test/bin/$CONFIG/Google.Protobuf.Test.dll
build_packages.bat 1 @rem Builds Google.Protobuf NuGet packages
6 @rem Build src/Google.Protobuf.sln solution in Release configuration first.
7 %NUGET% pack src\Google.Protobuf\Google.Protobuf.nuspec -Symbols || goto :error
  /external/protobuf/php/ext/google/protobuf/
test.php 4 namespace Google\Protobuf;
  /build/make/tools/
brillo-clang-format 28 BasedOnStyle: Google
  /external/avb/
.clang-format 17 BasedOnStyle: Google
  /frameworks/hardware/interfaces/
.clang-format 17 BasedOnStyle: Google
  /hardware/interfaces/
.clang-format 17 BasedOnStyle: Google
  /system/hardware/interfaces/
.clang-format 17 BasedOnStyle: Google
  /system/libfmq/
.clang-format 17 BasedOnStyle: Google
  /system/libhidl/
.clang-format 17 BasedOnStyle: Google
  /system/libhwbinder/
.clang-format 17 BasedOnStyle: Google
  /system/libvintf/
.clang-format 17 BasedOnStyle: Google
  /system/tools/hidl/
.clang-format 17 BasedOnStyle: Google
  /external/flatbuffers/tests/MyGame/Example/
Test.php 6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
StructInNestedNS.php 6 use \Google\FlatBuffers\Struct;
7 use \Google\FlatBuffers\Table;
8 use \Google\FlatBuffers\ByteBuffer;
9 use \Google\FlatBuffers\FlatBufferBuilder;
  /bootable/recovery/tools/recovery_l10n/
Android.mk 1 # Copyright 2012 Google Inc. All Rights Reserved.
  /external/libvpx/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google \
11 Google Inc.
  /external/protobuf/ruby/lib/google/
protobuf.rb 1 # Protocol Buffers - Google's data interchange format
2 # Copyright 2008 Google Inc. All rights reserved.
3 # https://developers.google.com/protocol-buffers/
15 # * Neither the name of Google Inc. nor the names of its
32 require 'google/protobuf/message_exts'
36 module Google
45 require 'google/protobuf_java'
48 require "google/#{RUBY_VERSION.sub(/\.\d$/, '')}/protobuf_c"
50 require 'google/protobuf_c'
54 require 'google/protobuf/repeated_field
    [all...]

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>