HomeSort by relevance Sort by last modified time
    Searched defs:directive (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 66 const std::string &directive = ".jmptable");
193 const std::string &directive) {
199 O << "\t" << directive << " "; local
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 104 * The "s-maxage" directive is the max age for shared caches. Not to be
106 * this directive is not honored by this cache.
189 String directive = value.substring(tokenStart, pos).trim(); local
215 if ("no-cache".equalsIgnoreCase(directive)) {
217 } else if ("no-store".equalsIgnoreCase(directive)) {
219 } else if ("max-age".equalsIgnoreCase(directive)) {
221 } else if ("s-maxage".equalsIgnoreCase(directive)) {
223 } else if ("private".equalsIgnoreCase(directive)) {
225 } else if ("public".equalsIgnoreCase(directive)) {
227 } else if ("must-revalidate".equalsIgnoreCase(directive)) {
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
CacheControl.java 106 * The "s-maxage" directive is the max age for shared caches. Not to be
108 * this directive is not honored by this cache.
191 String directive = value.substring(tokenStart, pos).trim(); local
217 if ("no-cache".equalsIgnoreCase(directive)) {
219 } else if ("no-store".equalsIgnoreCase(directive)) {
221 } else if ("max-age".equalsIgnoreCase(directive)) {
223 } else if ("s-maxage".equalsIgnoreCase(directive)) {
225 } else if ("private".equalsIgnoreCase(directive)) {
227 } else if ("public".equalsIgnoreCase(directive)) {
229 } else if ("must-revalidate".equalsIgnoreCase(directive)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 66 const std::string &directive = ".jmptable");
208 const std::string &directive) {
214 O << "\t" << directive << " "; local
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 64 const std::string &directive = ".jmptable");
189 const std::string &directive) {
195 O << "\t" << directive << " "; local
  /build/kati/
stmt.h 94 AssignDirective directive; member in struct:AssignStmt
parser.cc 45 StringPiece directive);
281 stmt->directive = current_directive_;
287 void ParseInclude(StringPiece line, StringPiece directive) {
291 stmt->should_exist = directive[0] == 'i';
310 StringPiece directive = GetDirective(line); local
311 if (directive == "define")
313 else if (directive == "endef")
324 WARN_LOC(loc_, "extraneous text after `endef' directive");
336 stmt->directive = current_directive_;
350 void ParseIfdef(StringPiece line, StringPiece directive) {
522 StringPiece directive = GetDirective(line); local
    [all...]
  /external/turbine/java/com/google/turbine/binder/
ModuleBinder.java 112 for (ModDirective directive : module.module().directives()) {
113 switch (directive.directiveKind()) {
116 ModRequires require = (ModRequires) directive;
122 exports.add(bindExports((ModExports) directive));
125 opens.add(bindOpens((ModOpens) directive));
128 uses.add(bindUses((ModUses) directive));
131 provides.add(bindProvides((ModProvides) directive));
134 throw new AssertionError(directive.kind());
164 private RequireInfo bindRequires(ModRequires directive) {
165 String moduleName = directive.moduleName()
    [all...]
  /external/python/cpython3/Lib/test/
test_clinic.py 91 def directive(self, name, args): member in class:FakeClinic
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
DirectiveParser.cpp 98 static bool isConditionalDirective(DirectiveType directive)
100 switch (directive)
114 // Returns true if the token represents End Of Directive.
268 // Empty Directive.
272 DirectiveType directive = getDirective(token); local
276 if (skipping() && !isConditionalDirective(directive))
282 switch(directive)
934 DirectiveType directive = getDirective(token); local
937 switch (directive)
  /external/turbine/java/com/google/turbine/tree/
Pretty.java 550 for (ModDirective directive : modDecl.directives()) {
551 directive.accept(this, null);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1314 OutputDirective directive; local
    [all...]
  /external/skia/src/sksl/
SkSLParser.cpp 142 /* (directive | section | declaration)* END_OF_FILE */
149 case Token::DIRECTIVE: {
150 std::unique_ptr<ASTDeclaration> decl = this->directive();
250 /* DIRECTIVE(#version) INT_LITERAL ("es" | "compatibility")? |
251 DIRECTIVE(#extension) IDENTIFIER COLON IDENTIFIER */
252 std::unique_ptr<ASTDeclaration> Parser::directive() { function in class:SkSL::Parser
254 if (!this->expect(Token::DIRECTIVE, "a directive", &start)) {
283 this->error(start, "unsupported directive '" + this->text(start) + "'");
    [all...]
  /external/skqp/src/sksl/
SkSLParser.cpp 141 /* (directive | section | declaration)* END_OF_FILE */
148 case Token::DIRECTIVE: {
149 std::unique_ptr<ASTDeclaration> decl = this->directive();
249 /* DIRECTIVE(#version) INT_LITERAL ("es" | "compatibility")? |
250 DIRECTIVE(#extension) IDENTIFIER COLON IDENTIFIER */
251 std::unique_ptr<ASTDeclaration> Parser::directive() { function in class:SkSL::Parser
253 if (!this->expect(Token::DIRECTIVE, "a directive", &start)) {
282 this->error(start, "unsupported directive '" + this->text(start) + "'");
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 643 throw new SemanticException(input, "The file must contain a .class directive");
648 throw new SemanticException(input, "The file must contain a .super directive");
2055 Token directive=null; local
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
struts2-core-2.2.1.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
kotlin-main-kts.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 2008 milliseconds