HomeSort by relevance Sort by last modified time
    Searched refs:APPEND (Results 1 - 17 of 17) sorted by null

  /external/icu4c/tools/genrb/
rle.c 31 * Append a byte to the given StringBuffer, packing two bytes into each
92 #define APPEND( buffer, bufLimit, value, num, status){ \
112 APPEND(buffer,bufLimit,ESCAPE, num, status);
115 APPEND(buffer,bufLimit,value,num, status);
121 APPEND(buffer,bufLimit,ESCAPE,num,status);
124 APPEND(buffer,bufLimit,value,num,status);
127 APPEND(buffer,bufLimit,ESCAPE,num,status);
128 APPEND(buffer,bufLimit,(uint16_t) length, num,status);
129 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */
  /bionic/libc/upstream-netbsd/libc/include/isc/
list.h 55 #define APPEND(list, elt, link) \
107 APPEND(list, elt, link); \
116 #define ENQUEUE(list, elt, link) APPEND(list, elt, link)
  /external/clang/test/Misc/
caret-diags-macros.c 190 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
191 #define UTARG_MAX_U APPEND (MAX_UINT, UL)
200 // CHECK-NEXT: #define UTARG_MAX_U APPEND (MAX_UINT, UL)
202 // CHECK-NEXT: {{.*}}:190:27: note: expanded from macro 'APPEND'
203 // CHECK-NEXT: #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 32 public static final String APPEND = "APPEND";
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 82 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END
89 APPEND ("\"g\":");
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
81 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
298 | print prarg APPEND term {
lex.c 259 input(); yylval.i = APPEND; RET(APPEND);
run.c     [all...]
  /external/valgrind/main/coregrind/
vgdb.c 428 #define APPEND(...) sz += snprintf (result+sz, 256 - sz - 1, __VA_ARGS__)
433 APPEND ("WIFEXITED %d ", WEXITSTATUS(status));
436 APPEND ("WIFSIGNALED %d ", WTERMSIG(status));
437 if (WCOREDUMP(status)) APPEND ("WCOREDUMP ");
441 APPEND ("WIFSTOPPED %d ", WSTOPSIG(status));
445 APPEND ("WIFCONTINUED ");
449 #undef APPEND
    [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
i386_parse.y 1148 #define APPEND(a, b) APPEND_ (a, b)
1151 fprintf (outfile, "#define suffix_%s %d\n", #suf, APPEND (suffix_, suf))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 861 milliseconds