/packages/apps/Calendar/src/com/android/calendar/ |
CalendarController.java | 223 // Used to build the extra long for a VIEW event. 225 long extra = allDay ? ALL_DAY_MASK : 0; local 229 extra |= ATTENDEE_STATUS_NONE_MASK; 232 extra |= ATTENDEE_STATUS_ACCEPTED_MASK; 235 extra |= ATTENDEE_STATUS_DECLINED_MASK; 238 extra |= ATTENDEE_STATUS_TENTATIVE_MASK; 242 extra |= ATTENDEE_STATUS_NONE_MASK; 245 return extra; [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi_unittest.cc | 506 if (record.extra.get()) { 507 expected_extra_value.reset(record.extra->ToValue()); 510 EXPECT_EQ(record.extra.get() != NULL, 511 node_value->Get("extra", &extra_value)); 542 record.extra.reset(new StrictMock<MockExtraChangeRecordData>()); 554 record.extra.reset(new StrictMock<MockExtraChangeRecordData>()); 559 // Delete (no extra) 570 // Delete (with extra) 580 scoped_ptr<StrictMock<MockExtraChangeRecordData> > extra( 582 EXPECT_CALL(*extra, ToValue()).Times(2).WillRepeatedly [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 46 some are simply extra utilities for use by anyone working with ANTLR code. Thus, 90 contains extra tools to easily construct ASTs by parsing descriptions written 93 extra utilities to generate DOT map specifications for graphical.
|
/external/libusb/libusb/ |
libusb.h | 394 /** Extra descriptors. If libusb encounters unknown endpoint descriptors, 396 const unsigned char *extra; member in struct:libusb_endpoint_descriptor 398 /** Length of the extra descriptors, in bytes. */ 444 /** Extra descriptors. If libusb encounters unknown interface descriptors, 446 const unsigned char *extra; member in struct:libusb_interface_descriptor 448 /** Length of the extra descriptors, in bytes. */ 502 /** Extra descriptors. If libusb encounters unknown configuration 504 const unsigned char *extra; member in struct:libusb_config_descriptor 506 /** Length of the extra descriptors, in bytes. */ [all...] |
/external/libvpx/vp8/encoder/ |
tokenize.c | 67 t[i].Extra = eb; 70 // initialize the cost for extra bits for all possible coefficient value. 77 const int extra = t[i].Extra; local 81 cost += vp8_treed_cost(p->tree, p->prob, extra >> 1, Length); 83 cost += vp8_cost_bit(vp8_prob_half, extra & 1); /* sign */ 126 t->Extra = vp8_dct_value_tokens_ptr[v].Extra; 179 t->Extra = vp8_dct_value_tokens_ptr[v].Extra; [all...] |
/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframeyonly_neon.asm | 76 ands r10, r5, #0x7f ;check to see if extra copy is needed 189 mov r7, lr, lsr #4 ;check to see if extra copy is needed 198 ;extra copy part for Y 319 mov r7, lr, lsr #4 ;check to see if extra copy is needed 328 ;extra copy part for Y 453 ands r10, r5, #0x7f ;check to see if extra copy is needed
|
vp8_vpxyv12_copyframe_func_neon.asm | 86 ands r10, r5, #0x7f ;check to see if extra copy is needed 136 ands r10, r5, #0x3f ;check to see if extra copy is needed
|
vp8_vpxyv12_extendframeborders_neon.asm | 131 mov r7, lr, lsr #4 ;check to see if extra copy is needed 233 mov r7, lr, lsr #3 ;check to see if extra copy is needed 246 ;extra copy part for Y 281 ;extra copy part for UV 402 mov r7, lr, lsr #4 ;check to see if extra copy is needed 504 mov r7, lr, lsr #3 ;check to see if extra copy is needed 517 ;extra copy part for Y 552 ;extra copy part for UV
|
/bionic/libc/kernel/common/linux/ |
mod_devicetable.h | 111 __u8 extra; member in struct:serio_device_id
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTestBase.java | 196 public boolean onError(MediaPlayer mp, int what, int extra) {
|
/development/ndk/platforms/android-3/include/linux/ |
mod_devicetable.h | 106 __u8 extra; member in struct:serio_device_id
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
cfi.h | 54 uint8_t extra[0]; member in struct:cfi_pri_intelext
|
/external/kernel-headers/original/linux/ |
mod_devicetable.h | 173 __u8 extra; member in struct:serio_device_id
|
usb.h | 52 * @extra: descriptors following this endpoint in the configuration 53 * @extralen: how many bytes of "extra" are valid 64 unsigned char *extra; /* Extra descriptors */ member in struct:usb_host_endpoint 78 unsigned char *extra; /* Extra descriptors */ member in struct:usb_host_interface 207 * @extra: pointer to buffer containing all extra descriptors associated 210 * @extralen: length of the extra descriptors buffer. 245 unsigned char *extra; /* Extra descriptors * member in struct:usb_host_config [all...] |
/external/openssl/crypto/bn/asm/ |
mips-mont.s | 43 sub $29,2*4 # place for two extra words
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosFullScreenVideo.c | 403 /* Use optimized assembler memory copy. Deliberately copies extra columns if 420 int extra = ((int)from & 3); local 421 from -= extra; 422 to -= extra; 423 width_bytes += extra; 433 /* Use optimized assembler memory copy. Deliberately copies extra columns if
|
/external/quake/quake/src/QW/client/ |
zone.c | 157 int extra; local 187 extra = base->size - size; 188 if (extra > MINFRAGMENT) 191 new->size = extra;
|
/external/quake/quake/src/WinQuake/ |
zone.cpp | 157 int extra; local 187 extra = base->size - size; 188 if (extra > MINFRAGMENT) 191 newm->size = extra;
|
/external/skia/src/animator/ |
SkAnimatorScript2.cpp | 383 #if 0 // !!! no extra support for now 385 SkExtras* extra = *extraPtr; 386 if (extra->fExtraCallBack) 387 *fCallBackArray.append() = new propertyCallBack(extra->fExtraCallBack, extra->fExtraStorage);
|
SkTDArray_Experimental.h | 96 void growBy(U16CPU extra);
|
/external/srec/srec/include/ |
utteranc.h | 60 char *extra; member in struct:__anon12688
|
/external/v8/test/mjsunit/regress/ |
regress-969.js | 31 // Bug 989 is that there was an extra value on the expression stack when 38 // function calls to observe an extra value.
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayer.cpp | 752 sp<AMessage> extra; local 753 if (accessUnit->meta()->findMessage("extra", &extra) 754 && extra != NULL) { 756 if (extra->findInt64(
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 321 public boolean onError(MediaPlayer mp, int what, int extra) { 758 public boolean onInfo(MediaPlayer mp, int what, int extra) { 760 sendMessage(obtainMessage(BUFFERING_START, what, extra)); 762 sendMessage(obtainMessage(BUFFERING_END, what, extra));
|
/gdk/samples/quake/jni/ |
zone.cpp | 157 int extra; local 187 extra = base->size - size; 188 if (extra > MINFRAGMENT) 191 newm->size = extra;
|