Home
last modified time | relevance | path

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

1234567

/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()
/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.cpp1708 String8 remain = path; in makeDir() local
1711 while (name = remain.walkPath(&remain), remain != "") { in makeDir()
2001 String8 root, remain(filePath), partialPath; in addFile() local
2002 while (remain.length() > 0) { in addFile()
2003 root = remain.walkPath(&remain); in addFile()
2008 if (remain.length() == 0) { in addFile()
2335 String8 remain; in slurpResourceZip() local
2336 if (entryName.walkPath(&remain) == kResourceDir) { in slurpResourceZip()
2338 kind.initFromDirName(remain.walkPath().string(), &resType); in slurpResourceZip()
/frameworks/base/services/java/com/android/server/
DIntentResolver.java508 final int remain = LAST - idx; in remove_all_objects() local
509 if (remain > 0) { in remove_all_objects()
510 System.arraycopy(array, idx+1, array, idx, remain); in remove_all_objects()
/frameworks/base/docs/html/training/notify-user/
Dmanaging.jd88 Notifications remain visible until one of the following happens:
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h35 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
/frameworks/base/docs/html/training/gestures/
Dmulti.jd78 next, but the pointer ID of a pointer is guaranteed to remain constant as long
/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/cmds/bootanimation/
DBootAnimation.cpp62 struct timespec *remain);
/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/training/basics/data-storage/
Dfiles.jd248 these files should remain available to the user.
309 If the files you're saving should remain available after the user uninstalls your
/frameworks/base/docs/html/distribute/googleplay/about/
Dmonetizing.jd112 free apps must remain free (to download) for the life of the app.</p>
/frameworks/base/docs/html/training/multiple-threads/
Dcreate-threadpool.jd182 The duration that a thread will remain idle before it shuts down. The duration is
/frameworks/base/docs/html/training/articles/
Dperf-anr.jd151 Designing your application in this way will allow your app's UI thread to remain
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd62 {@code "false"} if they must remain with the task where they started.
243 <dd>Whether or not the application should remain running at all times &mdash;
/frameworks/av/media/libstagefright/httplive/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/native/libs/ui/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/native/cmds/dumpsys/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/bmgr/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/libvideoeditor/vss/mcs/src/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/packages/FusedLocation/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/drm/common/
DNOTICE57 of this License, Derivative Works shall not include works that remain

1234567