HomeSort by relevance Sort by last modified time
    Searched refs:stubs (Results 26 - 50 of 216) sorted by null

12 3 4 5 6 7 8 9

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_18.java 22 public void run(TestStubs stubs) {
T_invoke_virtual_range_20.java 22 public void run(TestStubs stubs) {
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/a/
A.java 17 package com.android.stubs.a;
19 import com.android.stubs.Parent;
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Parent.java 1 package com.android.stubs;
2 @com.android.stubs.Annot(value="asdf")
23 public static com.android.stubs.Parent public_static_Parent;
24 public static final com.android.stubs.Parent public_static_final_Parent;
25 public static final com.android.stubs.Parent public_static_final_Parent_null;
Annot.java 1 package com.android.stubs;
Types.java 1 package com.android.stubs;
  /build/tools/droiddoc/test/stubs/
func.sh 17 export A_STUBS=out/stubs/a/stubs
18 export B_STUBS=out/stubs/b/stubs
19 export EXPECTED_STUBS=out/stubs/expected/stubs
28 OBJ_DIR=out/stubs/$ID
50 -stubs $STUBS_DIR \
51 -stubpackages com.android.stubs:com.android.stubs.a:com.android.stubs.b:com.android.stubs.hidden
    [all...]
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Annot.java 17 package com.android.stubs;
Parent.java 17 package com.android.stubs;
Types.java 17 package com.android.stubs;
  /external/protobuf/src/google/protobuf/compiler/
plugin.h 58 #include <google/protobuf/stubs/common.h>
test_plugin.cc 40 #include <google/protobuf/stubs/strutil.h>
zip_writer.h 34 #include <google/protobuf/stubs/common.h>
  /frameworks/compile/linkloader/include/impl/
ELFSectionProgBits.hxx 48 StubLayout *stubs = result->getStubLayout(); local
50 // TODO: May be too many stubs.
52 size_t stub_size = stubs->calcStubTableSize(func_count);
59 stubs->initStubTable(result->chunk.getBuffer()+sh->getSize(), func_count);
  /frameworks/compile/linkloader/include/
ELFSectionProgBits.h 33 StubLayout stubs; member in class:ELFSectionProgBits
44 return &stubs;
  /external/protobuf/src/google/protobuf/
generated_message_util.h 41 #include <google/protobuf/stubs/common.h>
dynamic_message.h 42 #include <google/protobuf/stubs/common.h>
118 // This struct just contains a hash_map. We can't #include <google/protobuf/stubs/hash.h> from
120 // release. Namely, stubs/hash.h, which defines hash_map portably, is not a
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.h 40 #include <google/protobuf/stubs/common.h>
  /external/protobuf/src/google/protobuf/io/
coded_stream_inl.h 41 #include <google/protobuf/stubs/stl_util-inl.h>
zero_copy_stream.h 111 #include <google/protobuf/stubs/common.h>
  /external/protobuf/python/
stubout.py 24 stubs = StubOutForTesting()
25 stubs.Set(os.path, 'exists', lambda x: 1)
27 stubs.UnsetAll()
36 self.stubs = []
93 self.stubs.append((orig_obj, attr_name, orig_attr))
102 self.stubs.reverse()
104 for args in self.stubs:
107 self.stubs = []
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 51 #include <google/protobuf/stubs/stl_util-inl.h>
52 #include <google/protobuf/stubs/map-util.h>
53 #include <google/protobuf/stubs/strutil.h>
54 #include <google/protobuf/stubs/substitute.h>
cpp_extension.h 39 #include <google/protobuf/stubs/common.h>
  /external/protobuf/src/google/protobuf/stubs/
once.cc 42 #include <google/protobuf/stubs/once.h>
once.h 75 #include <google/protobuf/stubs/common.h>

Completed in 255 milliseconds

12 3 4 5 6 7 8 9