HomeSort by relevance Sort by last modified time
    Searched refs:GetSignature (Results 1 - 25 of 34) sorted by null

1 2

  /external/libbrillo/brillo/dbus/
dbus_param_writer_unittest.cc 24 EXPECT_EQ("", message->GetSignature());
31 EXPECT_EQ("i", message->GetSignature());
33 EXPECT_EQ("is", message->GetSignature());
35 EXPECT_EQ("iso", message->GetSignature());
55 EXPECT_EQ("ivb", message->GetSignature());
75 EXPECT_EQ("", message->GetSignature());
86 EXPECT_EQ("i", message->GetSignature());
88 EXPECT_EQ("is", message->GetSignature());
90 EXPECT_EQ("iso", message->GetSignature());
114 EXPECT_EQ("ivb", message->GetSignature());
    [all...]
data_serialization.h 47 // - static std::string GetSignature();
143 return DBusType<T>::GetSignature();
193 inline static std::string GetSignature() {
212 inline static std::string GetSignature() { return DBUS_TYPE_BYTE_AS_STRING; }
229 inline static std::string GetSignature() { return DBUS_TYPE_INT16_AS_STRING; }
246 inline static std::string GetSignature() {
265 inline static std::string GetSignature() { return DBUS_TYPE_INT32_AS_STRING; }
282 inline static std::string GetSignature() {
301 inline static std::string GetSignature() { return DBUS_TYPE_INT64_AS_STRING; }
318 inline static std::string GetSignature() {
    [all...]
data_serialization_unittest.cc 150 EXPECT_EQ("y", message->GetSignature());
187 EXPECT_EQ("ybnqiuxtdso", message->GetSignature());
249 EXPECT_EQ("h", message->GetSignature());
283 EXPECT_EQ("vvvvvvvvvvvvv", message->GetSignature());
348 EXPECT_EQ("vvvvvvvvvvv", message->GetSignature());
397 EXPECT_EQ("ay", message->GetSignature());
412 EXPECT_EQ("ay", message->GetSignature());
427 EXPECT_EQ("as", message->GetSignature());
444 EXPECT_EQ("ax", message->GetSignature());
463 EXPECT_EQ("ao", message->GetSignature());
    [all...]
dbus_object.cc 118 << method_name << "(" << method_call->GetSignature() << ")";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
admex.h 64 virtual HRESULT WINAPI GetSignature(DWORD dwBufferSize,unsigned char *pbBuffer,DWORD *pdwMDRequiredBufferSize) = 0;
76 HRESULT (WINAPI *GetSignature)(IMSAdminReplication *This,DWORD dwBufferSize,unsigned char *pbBuffer,DWORD *pdwMDRequiredBufferSize);
90 #define IMSAdminReplication_GetSignature(This,dwBufferSize,pbBuffer,pdwMDRequiredBufferSize) (This)->lpVtbl->GetSignature(This,dwBufferSize,pbBuffer,pdwMDRequiredBufferSize)
activaut.h 444 virtual HRESULT STDMETHODCALLTYPE GetSignature(
561 HRESULT (STDMETHODCALLTYPE *GetSignature)(
608 #define IScriptEntry_GetSignature(This,ppti,piMethod) (This)->lpVtbl->GetSignature(This,ppti,piMethod)
679 return This->lpVtbl->GetSignature(This,ppti,piMethod);
920 HRESULT (STDMETHODCALLTYPE *GetSignature)(
    [all...]
adhoc.h 678 virtual HRESULT STDMETHODCALLTYPE GetSignature(
746 HRESULT (STDMETHODCALLTYPE *GetSignature)(
785 #define IDot11AdHocNetwork_GetSignature(This,pSignature) (This)->lpVtbl->GetSignature(This,pSignature)
    [all...]
wsdbase.h     [all...]
xpsdigitalsignature.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 32 static std::string GetSignature(const FunctionDecl *Target) {
101 DeclName = GetSignature(dyn_cast_or_null<FunctionDecl>(ND));
  /external/libchrome/dbus/
message.h 117 std::string GetSignature();
message.cc 263 AppendStringHeader("signature", GetSignature(), &headers);
334 std::string Message::GetSignature() {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 78 def GetSignature(self):
  /external/v8/src/wasm/
wasm-module-builder.h 249 FunctionSig* GetSignature(uint32_t index) { return signatures_[index]; }
wasm-module.h 320 FunctionSig* GetSignature(uint32_t index) {
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 506 resolved_method->GetName(), resolved_method->GetSignature());
544 resolved_method->GetName(), resolved_method->GetSignature());
568 resolved_method->GetName(), resolved_method->GetSignature());
    [all...]
  /art/runtime/mirror/
class.cc 465 if (name == method.GetName() && method.GetSignature() == signature) {
476 if (name == method.GetName() && signature == method.GetSignature()) {
552 if (name == np_method->GetName() && np_method->GetSignature() == signature) {
564 if (name == np_method->GetName() && signature == np_method->GetSignature()) {
700 DCHECK_STREQ(method.GetSignature().ToString().c_str(), "()V");
    [all...]
  /art/runtime/
art_method-inl.h 252 inline const Signature ArtMethod::GetSignature() {
art_method.cc 786 const Signature signature = m->GetSignature();
    [all...]
art_method.h 550 const Signature GetSignature() REQUIRES_SHARED(Locks::mutator_lock_);
debugger.h 289 static JDWP::JdwpError GetSignature(JDWP::RefTypeId ref_type_id, std::string* signature)
    [all...]
  /art/runtime/openjdkjvmti/
ti_method.cc 182 const art::Signature sig = art_method->GetSignature();
  /art/compiler/
image_test.cc 99 origin->GetSignature() == m.GetSignature()) {
  /external/pdfium/fxjs/
fxjs_v8.cpp 110 v8::Local<v8::Signature> GetSignature() {
301 m_isolate, pMethodCall, v8::Local<v8::Value>(), pObjDef->GetSignature());
  /art/runtime/jdwp/
jdwp_handler.cc 55 Dbg::GetSignature(ref_type_id, &signature);
521 JdwpError status = Dbg::GetSignature(refTypeId, &signature);
    [all...]

Completed in 1326 milliseconds

1 2