HomeSort by relevance Sort by last modified time
    Searched refs:GetComponent (Results 1 - 22 of 22) sorted by null

  /external/libweave/include/weave/
command.h 37 virtual const std::string& GetComponent() const = 0;
  /external/libweave/include/weave/test/
mock_command.h 25 MOCK_CONST_METHOD0(GetComponent, const std::string&());
  /external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.h 64 Component GetComponent(int32_t component_num) const;
composite_bitmap_glyph.cc 36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent(
  /external/libweave/src/commands/
command_queue.cc 47 command.second->GetComponent() == component_path) {
60 std::string key = GetCommandHandlerKey(command.second->GetComponent(),
83 std::string key = GetCommandHandlerKey(pair.first->second->GetComponent(),
command_instance.h 53 const std::string& GetComponent() const override;
command_instance_unittest.cc 59 EXPECT_EQ("comp1.comp2", instance->GetComponent());
command_instance.cc 75 const std::string& CommandInstance::GetComponent() const {
  /system/weaved/libweaved/
command.h 61 std::string GetComponent() const;
command.cc 76 std::string Command::GetComponent() const {
  /system/weaved/buffet/
binder_command_proxy.cc 57 android::binder::Status BinderCommandProxy::getComponent(
62 *component = ToString16(command->GetComponent());
binder_command_proxy_unittest.cc 67 EXPECT_CALL(*command_, GetComponent())
121 EXPECT_TRUE(GetCommandProxy()->getComponent(&result).isOk());
  /external/libweave/src/
component_manager_unittest.cc 735 EXPECT_EQ("comp1", command_instance->GetComponent());
745 EXPECT_EQ("comp2", command_instance->GetComponent());
    [all...]
component_manager_impl.cc 241 std::string component_path = command_instance->GetComponent();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsbackup.h     [all...]
vswriter.h 261 STDMETHOD_(HRESULT,GetComponent)(THIS_ UINT iComponent,IVssComponent **ppComponent) PURE;
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 339 details->set(4, accessors->GetComponent(ACCESSOR_GETTER));
340 details->set(5, accessors->GetComponent(ACCESSOR_SETTER));
    [all...]
runtime-object.cc 233 Handle<Object> getter(accessors->GetComponent(ACCESSOR_GETTER), isolate);
234 Handle<Object> setter(accessors->GetComponent(ACCESSOR_SETTER), isolate);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/v8/src/
objects.cc     [all...]
objects.h     [all...]

Completed in 204 milliseconds