/external/icu4c/test/perf/unisetperf/draft/ |
contperf.bat | 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
span16perf.bat | 17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
span8perf.bat | 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/ |
SocketConnector.java | 96 Socket temp = sock; local 99 temp.close();
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpConnector.java | 95 DatagramSocket temp = sock; local 98 temp.close();
|
/external/libsepol/src/ |
hashtab.c | 201 hashtab_ptr_t cur, temp; local 209 temp = cur; 211 free(temp); 254 hashtab_ptr_t last, cur, temp; local 271 temp = cur; 274 destroy(temp->key, temp->datum, args); 275 free(temp);
|
sidtab.c | 174 sidtab_node_t *last, *cur, *temp; local 191 temp = cur; 193 context_destroy(&temp->context); 194 free(temp); 290 sidtab_ptr_t cur, temp; local 298 temp = cur; 300 context_destroy(&temp->context); 301 free(temp);
|
/external/libvorbis/lib/ |
os.h | 97 ogg_int16_t temp; local 102 "fldcw %1\n\t":"=m"(ret):"m"(temp): "dx");
|
/external/llvm/lib/IR/ |
Module.cpp | 65 StringRef temp = DataLayout; local 68 while (!temp.empty()) { 69 std::pair<StringRef, StringRef> P = getToken(temp, "-"); 72 temp = P.second; 86 StringRef temp = DataLayout; local 89 while (!temp.empty()) { 90 std::pair<StringRef, StringRef> TmpP = getToken(temp, "-"); 91 temp = TmpP.second;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_reg_allocate.cpp | 334 dst_reg temp = dst_reg(inst->src[i]); local 339 temp.writemask = 0; 341 temp.writemask |= (1 << BRW_GET_SWZ(inst->src[i].swizzle, c)); 342 assert(temp.writemask != 0); 344 emit_scratch_read(inst, temp, spill_reg, spill_offset); 356 src_reg temp = src_reg(inst->dst); local 357 temp.swizzle = BRW_SWIZZLE_XYZW; 358 emit_scratch_write(inst, temp, spill_reg, spill_offset);
|
/frameworks/av/media/libmedia/ |
SingleStateQueue.cpp | 79 T temp = shared->mValue; local 82 value = temp;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
sp_enc.cpp | 245 Speech_Encode_FrameState** temp = &s; local 246 GSMEncodeFrameExit((void**)temp);
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix2f.java | 187 float temp = mMat[1]; local 189 mMat[2] = temp;
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix2f.java | 187 float temp = mMat[1]; local 189 mMat[2] = temp;
|
/external/bluetooth/bluedroid/bta/ar/ |
bta_ar.c | 249 UINT8 temp[8], *p; local 284 p = temp; 287 (UINT32)2, (UINT8*)temp); 305 UINT8 temp[8], *p; local 340 p = temp; 343 (UINT32)2, (UINT8*)temp);
|
/external/chromium_org/components/browser_context_keyed_service/ |
dependency_graph.cc | 31 EdgeMap::iterator temp = it; local 34 if (temp->first == node || temp->second == node) 35 edges_.erase(temp); 96 EdgeMap::iterator temp = it; local 98 edges.erase(temp);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_tex.c | 63 unsigned temp = rc_find_free_temporary(&compiler->Base); local 69 inst_mov->U.I.DstReg.Index = temp; 78 inst->U.I.SrcReg[0].Index = temp; 86 unsigned temp = rc_find_free_temporary(&compiler->Base); local 91 inst_rcp->U.I.DstReg.Index = temp; 102 inst_mul->U.I.DstReg.Index = temp; 105 inst_mul->U.I.SrcReg[1].Index = temp; 111 inst->U.I.SrcReg[0].Index = temp; 168 /* Redirect TEX to a new temp. */ 280 * MUL temp, texcoord, <scaling factor constant 302 unsigned temp = rc_find_free_temporary(c); local 411 unsigned temp = rc_find_free_temporary(c); local [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawMatrix.cpp | 233 SkMatrix temp; local 234 temp.setRotate(number, 0, 0); 235 fMatrix.setScaleX(temp.getScaleX()); 236 fMatrix.setScaleY(temp.getScaleY()); 237 fMatrix.setSkewX(temp.getSkewX()); 238 fMatrix.setSkewY(temp.getSkewY());
|
SkMatrixParts.cpp | 179 SkMatrix temp; 180 temp.setRectToRect(source->fRect, destination->fRect, 182 fMatrix->set(temp); 248 SkMatrix temp; 249 temp.setPolyToPoly(src, dst, srcPts); 250 fMatrix->set(temp);
|
/external/harfbuzz_ng/contrib/python/lib/ |
fontconfig.pyx | 24 cdef FcPattern *temp 27 temp = FcNameParse(<FcChar8 *>name) 28 self._pattern = FcFontMatch(FcConfigGetCurrent(), temp, &res)
|
/external/marisa-trie/lib/marisa/ |
tail.cc | 47 Tail temp; local 48 temp.buf_.map(mapper); 49 temp.swap(this); 74 Tail temp; local 75 temp.buf_.read(reader); 76 temp.swap(this);
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
tail.cc | 47 Tail temp; local 48 temp.buf_.map(mapper); 49 temp.swap(this); 74 Tail temp; local 75 temp.buf_.read(reader); 76 temp.swap(this);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program_tex.c | 63 unsigned temp = rc_find_free_temporary(&compiler->Base); local 69 inst_mov->U.I.DstReg.Index = temp; 78 inst->U.I.SrcReg[0].Index = temp; 86 unsigned temp = rc_find_free_temporary(&compiler->Base); local 91 inst_rcp->U.I.DstReg.Index = temp; 102 inst_mul->U.I.DstReg.Index = temp; 105 inst_mul->U.I.SrcReg[1].Index = temp; 111 inst->U.I.SrcReg[0].Index = temp; 168 /* Redirect TEX to a new temp. */ 280 * MUL temp, texcoord, <scaling factor constant 302 unsigned temp = rc_find_free_temporary(c); local 411 unsigned temp = rc_find_free_temporary(c); local [all...] |
/external/skia/src/animator/ |
SkDrawMatrix.cpp | 233 SkMatrix temp; local 234 temp.setRotate(number, 0, 0); 235 fMatrix.setScaleX(temp.getScaleX()); 236 fMatrix.setScaleY(temp.getScaleY()); 237 fMatrix.setSkewX(temp.getSkewX()); 238 fMatrix.setSkewY(temp.getSkewY());
|
SkMatrixParts.cpp | 179 SkMatrix temp; 180 temp.setRectToRect(source->fRect, destination->fRect, 182 fMatrix->set(temp); 248 SkMatrix temp; 249 temp.setPolyToPoly(src, dst, srcPts); 250 fMatrix->set(temp);
|