HomeSort by relevance Sort by last modified time
    Searched defs:selector (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/qemu/android/config/linux-x86/asm/
kvm.h 102 __u16 selector; member in struct:kvm_segment
  /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
translate.c 6232 unsigned int selector, offset; local
6258 unsigned int selector, offset; local
    [all...]
op_helper.c 138 int selector)
144 if (selector & 0x4)
148 index = selector & ~7;
179 static inline void load_seg_vm(int seg, int selector)
181 selector &= 0xffff;
182 cpu_x86_load_seg_cache(env, seg, selector,
183 (selector << 4), 0xffff, 0);
211 raise_exception_err(EXCP0A_TSS, env->tr.selector & 0xfffc);
222 static void tss_load_seg(int seg_reg, int selector)
227 if ((selector & 0xfffc) != 0)
662 int type, dpl, selector, ss_dpl, cpl; local
887 int type, dpl, selector, cpl, ist; local
1010 int selector; local
1065 int cpl, selector; local
1132 int selector; local
2316 uint32_t e1, e2, cpl, dpl, rpl, selector, offset, param_count; local
3302 uint32_t e1, e2, eflags, selector; local
3346 uint32_t e1, e2, eflags, selector; local
3392 uint32_t e1, e2, eflags, selector; local
3425 uint32_t e1, e2, eflags, selector; local
    [all...]
cpu.h 508 uint32_t selector; member in struct:SegmentCache
584 SegmentCache segs[6]; /* selector values */
716 int seg_reg, unsigned int selector,
725 sc->selector = selector;
757 'base' and 'selector' fields of the segment cache to go
790 void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector);
  /external/icu4c/test/intltest/
usettest.cpp 1285 int32_t selector = DATA[i][0]; local
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/libvpx/examples/includes/geshi/
geshi.php 4220 $selector = '#' . $this->overall_id; variable
4222 $selector = '.' . $this->language; variable
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 544 setupParser("@-webkit-selector{", string, "}");
6231 CSSParserSelector* selector = new CSSParserSelector; local
    [all...]
CSSStyleSelector.cpp 295 CSSSelector* selector() const { return m_selector; } function in class:WebCore::RuleData
458 // is always from the document that owns the style selector
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 312 // inset selector and divider drawables
2174 final Drawable selector = view.getSelector(); local
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 645 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12677
791 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12678
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 638 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12850
784 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12851
    [all...]
varinfo6.c 676 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12864
822 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12865
    [all...]
  /external/valgrind/main/perf/
bz2.c 638 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12946
784 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon12947
    [all...]
test_input_for_tinycc.c 1066 UChar selector [(2 + (900000 / 50))]; member in struct:__anon12959
1152 UChar selector [(2 + (900000 / 50))]; member in struct:__anon12960
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 3209 Intent selector = new Intent(); local
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /frameworks/base/core/java/android/widget/
AbsListView.java 272 * Indicates whether the list selector should be drawn on top of the children or behind
277 * The drawable used to draw the selector
282 * The current position of the selector in the list.
287 * Defines the selector's location and dimension at drawing time
2169 final Drawable selector = mSelector; local
2234 Drawable selector = mSelector; local
    [all...]
  /external/libxml2/
xmlschemas.c 716 * The identity-constraint "field" and "selector" item, holding the
743 xmlSchemaIDCSelectPtr selector; member in struct:_xmlSchemaIDC
830 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 

Completed in 1645 milliseconds

1 23 4