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

1 2 3

  /external/curl/tests/unit/
unit1605.c 47 char *esc; variable
49 esc = curl_easy_escape(easy, "", -1);
50 fail_unless(esc == NULL, "negative string length can't work");
52 esc = curl_easy_unescape(easy, "%41%41%41%41", -1, &len);
53 fail_unless(esc == NULL, "negative string length can't work");
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fparseln.c 75 * that starts in *sp, is escaped by the escape character esc.
78 isescaped(const char *sp, const char *p, int esc)
87 if (esc == '\0')
91 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++)
113 char esc, con, nl, com; local
128 esc = str[0];
150 if (*cp == com && !isescaped(ptr, cp, esc)) {
167 if (*cp == con && !isescaped(ptr, cp, esc)) {
190 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
191 strchr(buf, esc) != NULL) {
    [all...]
  /external/clang/docs/tools/
dump_ast_matchers.py 34 def esc(text): function
112 'result': esc('Matcher<%s>' % result_type),
114 'args': esc(args),
115 'comment': esc(strip_doxygen(comment)),
127 narrowing_matchers[result_type + name + esc(args)] = matcher_html
129 traversal_matchers[result_type + name + esc(args)] = matcher_html
  /system/core/libsysutils/src/
FrameworkListener.cpp 105 bool esc = false; local
113 if (esc) {
117 esc = false;
119 esc = true;
122 } else if (esc) {
136 esc = false;
  /external/icu/icu4c/source/i18n/
rbt_set.cpp 123 UnicodeString esc; local
124 _escape(buf, esc);
125 CharString cbuf(esc);
  /toolchain/binutils/binutils-2.27/gas/
dw2gencfi.h 100 struct cfi_escape_data *esc; member in union:cfi_insn_data::__anon4403
  /external/flatbuffers/src/
reflection.cpp 91 std::string esc; local
92 flatbuffers::EscapeString(val.c_str(), val.length(), &esc, true);
93 val = esc;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 159 // First escfunc, esc and escassign recurse over the ast of each
330 n.Esc = EscNone // until proven otherwise
350 // Node.esc encoding = | escapeReturnEncoding:(width-4) | contentEscapes:1 | escEnum:3
469 n.Esc = EscFuncPlanned
490 escapes[i] = n.Esc
498 if n.Esc != escapes[i] {
503 escapes[i] = n.Esc
521 if n.Esc == EscNone {
534 if fn.Esc != EscFuncPlanned {
537 fn.Esc = EscFuncStarte
641 func (e *EscState) esc(n *Node, parent *Node) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 159 // First escfunc, esc and escassign recurse over the ast of each
330 n.Esc = EscNone // until proven otherwise
350 // Node.esc encoding = | escapeReturnEncoding:(width-4) | contentEscapes:1 | escEnum:3
469 n.Esc = EscFuncPlanned
490 escapes[i] = n.Esc
498 if n.Esc != escapes[i] {
503 escapes[i] = n.Esc
521 if n.Esc == EscNone {
534 if fn.Esc != EscFuncPlanned {
537 fn.Esc = EscFuncStarte
641 func (e *EscState) esc(n *Node, parent *Node) { func
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 1316 CSEldSpecificConfig *esc = &asc->m_sc.m_eldSpecificConfig; local
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
Processor.java 715 .append(esc(atts.getValue(i)))
727 private final String esc(String str) { method in class:Processor.SAXWriter
    [all...]
  /external/wpa_supplicant_8/src/utils/
edit.c 648 /* ESC-[<param1>;<param2><last> */
702 /* ESC-O<param1>;<param2><last> */
763 static int esc = -1; local
774 if (esc >= 0) {
775 if (c == 27 /* ESC */) {
776 esc = 0;
780 if (esc == 6) {
782 esc = -1;
784 esc_buf[esc++] = c;
785 esc_buf[esc] = '\0'
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniguruma.h 142 OnigCodePoint esc; member in struct:__anon8286
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /external/abi-compliance-checker/
abi-compliance-checker.pl 15542 sub esc($) subroutine
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 1116 "\033": "#\\esc",
1159 "esc": "\033",
1158 "sub": "\\032", property in class:sc_Char.readable2char
    [all...]
  /toolchain/binutils/binutils-2.27/include/
hp-symtab.h 1516 esc; member in union:__anon4757
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 32023 Escape esc = ESC_NONE; local
    [all...]
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.0/
kotlin-daemon-client-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.20/
kotlin-daemon-client-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar 

Completed in 564 milliseconds

1 2 3