/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/android/ |
bitmap.h | 50 * If the call fails, the info parameter will be ignored 53 AndroidBitmapInfo* info);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/android/ |
bitmap.h | 50 * If the call fails, the info parameter will be ignored 53 AndroidBitmapInfo* info);
|
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_iw.c | 258 struct iw_request_info *info, 267 struct iw_request_info *info, 275 struct iw_request_info *info, 529 struct iw_request_info *info, 555 struct iw_request_info *info, 587 struct iw_request_info *info, 613 struct iw_request_info *info, 656 struct iw_request_info *info, 703 struct iw_request_info *info, 732 struct iw_request_info *info, 7022 struct iw_request_info info; local [all...] |
/packages/apps/Phone/src/com/android/phone/ |
CallCard.java | 86 // The main block of info about the "primary" or "active" call, 96 // Info about the "secondary" call, which is the "call on hold" when 182 // "Caller info" area, including photo / name / phone numbers / etc 192 // "Other call" info area 212 // type of the CallCard, load up the main caller info area, and 275 // Display the background call in the main info area of the 315 // Display caller-id info and photo from the incoming call: 318 // And even in the Call Waiting case, *don't* show any info about 320 // (Since the caller-id info for the incoming call totally trumps 321 // any info about the current call(s) in progress. 440 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null \/* conn *\/); local 463 CallerInfo info = null; local 486 PhoneUtils.CallerInfoToken info = local 889 CallerInfo info = infoToken.currentInfo; local [all...] |
/frameworks/base/services/java/com/android/server/ |
AppWidgetService.java | 84 AppWidgetProviderInfo info; field in class:AppWidgetService.Provider 172 AppWidgetProviderInfo info = p.info; local 174 pw.print(info.provider.flattenToShortString()); 176 pw.print(" min=("); pw.print(info.minWidth); 177 pw.print("x"); pw.print(info.minHeight); 179 pw.print(info.updatePeriodMillis); 181 pw.print(Integer.toHexString(info.initialLayout)); 198 pw.println(id.provider.info.provider.flattenToShortString()); 308 intent.setComponent(p.info.provider) 710 AppWidgetProviderInfo info = p.info = new AppWidgetProviderInfo(); local [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
RecentCallsListActivity.java | 328 Log.w(TAG, "Exception while updating call info", e); 330 Log.w(TAG, "Exception while updating call info", e); 332 Log.w(TAG, "Exception while updating call info", e); 353 ContactInfo info = mContactInfo.get(ciq.number); local 355 if (info != null && info != ContactInfo.EMPTY) { 396 info = new ContactInfo(); 406 info.personId = dataTableCursor.getLong( 408 info.name = dataTableCursor.getString( 411 info.type = SipAddress.TYPE_OTHER 631 ContactInfo info = mContactInfo.get(number); local 1010 ContactInfo info = mAdapter.getContactInfo(number); local [all...] |
/bionic/linker/ |
dlfcn.c | 127 int dladdr(void *addr, Dl_info *info) 137 memset(info, 0, sizeof(Dl_info)); 139 info->dli_fname = si->name; 140 info->dli_fbase = (void*)si->base; 146 info->dli_sname = si->strtab + sym->st_name; 147 info->dli_saddr = (void*)(si->base + sym->st_value);
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputMethodInfoTest.java | 149 private void assertInfo(InputMethodInfo info) { 150 assertEquals(mPackageName, info.getPackageName()); 151 assertEquals(mSettingsActivity, info.getSettingsActivity()); 152 ComponentName component = info.getComponent(); 155 assertEquals(expectedId, info.getId()); 156 assertEquals(mClassName, info.getServiceName());
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList1.java | 63 ExpandableListContextMenuInfo info = (ExpandableListContextMenuInfo) item.getMenuInfo(); local 65 String title = ((TextView) info.targetView).getText().toString(); 67 int type = ExpandableListView.getPackedPositionType(info.packedPosition); 69 int groupPos = ExpandableListView.getPackedPositionGroup(info.packedPosition); 70 int childPos = ExpandableListView.getPackedPositionChild(info.packedPosition); 75 int groupPos = ExpandableListView.getPackedPositionGroup(info.packedPosition);
|
/external/chromium/base/ |
file_util_posix.cc | 155 FileEnumerator::FindInfo info; local 156 traversal.GetFindInfo(&info); 158 if (S_ISDIR(info.stat.st_mode)) 246 FileEnumerator::FindInfo info; local 248 if (stat(from_path.value().c_str(), &info.stat) < 0) { 264 DCHECK(recursive || S_ISDIR(info.stat.st_mode)); 277 if (S_ISDIR(info.stat.st_mode)) { 278 if (mkdir(target_path.value().c_str(), info.stat.st_mode & 01777) != 0 && 284 } else if (S_ISREG(info.stat.st_mode)) { 296 traversal.GetFindInfo(&info); 643 DirectoryEntryInfo info; local [all...] |
/external/chromium/third_party/icu/public/i18n/unicode/ |
currpinf.h | 69 CurrencyPluralInfo(const CurrencyPluralInfo& info); 77 CurrencyPluralInfo& operator=(const CurrencyPluralInfo& info); 93 UBool operator==(const CurrencyPluralInfo& info) const; 101 UBool operator!=(const CurrencyPluralInfo& info) const; 252 CurrencyPluralInfo::operator!=(const CurrencyPluralInfo& info) const { return !operator==(info); }
|
/external/icu4c/i18n/unicode/ |
currpinf.h | 69 CurrencyPluralInfo(const CurrencyPluralInfo& info); 77 CurrencyPluralInfo& operator=(const CurrencyPluralInfo& info); 93 UBool operator==(const CurrencyPluralInfo& info) const; 101 UBool operator!=(const CurrencyPluralInfo& info) const; 252 CurrencyPluralInfo::operator!=(const CurrencyPluralInfo& info) const { return !operator==(info); }
|
/external/libnfc-nxp/src/ |
phLibNfc_initiator.c | 68 phHal4Nfc_NotificationInfo_t info, 109 phHal4Nfc_NotificationInfo_t info, 131 while(DeviceIndx < info.psDiscoveryInfo->NumberOfDevices) 133 switch(info.psDiscoveryInfo->ppRemoteDevInfo[DeviceIndx]->RemDevType) 138 sak_byte = info.psDiscoveryInfo-> 142 /*Copy the tag related info*/ 144 info.psDiscoveryInfo->ppRemoteDevInfo[DeviceIndx]; 156 /*Copy the tag related info*/ 158 info.psDiscoveryInfo->ppRemoteDevInfo[DeviceIndx]; 173 /*Copy the ISO type A tag info*/ [all...] |
/external/qemu/audio/ |
audio_int.h | 74 struct audio_pcm_info info; member in struct:HWVoiceOut 92 struct audio_pcm_info info; member in struct:HWVoiceIn 110 struct audio_pcm_info info; member in struct:SWVoiceOut 128 struct audio_pcm_info info; member in struct:SWVoiceIn 216 void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as); 217 void audio_pcm_info_clear_buf (struct audio_pcm_info *info, void *buf, int len);
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbmatrox.c | 232 if ( ! this->info.blit_hw_A ) { 237 if ( ! this->info.blit_hw_CC ) { 258 this->info.blit_fill = 1; 262 this->info.blit_hw = 1; 267 this->info.blit_hw_CC = 1; 276 this->info.blit_hw_A = 1;
|
SDL_fbriva.c | 168 if ( ! this->info.blit_hw_A ) { 173 if ( ! this->info.blit_hw_CC ) { 207 this->info.blit_fill = 1; 211 this->info.blit_hw = 1; 213 this->info.blit_hw_CC = 1; 219 this->info.blit_hw_A = 1;
|
/external/quake/quake/src/QW/client/ |
snd_linux.c | 26 struct audio_buf_info info; local 65 if (ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info)==-1) 108 shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8); 113 shm->buffer = (unsigned char *) mmap(NULL, info.fragstotal 114 * info.fragsize, PROT_WRITE, MAP_FILE|MAP_SHARED, audio_fd, 0);
|
/external/quake/quake/src/WinQuake/ |
snd_linux.cpp | 45 struct audio_buf_info info; local 84 if (ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info)==-1) 127 shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8); 132 shm->buffer = (unsigned char *) mmap(NULL, info.fragstotal 133 * info.fragsize, PROT_WRITE, MAP_FILE|MAP_SHARED, audio_fd, 0);
|
/external/webkit/JavaScriptCore/runtime/ |
TimeoutChecker.cpp | 63 thread_basic_info_data_t info; local 67 thread_info(threadPort, THREAD_BASIC_INFO, reinterpret_cast<thread_info_t>(&info), &infoCount); 70 unsigned time = info.user_time.seconds * 1000 + info.user_time.microseconds / 1000; 71 time += info.system_time.seconds * 1000 + info.system_time.microseconds / 1000;
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8EventCustom.cpp | 63 void V8Event::valueAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 65 Event* event = V8Event::toNative(info.Holder()); 69 v8::Handle<v8::Value> V8Event::dataTransferAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 71 Event* event = V8Event::toNative(info.Holder()); 79 v8::Handle<v8::Value> V8Event::clipboardDataAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 81 Event* event = V8Event::toNative(info.Holder());
|
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/ |
AccessibilityTestService.java | 65 AccessibilityServiceInfo info = new AccessibilityServiceInfo(); local 66 info.eventTypes = AccessibilityEvent.TYPES_ALL_MASK; 67 info.feedbackType = AccessibilityServiceInfo.FEEDBACK_AUDIBLE; 68 info.notificationTimeout = NOTIFICATION_TIMEOUT_MILLIS; 69 info.flags &= AccessibilityServiceInfo.DEFAULT; 70 setServiceInfo(info);
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_page_cycler.py | 27 log_level = logging.INFO 44 logging.info("Running the test ...") 85 logging.info(adb_output); 86 logging.info(adb_error); 87 logging.info("Done\n"); 108 logging.info("Results are stored under: " + results_dir + "/load_test_result.txt\n")
|
/hardware/ti/wlan/wl1271/Test/ |
TxDbg.c | 190 WLAN_OS_REPORT(("301 - Print TxCtrl info.\n")); 192 WLAN_OS_REPORT(("303 - Print TxDataQueue info.\n")); 194 WLAN_OS_REPORT(("305 - Print TxMgmtQueue info.\n")); 197 WLAN_OS_REPORT(("308 - Print TxHwQueue info.\n")); 198 WLAN_OS_REPORT(("309 - Print TxXfer info.\n")); 199 WLAN_OS_REPORT(("310 - Print TxResult info.\n"));
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 195 BluetoothOppShareInfo info = (BluetoothOppShareInfo)msg.obj; local 196 if (V) Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId); 202 if (V) Log.v(TAG, "continue session for info " + mCurrentShare.mId + 326 BluetoothOppShareInfo info = mBatch.getPendingShare(); local 327 while (info != null) { 328 if (info.mStatus < 200) { 329 info.mStatus = failReason; 330 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + info.mId); 332 updateValues.put(BluetoothShare.STATUS, info.mStatus) 757 BluetoothOppShareInfo info = mBatch.getPendingShare(); local [all...] |
/packages/apps/Phone/res/layout/ |
call_card.xml | 27 <!-- Info about the "secondary" call, displayed at the upper right of 29 area displays the status and caller-id info of the call on hold.) 31 This block of info needs to be Z-ordered underneath the 70 <!-- The main block of info about the "primary" or "active" call --> 91 <!-- "Person info": photo / name / number --> 96 <!-- The hint about the Menu button, below all the call info.
|