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

1 2

  /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/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
jawt.h 260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo);
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/
jawt.h 260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
jawt.h 260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo);
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/
jawt.h 260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo);
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
jawt.h 260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo);
  /external/libgdx/gdx/jni/jni-headers/
jawt.h 260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo);
  /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 389 AccessorPair::GetComponent(accessors, ACCESSOR_GETTER);
391 AccessorPair::GetComponent(accessors, ACCESSOR_SETTER);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 1719 milliseconds

1 2