HomeSort by relevance Sort by last modified time
    Searched full:info (Results 676 - 700 of 4990) sorted by null

<<21222324252627282930>>

  /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
217 void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as);
218 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);
sys_dos.cpp 209 __dpmi_meminfo info; local
221 info.size = last_locked - 4096;
222 info.address = __djgpp_base_address + 4096;
226 if(__dpmi_lock_linear_region(&info))
229 info.address, info.size/1024);
263 info.address = last_locked + __djgpp_base_address;
267 info.size = __djgpp_selector_limit + 1 - last_locked;
269 while (info.size > 0 && __dpmi_lock_linear_region(&info))
    [all...]
  /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/media/libdrm/mobile2/src/util/ustl-1.0/
uexception.h 74 virtual void info (string& msgbuf, const char* fmt = NULL) const throw();
79 /// Format of the exception is used to lookup exception::info format string.
117 virtual void info (string& msgbuf, const char* fmt = NULL) const throw();
138 virtual void info (string& msgbuf, const char* fmt = NULL) const throw();
158 virtual void info (string& msgbuf, const char* fmt = NULL) const throw();
178 virtual void info (string& msgbuf, const char* fmt = NULL) const throw();
  /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
69 <!-- The main block of info about the "primary" or "active" call -->
90 <!-- "Person info": photo / name / number -->
95 <!-- The hint about the Menu button, below all the call info.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 36 * Displays info about all the user's calendars, for debugging.
38 * The info is displayed as a ListActivity, where each entry has the calendar name
59 * Task to fetch info from the database and display as a ListActivity.
74 * Fetches debugging info from the database
148 * Runs on the UI thread to display the debugging info.
150 * @param items The info items to display.
  /system/core/fastboot/
fastboot.c 89 } else if(!strcmp(item,"info")) {
90 fn = "android-info.txt";
147 int match_fastboot(usb_ifc_info *info)
149 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
150 (info->dev_vendor != 0x18d1) && // Google
151 (info->dev_vendor != 0x0451) &&
152 (info->dev_vendor != 0x0502) &&
153 (info->dev_vendor != 0x22b8) && // Motorola
154 (info->dev_vendor != 0x0955) && // Nvidia
155 (info->dev_vendor != 0x413c) && // DEL
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
TxDbg.c 182 WLAN_OS_REPORT(("301 - Print TxCtrl info.\n"));
184 WLAN_OS_REPORT(("303 - Print TxDataQueue info.\n"));
186 WLAN_OS_REPORT(("305 - Print TxMgmtQueue info.\n"));
189 WLAN_OS_REPORT(("308 - Print Tx HW queue info.\n"));
190 WLAN_OS_REPORT(("309 - Print Tx Xfer info.\n"));
191 WLAN_OS_REPORT(("310 - Print Tx result info.\n"));
  /external/icu4c/test/intltest/
svccoll.cpp 247 CollatorInfo** info; member in class:TestFactory
252 for (CollatorInfo** p = info; *p; ++p) {
262 : info(_info)
267 for (p = info; *p; ++p) {}
268 count = (int32_t)(p - info);
272 for (CollatorInfo** p = info; *p; ++p) {
275 delete[] info;
311 ids[i] = info[i]->locale.getName();
368 CollatorInfo** info = new CollatorInfo*[4]; local
369 if (!info) {
    [all...]
  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.cpp 175 BreakpointInfo* info = sourceBreakpoints->get(lineNumber); local
176 if (!info)
179 updateBreakpointInfo(info, condition);
192 BreakpointInfo* info = breakpointInfo(sourceID, lineNumber); local
193 if (!info)
195 updateBreakpointInfo(info, condition);
198 void JavaScriptDebugServer::updateBreakpointInfo(BreakpointInfo* info, const UString& condition)
200 info->setCondition(condition);
209 BreakpointInfo* info = sourceBreakpoints->get(lineNumber);
210 if (!info)
224 BreakpointInfo* info = breakpointInfo(sourceID, lineNumber); local
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CaretManager.java 49 * @param info - text hit info
51 private void checkHit(TextHitInfo info) {
52 int idx = info.getInsertionIndex();
61 * Calculates and returns visual position from the text hit info.
62 * @param hitInfo - text hit info
70 // We take next character for (LTR char + TRAILING info) and (RTL + LEADING)
83 * Calculates text hit info from the visual position
85 * @return text hit info
107 * Creates caret info. Required for the getCaretInf
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 389 * info A pointer to an information block for the section
394 * load_addr and run_addr fields of the section info structure. Returns TRUE
404 struct LDR_SECTION_INFO * info, unsigned align);
410 * info A pointer to an information block for the section
416 * The content of the info->name field is undefined on call to this function.
419 struct LDR_SECTION_INFO * info);
454 * info Section info for the section in which the address resides
462 LDR_ADDR locn, struct LDR_SECTION_INFO * info,
471 * info Section info for the section in which the address reside
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 253 * track info).
701 List<String> info = new ArrayList<String>(); local
702 info.add(getType().toString());
703 return info;
734 * Not supported. Info should not be needed for this type
782 List<String> info = super.getInfo(); local
783 info.add(getTrack());
784 return info;
802 List<String> info = super.getInfo(); local
803 info.add(getURL())
839 List<String> info = super.getInfo(); local
898 List<String> info = super.getInfo(); local
989 List<String> info = super.getInfo(); local
1081 List<String> info = super.getInfo(); local
1148 List<String> info = super.getInfo(); local
1169 List<String> info = super.getInfo(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ManageApplications.java 104 * If the user selects an application, extended info (like size, uninstall/clear data options,
105 * permissions info etc.,) is displayed via the InstalledAppDetails activity.
181 // default icon thats used when displaying applications initially before resource info is
185 // temporary dialog displayed while the application info loads
244 * the list view of this activity and size info retrieval is initiated for the next package as
250 * installed app info is updated on the screen. If the computation is still in progress
271 ApplicationInfo info;
363 info = mPm.getApplicationInfo(pkgName, 0);
365 Log.w(TAG, "Couldnt find application info for:"+pkgName);
425 // Either load the package labels or initiate get size info
576 ApplicationInfo info = newList.get(i); local
1013 ApplicationInfo info = mAppLocalList.get(i); local
1048 ApplicationInfo info = appList.get(i); local
1164 ApplicationInfo info = mAppLocalList.get(i); local
1299 ApplicationInfo info = null; local
1347 ApplicationInfo info = null; local
2034 ApplicationInfo info = (ApplicationInfo)mAppInfoAdapter.getItem(position); local
2071 ApplicationInfo info = mPm.getApplicationInfo(mCurrentPkgName, local
    [all...]
  /external/bluetooth/glib/gobject/
gvaluetypes.c 369 GTypeInfo info = { local
397 info.value_table = &value_table;
398 type = g_type_register_fundamental (G_TYPE_CHAR, g_intern_static_string ("gchar"), &info, &finfo, 0);
400 type = g_type_register_fundamental (G_TYPE_UCHAR, g_intern_static_string ("guchar"), &info, &finfo, 0);
417 info.value_table = &value_table;
418 type = g_type_register_fundamental (G_TYPE_BOOLEAN, g_intern_static_string ("gboolean"), &info, &finfo, 0);
435 info.value_table = &value_table;
436 type = g_type_register_fundamental (G_TYPE_INT, g_intern_static_string ("gint"), &info, &finfo, 0);
438 type = g_type_register_fundamental (G_TYPE_UINT, g_intern_static_string ("guint"), &info, &finfo, 0);
455 info.value_table = &value_table
    [all...]
  /external/skia/src/animator/
SkAnimatorScript.cpp 229 bool SkAnimatorScript::EvalMemberCommon(SkScriptEngine* engine, const SkMemberInfo* info,
232 SkDisplayTypes type = original = (SkDisplayTypes) info->getType();
233 if (info->fType == SkType_Array)
242 SkASSERT(info->getCount() == 1);
243 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction)
244 value->fOperand.fS32 = *(int32_t*) info->memberData(displayable); // OK for SkScalar too
252 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction) {
253 info->getString(displayable, &displayableString)
291 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
308 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
    [all...]

Completed in 727 milliseconds

<<21222324252627282930>>