Searched defs:location (Results 126 - 150 of 858) sorted by last modified time

1234567891011>>

/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.h40 IcuToolErrorCode(const char *loc) : location(loc) {}
45 const char *location; member in class:IcuToolErrorCode
/external/iptables/include/linux/netfilter/
H A Dxt_u32.h30 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp1146 // Try all specific names and exemplar location names
1318 UnicodeString location;
1322 fTimeZoneNames->getExemplarLocationName(UnicodeString(canonicalID), location);
1324 if (location.length() > 0) {
1325 name.setTo(location);
1327 // Use "unknown" location
1328 fTimeZoneNames->getExemplarLocationName(UnicodeString(UNKNOWN_ZONE_ID), location); variable
1329 if (location.length() > 0) {
1330 name.setTo(location);
H A Dtzgnames.cpp61 * Hash function for partial location name hash key
76 * Comparer for partial location name hash key
540 // Construct location name
592 // gEmpty to indicate - no location name available
719 // Check if we need to use a partial location format.
736 // Now we need to use a partial location format
797 UnicodeString location; local
810 fLocaleDisplayNames->regionDisplayName(countryCode, location);
813 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, location);
816 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, location);
[all...]
/external/gtest/src/
H A Dgtest.cc2013 const char* location) {
2016 exception_code << std::setbase(10) << " thrown in " << location << ".";
2029 const char* location) {
2036 message << " thrown in " << location << "."; local
2060 T* object, Result (T::*method)(), const char* location) {
2070 GetExceptionCode(), location);
2077 (void)location;
2087 T* object, Result (T::*method)(), const char* location) {
2114 return HandleSehExceptionsInMethodIfSupported(object, method, location);
2123 FormatCxxExceptionMessage(e.what(), location));
2012 FormatSehExceptionMessage(DWORD exception_code, const char* location) argument
2028 FormatCxxExceptionMessage(const char* description, const char* location) argument
2059 HandleSehExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
2086 HandleExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
3314 const string location = internal::FormatCompilerIndependentFileLocation( local
[all...]
/external/glide/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/freetype/include/internal/
H A Dpsaux.h227 T1_FieldLocation location; member in struct:T1_FieldRec_
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java253 * @return <code>true</code> if given docking location is valid.
255 private boolean isValidDockLocation(int location) { argument
256 return (location & m_validDockLocations) == location;
260 * @return current docking location.
267 * Sets new docking location.
600 Point location = container.toControl(event2.x, event2.y);
603 if (location.y < h3 && isValidDockLocation(IFlyoutPreferences.DOCK_NORTH)) {
609 } else if (location.y > 2 * h3 && isValidDockLocation(IFlyoutPreferences.DOCK_SOUTH)) {
615 } else if (location
999 DockAction(String text, int location) argument
[all...]
H A DIFlyoutPreferences.java44 * @return the docking location - {@link #DOCK_WEST}, {@link #DOCK_EAST}, {@link #DOCK_NORTH} or
65 * Sets the docking location.
67 void setDockLocation(int location); argument
H A DMemoryFlyoutPreferences.java52 public void setDockLocation(int location) { argument
53 m_dockLocation = location;
H A DPluginFlyoutPreferences.java47 public void initializeDefaults(int location, int state, int width) { argument
48 m_store.setDefault(m_dockLocationKey, location);
70 public void setDockLocation(int location) { argument
71 m_store.setValue(m_dockLocationKey, location);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java194 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java51 Point location) throws Exception {
49 activate(final PropertyTable propertyTable, final Property property, Point location) argument
H A DAbstractComboPropertyEditor.java45 public boolean activate(final PropertyTable propertyTable, final Property property, Point location) argument
H A DAbstractTextPropertyEditor.java158 public boolean activate(final PropertyTable propertyTable, final Property property, Point location) argument
H A DBooleanObjectPropertyEditor.java84 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
87 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
95 public void doubleClick(Property property, Point location) throws Exception { argument
H A DBooleanPropertyEditor.java82 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
85 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
93 public void doubleClick(Property property, Point location) throws Exception { argument
H A DPropertyEditor.java61 * @param location
62 * the mouse location, if editor is activated using mouse click, or <code>null</code> if
69 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
96 * @param location
97 * the mouse location, relative to editor
99 public void doubleClick(Property property, Point location) throws Exception { argument
H A DTextDialogPropertyEditor.java50 public boolean activate(PropertyTable propertyTable, Property property, Point location) argument
53 if (location == null) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java544 * @param location
545 * the mouse location, if editor is activated using mouse click, or <code>null</code> if
548 public void activateEditor(Property property, Point location) { argument
555 if (editor.activate(this, property, location)) {
695 * @return the <code>X</code> position for first pixel of {@link PropertyInfo} title (location of
732 * @return the index in {@link #m_properties} corresponding given <code>y</code> location.
766 * @return the location relative to the value part of property.
924 * @return the location of state image (plus/minus) for given {@link Property}.
938 * @return the location of state image (plus/minus) for given {@link Property}.
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DSuppressableTask.java80 public static BuildException newBuildException (final String msg, final Location location) argument
86 return new BuildException (prefixedMsg, location);
89 public static BuildException newBuildException (final String msg, final Throwable cause, final Location location) argument
95 return new BuildException (prefixedMsg, cause, location);
/external/emma/lib/
H A Demma_ant.jar ... .String, org.apache.tools.ant.Location) String msg org.apache.tools.ant. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 395 milliseconds

1234567891011>>