/frameworks/base/core/java/com/android/internal/app/procstats/ |
ServiceState.java | 54 public static final int SERVICE_COUNT = 4; 241 mDurations.addDuration(SERVICE_RUN + (mRunState*SERVICE_COUNT), 246 mDurations.addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT), 251 mDurations.addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), 256 mDurations.addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), 267 mDurations.addDuration(SERVICE_RUN + (mRunState*SERVICE_COUNT), 296 mDurations.addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT), 322 mDurations.addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), 340 mDurations.addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), 353 int state = opType + (memFactor*SERVICE_COUNT); [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_file.cc | 63 new scoped_ptr<ServiceGenerator>[file->service_count()]), 78 for (int i = 0; i < file->service_count(); i++) { 239 for (int i = 0; i < file_->service_count(); i++) { 366 for (int i = 0; i < file_->service_count(); i++) { 398 for (int i = 0; i < file_->service_count(); i++) { 474 for (int i = 0; i < file_->service_count(); i++) {
|
cpp_helpers.h | 161 return file->service_count() > 0 &&
|
cpp_unittest.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_name_resolver.cc | 165 for (int i = 0; i < file->service_count(); i++) {
|
java_file.cc | 262 for (int i = 0; i < file_->service_count(); i++) { 513 for (int i = 0; i < file_->service_count(); i++) {
|
java_helpers.h | 212 return file->service_count() > 0 &&
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_file.cc | 106 if (file_->service_count() != 0) {
|
/system/core/init/ |
builtins.cpp | 690 int service_count = 0; local 692 [&service_count] (Service* s) { 699 service_count++; 703 if (service_count == 0) {
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_file.cc | 108 if (file_->service_count() != 0 && !params_.ignore_services()) {
|
/external/protobuf/src/google/protobuf/ |
descriptor.h | [all...] |
descriptor_unittest.cc | 231 ASSERT_EQ(1, foo_file_->service_count()); 242 ASSERT_EQ(1, bar_file_->service_count()); [all...] |
descriptor.cc | [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor.h | [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor.h | [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
descriptor.h | [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
descriptor.h | [all...] |
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 121 return file->service_count() > 0 && 476 for (int i = 0; i < file_->service_count(); ++i) { [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
descriptor.h | [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 660 if (disallow_services_ && parsed_file->service_count() > 0) { [all...] |
/prebuilts/misc/windows/protobuf2.5/lib/ |
libprotoc.a | [all...] |