/external/v8/test/webkit/ |
D | dfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt | 29 PASS foo.call(me) is 42 30 PASS foo.call(me) is 42 31 PASS foo.call(me) is 42 32 PASS foo.call(me) is 42 33 PASS foo.call(me) is 42 34 PASS foo.call(me) is 42 35 PASS foo.call(me) is 42 36 PASS foo.call(me) is 42 37 PASS foo.call(me) is 42 38 PASS foo.call(me) is 42 [all …]
|
D | dfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt | 29 PASS foo.call(me) is 42 30 PASS foo.call(me) is 42 31 PASS foo.call(me) is 42 32 PASS foo.call(me) is 42 33 PASS foo.call(me) is 42 34 PASS foo.call(me) is 42 35 PASS foo.call(me) is 42 36 PASS foo.call(me) is 42 37 PASS foo.call(me) is 42 38 PASS foo.call(me) is 42 [all …]
|
D | dfg-convert-this-other-then-exit-on-object-expected.txt | 29 PASS foo.call(me) is 42 30 PASS foo.call(me) is 42 31 PASS foo.call(me) is 42 32 PASS foo.call(me) is 42 33 PASS foo.call(me) is 42 34 PASS foo.call(me) is 42 35 PASS foo.call(me) is 42 36 PASS foo.call(me) is 42 37 PASS foo.call(me) is 42 38 PASS foo.call(me) is 42 [all …]
|
D | dfg-convert-this-object-then-exit-on-other-expected.txt | 29 PASS foo.call(me) is 42 30 PASS foo.call(me) is 42 31 PASS foo.call(me) is 42 32 PASS foo.call(me) is 42 33 PASS foo.call(me) is 42 34 PASS foo.call(me) is 42 35 PASS foo.call(me) is 42 36 PASS foo.call(me) is 42 37 PASS foo.call(me) is 42 38 PASS foo.call(me) is 42 [all …]
|
D | dfg-convert-this-polymorphic-object-then-exit-on-other.js | 35 var me; variable 37 me = this; 39 me = {x:42, y:62}; 41 me = null;
|
D | dfg-convert-this-polymorphic-object-then-exit-on-string.js | 37 var me; variable 39 me = this; 41 me = {x:42, y:62}; 43 me = "hello";
|
D | dfg-convert-this-other-then-exit-on-object.js | 35 var me; variable 37 me = null; 39 me = this;
|
D | dfg-convert-this-object-then-exit-on-other.js | 35 var me; variable 37 me = this; 39 me = null;
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 98 function new_node(me, mom, text, link, children_data, api_level) argument 127 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 130 expand_node(me, node); 136 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 149 a.href = me.toroot + link; 177 function expand_node(me, node) argument 183 get_node(me, node); 187 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png"; 196 function get_node(me, mom) argument 201 mom.children[i] = new_node(me, mom, node_data[0], node_data[1], [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | markermanager.js | 75 var me = this; 76 me.map_ = map; 77 me.mapZoom_ = map.getZoom(); 79 me.projectionHelper_ = new ProjectionHelperOverlay(map); 80 google.maps.event.addListener(me.projectionHelper_, 'ready', function () { 81 me.projection_ = this.getProjection(); 82 me.initialize(map, opt_opts); 88 var me = this; 91 me.tileSize_ = MarkerManager.DEFAULT_TILE_SIZE_; 106 me.maxZoom_ = opt_opts.maxZoom || 19; [all …]
|
/external/iptables/libxtables/ |
D | xtables.c | 188 static void xtables_fully_register_pending_match(struct xtables_match *me); 189 static void xtables_fully_register_pending_target(struct xtables_target *me); 823 void xtables_register_match(struct xtables_match *me) in xtables_register_match() argument 825 if (me->version == NULL) { in xtables_register_match() 827 xt_params->program_name, me->name, me->revision); in xtables_register_match() 830 if (strcmp(me->version, XTABLES_VERSION) != 0) { in xtables_register_match() 833 xt_params->program_name, me->name, in xtables_register_match() 834 me->version, XTABLES_VERSION); in xtables_register_match() 838 if (strlen(me->name) >= XT_EXTENSION_MAXNAMELEN) { in xtables_register_match() 840 xt_params->program_name, me->name); in xtables_register_match() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 104 UnicodeMap<Integer> me = new UnicodeMap<Integer>().putAll(stayWithMe); in TestAMonkey() local 106 me.putAll(0x10FFFE, 0x10FFFF, 666); in TestAMonkey() 107 me.remove(0x10FFFF); in TestAMonkey() 121 me.clear(); in TestAMonkey() 127 me.putAll(test); in TestAMonkey() 137 me.remove(other); in TestAMonkey() 139 errln("remove\t" + other + "\tfailed: " + e.getMessage() + "\n" + me); in TestAMonkey() 140 me.clear(); in TestAMonkey() 149 me.put(other,value); in TestAMonkey() 152 checkEquals(me, stayWithMe); in TestAMonkey() [all …]
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 100 UnicodeMap<Integer> me = new UnicodeMap<Integer>().putAll(stayWithMe); in TestAMonkey() local 102 me.putAll(0x10FFFE, 0x10FFFF, 666); in TestAMonkey() 103 me.remove(0x10FFFF); in TestAMonkey() 117 me.clear(); in TestAMonkey() 123 me.putAll(test); in TestAMonkey() 133 me.remove(other); in TestAMonkey() 135 errln("remove\t" + other + "\tfailed: " + e.getMessage() + "\n" + me); in TestAMonkey() 136 me.clear(); in TestAMonkey() 145 me.put(other,value); in TestAMonkey() 148 checkEquals(me, stayWithMe); in TestAMonkey() [all …]
|
/external/toybox/lib/ |
D | getmountlist.c | 159 struct mntent *me; in xgetmountlist() local 169 while ((me = getmntent(fp))) { in xgetmountlist() 170 mt = xzalloc(sizeof(struct mtab_list) + strlen(me->mnt_fsname) + in xgetmountlist() 171 strlen(me->mnt_dir) + strlen(me->mnt_type) + strlen(me->mnt_opts) + 4); in xgetmountlist() 177 stat(me->mnt_dir, &(mt->stat)); in xgetmountlist() 178 statvfs(me->mnt_dir, &(mt->statvfs)); in xgetmountlist() 182 mt->dir = stpcpy(mt->type, me->mnt_type)+1; in xgetmountlist() 183 mt->device = stpcpy(mt->dir, me->mnt_dir)+1; in xgetmountlist() 184 mt->opts = stpcpy(mt->device, me->mnt_fsname)+1; in xgetmountlist() 185 strcpy(mt->opts, me->mnt_opts); in xgetmountlist()
|
/external/libmicrohttpd/src/examples/ |
D | querystring_example.c | 42 char *me; in ahc_echo() local 56 me = malloc (snprintf (NULL, 0, fmt, "q", val) + 1); in ahc_echo() 57 if (me == NULL) in ahc_echo() 59 sprintf (me, fmt, "q", val); in ahc_echo() 60 response = MHD_create_response_from_buffer (strlen (me), me, in ahc_echo() 64 free (me); in ahc_echo()
|
/external/fio/engines/ |
D | e4defrag.c | 136 struct move_extent me; in fio_e4defrag_queue() local 158 memset(&me, 0, sizeof(me)); in fio_e4defrag_queue() 159 me.donor_fd = ed->donor_fd; in fio_e4defrag_queue() 160 me.orig_start = io_u->offset / ed->bsz; in fio_e4defrag_queue() 161 me.donor_start = me.orig_start; in fio_e4defrag_queue() 163 me.len = len / ed->bsz - me.orig_start; in fio_e4defrag_queue() 165 ret = ioctl(f->fd, EXT4_IOC_MOVE_EXT, &me); in fio_e4defrag_queue() 166 len = me.moved_len * ed->bsz; in fio_e4defrag_queue()
|
/external/clang/test/FixIt/ |
D | fixit-cxx0x.cpp | 89 MisplacedEllipsis<int, char> me; variable 93 int a = me.a(i, k); 94 int b = me.b(i, k); 95 int c = me.c(i, k); 96 int d = me.d(i, k); 97 int e = me.e(&ip, &kp); 98 int f = me.f(ifn, kfn); 99 int g = me.g(ifn, kfn);
|
/external/icu/icu4c/source/data/locales/ |
D | ee.txt | 639 one{"le ŋkeke {0} me"} 640 other{"le ŋkeke {0} wo me"} 649 dn{"ŋkekea me"} 665 one{"le gaƒoƒo {0} me"} 666 other{"le gaƒoƒo {0} wo me"} 678 one{"le aɖabaƒoƒo {0} me"} 679 other{"le aɖabaƒoƒo {0} wo me"} 703 one{"le ɣleti {0} me"} 704 other{"le ɣleti {0} wo me"} 722 one{"le kɔta {0} si gbɔ na me"} [all …]
|
/external/ImageMagick/config/ |
D | tap-driver.sh | 32 me=tap-driver.sh 36 echo "$me: fatal: $*" >&2 42 echo "$me: $*" >&2 74 --version) echo "$me $scriptversion"; exit $?;; 146 -v me="$me" \
|
D | ar-lib | 4 me=ar-lib 36 echo "$me: $1" 1>&2 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 112 echo "$me, version $scriptversion" 236 echo "$me: creating $orig_archive"
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucm.c | 311 UCMapping *mb, *me, *mbLimit, *meLimit; in checkBaseExtUnicode() local 318 me=ext->mappings; in checkBaseExtUnicode() 319 meLimit=me+ext->mappingsLength; in checkBaseExtUnicode() 338 if(me==meLimit) { in checkBaseExtUnicode() 342 if((0<=me->f && me->f<=2) || me->f==4) { in checkBaseExtUnicode() 346 ++me; in checkBaseExtUnicode() 350 cmp=compareUnicode(base, mb, ext, me); in checkBaseExtUnicode() 363 } else if( mb->uLen<me->uLen && in checkBaseExtUnicode() 364 … 0==uprv_memcmp(UCM_GET_CODE_POINTS(base, mb), UCM_GET_CODE_POINTS(ext, me), 4*mb->uLen) in checkBaseExtUnicode() 375 ucm_printMapping(ext, me, stderr); in checkBaseExtUnicode() [all …]
|
/external/libbrillo/brillo/http/ |
D | http_connection_curl.cc | 208 Connection* me = reinterpret_cast<Connection*>(data); in write_callback() local 215 if (!me->response_data_stream_->WriteAllBlocking(ptr, data_len, nullptr)) { in write_callback() 226 Connection* me = reinterpret_cast<Connection*>(data); in read_callback() local 230 bool success = me->request_data_stream_->ReadBlocking(ptr, data_len, in read_callback() 241 Connection* me = reinterpret_cast<Connection*>(data); in header_callback() local 251 if (!me->status_text_set_) { in header_callback() 255 me->protocol_version_ = pair.first; in header_callback() 256 me->status_text_ = SplitAtFirst(pair.second, " ").second; in header_callback() 257 me->status_text_set_ = true; in header_callback() 261 me->headers_.insert(pair); in header_callback()
|
/external/autotest/tko/ |
D | query_lib.py | 21 me = parse_scrub_and_gen_condition # shorten the name 46 (a_sql, a_values) = me(match.group(1), valid_field_dict) 47 (b_sql, b_values) = me(match.group(2), valid_field_dict) 55 (a_sql, a_values) = me(match.group(1), valid_field_dict) 56 (b_sql, b_values) = me(match.group(2), valid_field_dict)
|
/external/doclava/src/com/google/doclava/ |
D | MethodInfo.java | 70 for (MethodInfo me : iface.methods()) { in findOverriddenMethod() 71 if (me.name().equals(name) && me.signature().equals(signature) in findOverriddenMethod() 72 && me.inlineTags().tags() != null && me.inlineTags().tags().length > 0) { in findOverriddenMethod() 73 return me; in findOverriddenMethod() 108 for (MethodInfo me : iface.methods()) { in findRealOverriddenMethod() 109 if (me.name().equals(name) && me.signature().equals(signature) in findRealOverriddenMethod() 110 && me.inlineTags().tags() != null && me.inlineTags().tags().length > 0 in findRealOverriddenMethod() 111 && notStrippable.contains(me.containingClass())) { in findRealOverriddenMethod() 112 return me; in findRealOverriddenMethod() 141 for (MethodInfo me : iface.methods()) { in findSuperclassImplementation() [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | InfoDialog.java | 27 protected Dialog me; field in InfoDialog 40 me = this; in InfoDialog() 52 me.hide(); in InfoDialog() 62 me.hide(); in InfoDialog()
|