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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.cpp 696 String message = "Ignoring duplicate Content-Security-Policy directive '" + name + "'.\n";
730 String ignoring = "The fragment identifier, including the '#', will be ignored."; local
732 ignoring = "The query component, including the '?', will be ignored.";
733 String message = "The source list for Content Security Policy directive '" + directiveName + "' contains a source with an invalid path: '" + value + "'. " + ignoring;
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 79 char *ignoring; /* Are we ignoring or interpreting? member in struct:conditionals
292 if (conditionals->ignoring)
293 free (conditionals->ignoring);
466 int ignoring = 0, in_ignored_define = 0;
547 if (ignoring)
610 /* It can't be a preprocessor token so skip it if we're ignoring */
611 if (ignoring)
618 ignoring anything, since they control what we will do with
629 ignoring = i
462 int ignoring = 0, in_ignored_define = 0; local
    [all...]

Completed in 86 milliseconds