HomeSort by relevance Sort by last modified time
    Searched refs:old (Results 251 - 275 of 1113) sorted by null

<<11121314151617181920>>

  /device/generic/car/common/
car.mk 61 device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 470 root_<treeLevel> = (<ASTLabelType> *)[treeAdaptor becomeRoot:[stream_<label> nextNode] old:root_<treeLevel>];<\n>
478 root_<treeLevel> = (<ASTLabelType> *)[treeAdaptor becomeRoot:<createRewriteNodeFromElement(...)> old:root_<treeLevel>];<\n>
486 root_<treeLevel> = (<ASTLabelType> *)[treeAdaptor becomeRoot:<createImaginaryNode(tokenType=token, ...)> old:root_<treeLevel>];<\n>
506 root_<treeLevel> = (<ASTLabelType> *)[treeAdaptor becomeRoot:(id\<Tree>)[stream_<rule> nextNode] old:root_<treeLevel>];<\n>
514 root_<treeLevel> = (<ASTLabelType> *)[treeAdaptor becomeRoot:<action> old:root_<treeLevel>];<\n>
529 root_<treeLevel> = (<ASTLabelType> *)[treeAdaptor becomeRoot:[stream_<label> nextNode] old:root_<treeLevel>];<\n>
534 root_<treeLevel> = (<ASTLabelType> *)[treeAdaptor becomeRoot:[stream_<label> nextNode] old:root_<treeLevel>];<\n>
557 <if(args)> <! must create new node from old !>
  /external/deqp/framework/delibs/dethread/unix/
deThreadLocalUnix.c 29 # error You are using too old posix API!
  /external/fec/
mmxbfly27.s 33 0: movl OLDMETRICS(%edx),%esi # esi -> old metrics
mmxbfly29.s 35 0: movl OLDMETRICS(%edx),%esi # esi -> old metrics
sse2bfly29.s 34 0: movl OLDMETRICS(%edx),%esi # esi -> old metrics
  /external/libevent/
evport.c 118 static int evport_add(struct event_base *, int fd, short old, short events, void *);
119 static int evport_del(struct event_base *, int fd, short old, short events, void *);
379 evport_add(struct event_base *base, int fd, short old, short events, void *p)
396 evport_del(struct event_base *base, int fd, short old, short events, void *p)
poll.c 70 static int poll_add(struct event_base *, int, short old, short events, void *idx);
71 static int poll_del(struct event_base *, int, short old, short events, void *idx);
217 poll_add(struct event_base *base, int fd, short old, short events, void *idx_)
278 poll_del(struct event_base *base, int fd, short old, short events, void *idx_)
select.c 89 static int select_add(struct event_base *, int, short old, short events, void*);
90 static int select_del(struct event_base *, int, short old, short events, void*);
252 select_add(struct event_base *base, int fd, short old, short events, void *p)
299 select_del(struct event_base *base, int fd, short old, short events, void *p)
  /external/llvm/test/MC/ARM/
arm-trustzone.s 18 smi #0xf @ SMI is old (ARMv6KZ) name for SMC
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.h 54 __DRIbuffer old[8]; member in struct:dri_drawable
  /external/python/setuptools/
msvc-build-launcher.cmd 3 REM Use old Windows SDK 6.1 so created .exe will be compatible with
4 REM old Windows versions.
  /external/selinux/libsepol/cil/src/
cil_parser.c 67 struct hll_info *old; local
75 old = prev->data;
76 *hll_lineno = old->hll_lineno;
77 *hll_expand = old->hll_expand;
  /external/skia/bench/
RotatedRectBench.cpp 46 static inline SkColor advance_color(SkColor old, ColorType ct, int step) {
54 return old;
56 return 0xFF000000 | (old + 0x00010307);
58 return (0x00FFFFFF & (old + 0x00010307)) | 0x80000000;
  /external/skqp/bench/
RotatedRectBench.cpp 46 static inline SkColor advance_color(SkColor old, ColorType ct, int step) {
54 return old;
56 return 0xFF000000 | (old + 0x00010307);
58 return (0x00FFFFFF & (old + 0x00010307)) | 0x80000000;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
arm-trustzone.s 18 smi #0xf @ SMI is old (ARMv6KZ) name for SMC
  /external/toybox/scripts/
bloatcheck 5 echo "usage: bloatcheck old new"
11 NEXT="$(printf "%s% $((50-${#LASTNAME}))d% 10d %10d" "$LASTNAME" "$OLD" "$NEW" "$DELTA")"
22 OLD=0
26 printf "name% 46s% 10s% 11s\n" old new delta
38 OLD=0
45 OLD=$(($OLD+$SIZE))
  /external/u-boot/drivers/net/
macb.h 292 #define MACB_BFINS(name, value, old) \
293 (((old) & ~(((1 << MACB_##name##_SIZE) - 1) \
305 #define GEM_BFINS(name, value, old) \
306 (((old) & ~(((1 << GEM_##name##_SIZE) - 1) \
  /external/u-boot/include/asm-generic/
atomic-long.h 135 #define atomic_long_cmpxchg(l, old, new) \
136 (atomic64_cmpxchg((atomic64_t *)(l), (old), (new)))
254 #define atomic_long_cmpxchg(l, old, new) \
255 (atomic_cmpxchg((atomic_t *)(l), (old), (new)))
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 468 static int are_ies_equal(const struct wpa_bss *old,
478 old_ie = wpa_bss_get_vendor_ie(old, ie);
483 old_ie_buff = wpa_bss_get_vendor_ie_multi(old, ie);
490 old_ie = wpa_bss_get_ie(old, ie);
524 static u32 wpa_bss_compare_res(const struct wpa_bss *old,
528 int caps_diff = old->caps ^ new_res->caps;
530 if (old->freq != new_res->freq)
533 if (old->level != new_res->level)
542 if (old->ie_len == new_res->ie_len &&
543 os_memcmp(old + 1, new_res + 1, old->ie_len) == 0
    [all...]
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 107 bool old = test(Idx);
108 if (!old) {
167 BitWord old = changed ? 0 : Bits[i];
170 if (!changed && old != Bits[i])
194 BitWord old = changed ? 0 : Bits[i];
200 if (!changed && old != Bits[i])
217 BitWord old = changed ? 0 : Bits[i];
223 if (!changed && old != Bits[i])
541 bool old = test(Idx);
542 if (!old) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SparseBitVector.h 107 bool old = test(Idx);
108 if (!old) {
191 BitWord old = changed ? 0 : Bits[i];
194 if (!changed && old != Bits[i])
218 BitWord old = changed ? 0 : Bits[i];
224 if (!changed && old != Bits[i])
240 BitWord old = changed ? 0 : Bits[i];
246 if (!changed && old != Bits[i])
552 bool old = test(Idx);
553 if (!old) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
SparseBitVector.h 104 bool old = test(Idx);
105 if (!old) {
175 BitWord old = changed ? 0 : Bits[i];
178 if (!changed && old != Bits[i])
202 BitWord old = changed ? 0 : Bits[i];
208 if (!changed && old != Bits[i])
225 BitWord old = changed ? 0 : Bits[i];
231 if (!changed && old != Bits[i])
528 bool old = test(Idx);
529 if (!old) {
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
ChartDelta.java 269 continue; // skip where the directories don't exist in old versions
339 CLDRFile old = makeWithFallback(oldFactory, locale, resolving); local
340 if (!locale.equals("root") && current.getLocaleID().equals("root") && old.getLocaleID().equals("root")) {
343 if (old == EMPTY_CLDR && current == EMPTY_CLDR) {
350 for (String path : old.fullIterable()) {
378 String sourceLocaleOld = getReformattedPath(oldStatus, old, path, reformattedValue, hasReformattedValue);
392 oldValue = hasReformattedValue.value ? reformattedValue.value : old.getStringValue(path);
395 addPathDiff(sourceDir, old, current, locale, ph, diff);
413 private String getReformattedPath(Status oldStatus, CLDRFile old, String path, Output<String> value, Output<Boolean> hasReformattedValue) {
416 return old.getSourceLocaleID(path, oldStatus)
468 CLDRFile old; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_fixers.py     [all...]

Completed in 5636 milliseconds

<<11121314151617181920>>