HomeSort by relevance Sort by last modified time
    Searched defs:method_name (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/dbus/
liveness_service_provider.cc 30 const std::string& method_name,
34 << method_name; local
screen_lock_service_provider.cc 35 const std::string& method_name,
39 << method_name; local
display_power_service_provider.cc 42 const std::string& method_name,
46 << method_name; local
printer_service_provider.cc 112 const std::string& method_name,
116 << method_name; local
118 DVLOG(1) << "Method exported: " << interface_name << "." << method_name; local
proxy_resolution_service_provider.cc 214 const std::string& method_name,
218 << method_name; local
220 VLOG(1) << "Method exported: " << interface_name << "." << method_name; local
  /external/chromium_org/chrome/installer/util/
wmi.cc 54 const std::wstring& method_name,
59 base::win::ScopedBstr b_method_name(method_name.c_str());
102 const wchar_t method_name[] = L"Create"; local
104 if (!WMI::CreateClassMethodObject(wmi_local, class_name, method_name,
115 base::win::ScopedBstr(method_name),
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_service_provider.cc 222 const std::string& method_name,
225 << interface_name << "." << method_name; local
bluetooth_profile_service_provider.cc 180 const std::string& method_name,
183 << interface_name << "." << method_name; local
bluetooth_agent_service_provider.cc 327 const std::string& method_name,
330 << interface_name << "." << method_name; local
bluetooth_gatt_characteristic_service_provider.cc 324 const std::string& method_name,
327 << interface_name << "." << method_name; local
bluetooth_gatt_descriptor_service_provider.cc 321 const std::string& method_name,
324 << interface_name << "." << method_name; local
cryptohome_client.cc 713 const char* method_name = cryptohome::kCryptohomeCheckKeyEx; variable
715 method_name);
733 const char* method_name = cryptohome::kCryptohomeMountEx; variable
735 method_name);
753 const char* method_name = cryptohome::kCryptohomeAddKeyEx; variable
755 method_name);
773 const char* method_name = cryptohome::kCryptohomeUpdateKeyEx; variable
775 method_name);
793 const char* method_name = cryptohome::kCryptohomeRemoveKeyEx; variable
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.cc 117 const char* method_name; local
123 &method_name,
129 if (!IsValidIdentifierString(method_name, NULL)) {
135 new MethodInfo(NULL, method_name, input_types, output_types, i);
140 methods_[method_name] = method_info;
144 bool SrpcClient::HasMethod(const nacl::string& method_name) {
145 bool has_method = (NULL != methods_[method_name]);
147 "SrpcClient::HasMethod (this=%p, method_name='%s', return %d)\n",
148 static_cast<void*>(this), method_name.c_str(), has_method));
152 bool SrpcClient::InitParams(const nacl::string& method_name,
    [all...]
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 64 passed_methods->method_name;
109 char const * method_name = ((string)method_it->second).c_str(); local
122 << method_name << ", method signature = "
129 int cnt = strlen(method_name) + strlen(class_signature.c_str()) +
133 strncat(buf, method_name, cnt - strlen(buf) - 1);
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 121 char * method_name = NULL; local
163 err = (*jvmti)->GetMethodName(jvmti, method, &method_name,
171 declaring_class, class_signature, method_name,
176 int cnt = strlen(method_name) + strlen(class_signature) +
180 strncat(buf, method_name, cnt - strlen(buf) - 1);
196 (*jvmti)->Deallocate(jvmti, (unsigned char *)method_name);
  /art/runtime/quick/
inline_method_analyser.cc 140 const char* method_name = ref.dex_file->GetMethodName(method_id); local
141 return strncmp(method_name, "access$", strlen("access$")) == 0;
  /external/chromium_org/dbus/
test_service.cc 164 const std::string& method_name,
168 << method_name; local
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.cc 206 const char* method_name; member in struct:__anon16377
219 strncmp(begin, supported_methods[i].method_name,
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.h 197 char* method_name; member in struct:_iJIT_Method_NIDS
222 char* method_name; member in struct:_iJIT_Method_Load
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 158 char* method_name; member in struct:_iJIT_Method_NIDS
183 char* method_name; member in struct:_iJIT_Method_Load
  /external/ppp/pppd/
ccp.c 219 static char *method_name __P((ccp_options *, ccp_options *));
1356 method_name(opt, opt2) function
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 462 std::string method_name; local
463 if (!dictionary->GetString("method", &method_name))
472 OnEvent::Create(debuggee_, method_name, params));
  /art/runtime/
profiler.cc 584 std::string method_name = PrettyMethod(method); local
595 PreviousProfile::iterator pi = previous_.find(method_name);
600 os << StringPrintf("%s/%u/%u\n", method_name.c_str(), count, method_size);
610 std::string method_name = PrettyMethod(method.dex_method_index, *(method.dex_file)); local
635 PreviousProfile::iterator pi = previous_.find(method_name);
660 os << StringPrintf("%s/%u/%u/[%s]\n", method_name.c_str(), total_count,
875 bool ProfileFile::GetProfileData(ProfileFile::ProfileData* data, const std::string& method_name) {
876 ProfileMap::iterator i = profile_map_.find(method_name);
thread.cc 1582 const char* method_name = method->GetName(); local
    [all...]
class_linker.cc 2848 const char* method_name = dex_file.StringDataByIdx(method_id.name_idx_); local
    [all...]

Completed in 817 milliseconds

1 2