HomeSort by relevance Sort by last modified time
    Searched refs:selector (Results 226 - 250 of 313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 102 __u16 selector; member in struct:kvm_segment
  /external/qemu/target-i386/
svm.h 166 uint16_t selector; member in struct:vmcb_seg
  /external/webkit/Source/WebKit/mac/WebView/
WebDelegateImplementationCaching.h 107 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id object5);
WebViewInternal.h 64 + (void)_makeAllWebViewsPerformSelector:(SEL)selector;
WebPreferences.mm 447 return [o respondsToSelector:@selector(intValue)] ? [o intValue] : 0;
464 return [o respondsToSelector:@selector(floatValue)] ? [o floatValue] : 0.0f;
497 return [o respondsToSelector:@selector(longLongValue)] ? [o longLongValue] : 0;
514 return [o respondsToSelector:@selector(unsignedLongLongValue)] ? [o unsignedLongLongValue] : 0;
    [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 629 my $selector = method_decl_to_selector ($potential_method_spec);
630 $potential_name = "${potential_method_char}\[${interface_name} ${selector}\]";
665 my $selector = method_decl_to_selector ($potential_method_spec);
666 $potential_name = "${potential_method_char}\[${interface_name} ${selector}\]";
    [all...]
  /external/qemu/
gdbstub.c 539 case 2: GET_REG32(env->segs[R_CS].selector);
540 case 3: GET_REG32(env->segs[R_SS].selector);
541 case 4: GET_REG32(env->segs[R_DS].selector);
542 case 5: GET_REG32(env->segs[R_ES].selector);
543 case 6: GET_REG32(env->segs[R_FS].selector);
544 case 7: GET_REG32(env->segs[R_GS].selector);
591 if (tmp != env->segs[sreg].selector)\
595 when the selector is invalid. */
    [all...]
cpu-exec.c 728 void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector)
735 selector &= 0xffff;
736 cpu_x86_load_seg_cache(env, seg_reg, selector,
737 (selector << 4), 0xffff, 0);
739 helper_load_seg(seg_reg, selector);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 722 SEL selector = NSSelectorFromString(nameNS);
723 RetainPtr<CommandValidationTarget> target(AdoptNS, [[CommandValidationTarget alloc] initWithAction:selector]);
724 id validator = [NSApp targetForAction:selector to:[mainFrame webView] from:target.get()];
727 if (![validator respondsToSelector:selector])
729 if (![validator respondsToSelector:@selector(validateUserInterfaceItem:)])
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 115 ASSERT([download respondsToSelector:@selector(_setOriginatingURL:)]);
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 326 * Sets a drawable to use as the list item selector.
328 * @param selector List selector drawable to use in the popup.
330 public void setListSelector(Drawable selector) {
331 mDropDownListHighlight = selector;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 291 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get()selector:@selector(didEnd:) name:AVPlayerItemDidPlayToEndTimeNotification object:m_avPlayerItem.get()];
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 258 void RenderThemeWx::adjustButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 286 [[NSNotificationCenter defaultCenter] addObserver:_windowWatcher selector:@selector(windowWillClose:)
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 40 unsigned selector; local
47 selector = 0;
50 selector = 1;
55 selector = 2;
68 << selector
75 Selector GetterSel,
76 Selector SetterSel,
142 Selector GetterSel, Selector SetterSel,
179 // Set setter/getter selector name. Needed later
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js 12 (function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);r (…)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
jquery-resizable.min.js 12 (function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);r (…)
    [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js 12 (function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);r (…)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 144 selector:@selector(systemColorsDidChange:)
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 137 Method m1 = class_getClassMethod(nsview, @selector(focusView));
138 Method m2 = class_getClassMethod(nsview, @selector(TCMInterposing_focusView));
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 645 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12485
791 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12486
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 638 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12658
784 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12659
    [all...]
varinfo6.c 676 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12672
822 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12673
    [all...]

Completed in 1706 milliseconds

1 2 3 4 5 6 7 8 91011>>