HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 601 - 625 of 2171) sorted by null

<<21222324252627282930>>

  /sdk/emulator/skins/assets/
hwkeys_on.svg 12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
keyboard_off.svg 11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
keyboard_on.svg 11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  /system/media/camera/docs/
CameraMetadataEnums.mako 62 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
CameraMetadataKeys.mako 80 % for inner_namespace in get_children_by_filtering_kind(section, xml_name, 'namespaces'):
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 543 # in user namespaces
  /system/sepolicy/prebuilts/api/26.0/public/
vold.te 162 # vold needs to chroot into app namespaces to remount when runtime permissions change
  /system/sepolicy/prebuilts/api/27.0/private/
access_vectors 547 # in user namespaces
  /system/sepolicy/prebuilts/api/27.0/public/
vold.te 165 # vold needs to chroot into app namespaces to remount when runtime permissions change
  /system/sepolicy/prebuilts/api/28.0/private/
access_vectors 556 # in user namespaces
  /system/sepolicy/private/
access_vectors 556 # in user namespaces
  /toolchain/binutils/binutils-2.27/gold/
system.h 100 } } // Close namespaces.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 145 // Parameter namespaces, true [required] (default)
146 private final static int NAMESPACES = 0x1 << 8;
219 fFeatures |= NAMESPACES;
326 // namespaces
445 return ((fFeatures & NAMESPACES) != 0) ? Boolean.TRUE : Boolean.FALSE;
475 (fFeatures & NAMESPACES) != 0 &&
563 fFeatures = state ? fFeatures | NAMESPACES : fFeatures
564 & ~NAMESPACES;
565 // namespaces
    [all...]
  /external/clang/docs/
ClangFormatStyleOptions.rst 603 The indentation used for namespaces.
608 Don't indent in namespaces.
611 Indent only in inner namespaces (nested in other namespaces).
614 Indent in all namespaces.
  /external/clang/include/clang/Format/
Format.h 489 /// Don't indent in namespaces.
491 /// Indent only in inner namespaces (nested in other namespaces).
493 /// Indent in all namespaces.
497 /// \brief The indentation used for namespaces.
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 114 * parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-namespaces'>
115 * namespaces</a>" is set to <code>true</code> and an unbound namespace prefix is
206 * <dt><code>"namespaces"</code></dt>
210 * <dd>[<em>required</em>] (<em>default</em>) Perform the namespace processing as defined in [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>]
211 * and [<a href='http://www.w3.org/TR/2004/REC-xml-names11-20040204/'>XML Namespaces 1.1</a>]
  /external/libxml2/
runtest.c 3562 const xmlChar *namespaces[22]; local
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 800 PyObject* namespaces = Py_None; local
801 if (!PyArg_ParseTuple(args, "O|O:find", &tag, &namespaces))
804 if (checkpath(tag) || namespaces != Py_None)
806 elementpath_obj, "find", "OOO", self, tag, namespaces
836 PyObject* namespaces = Py_None; local
837 if (!PyArg_ParseTuple(args, "O|OO:findtext", &tag, &default_value, &namespaces))
840 if (checkpath(tag) || namespaces != Py_None)
842 elementpath_obj, "findtext", "OOOO", self, tag, default_value, namespaces
883 PyObject* namespaces = Py_None; local
884 if (!PyArg_ParseTuple(args, "O|O:findall", &tag, &namespaces))
922 PyObject* namespaces = Py_None; local
    [all...]
  /external/python/cpython3/Modules/
_elementtree.c 1162 namespaces: object = None
1168 PyObject *namespaces)
1174 if (checkpath(path) || namespaces != Py_None) {
1177 st->elementpath_obj, &PyId_find, "OOO", self, path, namespaces
1206 namespaces: object = None
1213 PyObject *namespaces)
1220 if (checkpath(path) || namespaces != Py_None)
1222 st->elementpath_obj, &PyId_findtext, "OOOO", self, path, default_value, namespaces
    [all...]
  /external/python/cpython2/Doc/
glossary.rst 553 The place where a variable is stored. Namespaces are implemented as
554 dictionaries. There are the local, global and built-in namespaces as well
555 as nested namespaces in objects (in methods). Namespaces support
558 namespaces. Namespaces also aid readability and maintainability by making
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Format/
Format.h 808 /// If it does not fit on a single line, the overflowing namespaces get
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Format/
Format.h 808 /// If it does not fit on a single line, the overflowing namespaces get
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Format/
Format.h 876 /// If it does not fit on a single line, the overflowing namespaces get
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Format/
Format.h 876 /// If it does not fit on a single line, the overflowing namespaces get
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Format/
Format.h 876 /// If it does not fit on a single line, the overflowing namespaces get
    [all...]

Completed in 3398 milliseconds

<<21222324252627282930>>