Searched refs:GetComponent (Results 1 - 22 of 22) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
H A Djawt.h260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo); member in struct:jawt
/external/libgdx/extensions/gdx-bullet/jni/jni-headers/
H A Djawt.h260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo); member in struct:jawt
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
H A Djawt.h260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo); member in struct:jawt
/external/libgdx/extensions/gdx-freetype/jni/jni-headers/
H A Djawt.h260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo); member in struct:jawt
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
H A Djawt.h260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo); member in struct:jawt
/external/libgdx/gdx/jni/jni-headers/
H A Djawt.h260 jobject (JNICALL *GetComponent)(JNIEnv* env, void* platformInfo); member in struct:jawt
/external/libweave/include/weave/
H A Dcommand.h37 virtual const std::string& GetComponent() const = 0;
/external/libweave/include/weave/test/
H A Dmock_command.h25 MOCK_CONST_METHOD0(GetComponent, const std::string&());
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h64 Component GetComponent(int32_t component_num) const;
H A Dcomposite_bitmap_glyph.cc36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent( function in class:sfntly::CompositeBitmapGlyph
/external/libweave/src/commands/
H A Dcommand_queue.cc47 command.second->GetComponent() == component_path) {
60 std::string key = GetCommandHandlerKey(command.second->GetComponent(),
83 std::string key = GetCommandHandlerKey(pair.first->second->GetComponent(),
H A Dcommand_instance.h53 const std::string& GetComponent() const override;
H A Dcommand_instance_unittest.cc59 EXPECT_EQ("comp1.comp2", instance->GetComponent());
H A Dcommand_instance.cc75 const std::string& CommandInstance::GetComponent() const { function in class:weave::CommandInstance
/external/libweave/src/
H A Dcomponent_manager_unittest.cc735 EXPECT_EQ("comp1", command_instance->GetComponent());
745 EXPECT_EQ("comp2", command_instance->GetComponent());
H A Dcomponent_manager_impl.cc241 std::string component_path = command_instance->GetComponent();
/external/v8/src/runtime/
H A Druntime-debug.cc389 AccessorPair::GetComponent(accessors, ACCESSOR_GETTER);
391 AccessorPair::GetComponent(accessors, ACCESSOR_SETTER);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2470 class GetComponent : public PrimitiveFunc<Signature<typename T::Element, T, int> > class in namespace:vkt::shaderexecutor::Functions
2473 typedef typename GetComponent::IRet IRet;
2485 const typename GetComponent::IArgs& iargs) const
2504 return app<GetComponent<T> >(container, constant(ndx));
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2491 class GetComponent : public PrimitiveFunc<Signature<typename T::Element, T, int> > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
2494 typedef typename GetComponent::IRet IRet;
2506 const typename GetComponent::IArgs& iargs) const
2525 return app<GetComponent<T> >(container, constant(ndx));
/external/v8/src/
H A Dobjects.cc7152 desc->set_get(AccessorPair::GetComponent(accessors, ACCESSOR_GETTER));
7154 desc->set_set(AccessorPair::GetComponent(accessors, ACCESSOR_SETTER));
10143 Handle<Object> AccessorPair::GetComponent(Handle<AccessorPair> accessor_pair, function in class:v8::internal::AccessorPair
H A Dbuiltins.cc1774 return *AccessorPair::GetComponent(
H A Dobjects.h10439 static Handle<Object> GetComponent(Handle<AccessorPair> accessor_pair,

Completed in 562 milliseconds