Home
last modified time | relevance | path

Searched refs:tagged_only (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/tools/grit/grit/format/
Dandroid_xml.py104 tagged_only = _TAGGED_ONLY_DEFAULT
106 tagged_only = os.environ[_TAGGED_ONLY_ENV_VAR].lower()
107 if tagged_only == 'true':
108 tagged_only = True
109 elif tagged_only == 'false':
110 tagged_only = False
113 'true or false. Invalid value: %s' % tagged_only)
117 if ShouldOutputNode(item, tagged_only):
123 def ShouldOutputNode(node, tagged_only): argument
131 (not tagged_only or _EMIT_TAG in node.formatter_data))
Dandroid_xml_unittest.py89 self.assertTrue(android_xml.ShouldOutputNode(msg_hello, tagged_only=True))
90 self.assertFalse(android_xml.ShouldOutputNode(msg_world, tagged_only=True))
91 self.assertTrue(android_xml.ShouldOutputNode(msg_hello, tagged_only=False))
92 self.assertTrue(android_xml.ShouldOutputNode(msg_world, tagged_only=False))
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dglxinit.c274 const INT32 * bp, Bool tagged_only, in __glXInitializeVisualConfigFromTags() argument
279 if (!tagged_only) { in __glXInitializeVisualConfigFromTags()
469 int screen, GLboolean tagged_only) in createConfigsFromProperties() argument
503 tagged_only, GL_TRUE); in createConfigsFromProperties()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
Dglxinit.c274 const INT32 * bp, Bool tagged_only, in __glXInitializeVisualConfigFromTags() argument
279 if (!tagged_only) { in __glXInitializeVisualConfigFromTags()
469 int screen, GLboolean tagged_only) in createConfigsFromProperties() argument
503 tagged_only, GL_TRUE); in createConfigsFromProperties()
/external/mesa3d/src/glx/
Dglxext.c367 const INT32 * bp, Bool tagged_only, in __glXInitializeVisualConfigFromTags() argument
372 if (!tagged_only) { in __glXInitializeVisualConfigFromTags()
595 int screen, GLboolean tagged_only) in createConfigsFromProperties() argument
638 tagged_only, GL_TRUE); in createConfigsFromProperties()
Dglxclient.h754 Bool tagged_only,
/external/chromium_org/third_party/mesa/src/src/glx/
Dglxext.c367 const INT32 * bp, Bool tagged_only, in __glXInitializeVisualConfigFromTags() argument
372 if (!tagged_only) { in __glXInitializeVisualConfigFromTags()
595 int screen, GLboolean tagged_only) in createConfigsFromProperties() argument
638 tagged_only, GL_TRUE); in createConfigsFromProperties()
Dglxclient.h754 Bool tagged_only,