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

1 2

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 66 const std::string &directive = ".jmptable");
194 const std::string &directive) {
200 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...]
  /build/kati/
stmt.h 87 AssignDirective directive; member in struct:AssignStmt
parser.cc 45 StringPiece line, StringPiece directive);
256 stmt->directive = current_directive_;
261 void ParseInclude(StringPiece line, StringPiece directive) {
265 stmt->should_exist = directive[0] == 'i';
292 WARN("%s:%d: extraneous text after `endef' directive", LOCF(loc_));
304 stmt->directive = current_directive_;
318 void ParseIfdef(StringPiece line, StringPiece directive) {
321 stmt->op = directive[2] == 'n' ? CondOp::IFNDEF : CondOp::IFDEF;
362 WARN("%s:%d: extraneous text after `ifeq' directive", LOCF(loc_));
368 void ParseIfeq(StringPiece line, StringPiece directive) {
492 StringPiece directive = GetDirective(line); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-sh-symbian.c 50 fprintf (stderr, "Corrupt directive: %s\n", m); \
68 fprintf (stderr, "Corrupt directive: %s\n", m); \
88 fprintf (stderr, "Corrupt directive: %s\n", m); \
129 _bfd_error_handler (_("%B: IMPORT AS directive for %s conceals previous IMPORT AS"),
198 /* Process any magic embedded commands in the .directive. section.
213 char * directive = s; local
237 /* Skip the IMPORT directive. */
246 /* We have reached the end of the .directive section
266 IMPORT AS directive, otherwise we have an IMPORT directive. *
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.c 160 seh_validate_seg (const char *directive)
168 directive, nseg_name, cseg_name);
236 verify_context (const char *directive)
240 as_bad (_("%s used outside of .seh_proc block"), directive);
250 verify_context_and_target (const char *directive, seh_kind target)
254 as_warn (_("%s ignored for this target"), directive);
258 return verify_context (directive);
524 seh_x64_read_reg (const char *directive, int kind)
566 as_bad (_("invalid register for %s"), directive);
611 const char *directive = (what == 1 ? ".seh_savereg" : ".seh_savexmm")
609 const char *directive = (what == 1 ? ".seh_savereg" : ".seh_savexmm"); local
    [all...]
tc-nios2.c 533 /* Handle the .sdata directive. */
547 char *directive = input_line_pointer;
554 trying a directive. This prevents
562 if (!strcmp (directive, "noat"))
564 else if (!strcmp (directive, "at"))
566 else if (!strcmp (directive, "nobreak"))
568 else if (!strcmp (directive, "break"))
570 else if (!strcmp (directive, "norelax"))
572 else if (!strcmp (directive, "relaxsection"))
574 else if (!strcmp (directive, "relaxall")
544 char *directive = input_line_pointer; local
    [all...]
tc-xtensa.c 444 /* Directive functions. */
1044 directiveE directive; member in struct:state_stackS_struct
1150 directiveE directive; local
1231 directiveE directive; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1144 OutputDirective directive; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 656 throw new SemanticException(input, "The file must contain a .class directive");
661 throw new SemanticException(input, "The file must contain a .super directive");
2072 Token directive=null; local
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 1143 milliseconds

1 2