Home
last modified time | relevance | path

Searched refs:PRAGMA (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/http/
Dhttp_atom_list.h44 HTTP_ATOM(PRAGMA)
/external/guava/guava/src/com/google/common/net/
DHttpHeaders.java51 public static final String PRAGMA = "Pragma"; field in HttpHeaders
/external/mesa3d/src/glsl/
Dglsl_lexer.lpp86 %x PP PRAGMA
148 ^{SPC}#{SPC}pragma{SPCP} { BEGIN PRAGMA; }
150 <PRAGMA>\n { BEGIN 0; yylineno++; yycolumn = 0; }
151 <PRAGMA>. { }
Dglsl_lexer.cpp1062 #define PRAGMA 2 macro
1481 { BEGIN PRAGMA; }
2532 case YY_STATE_EOF(PRAGMA):
/external/webkit/Source/WebCore/
DChangeLog-2007-10-148899 open instead of trying to run a PRAGMA on it!
11021 …This is mainly accomplished by exposing the "PRAGMA integrity_check;" facilities of sqlite through…
DChangeLog-2008-08-1070732 This also involved enhancing the ability to install/remove the authorizer to run the PRAGMA
DChangeLog-2009-06-1658650 PRAGMA user_version.