Home
last modified time | relevance | path

Searched refs:me (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
Djstemplate.js336 var me = this;
349 var calls = me.calls_ = [];
358 var queueIndices = me.queueIndices_ = [];
364 var arrayPool = me.arrayPool_ = [];
374 me.recycleArray_(calls.pop());
384 method.call(me, arg1, arg2);
445 var me = this;
447 var jstAttributes = me.jstAttributes_(template);
448 if (MAPS_DEBUG && me.debugging_) {
449 me.logState_('Outer', template, jstAttributes.jstAttributeValues);
[all …]
Djsevalcontext.js74 var me = this;
87 if (!me.vars_) {
88 me.vars_ = {};
93 copyProperties(me.vars_, opt_parent.vars_);
99 copyProperties(me.vars_, JsEvalContext.globals_);
107 me.vars_[VAR_this] = opt_data;
113 me.vars_[VAR_context] = me;
128 me.data_ = getDefaultObject(opt_data, STRING_empty);
134 me.vars_[VAR_top] = me.data_;
Dutil.js238 var me = this;
239 me.queue_ = [ root ];
240 while (jsLength(me.queue_)) {
241 me.process_(me.queue_.shift());
250 var me = this;
252 me.callback_(node);
256 me.queue_.push(c);
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
Djstemplate.js336 var me = this;
349 var calls = me.calls_ = [];
358 var queueIndices = me.queueIndices_ = [];
364 var arrayPool = me.arrayPool_ = [];
374 me.recycleArray_(calls.pop());
384 method.call(me, arg1, arg2);
445 var me = this;
447 var jstAttributes = me.jstAttributes_(template);
448 if (MAPS_DEBUG && me.debugging_) {
449 me.logState_('Outer', template, jstAttributes.jstAttributeValues);
[all …]
Djsevalcontext.js74 var me = this;
87 if (!me.vars_) {
88 me.vars_ = {};
93 copyProperties(me.vars_, opt_parent.vars_);
99 copyProperties(me.vars_, JsEvalContext.globals_);
107 me.vars_[VAR_this] = opt_data;
113 me.vars_[VAR_context] = me;
128 me.data_ = getDefaultObject(opt_data, STRING_empty);
134 me.vars_[VAR_top] = me.data_;
Dutil.js238 var me = this;
239 me.queue_ = [ root ];
240 while (jsLength(me.queue_)) {
241 me.process_(me.queue_.shift());
250 var me = this;
252 me.callback_(node);
256 me.queue_.push(c);
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js98 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/webkit/Source/WebCore/platform/qt/
DPlatformMouseEventQt.cpp79 QMouseEvent* me = 0; in PlatformMouseEvent() local
84 me = static_cast<QMouseEvent *>(event); in PlatformMouseEvent()
89 me = static_cast<QMouseEvent *>(event); in PlatformMouseEvent()
93 me = static_cast<QMouseEvent *>(event); in PlatformMouseEvent()
109 if (me) { in PlatformMouseEvent()
110 m_position = IntPoint(me->pos()); in PlatformMouseEvent()
111 m_globalPosition = IntPoint(me->globalPos()); in PlatformMouseEvent()
113 if (me->button() == Qt::LeftButton || (me->buttons() & Qt::LeftButton)) in PlatformMouseEvent()
115 else if (me->button() == Qt::RightButton || (me->buttons() & Qt::RightButton)) in PlatformMouseEvent()
117 else if (me->button() == Qt::MidButton || (me->buttons() & Qt::MidButton)) in PlatformMouseEvent()
/external/iptables/iptables/
Dxtables.c180 static void xtables_fully_register_pending_match(struct xtables_match *me);
181 static void xtables_fully_register_pending_target(struct xtables_target *me);
815 void xtables_register_match(struct xtables_match *me) in xtables_register_match() argument
817 if (me->version == NULL) { in xtables_register_match()
819 xt_params->program_name, me->name, me->revision); in xtables_register_match()
822 if (strcmp(me->version, XTABLES_VERSION) != 0) { in xtables_register_match()
825 xt_params->program_name, me->name, in xtables_register_match()
826 me->version, XTABLES_VERSION); in xtables_register_match()
830 if (strlen(me->name) >= XT_EXTENSION_MAXNAMELEN) { in xtables_register_match()
832 xt_params->program_name, me->name); in xtables_register_match()
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Devent_utils_unittest.mm29 NSEvent* me = test_event_utils::MakeMouseEvent(NSLeftMouseUp, 0);
30 EXPECT_EQ(CURRENT_TAB, event_utils::WindowOpenDispositionFromNSEvent(me));
33 me = test_event_utils::MakeMouseEvent(NSOtherMouseUp, 0);
35 event_utils::WindowOpenDispositionFromNSEvent(me));
41 me = test_event_utils::MakeMouseEvent(NSOtherMouseUp, NSShiftKeyMask);
43 event_utils::WindowOpenDispositionFromNSEvent(me));
47 me = test_event_utils::MakeMouseEvent(NSLeftMouseUp, NSCommandKeyMask);
49 event_utils::WindowOpenDispositionFromNSEvent(me));
52 me = test_event_utils::MakeMouseEvent(NSLeftMouseUp, NSCommandKeyMask | NSShiftKeyMask);
54 event_utils::WindowOpenDispositionFromNSEvent(me));
[all …]
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
Djstemplate_compiled.js694 var me = this;
705 me.data_ = opt_data;
715 me.vars_ = {};
717 copyProperties(me.vars_, opt_parent.vars_);
719 this.vars_[VAR_this] = me.data_;
856 var me = this;
858 me.queue_ = [ start ];
859 while (jsLength(me.queue_)) {
860 var f = me.queue_.shift();
886 var me = this;
[all …]
/external/clang/test/FixIt/
Dfixit-cxx0x.cpp91 MisplacedEllipsis<int, char> me; variable
95 int a = me.a(i, k);
96 int b = me.b(i, k);
97 int c = me.c(i, k);
98 int d = me.d(i, k);
99 int e = me.e(&ip, &kp);
100 int f = me.f(ifn, kfn);
101 int g = me.g(ifn, kfn);
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager_mac.mm22 // generated that correspond to addresses in the "me" card that reside in the
24 // the constructer and then initiate the fetch from the Mac Address Book "me"
27 // in the "me" card.
38 // Import the "me" card from the Mac Address Book and fill in |profiles_|.
42 void GetAddressBookNames(ABPerson* me,
46 void GetAddressBookEmail(ABPerson* me,
49 void GetAddressBookPhoneNumbers(ABPerson* me,
60 // This method uses the |ABAddressBook| system service to fetch the "me" card
68 ABPerson* me = [addressBook me];
69 if (me) {
[all …]
/external/icu4c/tools/toolutil/
Ducm.c311 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) { 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/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc125 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), name); in TEST_F() local
126 ASSERT_TRUE(me.good()); in TEST_F()
127 me.Put(ID, id); in TEST_F()
128 me.Put(BASE_VERSION, 1); in TEST_F()
129 written_metahandle = me.Get(META_HANDLE); in TEST_F()
197 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), name); in TEST_F() local
198 ASSERT_TRUE(me.good()); in TEST_F()
199 me.Put(ID, id); in TEST_F()
200 me.Put(BASE_VERSION, 1); in TEST_F()
201 me.Put(UNIQUE_CLIENT_TAG, tag); in TEST_F()
[all …]
/external/doclava/src/com/google/doclava/
DMethodInfo.java69 for (MethodInfo me : iface.methods()) { in findOverriddenMethod()
70 if (me.name().equals(name) && me.signature().equals(signature) in findOverriddenMethod()
71 && me.inlineTags().tags() != null && me.inlineTags().tags().length > 0) { in findOverriddenMethod()
72 return me; in findOverriddenMethod()
107 for (MethodInfo me : iface.methods()) { in findRealOverriddenMethod()
108 if (me.name().equals(name) && me.signature().equals(signature) in findRealOverriddenMethod()
109 && me.inlineTags().tags() != null && me.inlineTags().tags().length > 0 in findRealOverriddenMethod()
110 && notStrippable.contains(me.containingClass())) { in findRealOverriddenMethod()
111 return me; in findRealOverriddenMethod()
140 for (MethodInfo me : iface.methods()) { in findSuperclassImplementation()
[all …]
DHierarchy.java32 TreeSet<String> me = nodes.get(name); in makeHierarchy() local
33 if (me == null) { in makeHierarchy()
34 me = new TreeSet<String>(); in makeHierarchy()
35 nodes.put(name, me); in makeHierarchy()
/external/ipsec-tools/src/racoon/
Dsafefile.c53 uid_t me; local
66 me = getuid();
67 if (s.st_uid != me) {
/external/apache-http/src/org/apache/http/params/
DBasicHttpParams.java154 Map.Entry me = (Map.Entry) iter.next(); in copyParams() local
155 if (me.getKey() instanceof String) in copyParams()
156 target.setParameter((String)me.getKey(), me.getValue()); in copyParams()
/external/chromium/base/
Dlazy_instance.h163 LazyInstance<Type, Traits>* me = in OnExit() local
165 Traits::Delete(me->instance_); in OnExit()
166 me->instance_ = NULL; in OnExit()
167 base::subtle::Release_Store(&me->state_, STATE_EMPTY); in OnExit()
/external/compiler-rt/lib/asan/
Dasanwrapper.cc6 void usage(const char* me) { in usage() argument
11 fprintf(stderr, usage_s, me, me); in usage()
/external/zlib/examples/
Dgun.c93 struct ind *me = (struct ind *)in_desc; in in() local
95 next = me->inbuf; in in()
102 ret = (int)read(me->infile, next, ret); in in()
133 struct outd *me = (struct outd *)out_desc; in out() local
135 if (me->check) { in out()
136 me->crc = crc32(me->crc, buf, len); in out()
137 me->total += len; in out()
139 if (me->outfile != -1) in out()
144 ret = (int)write(me->outfile, buf, ret); in out()
/external/libvpx/examples/includes/geshi/docs/
DREADME20 If you think you've found a bug in GeSHi, contact me with a bug
24 language files, but if you do find something major please contact me.
27 please tell me about it! It's worth a link to you, and I can give
32 please tell me about it! Perhaps you've made a good improvement that
/external/webkit/LayoutTests/fast/url/
Dfile-expected.txt21 FAIL canonicalize('file:filer/home\\me') should be file://filer/home/me. Was file:///tmp/mock/filer…
24 PASS canonicalize('file:///home/me') is 'file:///home/me'
/external/icu4c/data/locales/
Dee.txt164 dn{"ŋkekea me"}
185 dn{"kɔsiɖa me ŋkeke"}
419 other{"le ŋkeke {0} wo me"}
428 other{"le gaƒoƒo {0} wo me"}
437 other{"le aɖabaƒoƒo {0} wo me"}
446 other{"le ɣleti {0} wo me"}
455 other{"le sekend {0} wo me"}
464 other{"le kɔsiɖa {0} wo me"}
473 other{"le ƒe {0} wo me"}

12345678910>>...21