getName            42 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/GPACInstance.java             sb.append(incr).append(f.getName());
getName            82 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/extra/ConfigFileEditor.java                 String name = parser.getName();
getName           129 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/extra/ConfigFileEditor.java                 String name = parser.getName();
getName           146 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/extra/ConfigFileEditor.java                             attrDescription.append("<").append(parser.getName()).append(">");
getName           161 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/extra/ConfigFileEditor.java                             attrDescription.append("</").append(parser.getName()).append(">");
getName            52 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/extra/FileArrayAdapter.java         holder.title.setText(file.getName());
getName            88 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/extra/FileManager.java                         return rhs.getName().compareToIgnoreCase(lhs.getName());
getName            92 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/extra/FileManager.java                         return lhs.getName().compareToIgnoreCase(rhs.getName());
getName           177 applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/extra/FileManager.java         return file.getName().startsWith(".");
getName           111 extra_lib/include/avcap/Connector.h 		inline const std::string& getName() const 
getName            80 extra_lib/include/avcap/Control_avcap.h 		virtual const std::string& getName() const = 0;
getName           101 extra_lib/include/avcap/DeviceDescriptor.h 		virtual const std::string& getName() const = 0;
getName           170 extra_lib/include/avcap/FormatManager.h 		inline const std::string& getName() const
getName           120 extra_lib/include/avcap/Tuner_avcap.h 		virtual inline const std::string getName() const
getName            70 extra_lib/include/avcap/linux/AVC_DeviceDescriptor.h 		inline const std::string& getName() const
getName            74 extra_lib/include/avcap/linux/V4L1_Control.h 		virtual const std::string& getName() const;
getName            78 extra_lib/include/avcap/linux/V4L1_DeviceDescriptor.h 		virtual const std::string& getName() const;
getName            54 extra_lib/include/avcap/linux/V4L2_BoolControl.h 		virtual inline const std::string& getName() const
getName            55 extra_lib/include/avcap/linux/V4L2_BoolControl.h 			{ return mControlBase.getName(); }
getName            58 extra_lib/include/avcap/linux/V4L2_ButtonControl.h 		virtual inline const std::string& getName() const
getName            59 extra_lib/include/avcap/linux/V4L2_ButtonControl.h 			{ return mControlBase.getName(); }
getName            72 extra_lib/include/avcap/linux/V4L2_ControlBase.h 		inline const std::string& getName() const 
getName            54 extra_lib/include/avcap/linux/V4L2_CtrlClassControl.h 		virtual inline const std::string& getName() const
getName            55 extra_lib/include/avcap/linux/V4L2_CtrlClassControl.h 			{ return mControlBase.getName(); }
getName            68 extra_lib/include/avcap/linux/V4L2_DeviceDescriptor.h 		virtual const std::string& getName() const;
getName            60 extra_lib/include/avcap/linux/V4L2_IntControl.h 		virtual inline const std::string& getName() const
getName            61 extra_lib/include/avcap/linux/V4L2_IntControl.h 			{ return mControlBase.getName(); }
getName            57 extra_lib/include/avcap/linux/V4L2_MenuControl.h 		virtual inline const std::string& getName() const
getName            58 extra_lib/include/avcap/linux/V4L2_MenuControl.h 			{ return mControlBase.getName(); }
getName           101 extra_lib/include/avcap/linux/V4L2_Tuner.h 		inline const std::string getName() const
getName            75 extra_lib/include/avcap/osx/QT_Control.h 		virtual const std::string& getName() const;
getName            73 extra_lib/include/avcap/osx/QT_DeviceDescriptor.h 		virtual const std::string& getName() const;
getName            96 extra_lib/include/avcap/windows/DS_Control.h 		inline const std::string& getName() const
getName           137 extra_lib/include/avcap/windows/DS_Control.h 		virtual inline const std::string& getName() const
getName           138 extra_lib/include/avcap/windows/DS_Control.h 			{ return mControlBase.getName(); }
getName           171 extra_lib/include/avcap/windows/DS_Control.h 		virtual inline const std::string& getName() const
getName           172 extra_lib/include/avcap/windows/DS_Control.h 			{ return mControlBase.getName(); }
getName            73 extra_lib/include/avcap/windows/DS_DeviceDescriptor.h 		virtual inline const std::string& getName() const
getName           110 extra_lib/include/avcap/windows/DS_Tuner.h 		const std::string getName() const
getName           125 modules/avcap/avcap.cpp 		if (strstr((char *) dd->getName().c_str(), name) != NULL)
getName           619 src/scenegraph/vrml_smjs.c static JSBool SMJS_FUNCTION(getName)
getName          3372 src/scenegraph/vrml_smjs.c 			SMJS_FUNCTION_SPEC("getName", getName, 0),