/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
parse-console.sh | 45 print_warning Console output contains nul bytes, old qemu still running?
|
/external/openssh/ |
misc.c | 168 char *old; local 174 old = *s; 178 return (old); 188 return (old); 202 return (old); 394 char *s, *old; local 399 old = s = *cp; 423 return old;
|
/external/python/cpython2/Lib/ |
stringold.py | 402 def replace(s, old, new, maxsplit=0): 403 """replace (str, old, new[, maxsplit]) -> string 406 old replaced by new. If the optional argument maxsplit is 410 return s.replace(old, new, maxsplit) 415 # If string objects do not have methods, then we need to use the old string.py
|
/external/selinux/python/sepolgen/src/sepolgen/ |
util.py | 51 old = self.blocks 57 new = self.blocks - old
|
/external/skqp/experimental/canvaskit/ |
helper.js | 39 // mask off the old alpha
|
/external/syzkaller/pkg/ipc/ |
gate.go | 11 // Limitation of concurrency window means that if a very old activity is still
|
/external/syzkaller/tools/syz-upgrade/ |
upgrade.go | 4 // upgrade upgrades corpus from an old format to a new format.
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
test_base.py | 208 for old, new, count in replacements: 209 expected_message = expected_message.replace(old, new, count)
|
/external/u-boot/drivers/usb/gadget/ |
atmel_usba_udc.h | 183 #define USBA_BFINS(name, value, old) \ 184 (((old) & ~(((1 << USBA_##name##_SIZE) - 1) \
|
/external/webrtc/webrtc/base/ |
criticalsection_unittest.cc | 138 int old = shared_value_; variable 144 EXPECT_EQ(old + kOperationsToRun, shared_value_);
|
/frameworks/av/media/audioserver/ |
Android.mk | 27 # TODO oboeservice is the old folder name for aaudioservice. It will be changed.
|
/frameworks/av/media/libnblog/ |
Writer.cpp | 139 bool old = mEnabled; local 141 return old;
|
/frameworks/av/services/audioflinger/ |
FastCapture.cpp | 227 int32_t old = android_atomic_or(CBLK_FUTEX_WAKE, &cblk->mFutex); local 228 if (!(old & CBLK_FUTEX_WAKE)) {
|
/external/adhd/cras/src/server/ |
cras_rclient.c | 434 * Check if client is sending an old version of connect message 443 struct cras_connect_message_old *old; local 448 old = (struct cras_connect_message_old *)msg; 449 if (old->proto_version + 1 != CRAS_PROTO_VER) 452 memcpy(cmsg, old, sizeof(*old));
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
JsonConverter.java | 352 Item old = map.get(element); local 353 if (old != null) { 354 if (old instanceof StringItem) { 355 if (value.equals(((StringItem) old).value)) { 359 throw new IllegalArgumentException("ERROR: Table already has object: " + element + ", " + old + ", "
|
/external/freetype/src/raster/ |
ftraster.c | 2087 PProfile *old, current; local 2118 PProfile *old, current; local 2152 PProfile *old, current, next; local [all...] |
/external/libaom/libaom/third_party/vector/ |
vector.c | 500 void *old; local 513 old = vector->data; 523 old, 529 memcpy(vector->data, old, aom_vector_byte_size(vector)); 534 free(old);
|
/external/tensorflow/tensorflow/core/util/ |
cuda_device_functions.h | 408 T old = *ptr; 411 assumed = old; 412 old = atomicCAS(ptr, assumed, accumulate(assumed)); 413 } while (assumed != old); 414 return old;
|
/external/toybox/toys/posix/ |
ps.c | 1458 } plist[2], *plold, *plnew, old, new, mix; local [all...] |
/external/libnl/lib/route/ |
neightbl.c | 446 * @arg old neighbour table to change 454 * \a old must point to a neighbour table currently configured in the 460 int rtnl_neightbl_build_change_request(struct rtnl_neightbl *old, 466 .ndtm_family = old->nt_family, 476 NLA_PUT_STRING(m, NDTA_NAME, old->nt_name); 498 if (old->nt_parms.ntp_mask & NEIGHTBLPARM_ATTR_IFINDEX) 500 old->nt_parms.ntp_ifindex); 567 * @arg old neighbour table to be changed 577 int rtnl_neightbl_change(struct nl_sock *sk, struct rtnl_neightbl *old, 583 if ((err = rtnl_neightbl_build_change_request(old, tmpl, &msg)) < 0 [all...] |
/external/mesa3d/src/gallium/winsys/virgl/drm/ |
virgl_drm_winsys.c | 155 struct virgl_hw_res *old = *dres; local 158 if (!can_cache_resource(old)) { 159 virgl_hw_res_destroy(qdws, old); 164 old->start = os_time_get(); 165 old->end = old->start + qdws->usecs; 166 LIST_ADDTAIL(&old->head, &qdws->delayed);
|
/external/python/cpython3/Lib/test/ |
test_gc.py | 740 old = gc.get_stats() 743 self.assertEqual(new[0]["collections"], old[0]["collections"] + 1) 744 self.assertEqual(new[1]["collections"], old[1]["collections"]) 745 self.assertEqual(new[2]["collections"], old[2]["collections"]) 748 self.assertEqual(new[0]["collections"], old[0]["collections"] + 1) 749 self.assertEqual(new[1]["collections"], old[1]["collections"]) 750 self.assertEqual(new[2]["collections"], old[2]["collections"] + 1) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
makeunicodedata.py | 308 # Generate delta tables for old versions
724 def merge_old_version(version, new, old):
726 if old.exclusions != new.exclusions:
742 # be unassigned in the old one
743 assert old.table[i] is None
745 # check characters unassigned in the old version
746 if old.table[i] is None:
751 if old.table[i] != new.table[i]:
752 for k in range(len(old.table[i])):
753 if old.table[i][k] != new.table[i][k]: [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_state.c | 607 struct nv50_tsc_entry *old = nv50->samplers[s][i]; local 610 if (old) 611 nv50_screen_tsc_unlock(nv50->screen, old); 689 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); local 690 if (old) 691 nv50_screen_tic_unlock(nv50->screen, old); 709 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); local 710 if (!old) 712 nv50_screen_tic_unlock(nv50->screen, old); [all...] |
/external/python/cpython2/Tools/unicode/ |
makeunicodedata.py | 308 # Generate delta tables for old versions 724 def merge_old_version(version, new, old): 726 if old.exclusions != new.exclusions: 742 # be unassigned in the old one 743 assert old.table[i] is None 745 # check characters unassigned in the old version 746 if old.table[i] is None: 751 if old.table[i] != new.table[i]: 752 for k in range(len(old.table[i])): 753 if old.table[i][k] != new.table[i][k] [all...] |