HomeSort by relevance Sort by last modified time
    Searched full:service_count (Results 1 - 25 of 26) sorted by null

1 2

  /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...]
  /system/libhwbinder/vts/performance/
Benchmark_throughput.cpp 199 int service_count,
209 for (int i = 0; i < service_count; i++) {
232 int target = rand() % service_count;
272 Pipe make_worker(int num, int iterations, int service_count, bool get_stub) {
280 worker_fx(num, iterations, service_count, get_stub,
  /system/core/init/
reboot.cpp 405 int service_count = 0; local
411 service_count = 0;
412 ServiceManager::GetInstance().ForEachService([&service_count](Service* s) {
419 service_count++;
423 if (service_count == 0) {
432 << " with remaining services:" << service_count; local
  /external/flatbuffers/grpc/src/compiler/
schema_interface.h 105 virtual int service_count() const = 0;
cpp_generator.cc 787 for (int i = 0; i < file->service_count(); ++i) {
    [all...]
  /external/flatbuffers/src/
idl_gen_grpc.cpp 176 int service_count() const { function in class:flatbuffers::FlatBufFile
206 for (int i = 0; i < file.service_count(); i++) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 68 new google::protobuf::scoped_ptr<ServiceGenerator>[file->service_count()]),
82 for (int i = 0; i < file->service_count(); i++) {
315 for (int i = 0; i < file_->service_count(); i++) {
366 for (int i = 0; i < file_->service_count(); i++) {
499 for (int i = 0; i < file_->service_count(); i++) {
    [all...]
cpp_helpers.h 209 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 301 for (int i = 0; i < file_->service_count(); i++) {
595 for (int i = 0; i < file_->service_count(); i++) {
java_helpers.h 199 return file->service_count() > 0 &&
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 106 if (file_->service_count() != 0) {
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 510 int service_count = ProgramOptions.instances; local
515 while (service_count--) {
576 int service_count = ProgramOptions.instances; local
601 while (service_count--) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 108 if (file_->service_count() != 0 && !params_.ignore_services()) {
  /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 157 return file->service_count() > 0 &&
531 for (int i = 0; i < file_->service_count(); ++i) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h     [all...]
descriptor_unittest.cc 301 ASSERT_EQ(1, foo_file_->service_count());
312 ASSERT_EQ(1, bar_file_->service_count());
    [all...]
descriptor.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 779 if (disallow_services_ && parsed_file->service_count() > 0) {
    [all...]

Completed in 1403 milliseconds

1 2