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

12 3 4 5 6 7 8 91011>>

  /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;
  /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;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_options.h 38 #include <google/protobuf/stubs/common.h>
  /external/chromium_org/third_party/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 64 #include <google/protobuf/stubs/common.h>
  /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/rs/cpu_ref/linkloader/include/impl/
ELFSectionProgBits.hxx 43 StubLayout *stubs = result->getStubLayout(); local
44 if (stubs) {
45 // Compute the maximal possible numbers of stubs
54 // maximum numbers of stubs.
59 size_t stub_table_size = stubs->calcStubTableSize(max_num_stubs);
61 // Allocate PROGBITS section with stubs table
70 if (stubs) {
71 stubs->initStubTable(result->chunk.getBuffer() + section_size,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops.h 59 #include <google/protobuf/stubs/platform_macros.h>
165 #include <google/protobuf/stubs/atomicops_internals_tsan.h>
169 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h>
176 #include <google/protobuf/stubs/atomicops_internals_macosx.h>
181 #include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
183 #include <google/protobuf/stubs/atomicops_internals_arm_gcc.h>
185 #include <google/protobuf/stubs/atomicops_internals_mips_gcc.h>
198 #include <google/protobuf/stubs/atomicops_internals_atomicword_compat.h>
once.cc 38 #include <google/protobuf/stubs/once.h>
48 #include <google/protobuf/stubs/atomicops.h>
stringprintf.h 47 #include <google/protobuf/stubs/common.h>
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_util.h 43 #include <google/protobuf/stubs/common.h>
  /external/protobuf/src/google/protobuf/
generated_message_util.h 41 #include <google/protobuf/stubs/common.h>
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.h 40 #include <google/protobuf/stubs/common.h>
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_inl.h 41 #include <google/protobuf/stubs/stl_util.h>
zero_copy_stream.h 111 #include <google/protobuf/stubs/common.h>
  /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/chromium_org/third_party/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/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 = []

Completed in 465 milliseconds

12 3 4 5 6 7 8 91011>>