/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ContentSecurityPolicy.cpp | [all...] |
/external/chromium_org/v8/test/preparser/ |
strict-octal-use-strict-after.js | 28 // Strict mode with octal escape in string/directive prologue looking like 29 // "use strict", after "use strict" directive.
|
strict-octal-use-strict-before.js | 28 // Strict mode with octal escape in string/directive prologue looking like 29 // "use strict, before "use strict" directive.
|
/external/v8/test/preparser/ |
strict-octal-use-strict-after.js | 28 // Strict mode with octal escape in string/directive prologue looking like 29 // "use strict", after "use strict" directive.
|
strict-octal-use-strict-before.js | 28 // Strict mode with octal escape in string/directive prologue looking like 29 // "use strict, before "use strict" directive.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_time.py | 32 for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'H', 'I', 35 format = ' %' + directive 111 for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'H', 'I', 114 format = '%' + directive
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_time.py | 32 for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'H', 'I', 35 format = ' %' + directive 111 for directive in ('a', 'A', 'b', 'B', 'c', 'd', 'H', 'I', 114 format = '%' + directive
|
/external/llvm/test/MC/ARM/ |
eh-directive-handlerdata.s | 4 @ Check the .handlerdata directive (without .personality directive)
|
eh-directive-vsave.s | 4 @ Check the .vsave directive 6 @ The .vsave directive records the VFP registers which are pushed to the
|
eh-directive-save.s | 4 @ Check the .save directive 6 @ The .save directive records the GPR registers which are pushed to the 14 @ If register list specifed by .save directive is possible to be encoded
|
eh-directive-integrated-test.s | 1 @ Integrated test for ARM unwind directive parser and assembler.
|
eh-directive-setfp.s | 4 @ Check for .setfp directive. 6 @ The .setfp directive will track the offset between the frame pointer and
|
/external/llvm/lib/Target/XCore/ |
XCoreAsmPrinter.cpp | 62 const std::string &directive = ".jmptable"); 191 const std::string &directive) { 197 O << "\t" << directive << " "; local
|
/bionic/libc/kernel/tools/ |
cpp.py | 932 self.throw( BadExpectedToken, "missing right-paren after 'defined' directive") [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
eventsview.js | 245 * Looks for the first occurence of |directive|:parameter in |sourceText|. 249 * |remainingText| - |sourceText| with |directive|:parameter removed, 255 EventsView.prototype.parseDirective_ = function(sourceText, directive) { 257 // whether or not the directive is at the start of the string. 259 regExp = new RegExp('\\s+' + directive + ':(\\S*)\\s*', 'i'); 277 directive) { 278 var matchInfo = this.parseDirective_(sourceText, directive); 282 // Remove any leading or trailing '-' from the directive. 291 * |doSortBackwards_|as needed. Note only the last valid sort directive 350 var directive = directives[i] [all...] |
/cts/tools/dasm/src/dasm/ |
Scanner.java | 102 * Holds new variables defined by .set directive 285 // keyword or directive? 461 // directive? 468 if (charBuf.charAt(0) != '.') // directive? 470 throw new DasmError("Unknown directive or bad number format");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_strptime.py | 138 for offset,directive in ((0,'%c'), (1,'%x'), (2,'%X')): 151 if '00' in time.strftime(directive, time_tuple): 221 def __seqToRE(self, to_convert, directive): 222 """Convert a list to a regex string for matching a directive. 237 regex = '(?P<%s>%s' % (directive, regex) 279 # If we are dealing with the %U directive (week starts on Sunday), it's 316 raise ValueError("'%s' is a bad directive in format '%s'" %
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_strptime.py | 138 for offset,directive in ((0,'%c'), (1,'%x'), (2,'%X')): 151 if '00' in time.strftime(directive, time_tuple): 221 def __seqToRE(self, to_convert, directive): 222 """Convert a list to a regex string for matching a directive. 237 regex = '(?P<%s>%s' % (directive, regex) 279 # If we are dealing with the %U directive (week starts on Sunday), it's 316 raise ValueError("'%s' is a bad directive in format '%s'" %
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 1090 OutputDirective directive; local [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 1016 OutputDirective directive; local 1017 directive.name = name; 1019 directive.generator = NULL; 1021 directive.generator = generator_info->generator; [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
ResourceResponse.cpp | 350 // RFC2616 14.9.1: A no-cache directive with a value is only meaningful for proxy caches. 360 // First max-age directive wins if there are multiple ones. 635 // Get directive name, parse right hand side of equal sign, then add to map 636 String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace()); local 645 result.append(pair<String, String>(directive, value.substring(1, nextDoubleQuotePosition - 1).stripWhiteSpace())); 655 result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(1, value.length() - 1).stripWhiteSpace()))); 663 result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(0, nextCommaPosition2).stripWhiteSpace()))); 667 result.append(pair<String, String>(directive, trimToNextSeparator(value))); 672 // Add directive to map with empty string as value 676 // Add last directive to map with empty string as valu [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
DirectiveParser.cpp | 89 static bool isConditionalDirective(DirectiveType directive) 91 switch (directive) 105 // Returns true if the token represents End Of Directive. 254 // Empty Directive. 258 DirectiveType directive = getDirective(token); local 262 if (skipping() && !isConditionalDirective(directive)) 268 switch(directive) 856 DirectiveType directive = getDirective(token); local 859 switch (directive)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
valparam.h | 68 /** Directive list entry structure. */ 70 /** Directive name. GAS directives should include the ".", NASM 78 /** Handler callback function for the directive. 95 /** Call a directive. Performs any valparam checks asked for by the 96 * directive prior to call. Note that for a variety of reasons, a directive 98 * \param directive directive 105 void yasm_call_directive(const yasm_directive *directive, yasm_object *object, 241 /** Directive valparam parse helper structure. * [all...] |
/external/llvm/include/llvm/Support/ |
AlignOf.h | 102 # error No supported align as directive.
|
/external/skia/tools/skpdiff/ |
diff_viewer.js | 10 directive('imgCompare', function() { 11 // Custom directive for comparing (3-way) images 13 restrict: 'E', // The directive can be used as an element name 14 replace: true, // The directive replaces itself with the template
|