/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 34 const char* parse_type(const char* first, const char* last, C& db); 36 const char* parse_encoding(const char* first, const char* last, C& db); 38 const char* parse_name(const char* first, const char* last, C& db, 41 const char* parse_expression(const char* first, const char* last, C& db); 43 const char* parse_template_args(const char* first, const char* last, C& db); 45 const char* parse_operator_name(const char* first, const char* last, C& db); 47 const char* parse_unqualified_name(const char* first, const char* last, C& db); 49 const char* parse_decltype(const char* first, const char* last, C& db); 94 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state() argument 97 for (; first != last; ++first) in print_state() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | vlc_encode.h | 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vlc_decode.cpp | 875 pTcoef->last = (uint) tab->last; //(tab->val >> 16) & 1; in VlcDecTCOEFIntra() 922 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1; in VlcDecTCOEFIntra() 926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20)) in VlcDecTCOEFIntra() 930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run]; in VlcDecTCOEFIntra() 974 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1; in VlcDecTCOEFIntra() 979 if (pTcoef->last) in VlcDecTCOEFIntra() 1002 pTcoef->last = code >> 7; in VlcDecTCOEFIntra() 1057 pTcoef->last = (uint)tab->last; //(tab->val >> 12) & 1; in VlcDecTCOEFInter() 1100 pTcoef->last = (uint)tab->last; //(tab->val >> 12) & 1; in VlcDecTCOEFInter() 1103 if ((pTcoef->last == 0 && pTcoef->run > 26) || (pTcoef->last == 1 && pTcoef->run > 40)) in VlcDecTCOEFInter() [all …]
|
D | vlc_dequant.cpp | 69 int last, return_status; in VlcDequantMpegIntraBlock() local 117 last = 1;/* 11/1/2000 let it slips undetected, just like in VlcDequantMpegIntraBlock() 125 last = run_level.last; in VlcDequantMpegIntraBlock() 131 last = 1; in VlcDequantMpegIntraBlock() 162 while (!last); in VlcDequantMpegIntraBlock() 395 int last, return_status; in VlcDequantMpegInterBlock() local 422 last = 1;/* 11/1/2000 let it slips undetected, just like in VlcDequantMpegInterBlock() 430 last = run_level.last; in VlcDequantMpegInterBlock() 436 last = 1; in VlcDequantMpegInterBlock() 463 while (!last); in VlcDequantMpegInterBlock() [all …]
|
/frameworks/base/tools/incident_report/ |
D | printer.cpp | 83 char* last = mBuf; in printf() local 86 p = strchr(last, '\n'); in printf() 87 int size = p != NULL ? p - last + 1 : strlen(last); in printf() 88 fwrite(last, size, 1, mOut); in printf() 96 last = p+1; in printf()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NoisyVelocityTracker.java | 71 MotionEventCopy last = null; in computeCurrentVelocity() local 78 if (last != null) { in computeCurrentVelocity() 79 final float dt = (float) (event.t - last.t) / units; in computeCurrentVelocity() 80 final float dx = (event.x - last.x); in computeCurrentVelocity() 81 final float dy = (event.y - last.y); in computeCurrentVelocity() 91 if (event.t == last.t) { in computeCurrentVelocity() 101 last = event; in computeCurrentVelocity()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | armVCM4P2_PutVLCBits.c | 123 OMX_U8 last = 0, first = 1, fMode; in armVCM4P2_PutVLCBits() local 143 last = 0; in armVCM4P2_PutVLCBits() 169 last, in armVCM4P2_PutVLCBits() 183 last = 1; in armVCM4P2_PutVLCBits() 208 last, in armVCM4P2_PutVLCBits()
|
D | omxVCM4P2_DecodeVLCZigzag_Inter.c | 94 OMX_U8 last,start = 0; in omxVCM4P2_DecodeVLCZigzag_Inter() local 111 &last, in omxVCM4P2_DecodeVLCZigzag_Inter() 127 if (last == 0) in omxVCM4P2_DecodeVLCZigzag_Inter()
|
D | armVCM4P2_DecodeVLCZigzag_intra.c | 95 OMX_U8 last = 0; in armVCM4P2_DecodeVLCZigzag_Intra() local 135 &last, in armVCM4P2_DecodeVLCZigzag_Intra() 151 if (last == 0) in armVCM4P2_DecodeVLCZigzag_Intra()
|
D | armVCM4P2_FillVLCBuffer.c | 86 OMX_U8 last, in armVCM4P2_FillVLCBuffer() argument 118 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1); in armVCM4P2_FillVLCBuffer() 157 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1); in armVCM4P2_FillVLCBuffer()
|
D | armVCM4P2_FillVLDBuffer.c | 66 OMX_U8 last, in armVCM4P2_FillVLDBuffer() argument 88 if (last == 1) in armVCM4P2_FillVLDBuffer()
|
/frameworks/rs/ |
D | rsList.h | 30 List() : last(nullptr), first(&firstBuffer.data.typed), in List() 38 List(InputIterator first, InputIterator last) : List() { in List() argument 39 for (InputIterator it = first; it != last; ++it) { in List() 55 last = current; in push_back() 113 T& back() const { return *last; } in back() 119 T* last; variable
|
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 49 const auto last = packages.end(); in FindPackage() local 50 auto iter = std::lower_bound(packages.begin(), last, name, in FindPackage() 52 if (iter != last && name == (*iter)->name) { in FindPackage() 81 const auto last = packages.end(); in FindOrCreatePackage() local 82 auto iter = std::lower_bound(packages.begin(), last, name, in FindOrCreatePackage() 84 if (iter != last && name == (*iter)->name) { in FindOrCreatePackage() 94 const auto last = types.end(); in FindType() local 95 auto iter = std::lower_bound(types.begin(), last, type, less_than_type); in FindType() 96 if (iter != last && (*iter)->type == type) { in FindType() 103 const auto last = types.end(); in FindOrCreateType() local [all …]
|
/frameworks/base/libs/common_time/ |
D | utils.cpp | 88 Entry* last = NULL; in internalLog() local 91 last = &(mRingBuffer[(mWr + mSize - 1) % mSize]); in internalLog() 94 if ((NULL != last) && !last->s.compare(s)) { in internalLog() 95 gettimeofday(&(last->last_ts), NULL); in internalLog() 96 ++last->count; in internalLog()
|
/frameworks/base/tools/aapt2/link/ |
D | PrivateAttributeMover.cpp | 30 const auto last = input_container.end(); in move_if() local 32 if (new_end == last) { in move_if() 41 for (; first != last; ++first) { in move_if() 54 input_container.erase(new_end, last); in move_if()
|
/frameworks/base/core/java/android/content/ |
D | ContentUris.java | 85 String last = contentUri.getLastPathSegment(); in parseId() local 86 return last == null ? -1 : Long.parseLong(last); in parseId()
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | byte_swapper.h | 44 char *first = &new_val, *last = first + kValSize - 1, x; in Swap() local 45 for (; first < last; ++first, --last) { in Swap() 46 x = *last; in Swap() 47 *last = *first; in Swap()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | Parallax.java | 492 int last = getIntPropertyValue(0); in verifyIntProperties() local 495 if (v < last) { in verifyIntProperties() 500 } else if (last == IntProperty.UNKNOWN_BEFORE && v == IntProperty.UNKNOWN_AFTER) { in verifyIntProperties() 506 last = v; in verifyIntProperties() 514 float last = getFloatPropertyValue(0); in verifyFloatProperties() local 517 if (v < last) { in verifyFloatProperties() 522 } else if (last == FloatProperty.UNKNOWN_BEFORE && v in verifyFloatProperties() 529 last = v; in verifyFloatProperties()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/ |
D | TaperedPathStroke.java | 42 boolean last=false; in drawPath() 46 last=true; in drawPath() 52 if (last) break; in drawPath()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 280 byte[] last = null; in readTextFile() 283 if (last != null) rolled = true; in readTextFile() 284 byte[] tmp = last; last = data; data = tmp; in readTextFile() 289 if (last == null && len <= 0) return ""; in readTextFile() 290 if (last == null) return new String(data, 0, len); in readTextFile() 293 System.arraycopy(last, len, last, 0, last.length - len); in readTextFile() 294 System.arraycopy(data, 0, last, last.length - len, len); in readTextFile() 296 if (ellipsis == null || !rolled) return new String(last); in readTextFile() 297 return ellipsis + new String(last); in readTextFile()
|
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarManifestReader.java | 145 int last = pos; in readValue() local 165 valueBuffer.write(buf, mark, last - mark); in readValue() 176 last = pos; in readValue() 179 valueBuffer.write(buf, mark, last - mark); in readValue()
|
/frameworks/base/cmds/incidentd/src/ |
D | report_directory.cpp | 47 bool last = false; in create_directory() local 48 while (!last) { in create_directory() 53 last = true; in create_directory() 82 if (!last) { in create_directory()
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | PlaybackSeekProviderSample.java | 27 public PlaybackSeekProviderSample(long first, long last, int numSeekPositions) { in PlaybackSeekProviderSample() argument 30 mSeekPositions[i] = first + i * (last - first) / (numSeekPositions - 1); in PlaybackSeekProviderSample()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/util/ |
D | MessageThreadUtil.java | 254 SyncQueueItem last = mRoot; 255 while (last.next != null) { 256 last = last.next; 258 last.next = item;
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
D | ListGetSelectedViewTest.java | 58 View last = mListView.getChildAt(1); in testGetSelectedView() local 59 TouchUtils.clickView(this, last); in testGetSelectedView()
|