/external/e2fsprogs/util/ |
Makefile.in | 61 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
gen-tarball.in | 38 -o -name TAGS -o -name \*.old -o -name SCCS \
|
symlinks.c | 45 static int substr (char *s, char *old, char *new) 48 int oldlen = strlen(old), newlen = 0; 50 if (NULL == strstr(s, old)) 63 while (NULL != (s = strstr(s, old))) {
|
/external/ipsec-tools/src/racoon/ |
remoteconf.c | 231 struct remoteconf *new, *old; local 233 old = getrmconf_strict (remote, 0); 234 if (old == NULL) { 241 new = duprmconf (old); 252 struct idspec *old = (struct idspec *) entry; local 256 if (set_identifier(&id->id, old->idtype, old->id) != 0) { 261 id->idtype = old->idtype;
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_buffer.h | 239 struct pb_buffer *old = *dst; local 242 pb_destroy( old );
|
/external/tensorflow/tensorflow/python/training/tracking/ |
tracking.py | 145 old = list(_RESOURCE_TRACKER_STACK) 150 _RESOURCE_TRACKER_STACK = old
|
/external/u-boot/arch/powerpc/ |
config.mk | 44 echo -n '*** Your GCC is too old, please upgrade to GCC 4.x or newer'; \
|
/external/u-boot/drivers/serial/ |
atmel_usart.h | 288 #define USART3_BFINS(name,value,old) \ 289 (((old) & ~(((1 << USART3_##name##_SIZE) - 1) \
|
/frameworks/av/services/audioflinger/ |
BufLog.cpp | 188 bool old = mPaused; local 190 return old;
|
/bionic/libc/kernel/uapi/linux/ |
uinput.h | 29 struct ff_effect old; member in struct:uinput_ff_upload
|
/external/aac/libFDK/include/ |
huff_nodes.h | 217 SHORT old[15][2]; member in struct:__anon14860
|
/external/catch2/include/internal/ |
catch_message.h | 68 ScopedMessage( ScopedMessage&& old );
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
GenerateAliases.java | 195 String old = aliasMap.get(newTag); local 196 if (old != null) { 197 if (!old.equals(targetID)) { 198 System.out.println(newTag + "\t?\t" + targetID + "\tconflict with\t" + old);
|
/external/grpc-grpc/tools/profiling/bloat/ |
bloat_diff.py | 57 old = 'old' 64 build('old') 67 build('old')
|
/external/grpc-grpc-java/netty/src/jmh/java/io/grpc/netty/ |
MethodDescriptorBenchmark.java | 67 public AsciiString old() { method in class:MethodDescriptorBenchmark
|
/external/icu/icu4c/source/test/intltest/ |
numbertest_stringbuilder.cpp | 206 NumberStringBuilder old(sb); 207 sb.append(old, status); 214 assertEquals("Field should equal location in old", old.fieldAt(i % old.length()), field);
|
/external/iperf3/src/ |
iperf_auth.c | 290 struct termios old, new; local 294 if (tcgetattr (fileno (stream), &old) != 0) 296 new = old; 306 (void) tcsetattr (fileno (stream), TCSAFLUSH, &old); local
|
/external/kernel-headers/original/uapi/linux/ |
uinput.h | 53 struct ff_effect old; member in struct:uinput_ff_upload 77 * supersedes the old "struct uinput_user_dev" method, which wrote this data 90 * If this ioctl fails with -EINVAL, it is recommended to use the old 92 * old kernel that does not support this ioctl. 112 * created. It supersedes the old "struct uinput_user_dev" method, which wrote 125 * If this ioctl fails with -EINVAL, it is recommended to use the old 127 * old kernel that does not support this ioctl.
|
/external/libevent/ |
win32select.c | 84 static int win32_add(struct event_base *, evutil_socket_t, short old, short events, void *idx_); 85 static int win32_del(struct event_base *, evutil_socket_t, short old, short events, void *idx_); 221 short old, short events, void *idx_) 245 win32_del(struct event_base *base, evutil_socket_t fd, short old, short events,
|
/external/libunwind/include/ |
libunwind_i.h | 122 cmpxchg_ptr (void *addr, void *old, void *new) 132 return AO_compare_and_swap(u.aop, (AO_t) old, (AO_t) new); 146 cmpxchg_ptr (void *addr, void *old, void *new) 156 return __sync_bool_compare_and_swap(u.vlp, (long) old, (long) new);
|
/external/ltp/utils/ffsb-6.0-rc2/ |
list.h | 20 void list_replace(struct list_head *old, struct list_head *new);
|
/external/openssh/regress/unittests/hostkeys/ |
mktestdata.sh | 48 rm -f known_hosts_hash_frag.old
|
/external/protobuf/ |
configure.ac | 109 # error zlib version too old 125 AC_MSG_RESULT([headers missing or too old (requires 1.2.0.4)]) 127 AC_MSG_FAILURE([--with-zlib was given, but zlib headers were not present or were too old (requires 1.2.0.4)])
|
/external/protobuf/src/google/protobuf/stubs/ |
common.cc | 70 // Library is too old for headers. 81 // Headers are too old for library. 277 LogHandler* old = internal::log_handler_; local 278 if (old == &internal::NullLogHandler) { 279 old = NULL; 286 return old;
|
/external/tensorflow/tensorflow/python/ops/ |
stateful_random_ops_test.py | 194 """Tests that the generated numbers are the same as the old random_ops.py. 199 # note how the two seeds for the old op correspond to the seed for the new 206 # create a graph for the old op in order to call it many times 208 def old(): function in function:StatefulRandomOpsTest.testCPUSameAsOldRandomOps 218 self.assertAllEqual(old(), new()) 223 """Tests that the generated numbers are the same as the old random_ops.py. 234 def old(): function in function:StatefulRandomOpsTest.testGPUSameAsOldRandomOps 244 self.assertAllEqual(old(), new())
|