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

1 2 3 4 5 67 8 9

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 43 #include <google/protobuf/stubs/strutil.h>
javamicro_generator.cc 42 #include <google/protobuf/stubs/strutil.h>
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 38 #include <google/protobuf/stubs/hash.h>
47 #include <google/protobuf/stubs/common.h>
48 #include <google/protobuf/stubs/strutil.h>
49 #include <google/protobuf/stubs/map-util.h>
    [all...]
command_line_interface_unittest.cc 54 #include <google/protobuf/stubs/strutil.h>
55 #include <google/protobuf/stubs/substitute.h>
    [all...]
importer.cc 52 #include <google/protobuf/stubs/strutil.h>
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 41 #include <google/protobuf/stubs/common.h>
tokenizer.cc 93 #include <google/protobuf/stubs/strutil.h>
coded_stream.cc 45 #include <google/protobuf/stubs/common.h>
46 #include <google/protobuf/stubs/stl_util-inl.h>
  /external/protobuf/src/google/protobuf/
message_unittest.cc 48 #include <google/protobuf/stubs/common.h>
reflection_ops.cc 38 #include <google/protobuf/stubs/strutil.h>
unknown_field_set_unittest.cc 46 #include <google/protobuf/stubs/common.h>
49 #include <google/protobuf/stubs/stl_util-inl.h>
generated_message_reflection_unittest.cc 50 #include <google/protobuf/stubs/common.h>
message.h 124 #include <google/protobuf/stubs/common.h>
    [all...]
wire_format_lite.cc 40 #include <google/protobuf/stubs/common.h>
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 38 #include <google/protobuf/stubs/common.h>
  /frameworks/base/opengl/tools/glgen/
gen 33 cp stubs/jsr239/GLHeader.java-if $GLFILE
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.h 9 #include <google/protobuf/stubs/common.h>
  /build/core/
java.mk 107 full_classes_stubs_jar := $(intermediates.COMMON)/stubs.jar
227 # Droiddoc isn't currently able to generate stubs for modules, so we're just
228 # allowing it to use the classes.jar as the "stubs" that would be use to link
239 ALL_MODULES.$(LOCAL_MODULE).STUBS := $(full_classes_stubs_jar)
  /build/core/tasks/
sdk-addon.mk 44 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 36 #include <google/protobuf/stubs/hash.h>
41 #include <google/protobuf/stubs/strutil.h>
    [all...]
java_file.cc 45 #include <google/protobuf/stubs/strutil.h>
java_service.cc 39 #include <google/protobuf/stubs/strutil.h>
  /dalvik/vm/interp/
Jit.cpp 475 int stubs; local
477 for (i=0, stubs=chains=hit=not_hit=0;
484 stubs++;
536 LOGD("JIT: %d Translation chains, %d interp stubs",
537 gDvmJit.translationChains, stubs);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 62 #include <google/protobuf/stubs/common.h>
63 #include <google/protobuf/stubs/strutil.h>
64 #include <google/protobuf/stubs/substitute.h>
67 #include <google/protobuf/stubs/stl_util-inl.h>
    [all...]
  /external/protobuf/python/
mox.py 162 self.stubs = stubout.StubOutForTesting()
203 """Call reset on all mock objects. This does not unset stubs."""
228 self.stubs.Set(obj, attr_name, stub)
231 """Restore stubs to their original state."""
233 self.stubs.UnsetAll()
    [all...]

Completed in 2494 milliseconds

1 2 3 4 5 67 8 9