| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ | 
| D | MessageRegressionTest.java | 142             Object[] objs = messageFormatter.parse(tempBuffer, status);  in Test4031438()  local 178         Object[] objs = fmt.parse(str, pos);  in Test4052223()  local 449             Object[] objs = mf.parse(formatted, new ParsePosition(0));  in Test4118592()  local 464         Object[] objs = mf.parse(forParsing, new ParsePosition(0));  in Test4118594()  local 513             Object[] objs = mf.parse(texts[i], pp);  in Test4120552()  local 687             Map objs = messageFormatter.parseToMap(tempBuffer, status);  in testBugTestsWithNamesArguments()  local 724         Map objs = fmt.parseToMap(str, pos);  in testBugTestsWithNamesArguments()  local 776                 Map objs = mf.parseToMap(null, new ParsePosition(0));  in testBugTestsWithNamesArguments()  local 824         Map objs = mf.parseToMap(forParsing, new ParsePosition(0));  in testBugTestsWithNamesArguments()  local
  | 
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ | 
| D | MessageRegressionTest.java | 145             Object[] objs = messageFormatter.parse(tempBuffer, status);  in Test4031438()  local 181         Object[] objs = fmt.parse(str, pos);  in Test4052223()  local 452             Object[] objs = mf.parse(formatted, new ParsePosition(0));  in Test4118592()  local 467         Object[] objs = mf.parse(forParsing, new ParsePosition(0));  in Test4118594()  local 516             Object[] objs = mf.parse(texts[i], pp);  in Test4120552()  local 690             Map objs = messageFormatter.parseToMap(tempBuffer, status);  in testBugTestsWithNamesArguments()  local 727         Map objs = fmt.parseToMap(str, pos);  in testBugTestsWithNamesArguments()  local 779                 Map objs = mf.parseToMap(null, new ParsePosition(0));  in testBugTestsWithNamesArguments()  local 827         Map objs = mf.parseToMap(forParsing, new ParsePosition(0));  in testBugTestsWithNamesArguments()  local
  | 
| /external/skia/bench/ | 
| D | GrMemoryPoolBench.cpp | 45     T* objs[kMaxObjects];  in run_stack()  local 69     T* objs[kMaxObjects];  in run_queue()  local 93     T* objs[kMaxObjects];  in run_pushpop()  local 114     T* objs[kMaxObjects];  in run_random()  local
  | 
| /external/openscreen/util/ | 
| D | hashing.h | 14 uint64_t ComputeAggregateHash(uint64_t seed, const T&... objs) {  in ComputeAggregateHash() 34 uint64_t ComputeAggregateHash(const T&... objs) {  in ComputeAggregateHash()
  | 
| /external/python/mobly/tests/lib/ | 
| D | mock_controller.py | 31 def destroy(objs):  argument 35 def get_info(objs):  argument
  | 
| D | mock_second_controller.py | 32 def destroy(objs):  argument 36 def get_info(objs):  argument
  | 
| /external/dagger2/javatests/dagger/functional/producers/multibindings/ | 
| D | MultibindingProducerModule.java | 126   abstract Set<Object> objs();  in objs()  method in MultibindingProducerModule 133   static int objCount(Set<Produced<Object>> objs, Map<Object, Produced<Object>> objMap) {  in objCount()
  | 
| D | MultibindingComponent.java | 61   ListenableFuture<Set<Object>> objs();  in objs()  method
  | 
| /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ | 
| D | TweenManager.java | 217 	private static int getTweensCount(List<BaseTween<?>> objs) {  in getTweensCount() 227 	private static int getTimelinesCount(List<BaseTween<?>> objs) {  in getTimelinesCount()
  | 
| /external/cronet/third_party/icu/source/test/intltest/ | 
| D | msfmrgts.cpp | 207         Formattable *objs = messageFormatter->parse(tempBuffer, pp, count);  in Test4031438()  local 705     Formattable *objs = 0;  in Test4118592()  local 748     Formattable *objs = mf->parse(forParsing, pp, count);  in Test4118594()  local 845         Formattable *objs = mf->parse(texts[i], pp, count);  in Test4120552()  local 888         Formattable objs [] = {  in Test4142938()  local
  | 
| /external/icu/icu4c/source/test/intltest/ | 
| D | msfmrgts.cpp | 207         Formattable *objs = messageFormatter->parse(tempBuffer, pp, count);  in Test4031438()  local 705     Formattable *objs = 0;  in Test4118592()  local 748     Formattable *objs = mf->parse(forParsing, pp, count);  in Test4118594()  local 845         Formattable *objs = mf->parse(texts[i], pp, count);  in Test4120552()  local 888         Formattable objs [] = {  in Test4142938()  local
  | 
| /external/marisa-trie/lib/marisa/grimoire/io/ | 
| D | reader.h | 30   void read(T *objs, std::size_t num_objs) {  in read()
  | 
| D | writer.h | 29   void write(const T *objs, std::size_t num_objs) {  in write()
  | 
| D | mapper.h | 27   void map(const T **objs, std::size_t num_objs) {  in map()
  | 
| /external/compiler-rt/test/tsan/ | 
| D | unaligned_norace.cc | 7 uint64_t objs[8*3*3*2][3];  variable
  | 
| /external/python/mobly/mobly/controllers/ | 
| D | attenuator.py | 74 def destroy(objs):  argument
  | 
| /external/gson/gson/src/test/java/com/google/gson/functional/ | 
| D | ArrayTest.java | 180     Object[] objs = new Object[] {1, "abc", 0.3f, 5L};  in testArrayOfPrimitivesAsObjectsSerialization()  local 189     Object[] objs = gson.fromJson(json, Object[].class);  in testArrayOfPrimitivesAsObjectsDeserialization()  local
  | 
| /external/webrtc/third_party/abseil-cpp/absl/random/ | 
| D | examples_test.cc | 28   std::vector<int> objs = {10, 20, 30, 40, 50};  in TEST()  local
  | 
| /external/openscreen/third_party/abseil/src/absl/random/ | 
| D | examples_test.cc | 28   std::vector<int> objs = {10, 20, 30, 40, 50};  in TEST()  local
  | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/random/ | 
| D | examples_test.cc | 28   std::vector<int> objs = {10, 20, 30, 40, 50};  in TEST()  local
  | 
| /external/angle/third_party/abseil-cpp/absl/random/ | 
| D | examples_test.cc | 28   std::vector<int> objs = {10, 20, 30, 40, 50};  in TEST()  local
  | 
| /external/libtextclassifier/abseil-cpp/absl/random/ | 
| D | examples_test.cc | 28   std::vector<int> objs = {10, 20, 30, 40, 50};  in TEST()  local
  | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ | 
| D | examples_test.cc | 28   std::vector<int> objs = {10, 20, 30, 40, 50};  in TEST()  local
  | 
| /external/abseil-cpp/absl/random/ | 
| D | examples_test.cc | 28   std::vector<int> objs = {10, 20, 30, 40, 50};  in TEST()  local
  | 
| /external/cronet/third_party/abseil-cpp/absl/random/ | 
| D | examples_test.cc | 28   std::vector<int> objs = {10, 20, 30, 40, 50};  in TEST()  local
  |