/external/qemu/ |
ppc-dis.c | 5359 (*info->print_address_func) (memaddr + value, info); local 5361 (*info->print_address_func) ((bfd_vma) value & 0xffffffff, info); local [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
Provider.java | 54 private String info; field in class:Provider 102 * @param info 105 protected Provider(String name, double version, String info) { 108 this.info = info; 137 return info; 859 // Provider.id name, Provider.id version, Provider.id info, 865 super.put("Provider.id info", null != info ? info : "null") [all...] |
/external/expat/xmlwf/ |
xmlwf.c | 561 unknownEncoding(void *userData, const XML_Char *name, XML_Encoding *info) 583 if (!codepageMap(cp, info->map)) 585 info->convert = unknownEncodingConvert; 588 info->release = free; 589 info->data = malloc(sizeof(int)); 590 if (!info->data) 592 *(int *)info->data = cp;
|
/external/icu4c/common/ |
udata.c | 1460 const UDataInfo *info=&pData->pHeader->info; local [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetAudition.py | 203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
213 info = MidiSegInfo(segment)
215 self.segList.SetStringItem(index, 1, TimeStr(info.iLengthInMs))
451 info = self.graph.LoadSegment(segment)
453 if info <> None:
454 for track in info.trackList:
501 logging.info("Waiting on shutdown %d" % (self.GetThreadShutdownFlag()))
|
/external/webkit/WebCore/inspector/front-end/ |
DataGrid.js | [all...] |
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 210 PackageInfo info = packages.get(p); local 213 System.out.print(info.applicationInfo.sourceDir); 216 System.out.println(info.packageName); 806 PackageInfo info = mPm.getPackageInfo(pckg, 0); local 807 if (info != null && info.applicationInfo != null) { 809 System.out.println(info.applicationInfo.sourceDir); [all...] |
/frameworks/base/location/java/com/android/internal/location/ |
GpsLocationProvider.java | 435 public void updateNetworkState(int state, NetworkInfo info) { 439 m.obj = info; 443 private void handleUpdateNetworkState(int state, NetworkInfo info) { 448 + " info: " + info); 451 if (info != null && info.getType() == ConnectivityManager.TYPE_MOBILE_SUPL 453 String apnName = info.getExtraInfo(); 892 if (extras.getBoolean("celldb-info")) flags |= GPS_DELETE_CELLDB_INFO; [all...] |
/external/elfutils/libelf/ |
elf.h | 68 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ 86 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ 1393 Elf32_Word info; \/* Kind-specific information. *\/ member in struct:__anon1806 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_video.c | 456 this->info.wm_available = 1; 457 this->info.hw_available = 1; 458 this->info.blit_hw = 1; 459 this->info.blit_hw_CC = 1; 460 this->info.blit_hw_A = 1; 461 this->info.blit_fill = 1; 462 this->info.video_mem = caps.video_memory / 1024; 463 this->info.current_w = dlc.width; 464 this->info.current_h = dlc.height;
|
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 276 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) { 281 info.contentInsets.top = info.visibleInsets.top 283 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME); 286 info.contentInsets.top = mTmpInsets.contentTopInsets; 287 info.visibleInsets.top = mTmpInsets.visibleTopInsets; 288 info.setTouchableInsets(mTmpInsets.touchableInsets); [all...] |
/build/tools/apriori/ |
rangesort.c | 193 contiguous_range_info_t *info = (contiguous_range_info_t *)user; local 194 FREE(info->ranges); 195 FREE(info); 296 INFO("Adding subtracted range [%lld, %lld)\n",
|
/cts/tools/dasm/src/dasm/ |
parser.cup | 26 public void report_error(String message, Object info) { 27 if(info != null) 28 dAsm.report_error("Warning: " + message + "(" + info.toString() + ")"); 33 public void report_fatal_error(String message, Object info) { 34 if(info != null) 35 dAsm.report_error("Error: " + message + "(" + info.toString() + ")");
|
/cts/tools/dasm/src/java_cup/runtime/ |
lr_parser.java | 86 * <dt> void report_error(String message, Object info) 91 * <dt> void report_fatal_error(String message, Object info) 316 * @param info an extra object reserved for use by specialized subclasses. 320 Object info) 327 report_error(message, info); 342 * @param info an extra object reserved for use by specialized subclasses. 344 public void report_error(String message, Object info) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 891 #define BUFFER_TRACE(bh, info) do {} while (0) 892 #define BUFFER_TRACE2(bh, bh2, info) do {} while (0) 893 #define JBUFFER_TRACE(jh, info) do {} while (0)
|
/external/elfcopy/ |
fixdwarf.c | 118 INFO("Index of \".debug_" _str(name) " is %d", cnt); \ 121 else INFO(", but the section is being removed."); \ 122 INFO("\n"); \ 127 CHECK_DEBUG_SECTION(info); 156 INFO("\nAdjusting for %s.\n", shdr_info[dwarf_to_shdr[sname]].name); \ 160 INFO("\nNot adjusting for %s.\n", shdr_info[dwarf_to_shdr[sname]].name); \ 167 ADJUST_IF_NECESSARY(info); 190 INFO("Could not load section %s: it is not in the file.\n", 196 INFO("Loading DWARF section type %s index %d (type %d)\n", 203 INFO("\tAlready loaded DWARF section type %s (type %d)\n", s_shdr_info[shdr_idx].name, debug) [all...] |
rangesort.c | 211 contiguous_range_info_t *info = (contiguous_range_info_t *)user; local 212 FREE(info->ranges); 213 FREE(info); 314 INFO("Adding subtracted range [%lld, %lld)\n",
|
/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/kernel-headers/original/linux/ |
jbd.h | 532 * Protects info related to handles [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/ |
SDL_syscdrom.c | 75 struct devinfo info; local 87 ret = SDL_SYS_CDioctl( cdfd, IOCINFO, &info ); 92 if ( info.devtype == DD_CDROM ) {
|
/external/stlport/src/details/ |
fstream_win32io.cpp | 73 BY_HANDLE_FILE_INFORMATION info; local 76 return GetFileInformationByHandle(fd, &info) && 77 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == 0);
|
/external/v8/include/ |
v8.h | [all...] |
/external/webkit/JavaScriptCore/runtime/ |
RegExpConstructor.cpp | 65 const ClassInfo RegExpConstructor::info = { "Function", &InternalFunction::info, 0, ExecState::regExpConstructorTable }; member in class:JSC::RegExpConstructor 294 if (arg0.inherits(&RegExpObject::info)) {
|
/external/webkit/WebKit/chromium/src/ |
GraphicsContext3D.cpp | 2031 CGImageAlphaInfo info = CGImageGetAlphaInfo(cgImage); local [all...] |
/frameworks/base/core/java/android/net/http/ |
RequestQueue.java | 263 NetworkInfo info = mConnectivityManager.getActiveNetworkInfo(); local 264 if (info != null && info.getType() == ConnectivityManager.TYPE_WIFI) {
|