Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 149) sorted by relevance

123456

/frameworks/native/libs/utils/
DDebug.cpp224 long remain = length; in printHexData() local
252 if (remain-- > 0) { in printHexData()
261 if (remain > 0) { in printHexData()
273 remain--; in printHexData()
282 remain = length; in printHexData()
287 if (remain-- > 0) { in printHexData()
298 if (remain > 0) *c++ = ','; in printHexData()
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/libvideoeditor/osal/src/
DLVOSA_FileReader_optim.c76 M4OSA_FilePosition remain; /**< data amount not already copied from buffer */ member
164 apContext->buffer[i].remain = 0; in M4OSA_FileReader_BufferInit()
212 apContext->buffer[i].remain -= copysize; in M4OSA_FileReader_BufferCopy()
292 apContext->buffer[i].remain = 0; in M4OSA_FileReader_BufferFill()
304 apContext->buffer[i].remain = 0; in M4OSA_FileReader_BufferFill()
313 apContext->buffer[i].remain = size; in M4OSA_FileReader_BufferFill()
388 if(apContext->buffer[i].remain == 0) in M4OSA_FileReader_BufferSelect()
420 if(apContext->buffer[j].remain < min_amount) in M4OSA_FileReader_BufferSelect()
422 min_amount = apContext->buffer[j].remain; in M4OSA_FileReader_BufferSelect()
/frameworks/base/tools/aapt/
DAaptAssets.cpp1654 String8 remain = path; in makeDir() local
1657 while (name = remain.walkPath(&remain), remain != "") { in makeDir()
1947 String8 root, remain(filePath), partialPath; in addFile() local
1948 while (remain.length() > 0) { in addFile()
1949 root = remain.walkPath(&remain); in addFile()
1954 if (remain.length() == 0) { in addFile()
2281 String8 remain; in slurpResourceZip() local
2282 if (entryName.walkPath(&remain) == kResourceDir) { in slurpResourceZip()
2284 kind.initFromDirName(remain.walkPath().string(), &resType); in slurpResourceZip()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h32 struct timespec *remain);
/frameworks/base/docs/html/guide/practices/
Dtablets-and-handsets.jd130 3.0. Additionally, you can even implement the fragment design patterns and remain
142 <p>If you want to use fragments in your application <em>and</em> remain compatible with
150 backward-compatible versions of these APIs in your application and remain compatible with Android
447 a value lower than {@code "14"} to remain compatible with older versions of Android. When running on
Dresponsiveness.jd97 Designing your application in this way will allow your main thread to remain
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp61 struct timespec *remain);
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd6 be run, and will remain running until it is no longer needed <em>and</em>
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd60 "{@code false}" if they must remain with the task where they started.
221 <dd>Whether or not the application should remain running at all times &mdash;
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd63 … the case of the typical 3G radio state machine described above, it will remain at full power for …
104 <p>Using this approach, the radio will be forced to remain active for the majority of users' news-r…
/frameworks/base/docs/html/guide/practices/app-design/
Dresponsiveness.jd97 Designing your application in this way will allow your main thread to remain
/frameworks/base/docs/html/distribute/googleplay/about/
Dmonetizing.jd111 free apps must remain free (to download) for the life of the app.</p>
/frameworks/av/media/libstagefright/codecs/amrwb/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/libvideoeditor/vss/src/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/libs/storage/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/mtp/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/packages/FakeOemFeatures/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libeffects/lvm/wrapper/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/mp3dec/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/content/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/docs/html/tools/adk/
Daoa2.jd29 remain unchanged.</p>
/frameworks/native/cmds/dumpsys/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/input/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/common_time/
DNOTICE57 of this License, Derivative Works shall not include works that remain

123456