HomeSort by relevance Sort by last modified time
    Searched defs:element (Results 626 - 650 of 1193) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext.h 68 unsigned long element[4]; member in struct:_xmmreg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 103 __uint32_t element[4]; member in struct:_libc_xmmreg
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
sigcontext.h 50 unsigned long element[4]; member in struct:_xmmreg
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 112 Object element = it.next(); local
114 if (element instanceof IProject) {
115 project = (IProject) element;
116 } else if (element instanceof IAdaptable) {
117 project = (IProject) ((IAdaptable) element)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 57 import org.w3c.dom.Element;
73 /** Root node of the UI element hierarchy */
130 * Return the root node of the UI element hierarchy, which here
442 ElementDescriptor element = manifestDescriptor.getUsesSdkElement(); local
445 if (ui_node.getDescriptor() == element) {
451 mUiManifestNode.appendNewUiChild(element);
454 element = manifestDescriptor.getApplicationElement();
457 if (ui_node.getDescriptor() == element) {
463 mUiManifestNode.appendNewUiChild(element);
506 String name = ((Element) node).getAttributeNS(ANDROID_URI, ATTR_NAME)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 59 import org.w3c.dom.Element;
92 Element element = (Element) parameters.item(index); local
93 Parameter parameter = new Parameter(this, element);
195 Element element = (Element) formfactorDeclarations.item(0); local
196 String formFactor = element.getAttribute(ATTR_VALUE);
210 Element element = (Element) categories.item(0) local
426 Element element = (Element) elements.item(i); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 351 Object element = cell.getElement(); local
352 if (!(element instanceof Map.Entry<?, ?>)) {
356 Function f = (Function) ((Map.Entry<?, ?>) element).getKey();
357 PerCallStats stats = (PerCallStats) ((Map.Entry<?, ?>) element).getValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 45 import org.w3c.dom.Element;
80 protected static Element findElementById(Element root, String id) {
85 for (Element child : DomUtilities.getChildren(root)) {
86 Element result = findElementById(child, id);
95 protected static List<Element> getElements(Element root, String... ids) {
96 List<Element> selectedElements = new ArrayList<Element>();
98 Element element = findElementById(root, id) local
270 Element element = null; local
    [all...]
  /system/extras/ext4_utils/
allocate.c 74 struct xattr_list_element *element; local
75 for (element = aux_info.xattrs; element != NULL; element = element->next) {
76 if (element->inode == inode)
77 return element->header;
84 struct xattr_list_element *element = malloc(sizeof(struct xattr_list_element)); local
85 element->inode = inode;
86 element->header = header
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
BreakpointsSidebarPane.js 93 var element = document.createElement("li");
94 element.classList.add("cursor-pointer");
95 element.addEventListener("contextmenu", this._breakpointContextMenu.bind(this, breakpoint), true);
96 element.addEventListener("click", this._breakpointClicked.bind(this, uiLocation), false);
103 element.appendChild(checkbox);
106 element.appendChild(labelElement);
110 element.appendChild(snippetElement);
129 element._data = uiLocation;
132 if (currentElement._data && this._compareBreakpoints(currentElement._data, element._data) > 0)
136 this._addListElement(element, currentElement)
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 178 import org.w3c.dom.Element;
645 * Select the visual element corresponding to the given XML node
646 * @param xmlNode The Node whose element we want to select
787 Element element = editor.getUiRootNode().getXmlDocument().getDocumentElement(); local
2544 final UiElementNode element = (UiElementNode) mData[0]; local
2762 IJavaElement element = action.getCreatedElement(); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestDFAConversion.java 1766 int element = elements[i]; local
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 823 const std::string& element = *it; local
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 417 // Deletes and removes from v any element that exists in s.
421 T* element = *i; local
422 if (s.find(element) != s.end()) {
423 delete element;
    [all...]

Completed in 1622 milliseconds

<<21222324252627282930>>