Searched defs:pragma (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/typ/typ/
H A D__main__.py15 import sys # pragma: no cover namespace
17 from typ import main # pragma: no cover namespace
20 if __name__ == '__main__': # pragma: no cover
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dresponse.py254 if PY3: # pragma: no cover
356 pass # pragma: no cover (no idea why necessary, it's hit)
546 pragma = header_getter('Pragma', '14.32') variable in class:Response
933 self.pragma = 'no-cache'
938 self.pragma = None
1249 if PY3: # pragma: no cover
H A Drequest.py155 if PY3: # pragma: no cover
185 if PY3: # pragma: no cover
231 if PY3: # pragma: no cover
797 if PY3: # pragma: no cover
1108 pragma = environ_getter('HTTP_PRAGMA', None, '14.32') variable in class:BaseRequest
1473 elif isinstance(data, text_type): # pragma: no cover
1695 if PY3: # pragma: no cover
1714 if PY3: # pragma: no cover
/external/clang/lib/Lex/
H A DPragma.cpp11 // pragma related methods of the Preprocessor class.
85 // Get the handler for this token. If there is no handler, ignore the pragma.
103 /// HandlePragmaDirective - The "\#pragma" directive has been parsed. Lex the
104 /// rest of the pragma, passing it to the registered pragma handlers.
115 // Invoke the first level of pragma handlers which reads the namespace id.
119 // If the pragma handler didn't read the rest of the line, consume it now.
168 // In that case we don't actually "activate" the pragma now, we only lex it
170 // we activate the pragma whenever we encounter the tokens again in the token
180 // Remember the pragma toke
1415 PragmaRegionHandler(const char *pragma) argument
[all...]
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 397 milliseconds