Searched defs:get (Results 1 - 25 of 32) sorted by relevance

12

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglThreadInfo.cpp33 EglThreadInfo* EglThreadInfo::get(void) function in class:EglThreadInfo
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/
H A DApiHelper.java25 * Users should get use {@link ApiHelper#get()} to retrieve a singleton
35 public static ApiHelper get() { method in class:ApiHelper
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
H A DDeviceChoiceCache.java34 public static IDevice get(String launchConfigName) { method in class:DeviceChoiceCache
36 String deviceName = sDeviceUsedForLaunch.get(launchConfigName);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
H A DRuleLoader.java69 public static RuleLoader get(IProject project) { method in class:RuleLoader
87 /** Do not call; use the {@link #get} factory method instead. */
107 // to get updated view rule jars
H A DViewMetadataRepository.java81 public static ViewMetadataRepository get() { method in class:ViewMetadataRepository
103 /** Hidden constructor: Create via factory {@link #get()} instead */
262 fillPreference = fillTypes.get(fill);
271 renderMode = RenderMode.get(render);
361 ViewElementDescriptor descriptor = fqcnToDescriptor.get(fqcn);
545 ViewMetadataRepository repository = ViewMetadataRepository.get();
626 ViewData view = getClassToView().get(fqcn);
642 ViewData view = getClassToView().get(fqcn);
659 ViewData view = getClassToView().get(fqcn);
690 ViewData view = getClassToView().get(fqc
754 public static RenderMode get(String render) { method in class:ViewMetadataRepository.RenderMode
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
H A DProjectLintConfiguration.java56 public static ProjectLintConfiguration get(LintClient client, IProject project, method in class:ProjectLintConfiguration
61 return create(client, project, GlobalLintConfiguration.get(), true);
72 configuration = create(client, project, GlobalLintConfiguration.get(), false);
H A DGlobalLintConfiguration.java53 public static GlobalLintConfiguration get() { method in class:GlobalLintConfiguration
80 Severity severity = mSeverities.get(issue);
139 Severity severity = severities.get(issue);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
H A DEclipseXmlPrettyPrinter.java100 return prettyPrint(node, EclipseXmlFormatPreferences.create(), XmlFormatStyle.get(node),
176 public static XmlFormatStyle get(ResourceType resourceType) { method in class:EclipseXmlPrettyPrinter
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
H A DLocaleManager.java57 public static LocaleManager get() { method in class:LocaleManager
61 /** Use the {@link #get()} factory method */
137 region = sLanguageToCountry.get(language);
191 return LocaleManager.get().getFlag(language, region);
213 Image flagImage = mImageMap.get(base);
242 return sRegionNames.get(regionCode);
258 return sLanguageNames.get(languageCode);
1249 sLanguageToCountry.put("iw", sLanguageToCountry.get("he")); //$NON-NLS-1$ //$NON-NLS-2$
1250 sLanguageToCountry.put("in", sLanguageToCountry.get("id")); //$NON-NLS-1$ //$NON-NLS-2$
1251 sLanguageToCountry.put("ji", sLanguageToCountry.get("y
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DCustomViewFinder.java85 * use the {@link #get} factory method instead.
99 public static CustomViewFinder get(IProject project) { method in class:CustomViewFinder
189 CustomViewFinder finder = get(project);
307 // are not resolved, so we don't know for each parameter if we will get the
H A DRenderPreviewList.java64 public static RenderPreviewList get(@NonNull IProject project) { method in class:RenderPreviewList
H A DLayoutWindowCoordinator.java99 public static LayoutWindowCoordinator get(@NonNull IWorkbenchWindow window, boolean create) { method in class:LayoutWindowCoordinator
101 LayoutWindowCoordinator coordinator = sCoordinators.get(window);
308 // partClosed() doesn't get called when a window is closed unless it has
H A DIncludeFinder.java113 * use the {@link #get} factory method instead.
128 public static IncludeFinder get(IProject project) { method in class:IncludeFinder
157 return mIncludes.get(includer);
170 List<String> result = mIncludedBy.get(mapKey);
174 result = mIncludedBy.get(name);
199 List<String> result = mIncludedBy.get(mapKey);
203 result = mIncludedBy.get(name);
213 return mIncludedBy.get(included);
256 List<String> values = map.get(key);
627 List<String> oldIncludes = mIncludes.get(include
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
H A DGLListProperty.java63 public IGLProperty get(int index) { method in class:GLListProperty
64 return mList.get(index);
177 IGLProperty p = mList.get(i);
/sdk/emulator/opengl/host/libs/libOpenglRender/
H A DFBConfig.cpp74 fprintf(stderr,"Could not get EGL Display\n");
83 fprintf(stderr, "Could not get number of available configs\n");
125 const FBConfig *FBConfig::get(int p_config) function in class:FBConfig
154 fprintf(stderr,"Could not get EGL Display\n");
162 fprintf(stderr, "Could not get number of available configs\n");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
H A DManifestInfo.java129 * use the {@link #get} factory method instead.
138 * Clears the cached manifest information. The next get call on one of the
152 public static ManifestInfo get(IProject project) { method in class:ManifestInfo
478 return activities.get(0);
643 String matchText = document.get(match.getOffset(),
686 return mUsages.get(layoutName);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DParameter.java69 public static Type get(String name) { method in class:Parameter.Type
136 public static Constraint get(String name) { method in class:Parameter.Constraint
226 type = Type.get(typeName);
237 Constraint constraint = Constraint.get(s);
375 pkg = ManifestInfo.get(project).getPackage();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DTemplateHandlerTest.java96 * Flag used to quickly check each template once (for one version), to get
372 Option option = Option.get(element);
484 Option option = Option.get(element);
564 Object initial = values.parameters.get(parameter.id);
569 Option option = Option.get(element);
644 private static Option get(Element option) { method in class:TemplateHandlerTest.Option
881 Wait.WAIT_FOR_READERS, // we really want to make sure we get all the output!
895 Wait.WAIT_FOR_READERS, // we really want to make sure we get all the output!
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
H A DGridModel.java186 public static GridModel get( method in class:GridModel
190 if (viewObject != null && viewObject == sCachedViewObject.get()) {
191 GridModel model = sCachedViewModel.get();
210 return mChildViews.get(index);
483 * TODO: Consolidate with the algorithm in GridLayout to ensure we get the
494 // column numbers until we get to the column count of the grid, at which
511 declaredColumn = extraColumnsMap.get(declaredColumn);
554 declaredRow = extraRowsMap.get(declaredRow);
626 Object rowSpec = rowSpecField.get(layoutParams);
627 Object colSpec = colSpecField.get(layoutParam
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DRelativeLayoutConversionHelper.java134 // Study the layout and get information about how to place individual elements
250 Integer col = xToCol.get(view.getLeftEdge());
252 Integer end = xToCol.get(view.getRightEdge());
267 Integer row = yToRow.get(view.getTopEdge());
269 Integer end = yToRow.get(view.getBottomEdge());
405 Element child = children.get(index);
486 Element nextChild = children.get(index + 1);
1032 mRowList.get(view.mRow + i).get(view.mCol + j).add(view);
1063 public List<View> get(in method in class:RelativeLayoutConversionHelper.Grid
[all...]
/sdk/testapps/jarCheckTests1/app/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 8221 milliseconds

12