Searched refs:temp (Results 201 - 225 of 896) sorted by relevance

1234567891011>>

/external/icu4c/test/intltest/
H A Dicusvtst.cpp207 UnicodeString temp;
208 lrmsg(temp, message, lhs, rhs);
211 logln(temp);
213 errln(temp);
224 UnicodeString temp; local
225 lrmsg(temp, message, lhs, rhs);
228 logln(temp);
230 errln(temp);
241 UnicodeString temp; local
242 lrmsg(temp, messag
258 UnicodeString temp; local
275 UnicodeString temp = message; local
292 UnicodeString temp; local
569 UnicodeString temp; local
1231 UnicodeString temp; local
1311 UnicodeString temp; local
1330 UnicodeString temp; local
[all...]
H A Dpptest.cpp193 UnicodeString temp; local
196 temp.remove();
197 //temp = new StringBuffer(); // Get new buffer
208 temp += UnicodeString("="/*'='*/); // initialize
209 logln("FP " + temp + res);
/external/icu4c/i18n/
H A Dnfrule.cpp517 int64_t temp = util64_pow(radix, tempResult + 1); local
518 if (temp <= baseValue) {
576 UnicodeString temp(buffer, len);
577 result.append(temp);
621 UnicodeString temp; local
622 sub2->toString(temp);
623 ruleTextCopy.insert(sub2->getPos(), temp);
624 sub1->toString(temp);
625 ruleTextCopy.insert(sub1->getPos(), temp);
835 UnicodeString temp; local
880 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex(); local
889 int32_t temp = sub1->getPos() + pp.getErrorIndex(); local
1348 UnicodeString temp; local
[all...]
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
H A DgUnit.g224 String temp = null;
227 if ( newline.length()==1 && getText().length()==5 ) temp = "";
228 else if ( newline.length()==2 && getText().length()==6 ) temp = "";
229 else temp = getText().substring(newFrontIndex, newEndIndex);
232 temp = getText().substring(newFrontIndex, oldEndIndex);
235 temp = getText().substring(oldFrontIndex, newEndIndex);
238 temp = getText().substring(oldFrontIndex, oldEndIndex);
241 BufferedReader bufReader = new BufferedReader(new StringReader(temp));
255 setText(temp);
/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util_unittest.cc26 ScopedTempDir temp; local
27 ASSERT_TRUE(temp.CreateUniqueTempDir());
29 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
42 ScopedTempDir temp; local
43 ASSERT_TRUE(temp.CreateUniqueTempDir());
45 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
59 ScopedTempDir temp; local
60 ASSERT_TRUE(temp.CreateUniqueTempDir());
62 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
132 ScopedTempDir temp; local
151 ScopedTempDir temp; local
178 ScopedTempDir temp; local
[all...]
/external/icu4c/tools/toolutil/
H A Ducbuf.c715 UChar* temp = buf->currentPos; local
723 c = *temp++;
727 if(temp>=buf->bufLimit && buf->currentPos == buf->buffer){
741 if(c ==0x0d && temp+1<=buf->bufLimit && *(temp+1) == 0x0a ){
742 *len = (int32_t)(temp++ - buf->currentPos);
744 buf->currentPos = temp;
749 if (temp>=buf->bufLimit|| ucbuf_isCharNewLine(c)){ /* Unipad inserts 2028 line separators! */
750 *len = (int32_t)(temp - buf->currentPos);
752 buf->currentPos = temp;
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_tonecontrol.c260 EAS_I8 temp; local
300 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
311 if (temp >= TC_FIELD_SILENCE)
313 result = TC_StartNote(pEASData, pData, parserMode, temp);
318 switch (temp)
341 result = TC_GetNextChar(pEASData->hwInstData, pData, &temp);
349 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected byte 0x%02x in ToneControl stream\n", temp); */ }
646 EAS_I8 temp; local
665 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
669 if (temp
782 EAS_I8 temp; local
[all...]
H A Deas_reverb.c79 EAS_INT temp; local
224 temp = pPreset->m_nXfadeInterval;
226 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
227 pReverbData->m_nXfadeInterval = (EAS_U16) temp;
232 temp = pPreset->m_nAp0_ApOut;
234 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
240 temp
916 EAS_INT temp; local
[all...]
/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp98 ir_rvalue *temp = ir2->operands[op2]; local
100 ir1->operands[op1] = temp;
181 ir_expression *temp; local
254 temp = new(mem_ctx) ir_expression(ir_unop_neg,
258 return swizzle_if_required(ir, temp);
296 temp = new(mem_ctx) ir_expression(ir_unop_rcp,
300 return swizzle_if_required(ir, temp);
374 temp = new(mem_ctx) ir_expression(ir_unop_rsq,
378 return swizzle_if_required(ir, temp);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
H A DX509ExtensionUtil.java59 Collection temp = new ArrayList();
93 temp.add(list);
95 return Collections.unmodifiableCollection(temp);
/external/chromium/chrome/browser/sync/sessions/
H A Dsync_session.cc38 std::vector<ModelSafeWorker*> temp; local
41 std::back_inserter(temp));
42 workers_.swap(temp);
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dcovar.h16 Scalar temp; local
30 temp = r(k,k) * r(j,k);
32 r.col(k).head(j+1) -= r.col(j).head(j+1) * temp;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintShrinkWrap.java77 float temp = currentTranslation.distance(p);
78 if(temp < distance) {
79 distance = temp;
/external/oprofile/libpp/
H A Dsample_container.cpp28 count_array_t temp(counts);
29 temp += s->counts;
30 return temp;
/external/qemu/android/utils/
H A Dtempfile.c114 tempfile_path(TempFile* temp) argument
116 return temp ? temp->name : NULL;
/external/oprofile/gui/
H A Doprof_start.cpp572 QListViewItem * temp = *it; local
576 help_str += temp->text(0).latin1();
578 selected_events.insert(temp);
623 uint temp = buffer_size_edit->text().toUInt(); local
624 if (temp < OP_MIN_BUF_SIZE || temp > OP_MAX_BUF_SIZE) {
627 error << "buffer size out of range: " << temp
635 config.buffer_size = temp;
637 temp = buffer_watershed_edit->text().toUInt();
639 if (temp > confi
642 error << "buffer watershed out of range: " << temp local
[all...]
/external/freetype/src/base/
H A Dftcalc.c378 FT_Int64 temp, temp2; local
381 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp );
385 FT_Add64( &temp, &temp2, &temp );
386 a = ft_div64by32( temp.hi, temp.lo, (FT_Int32)c );
417 FT_Int64 temp; local
420 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp );
421 a = ft_div64by32( temp.hi, temp
560 FT_Int64 temp, temp2; local
[all...]
/external/opencv/cv/src/
H A Dcvdistransform.cpp47 icvInitTopBottom( int* temp, int tempstep, CvSize size, int border ) argument
52 int* ttop = (int*)(temp + i*tempstep);
53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep);
67 icvDistanceTransform_3x3_C1R( const uchar* src, int srcstep, int* temp, argument
77 step /= sizeof(temp[0]);
80 icvInitTopBottom( temp, step, size, BORDER );
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
139 icvDistanceTransform_5x5_C1R( const uchar* src, int srcstep, int* temp, argument
150 step /= sizeof(temp[
228 icvDistanceTransformEx_5x5_C1R( const uchar* src, int srcstep, int* temp, int step, float* dist, int dststep, int* labels, int lstep, CvSize size, const float* metrics ) argument
707 CvMat* temp = 0; local
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_reverb.c79 EAS_INT temp; local
224 temp = pPreset->m_nXfadeInterval;
226 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
227 pReverbData->m_nXfadeInterval = (EAS_U16) temp;
232 temp = pPreset->m_nAp0_ApOut;
234 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
240 temp
916 EAS_INT temp; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_reverb.c79 EAS_INT temp; local
224 temp = pPreset->m_nXfadeInterval;
226 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
227 pReverbData->m_nXfadeInterval = (EAS_U16) temp;
232 temp = pPreset->m_nAp0_ApOut;
234 temp = (temp * _OUTPUT_SAMPLE_RATE) >> 16;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
240 temp
916 EAS_INT temp; local
[all...]
/external/chromium/chrome/browser/sync/
H A Dbackend_migrator.cc43 ModelTypeSet temp; local
46 std::inserter(temp, temp.end()));
47 to_migrate_ = temp;
/external/chromium/net/http/
H A Dhttp_vary_data_unittest.cc22 std::string temp(response_headers);
23 std::replace(temp.begin(), temp.end(), '\n', '\0');
24 response = new net::HttpResponseHeaders(temp);
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c530 long temp; local
535 temp = *((char *) ptr);
539 temp = *((short *) ptr);
543 temp = *((long *) ptr);
550 wprintw(show_pad, format, temp, temp);
555 unsigned long temp; local
560 temp = *((unsigned char *) ptr);
561 temp = temp
[all...]
/external/libselinux/src/
H A Davc_sidtab.c135 struct sidtab_node *cur, *temp; local
143 temp = cur;
145 freecon(temp->sid_s.ctx);
146 avc_free(temp);
/external/quake/quake/src/QW/client/
H A Dr_sky.c264 float temp; local
272 temp = SKYSIZE * s1 * s2;
274 skytime = cl.time - ((int)(cl.time / temp) * temp);

Completed in 680 milliseconds

1234567891011>>