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

  /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/chromium_org/third_party/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\":");
  /external/chromium_org/third_party/icu/source/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 */
  /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\":");
  /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 */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
cpp-preproc.c 81 Append a string to the command line, ensuring that we don't overflow the
84 #define APPEND(s) do { \
110 /* Append arguments from the list. */
112 APPEND(" ");
113 APPEND(arg->op);
114 APPEND(" ");
115 APPEND(arg->param);
120 /* Append extra arguments. */
122 APPEND(" ");
123 APPEND(extra)
    [all...]
  /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 34 public static final String APPEND = "APPEND";
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 122 APPEND = 'a' # append stack top to list below it
616 write(APPEND)
625 tmp.append(x)
637 write(APPEND)
672 tmp.append(items.next())
788 memo[id(memo)].append(x)
852 self.append = self.stack.append
891 self.append(self.persistent_load(pid)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 122 APPEND = 'a' # append stack top to list below it
616 write(APPEND)
625 tmp.append(x)
637 write(APPEND)
672 tmp.append(items.next())
788 memo[id(memo)].append(x)
852 self.append = self.stack.append
891 self.append(self.persistent_load(pid)
    [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [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 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 316 milliseconds