Searched refs:tagged_only (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/tools/grit/grit/format/ |
D | android_xml.py | 104 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))
|
D | android_xml_unittest.py | 89 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/ |
D | glxinit.c | 274 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/ |
D | glxinit.c | 274 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/ |
D | glxext.c | 367 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()
|
D | glxclient.h | 754 Bool tagged_only,
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | glxext.c | 367 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()
|
D | glxclient.h | 754 Bool tagged_only,
|