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

/external/chromium-trace/trace-viewer/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.
84 // Get the handler for this token. If there is no handler, ignore the pragma.
102 /// HandlePragmaDirective - The "\#pragma" directive has been parsed. Lex the
103 /// rest of the pragma, passing it to the registered pragma handlers.
114 // Invoke the first level of pragma handlers which reads the namespace id.
118 // If the pragma handler didn't read the rest of the line, consume it now.
167 // In that case we don't actually "activate" the pragma now, we only lex it
169 // we activate the pragma whenever we encounter the tokens again in the token
179 // Remember the pragma toke
1338 PragmaRegionHandler(const char *pragma) argument
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 144 milliseconds