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

1 2

  /external/protobuf/examples/
add_person.py 52 PromptForAddress(address_book.people.add())
list_people.py 8 # Iterates though all people in the AddressBook and prints info about them.
10 for person in address_book.people:
list_people.cc 9 // Iterates though all people in the AddressBook and prints info about them.
12 const tutorial::Person& person = address_book.people(i);
  /external/python/google-api-python-client/samples/plus/
plus.py 38 person = service.people().get(userId='me').execute()
  /external/curl/docs/cmdline-opts/
ntlm.d 10 reverse-engineered by clever people and implemented in curl based on their
  /external/javaparser/
CONTRIBUTING.md 28 - Pull requests often stay open for at least a few days to give people a chance to review it.
  /external/python/google-api-python-client/samples/appengine/
main.py 95 user = service.people().get(userId='me').execute(http=http)
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 9 URL: http://people.redhat.com/sgrubb/libcap-ng
10 Source0: http://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 55 // people should subclass if they alter the tree type so this
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 41 // people should subclass if they alter the tree type so this
  /external/libbrillo/brillo/dbus/
data_serialization_unittest.cc 700 std::vector<Person> people{{"John", "Doe", 32}, {"Jane", "Smith", 48}};
701 AppendValueToWriter(&writer, people);
702 AppendValueToWriterAsVariant(&writer, people);
703 AppendValueToWriterAsVariant(&writer, people);
717 EXPECT_EQ(people, people_out1);
718 EXPECT_EQ(people, people_out2);
719 EXPECT_EQ(people, people_out3);
725 std::vector<Person> people{{"John", "Doe", 32}, {"Jane", "Smith", 48}};
  /external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go 11 // people following along.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 68 Some people use different formatting conventions, which makes
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 782 * detection but this is faster, smaller, and more what people
783 * expect. For (X)? people expect "if ( LA(1)==X ) match(X);"
    [all...]
  /external/golang-protobuf/proto/
decode.go 359 // Thus, calling this here may or may not do what people want.
407 // Thus, calling this here may or may not do what people want.
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
decode.go 360 // Thus, calling this here may or may not do what people want.
408 // Thus, calling this here may or may not do what people want.
  /build/make/core/
cleanbuild.mk 77 # cleanspec.mk is outside of the core directory so that more people
envsetup.mk 78 # people who haven't re-run those will have to do so before they
    [all...]
  /build/soong/cc/
ndk_sysroot.go 35 // refer to (to prevent people from accidentally loading them), but stub
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
struct_filter.go 165 // * To discourage people from actually touching unexported fields
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 39 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.AddressBook), global::Google.Protobuf.Examples.AddressBook.AddressBook.Parser, new[]{ "People" }, null, null, null)
401 /// <summary>Field number for the "people" field.</summary>
406 public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person> People {
  /external/syzkaller/vendor/golang.org/x/net/http2/
http2.go 8 // few people. Most users will use it indirectly through the automatic
  /external/syzkaller/dashboard/app/
email_test.go 243 +more people
reporting_email.go 351 // This happens when people CC syzbot on unrelated emails.
  /external/tensorflow/tensorflow/python/data/experimental/ops/
readers.py     [all...]

Completed in 878 milliseconds

1 2