HomeSort by relevance Sort by last modified time
    Searched refs:ss (Results 101 - 125 of 443) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Support/
regengine.inc 299 sopno ss; /* start sop of current subRE */
313 for (ss = startst; ss < stopst; ss = es) {
315 es = ss;
329 switch (OP(m->g->strip[ss])) {
354 rest = slow(m, sp, stp, ss, es);
364 ssub = ss + 1;
379 rest = slow(m, sp, stp, ss, es);
389 ssub = ss + 1
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_decode_utctime.c 95 out->off_dir = out->off_hh = out->off_mm = out->ss = 0;
108 DECODE_V(out->ss, 60);
  /external/emma/core/java12/com/vladium/util/
Strings.java 107 final String ss = tokenizer.nextToken (); local
108 if (_strings.add (ss)) _result.add (ss);
152 final String ss = tokenizer.nextToken (); local
154 if (ss.startsWith ("@"))
156 final String [] fileList = Files.readFileList (new File (ss.substring (1)));
163 else if (_strings.add (ss)) _result.add (ss);
  /external/oprofile/module/x86/
oprofile_nmi.S 42 6: pushl %ss; \
44 pushl %ss; \
  /frameworks/base/telephony/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 59 ServiceState ss = sender.getServiceState(); local
60 if (ss == null) {
61 ss = new ServiceState();
62 ss.setStateOutOfService();
65 mRegistry.notifyServiceState(ss);
122 ServiceState ss = sender.getServiceState(); local
123 if (ss != null) roaming = ss.getRoaming();
  /hardware/ril/mock-ril/src/cpp/
experiments.cpp 162 ril_proto::ReqScreenState* ss = new ril_proto::ReqScreenState(); local
163 ss->set_state(true);
164 bool state = ss->state();
166 ss->set_state(false);
167 state = ss->state();
169 int len = ss->ByteSize();
173 bool ok = ss->SerializeToArray(buffer, len);
175 LOGD("testReqScreenStateProtobuf X: Could not serialize ss");
182 LOGD("testReqScreenStateProtobuf X: Could not deserialize ss");
188 delete ss;
    [all...]
  /bionic/libc/regex/
engine.c 294 sopno ss; /* start sop of current subRE */ local
309 for (ss = startst; ss < stopst; ss = es) {
311 es = ss;
325 switch (OP(m->g->strip[ss])) {
350 rest = slow(m, sp, stp, ss, es);
360 ssub = ss + 1;
374 rest = slow(m, sp, stp, ss, es);
384 ssub = ss + 1
476 sopno ss; \/* start sop of current subRE *\/ local
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 294 sopno ss; /* start sop of current subRE */ local
309 for (ss = startst; ss < stopst; ss = es) {
311 es = ss;
325 switch (OP(m->g->strip[ss])) {
350 rest = slow(m, sp, stp, ss, es);
360 ssub = ss + 1;
374 rest = slow(m, sp, stp, ss, es);
384 ssub = ss + 1
476 sopno ss; \/* start sop of current subRE *\/ local
    [all...]
  /external/hyphenation/
substrings.pl 79 $ss = substr $pat, 0, $i;
80 print "$ss+$pattab{$subpat}\n";
85 $newreplbeg{$newpat} = $replbeg{$subpat} + enclen($ss) - $begcorr;
145 $ss = substr ($pat1, 0, $i);
147 $newreplbeg{$pat1} = $newreplbeg{$pat2} + enclen($ss) - $begcorr;
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 300 SavedState ss = new SavedState(superState); local
302 ss.mHideOptional = mHideOptional;
305 ss.mVisibilities = new int[numChildren];
307 ss.mVisibilities[i] = mFieldEditTexts[i].getVisibility();
310 return ss;
318 SavedState ss = (SavedState) state; local
319 super.onRestoreInstanceState(ss.getSuperState());
321 mHideOptional = ss.mHideOptional;
323 int numChildren = Math.min(mFieldEditTexts.length, ss.mVisibilities.length);
325 mFieldEditTexts[i].setVisibility(ss.mVisibilities[i])
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_stereo_proc.cpp 230 int32 ss; local
269 ss = 17;
274 if (xl[(i*FILTERBANK_BANDS) + ss])
276 sb = (i << 4) + (i << 1) + ss;
281 ss--;
282 if (ss < 0)
285 ss = 17;
570 ss = 17;
575 if (xl[(i*FILTERBANK_BANDS) + ss])
577 sb = (i << 4) + (i << 1) + ss;
    [all...]
  /external/qemu/audio/
paaudio.c 30 DYNLINK_FUNC(pa_simple*,pa_simple_new,(const char* server,const char* name, pa_stream_direction_t dir, const char* dev, const char* stream_name, const pa_sample_spec* ss, const pa_channel_map* map, const pa_buffer_attr *attr, int *error)) \
328 static pa_sample_spec ss; local
332 ss.format = audfmt_to_pa (as->fmt, as->endianness);
333 ss.channels = as->nchannels;
334 ss.rate = as->freq;
336 obt_as.fmt = pa_to_audfmt (ss.format, &obt_as.endianness);
344 &ss,
382 static pa_sample_spec ss; local
386 ss.format = audfmt_to_pa (as->fmt, as->endianness);
387 ss.channels = as->nchannels
506 pa_sample_spec ss; local
    [all...]
  /external/freetype/src/autofit/
afglobal.c 85 FT_UInt ss, i; local
105 for ( ss = 0; AF_SCRIPT_CLASSES_GET[ss]; ss++ )
107 AF_ScriptClass clazz = AF_SCRIPT_CLASSES_GET[ss];
129 gscripts[gindex] = (FT_Byte)ss;
140 gscripts[gindex] = (FT_Byte)ss;
  /external/chromium/testing/gtest/test/
gtest-message_test.cc 156 ::std::stringstream ss; local
157 ss << msg;
158 EXPECT_STREQ("Hello", testing::internal::StringStreamToString(&ss).c_str());
  /external/freetype/src/base/
ftbitmap.c 444 FT_Byte* ss = s; local
452 FT_Int val = ss[0]; /* avoid a byte->int cast on each line */
465 ss += 1;
472 FT_Int val = *ss;
526 FT_Byte* ss = s; local
534 FT_Int val = ss[0];
542 ss += 1;
549 FT_Int val = ss[0];
578 FT_Byte* ss = s; local
586 FT_Int val = ss[0]
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketFactoryTest.java 32 private ServerSocket ss; field in class:SSLSocketFactoryTest
37 ss = new ServerSocket(portNumber);
41 return ss.getLocalPort();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 59 StylesheetRoot ss = templElem.getStylesheetRoot(); local
67 ss.error(XSLTErrorResources.ER_CURRENCY_SIGN_ILLEGAL); // currency sign not allowed
80 dfs = ss.getDecimalFormatComposed(qname);
105 dfs = ss.getDecimalFormatComposed(new QName(""));
  /external/srec/tools/grxmlcompile/
testhashmap.cpp 178 string ss;
179 if (!myHash.getValue(i, &ss) ) {
191 string ss;
192 if (myHash.getValue(i, &ss) ) {
  /frameworks/base/libs/rs/
rsSampler.cpp 60 void Sampler::bindToContext(SamplerState *ss, uint32_t slot) {
61 ss->mSamplers[slot].set(this);
65 void Sampler::unbindFromContext(SamplerState *ss) {
68 ss->mSamplers[slot].clear();
  /frameworks/base/tests/CoreTests/android/core/
SocketTest.java 51 ServerSocket ss; local
57 ss = new ServerSocket();
61 ss.bind(new InetSocketAddress("127.0.0.1", port));
75 s1 = ss.accept();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext32.h 65 unsigned short ss, __ssh; member in struct:sigcontext_ia32
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
simple.h 52 * pa_sample_spec ss;
54 * ss.format = PA_SAMPLE_S16NE;
55 * ss.channels = 2;
56 * ss.rate = 44100;
63 * &ss, // Our sample format.
123 const pa_sample_spec *ss, /**< The sample type to use */
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 93 ServerSocket ss = ssc.socket(); local
121 assertEquals(outRemoteAddress.getPort(), ss.getLocalPort());
122 assertEquals(inLocalAddress.getPort(), ss.getLocalPort());
125 assertEquals(inLocalAddress.getAddress(), ss.getInetAddress());
126 assertEquals(inRemoteAddress.getAddress(), ss.getInetAddress());
127 assertEquals(outLocalAddress.getAddress(), ss.getInetAddress());
128 assertEquals(outRemoteAddress.getAddress(), ss.getInetAddress());
137 assertEquals(in.socket().getLocalSocketAddress(), ss.getLocalSocketAddress());
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 67 ServerSocket ss = ServerSocketFactory.getDefault().createServerSocket(0); local
68 InetSocketAddress sa = (InetSocketAddress) ss.getLocalSocketAddress();
  /external/llvm/lib/CodeGen/
Spiller.cpp 89 unsigned ss = vrm->assignVirt2StackSlot(li->reg); local
121 vrm->assignVirt2StackSlot(newVReg, ss);
139 tii->loadRegFromStackSlot(*mi->getParent(), miItr, newVReg, ss, trc,
144 vrm->addSpillSlotUse(ss, loadInstr);
154 true, ss, trc, tri);
158 vrm->addSpillSlotUse(ss, storeInstr);
219 int SS = vrm->getStackSlot(LRE.getReg());
220 if (SS == VirtRegMap::NO_STACK_SLOT)
223 LiveInterval &SI = lss->getOrCreateInterval(SS, RC);

Completed in 921 milliseconds

1 2 3 45 6 7 8 91011>>