Home
last modified time | relevance | path

Searched refs:employees (Results 1 – 25 of 58) sorted by relevance

123

/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DTestObjectIdDeserialization.java23 public Employee[] employees; field in TestObjectIdDeserialization.ArrayCompany
27 public ArrayBlockingQueue<Employee> employees; field in TestObjectIdDeserialization.ArrayBlockingQueueCompany
31 public EnumMap<FooEnum,Employee> employees; field in TestObjectIdDeserialization.EnumMapCompany
39 public List<DefensiveEmployee> employees; field in TestObjectIdDeserialization.DefensiveCompany
66 assertEquals(3, company.employees.length); in testForwardReferenceInArray()
67 Employee firstEmployee = company.employees[0]; in testForwardReferenceInArray()
68 Employee secondEmployee = company.employees[1]; in testForwardReferenceInArray()
81 assertEquals(3, company.employees.size()); in testForwardReferenceInQueue()
82 Employee firstEmployee = company.employees.take(); in testForwardReferenceInQueue()
83 Employee secondEmployee = company.employees.take(); in testForwardReferenceInQueue()
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DTestObjectIdDeserialization.java125 public Map<Integer, Employee> employees; field in TestObjectIdDeserialization.MappedCompany
269 assertEquals(2, company.employees.size()); in testForwardReference()
270 Employee firstEmployee = company.employees.get(0); in testForwardReference()
271 Employee secondEmployee = company.employees.get(1); in testForwardReference()
286 assertEquals(2, company.employees.size()); in testForwardReferenceInCollection()
287 Employee firstEmployee = company.employees.get(0); in testForwardReferenceInCollection()
288 Employee secondEmployee = company.employees.get(1); in testForwardReferenceInCollection()
301 assertEquals(3, company.employees.size()); in testForwardReferenceInMap()
302 Employee firstEmployee = company.employees.get(1); in testForwardReferenceInMap()
303 Employee secondEmployee = company.employees.get(3); in testForwardReferenceInMap()
[all …]
DTestObjectId.java56 public List<Employee> employees; field in TestObjectId.Company
59 if (employees == null) { in add()
60 employees = new ArrayList<Employee>(); in add()
62 employees.add(e); in add()
/external/nist-sip/
DNOTICE9 * This software was developed by employees of the National Institute of
13 * employees are not subject to copyright protection in the United States
DNIST-CONDITIONS-OF-USE.txt9 * This software was developed by employees of the National Institute of
13 * employees are not subject to copyright protection in the United States
/external/python/cpython2/Demo/tix/samples/
DSHList1.py52 employees = [
81 for person,boss,name in employees :
DSHList2.py83 employees = [
124 for key,mgr,name,posn in employees :
/external/drrickorang/LoopbackApp/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/external/oboe/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/external/walt/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/external/yapf/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/external/bazelbuild-rules_android/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/external/google-fonts/fraunces/
DCONTRIBUTORS.txt3 # copyright authors. For example, company employees may be listed
/external/python/cpython2/Doc/library/
Dsets.rst200 >>> employees = engineers | programmers | managers # union
206 >>> employees.issuperset(engineers) # superset test
208 >>> employees.update(engineers) # update from another set
209 >>> employees.issuperset(engineers)
211 >>> for group in [engineers, programmers, managers, employees]: # doctest: +SKIP
/external/gemmlowp/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/external/swiftshader/
DCONTRIBUTORS.txt3 # lists people. For example, Google employees are listed here
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
DCONTRIBUTORS4 # lists people. For example, Google employees are listed here
/external/conscrypt/common/src/test/resources/crypto/
Ddesede-cfb8.csv1 # This data was developed by employees of the National Institute
4 # of NIST employees are not subject to copyright protection in the United
Ddesede-ecb.csv1 # This data was developed by employees of the National Institute
4 # of NIST employees are not subject to copyright protection in the United
/external/llvm-project/libcxx/utils/google-benchmark/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/external/mesa3d/docs/
DREADME.UVD32 directors, officers, employees, affiliates or agents from and against any and
DREADME.VCE31 directors, officers, employees, affiliates or agents from and against any and
/external/angle/
DCONTRIBUTORS5 # lists people. For example, Google employees are listed here
/external/llvm-project/llvm/utils/benchmark/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here
/external/libcxx/utils/google-benchmark/
DCONTRIBUTORS3 # lists people. For example, Google employees are listed here

123