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

<<51525354555657585960>>

  /cts/tools/test-progress/src/
TestCoverageDoclet.java 223 // and collect the annotation info. Print which test classes
332 // collects all testinfo-annotation info of this class
727 private void printStats(PrintWriter printer, MyStats info, boolean wantLink) {
728 int red = info.getCountFor(VALUE_RED);
729 int yellow = info.getCountFor(VALUE_YELLOW);
747 String link = info.getLink();
749 printer.print("<a href=\"" + link + "\">" + info.getName() + "</a>");
751 printer.print(info.getName());
753 printer.println(" ("+info.getStat()+") </td>");
754 if (info.getExtra()!=null)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 49 /** {@code null-ok;} local variable info associated with this register, if any */
77 * no variable info. This method is allowed to return shared
91 * variable info. This method is allowed to return shared
111 * variable info. This method is allowed to return shared
117 * @param local {@code null-ok;} the associated variable info or null for
231 * (that is types not {@link TypeBearer}s, and local info.
336 * Gets the variable info associated with this instance, if any.
338 * @return {@code null-ok;} the variable info, or {@code null} if this
419 * <li>If the locals are {@code equals()}, then the local info
420 * of the intersection is the local info of this instance. Otherwise
    [all...]
  /external/opencore/engines/2way/test/src/
test_engine.cpp 818 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks); local
819 uint32 leakinfo = auditCB.pAudit->MM_GetAllocNodeInfo(info, leaks, 0);
822 fprintf(fileoutput, "ERROR: Leak info is incomplete.\n");
826 fprintf(fileoutput, "Leak Info:\n");
827 fprintf(fileoutput, " allocNum %d\n", info[i].allocNum);
828 fprintf(fileoutput, " fileName %s\n", info[i].fileName);
829 fprintf(fileoutput, " lineNo %d\n", info[i].lineNo);
830 fprintf(fileoutput, " size %d\n", info[i].size);
831 fprintf(fileoutput, " pMemBlock 0x%x\n", info[i].pMemBlock);
832 fprintf(fileoutput, " tag %s\n", info[i].tag)
    [all...]
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_port.cpp 457 //Report port created info event to the node.
463 //Report port deleted info event to the node.
699 LOG_DEBUG((0, "PVMp4FFComposerPort::GetInputParametersFromPeer: Bitrate info not available. Use default"));
738 LOG_DEBUG((0, "PVMp4FFComposerPort::GetInputParametersFromPeer: Sampling rate info not available. Use default"));
754 LOG_DEBUG((0, "PVMp4FFComposerPort::GetInputParametersFromPeer: Sampling rate info not available. Use default"));
769 LOG_DEBUG((0, "PVMp4FFComposerPort::GetInputParametersFromPeer: Number of channels info not available. Use default"));
784 LOG_DEBUG((0, "PVMp4FFComposerPort::GetInputParametersFromPeer: Bits per sample info not available. Use default"));
842 LOG_DEBUG((0, "PVMp4FFComposerPort::GetInputParametersFromPeer: Frame height info not available. Use default"));
872 LOG_DEBUG((0, "PVMp4FFComposerPort::GetInputParametersFromPeer: Sampling rate info not available. Use default"));
    [all...]
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.cpp 275 // Calculate and save the mem aligned size of buffer and block info header structures
319 // Find a free block that would accomodate the requested size with a block info header
463 // Retrieve the block info header and validate the info
587 // Retrieve the block info header and validate the info
604 // enough space to put in a block info header plus the minimum buffer for the new free block
609 // Create and fill in a block info header for the memory being freed back to memory pool
622 // Adjust the block info for the block being resized
716 // Fill in the buffer info heade
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 147 "DSP_FAILED to get strm info\r\n")));
197 struct CMM_INFO pInfo; /* CMM info; use for virtual space allocation */
214 "ERROR in Getting Strm Info \r\n")));
224 /* Get SM segment info from CMM */
304 strmInfo.pUser = &userInfo; /* need valid user info ptr */
352 struct STRM_INFO strmInfo;/* include stream's private virt addr info */
467 struct CMM_INFO pInfo;/* CMM info; use for virtual space allocation */
547 /* Get SM segment info from CMM */
569 "Bad SM info...why?\r\n")));
831 /* user info */
    [all...]
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 102 // Unite interface info structure and buffer big enough to contain the
140 // Unite interface info structure and buffer big enough to contain the
269 printf("\n PIPE %u info:", pipe);
282 // Get default bulk read endpoint info
284 printf("\n Default Bulk Read Pipe info:");
296 // Get default bulk write endpoint info
298 printf("\n Default Bulk Write Pipe info:");
  /external/icu4c/test/intltest/
dadrcal.cpp 45 const DataMap *info= NULL; local
50 if (testData->getInfo(info, status)) {
51 log(info->getString("Description", status));
126 // #2 'from' info
145 // #4 'operation' info
161 // #3 'params' info
178 // #4 'to' info
  /external/opencore/fileformats/mp3/parser/include/
imp3ff.h 130 /* Duration related Info value*/
187 * @param mp3Config Data structure that will contain config info
327 * @brief Returns the content of decoder specific info.
330 * @returns Decoder specific info
335 * @brief Returns the size of decoder specific info.
338 * @returns Decoder specific info size
406 * @brief Retrieves minimum bytes required for getting the config info
mp3parser.h 94 #define STR_INFO_HEADER_IDENTIFIER "Info"
243 * @param mInfo Pointer to info read
313 * @brief Returns the content of decoder specific info.
316 * @returns Decoder specific info
321 * @brief Returns the size of decoder specific info.
324 * @returns Decoder specific info size
377 * @brief Retrieves minimum bytes required for getting the config info
  /external/opencore/pvmi/pvmf/include/
pvmi_kvp.h 433 // Keys for format specific info for any type of media
436 // Keys for format specific info for video media type
439 // Keys for format specific info for audio media type
445 // Keys for format specific info plus first media sample for any type of media
452 // Keys for format bitrate info for any type of media
455 // Keys for format framerate info for any type of media
496 //video vol header info
  /external/qemu/
arm-dis.c     [all...]
  /external/qemu/audio/
sdlaudio.c 41 /* define DEBUG to 1 to dump audio debugging info at runtime to stderr */
310 int samples = len >> hw->info.shift;
350 buf += chunk << hw->info.shift;
391 int samples = bytes >> hw->info.shift;
401 bytes = hwsamples << hw->info.shift;
422 return total >> hw->info.shift;
559 audio_pcm_init_info (&hw->info, &obt_as);
winaudio.c 31 /* define DEBUG to 1 to dump audio debugging info at runtime to stderr */
242 audio_pcm_init_info (&hw->info, as);
273 int wav_samples = audio_MIN(wav_bytes >> hw->info.shift, live);
282 wav_bytes = wav_samples << hw->info.shift;
494 audio_pcm_init_info (&hw->info, as);
533 int wav_samples = audio_MIN(wav_bytes >> hw->info.shift, live);
542 wav_bytes = wav_samples << hw->info.shift;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 217 this->info.wm_available = 0;
218 this->info.hw_available = 1;
219 this->info.video_mem = 0;
224 this->info.video_mem = VGLCurMode->ModeInfo.PixelBytes *
262 this->info.current_w = VGLCurMode->ModeInfo.Xsize;
263 this->info.current_h = VGLCurMode->ModeInfo.Ysize;
387 /* Update hardware acceleration info */
  /external/webkit/JavaScriptCore/wtf/
ThreadingWin.cpp 123 THREADNAME_INFO info; local
124 info.dwType = 0x1000;
125 info.szName = szThreadName;
126 info.dwThreadID = GetCurrentThreadId();
127 info.dwFlags = 0;
130 RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(ULONG_PTR), reinterpret_cast<ULONG_PTR*>(&info));
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 203 * Creates an in-memory database for storing application info.
440 ResolveInfo info = activities.get(i); local
441 String title = info.loadLabel(manager).toString();
443 title = info.activityInfo.name;
445 String icon = getActivityIconUri(info.activityInfo);
449 inserter.bind(packageCol, info.activityInfo.applicationInfo.packageName);
450 inserter.bind(classCol, info.activityInfo.name);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-strip.1 150 [\fB\-\-help\fR] [\fB\-\-info\fR]
173 .IP "\fB\-\-info\fR" 4
174 .IX Item "--info"
307 create a file containing the debugging info.
315 to add a link to the debugging info into the stripped executable.
319 Note \- the choice of \f(CW\*(C`.dbg\*(C'\fR as an extension for the debug info
372 the Info entries for \fIbinutils\fR.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-strip.1 150 [\fB\-\-help\fR] [\fB\-\-info\fR]
173 .IP "\fB\-\-info\fR" 4
174 .IX Item "--info"
308 create a file containing the debugging info.
316 to add a link to the debugging info into the stripped executable.
320 Note\-\-\-the choice of \f(CW\*(C`.dbg\*(C'\fR as an extension for the debug info
380 the Info entries for \fIbinutils\fR.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-strip.1 150 [\fB\-\-help\fR] [\fB\-\-info\fR]
173 .IP "\fB\-\-info\fR" 4
174 .IX Item "--info"
308 create a file containing the debugging info.
316 to add a link to the debugging info into the stripped executable.
320 Note\-\-\-the choice of \f(CW\*(C`.dbg\*(C'\fR as an extension for the debug info
380 the Info entries for \fIbinutils\fR.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-strip.1 150 [\fB\-\-help\fR] [\fB\-\-info\fR]
173 .IP "\fB\-\-info\fR" 4
174 .IX Item "--info"
307 create a file containing the debugging info.
315 to add a link to the debugging info into the stripped executable.
319 Note \- the choice of \f(CW\*(C`.dbg\*(C'\fR as an extension for the debug info
372 the Info entries for \fIbinutils\fR.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-strip.1 150 [\fB\-\-help\fR] [\fB\-\-info\fR]
173 .IP "\fB\-\-info\fR" 4
174 .IX Item "--info"
308 create a file containing the debugging info.
316 to add a link to the debugging info into the stripped executable.
320 Note\-\-\-the choice of \f(CW\*(C`.dbg\*(C'\fR as an extension for the debug info
380 the Info entries for \fIbinutils\fR.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-strip.1 150 [\fB\-\-help\fR] [\fB\-\-info\fR]
173 .IP "\fB\-\-info\fR" 4
174 .IX Item "--info"
308 create a file containing the debugging info.
316 to add a link to the debugging info into the stripped executable.
320 Note\-\-\-the choice of \f(CW\*(C`.dbg\*(C'\fR as an extension for the debug info
380 the Info entries for \fIbinutils\fR.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-strip.1 150 [\fB\-\-help\fR] [\fB\-\-info\fR]
173 .IP "\fB\-\-info\fR" 4
174 .IX Item "--info"
307 create a file containing the debugging info.
315 to add a link to the debugging info into the stripped executable.
319 Note \- the choice of \f(CW\*(C`.dbg\*(C'\fR as an extension for the debug info
372 the Info entries for \fIbinutils\fR.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 171 * Creates a new valid AVD info. Values are immutable.
188 * Creates a new <em>invalid</em> AVD info. Values are immutable.
447 for (AvdInfo info : getValidAvds()) {
448 String name2 = info.getName();
450 return info;
455 for (AvdInfo info : mAllAvdList) {
456 String name2 = info.getName();
458 return info;
999 AvdInfo info = new AvdInfo(avdInfo.getName(), paramFolderPath, local
1019 AvdInfo info = new AvdInfo(newName, avdInfo.getPath(), local
1108 AvdInfo info = parseAvdInfo(avd, log); local
1196 AvdInfo info = new AvdInfo( local
    [all...]

Completed in 282 milliseconds

<<51525354555657585960>>