HomeSort by relevance Sort by last modified time
    Searched defs:sel (Results 26 - 50 of 459) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/x86/
fsgsbase.c 119 unsigned short sel; local
125 asm volatile ("mov %%gs, %0" : "=rm" (sel));
129 sel);
133 base, sel);
140 sel);
144 base, sel);
196 unsigned short sel; local
197 asm volatile ("mov %%gs, %0" : "=rm" (sel));
198 printf("\tother thread: ARCH_SET_GS(0x%lx)%s -- sel is 0x%hx\n",
199 to_set, hard_zero ? " and clear gs" : "", sel);
407 unsigned short sel = s; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 94 LLVMValueRef sel, tmp, tmp2; local
101 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
102 *y = lp_build_select(&bld32, sel, tmp, tmp2);
178 LLVMValueRef sel, tmp; local
184 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0));
185 *y = lp_build_select(&bld32, sel, packed, tmp);
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_dump.cpp 139 s << chans[n.bc.sel[k]];
207 static void print_sel(sb_ostream &s, int sel, int rel, int index_mode,
209 if (rel && index_mode >= 5 && sel < 128)
214 s << sel; local
228 unsigned sel = alu.dst_gpr; local
230 if (sel >= 128 - 4) { // clause temporary gpr
231 sel -= 128 - 4;
237 print_sel(s, sel, alu.dst_rel, alu.index_mode, 0);
248 unsigned sel = src->sel, need_sel = 1, need_chan = 1, need_brackets = 0 local
334 s << "??IMM_" << sel; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
test_fs_copy_propagation.cpp 179 fs_inst *sel = set_condmod(test[i].conditional_mod, local
180 bld.SEL(vgrf2, vgrf0,
199 EXPECT_EQ(BRW_OPCODE_SEL, sel->opcode);
200 EXPECT_EQ(test[i].conditional_mod, sel->conditional_mod);
201 EXPECT_EQ(test[i].expected_result, sel->saturate);
202 EXPECT_TRUE(sel->dst.equals(vgrf2));
204 EXPECT_TRUE(sel->src[0].equals(vgrf1));
206 EXPECT_TRUE(sel->src[0].equals(vgrf0));
208 EXPECT_TRUE(sel->src[1].equals(brw_imm_f(test[i].immediate)));
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchengine.py 58 ## # Need gui for text.index('sel.first/sel.last/insert').
75 def sel(s): function in function:GetSelectionTest.test_get_selection
77 if s == 'sel.first': return '1.0'
78 if s == 'sel.last': return '1.12'
80 text.index = sel # replaces .tag_add('sel', '1.0, '1.12')
249 def sel(s): function in function:SearchTest.test_search
250 if s == 'sel.first': return '2.10'
251 if s == 'sel.last': return '2.16
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_searchengine.py 58 ## # Need gui for text.index('sel.first/sel.last/insert').
75 def sel(s): function in function:GetSelectionTest.test_get_selection
77 if s == 'sel.first': return '1.0'
78 if s == 'sel.last': return '1.12'
80 text.index = sel # replaces .tag_add('sel', '1.0, '1.12')
249 def sel(s): function in function:SearchTest.test_search
250 if s == 'sel.first': return '2.10'
251 if s == 'sel.last': return '2.16
    [all...]
  /external/skia/samplecode/
SampleFuzz.cpp 58 int sel; local
61 sel = R(6);
63 sel = R(4);
66 if (return_undef == false && sel == 0) {
67 sel = 1;
74 switch (sel) {
99 int sel;
101 if (quick == true) sel = 0; else sel = R(6);
103 switch (sel) {
    [all...]
  /external/skqp/samplecode/
SampleFuzz.cpp 58 int sel; local
61 sel = R(6);
63 sel = R(4);
66 if (return_undef == false && sel == 0) {
67 sel = 1;
74 switch (sel) {
99 int sel;
101 if (quick == true) sel = 0; else sel = R(6);
103 switch (sel) {
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DropDownListView.java 168 public void setSelector(Drawable sel) {
169 mSelector = sel != null ? new GateKeeperDrawable(sel) : null;
173 if (sel != null) {
174 sel.getPadding(padding);
574 private void positionSelectorLikeTouchCompat(int position, View sel, float x, float y) {
575 positionSelectorLikeFocusCompat(position, sel);
583 private void positionSelectorLikeFocusCompat(int position, View sel) {
592 positionSelectorCompat(position, sel);
603 private void positionSelectorCompat(int position, View sel) {
    [all...]
  /hardware/interfaces/broadcastradio/common/utils1x/
Utils.cpp 103 ProgramType getType(const ProgramSelector& sel) {
104 return static_cast<ProgramType>(sel.programType);
127 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) {
130 if (sel.primaryId.type == itype) {
131 if (val) *val = sel.primaryId.value;
136 for (auto&& id : sel.secondaryIds) {
146 bool hasId(const ProgramSelector& sel, const IdentifierType type) {
147 return maybeGetId(sel, type, nullptr);
150 uint64_t getId(const ProgramSelector& sel, const IdentifierType type) {
153 if (maybeGetId(sel, type, &val))
167 ProgramSelector sel = {}; local
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
SelectionProbe.java 86 Selection sel = mMgr.getSelection(); local
89 assertTrue(sid + " is not in selection " + sel, sel.contains(sid));
96 Selection sel = mMgr.getSelection(); local
99 assertFalse(sid + " is in selection " + sel, sel.contains(sid));
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/multicast/
Reader.java 125 Selector sel = Selector.open(); local
127 dc.register(sel, SelectionKey.OP_READ);
132 int updated = sel.select();
134 Iterator<SelectionKey> iter = sel.selectedKeys().iterator();
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/multicast/
Reader.java 125 Selector sel = Selector.open(); local
127 dc.register(sel, SelectionKey.OP_READ);
132 int updated = sel.select();
134 Iterator<SelectionKey> iter = sel.selectedKeys().iterator();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 195 SelectionItem[] sel = GlobalCanvasDragInfo.getInstance().getCurrentSelection(); local
196 if (sel != null) {
197 for (SelectionItem item : sel) {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 235 ProxySelector sel = java.security.AccessController.doPrivileged( local
241 if (sel != null) {
243 Iterator<Proxy> it = sel.select(uri).iterator();
252 sel.connectFailed(uri, p.address(), new IOException("Wrong proxy type"));
274 sel.connectFailed(uri, paddr, ioe);
278 sel.connectFailed(uri, p.address(), new IOException("FTP connections over HTTP proxy not supported"));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 230 X509CRLStoreSelector sel = X509CRLStoreSelector.getInstance(this); local
231 sel.deltaCRLIndicator = deltaCRLIndicator;
232 sel.completeCRLEnabled = completeCRLEnabled;
233 sel.maxBaseCRLNumber = maxBaseCRLNumber;
234 sel.attrCertChecking = attrCertChecking;
235 sel.issuingDistributionPointEnabled = issuingDistributionPointEnabled;
236 sel.issuingDistributionPoint = Arrays.clone(issuingDistributionPoint);
237 return sel;
  /external/libnl/lib/route/cls/
u32.c 119 struct tc_u32_sel *sel; local
127 sel = u->cu_selector->d_data;
129 (sel->nkeys * sizeof(uint64_t));
205 static void print_selector(struct nl_dump_params *p, struct tc_u32_sel *sel,
211 if (sel->hmask || sel->hoff) {
216 nl_dump(p, " hash at %u & 0x%x", sel->hoff, sel->hmask);
219 if (sel->flags & (TC_U32_OFFSET | TC_U32_VAROFFSET)) {
220 nl_dump(p, " offset at %u", sel->off)
419 struct tc_u32_sel *sel; local
445 struct tc_u32_sel *sel; local
513 struct tc_u32_sel *sel; local
546 struct tc_u32_sel *sel; local
588 struct tc_u32_sel *sel; local
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 714 nir_ssa_def *sel = vtn_ssa_value(b, vtn_switch->selector)->def; local
728 nir_ieq(&b->nb, sel, nir_imm_int(&b->nb, *val));
  /external/skia/experimental/Networking/
SkSockets.cpp 274 int sel = select(fSockfd + 1, &workingSet, NULL, NULL, &timeout); local
275 if (sel < 0) {
279 if (sel == 0) //select() timed out
  /external/skqp/experimental/Networking/
SkSockets.cpp 274 int sel = select(fSockfd + 1, &workingSet, NULL, NULL, &timeout); local
275 if (sel < 0) {
279 if (sel == 0) //select() timed out
  /external/v8/tools/turbolizer/
graph-view.js 433 var sel = graph.nodes.filter(function(n) { variable
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIX.java 208 CertSelector sel = targetCertConstraints(); local
209 if (!(sel instanceof X509CertSelector)) {
235 X509CertSelector sel)
238 X500Principal subject = sel.getSubject();
242 X509Certificate cert = sel.getCertificate();
253 store.getCertificates(sel);
  /packages/apps/Car/Radio/src/com/android/car/radio/
PresetsViewHolder.java 127 ProgramSelector sel = program.getSelector(); local
132 sel, ProgramSelectorExt.NAME_NO_MODULATION));
140 mPresetItemChannelBg.setColor(mColorMapper.getColorForProgram(sel));
  /external/deqp/external/openglcts/modules/common/
glcShaderIntegerMixTests.cpp 318 " bvec4 sel = bvec4(vs_in_sel);\n"
319 " fs_in_result = ivec4(mix(a, b, sel));\n"
344 " bvec4 sel = bvec4(fs_in_sel);\n"
345 " o = ivec4(mix(a, b, sel));\n"
424 deInt32 sel[DE_LENGTH_OF_ARRAY(a)]; local
447 sel[(i * 4) + 0] = (i >> 0) & 1;
448 sel[(i * 4) + 1] = (i >> 1) & 1;
449 sel[(i * 4) + 2] = (i >> 2) & 1;
450 sel[(i * 4) + 3] = (i >> 3) & 1;
453 sel[(i * 4) + 0] ? b[(i * 4) + 0] : a[(i * 4) + 0], sel[(i * 4) + 1] ? b[(i * 4) + 1] : a[(i * 4) + 1]
    [all...]
  /external/icu/icu4c/source/common/
ucnvsel.cpp 229 ucnvsel_close(UConverterSelector *sel) {
230 if (!sel) {
233 if (sel->ownEncodingStrings) {
234 uprv_free(sel->encodings[0]);
236 uprv_free(sel->encodings);
237 if (sel->ownPv) {
238 uprv_free(sel->pv);
240 utrie2_close(sel->trie);
241 uprv_free(sel->swapped);
242 uprv_free(sel);
550 UConverterSelector* sel = (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector)); local
596 const UConverterSelector* sel; member in struct:Enumerator
628 const UConverterSelector* sel; local
    [all...]

Completed in 688 milliseconds

12 3 4 5 6 7 8 91011>>