HomeSort by relevance Sort by last modified time
    Searched refs:IS_EMPTY (Results 1 - 22 of 22) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
xltdec.h 217 #define IS_EMPTY(tok) ((tok)->type == TOK_TAG_EMPTY)
218 #define IS_TAG(tok) (IS_START(tok) || IS_EMPTY(tok) || IS_END(tok))
219 #define IS_START_OR_EMPTY(tok) (IS_START(tok) || IS_EMPTY(tok))
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/hdr/
xltdec.h 217 #define IS_EMPTY(tok) ((tok)->type == TOK_TAG_EMPTY)
218 #define IS_TAG(tok) (IS_START(tok) || IS_EMPTY(tok) || IS_END(tok))
219 #define IS_START_OR_EMPTY(tok) (IS_START(tok) || IS_EMPTY(tok))
  /frameworks/base/core/java/android/os/
DropBoxManager.java 46 public static final int IS_EMPTY = 1;
102 mFlags = IS_EMPTY;
123 if (((flags & IS_EMPTY) != 0) != (data == null)) {
140 if (((flags & IS_EMPTY) != 0) != (data == null)) {
157 if ((flags & IS_EMPTY) != 0) throw new IllegalArgumentException("Bad flags: " + flags);
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 184 if ((flags & DropBoxManager.IS_EMPTY) != 0) throw new IllegalArgumentException();
296 if ((entry.flags & DropBoxManager.IS_EMPTY) != 0) {
370 } else if ((entry.flags & DropBoxManager.IS_EMPTY) != 0) {
494 if ((flags & DropBoxManager.IS_EMPTY) != 0) throw new IllegalArgumentException();
519 this.flags = DropBoxManager.IS_EMPTY;
539 this.flags = DropBoxManager.IS_EMPTY;
550 flags |= DropBoxManager.IS_EMPTY;
558 this.flags = DropBoxManager.IS_EMPTY;
576 this.flags = DropBoxManager.IS_EMPTY;
673 if ((late.flags & DropBoxManager.IS_EMPTY) == 0)
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdec.c 530 if (IS_EMPTY(pScanner->curtok)) {
640 if (IS_EMPTY(pScanner->curtok)) {
769 if (IS_EMPTY(pScanner->curtok)) {
875 if (IS_EMPTY(pScanner->curtok)) {
962 if (IS_EMPTY(pScanner->curtok)) {
1050 if (IS_EMPTY(pScanner->curtok)) {
    [all...]
xltmetinf.c 81 if (IS_EMPTY(pScanner->curtok)) {
134 if (IS_EMPTY(pScanner->curtok)) {
191 if (IS_EMPTY(pScanner->curtok)) {
xltdmtnd.c 69 if (IS_EMPTY(pScanner->curtok)) {
175 if (IS_EMPTY(pScanner->curtok)) {
232 if (IS_EMPTY(pScanner->curtok)) {
343 if (IS_EMPTY(pScanner->curtok)) {
414 if (IS_EMPTY(pScanner->curtok)) {
511 if (IS_EMPTY(pScanner->curtok)) {
580 if (IS_EMPTY(pScanner->curtok)) {
xltdevinf.c 75 if (IS_EMPTY(pScanner->curtok)) {
118 if (IS_EMPTY(pScanner->curtok)) {
222 if (IS_EMPTY(pScanner->curtok)) {
293 if (IS_EMPTY(pScanner->curtok)) {
407 if (IS_EMPTY(pScanner->curtok)) {
595 if (IS_EMPTY(pScanner->curtok)) {
650 if (IS_EMPTY(pScanner->curtok)) {
696 if (IS_EMPTY(pScanner->curtok)) {
742 if (IS_EMPTY(pScanner->curtok)) {
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltdec.c 530 if (IS_EMPTY(pScanner->curtok)) {
640 if (IS_EMPTY(pScanner->curtok)) {
769 if (IS_EMPTY(pScanner->curtok)) {
875 if (IS_EMPTY(pScanner->curtok)) {
962 if (IS_EMPTY(pScanner->curtok)) {
1050 if (IS_EMPTY(pScanner->curtok)) {
    [all...]
xltmetinf.c 81 if (IS_EMPTY(pScanner->curtok)) {
134 if (IS_EMPTY(pScanner->curtok)) {
191 if (IS_EMPTY(pScanner->curtok)) {
xltdmtnd.c 72 if (IS_EMPTY(pScanner->curtok)) {
192 if (IS_EMPTY(pScanner->curtok)) {
281 if (IS_EMPTY(pScanner->curtok)) {
394 if (IS_EMPTY(pScanner->curtok)) {
493 if (IS_EMPTY(pScanner->curtok)) {
603 if (IS_EMPTY(pScanner->curtok)) {
689 if (IS_EMPTY(pScanner->curtok)) {
    [all...]
xltdevinf.c 77 if (IS_EMPTY(pScanner->curtok)) {
122 if (IS_EMPTY(pScanner->curtok)) {
226 if (IS_EMPTY(pScanner->curtok)) {
297 if (IS_EMPTY(pScanner->curtok)) {
411 if (IS_EMPTY(pScanner->curtok)) {
599 if (IS_EMPTY(pScanner->curtok)) {
654 if (IS_EMPTY(pScanner->curtok)) {
700 if (IS_EMPTY(pScanner->curtok)) {
746 if (IS_EMPTY(pScanner->curtok)) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 554 DropBoxManager.IS_EMPTY).writeToParcel(parcel, 0);
559 DropBoxManager.IS_EMPTY).writeToParcel(parcel, 0);
560 fail("IllegalArgumentException expected for non-null byte[] and IS_EMPTY flags");
567 fail("IllegalArgumentException expected for null byte[] and non-IS_EMPTY flags");
582 DropBoxManager.IS_EMPTY).writeToParcel(parcel, 0);
592 new DropBoxManager.Entry("badfile", 99999, f, DropBoxManager.IS_EMPTY).writeToParcel(
594 fail("IllegalArgumentException expected for non-null file and IS_EMPTY flags");
601 fail("IllegalArgumentException expected for null PFD and non-IS_EMPTY flags");
628 assertEquals(DropBoxManager.IS_EMPTY, e.getFlags());
661 assertEquals(DropBoxManager.IS_EMPTY, e.getFlags())
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 481 milliseconds