/external/dbus/dbus/ |
dbus-sysdeps-unix.c | [all...] |
/external/bluetooth/glib/gio/ |
gappinfo.c | 592 * Checks if the application info should be shown in menus that 738 * @info: a #GAppInfo 749 GAppInfo *info, 755 g_return_val_if_fail (G_IS_APP_INFO (info), NULL); 762 return class->get_display (context, info, files); 768 * @info: a #GAppInfo 783 GAppInfo *info, 789 g_return_val_if_fail (G_IS_APP_INFO (info), NULL); 796 return class->get_startup_notify_id (context, info, files);
|
gfileenumerator.c | 198 GFileInfo *info; local 230 info = (* class->next_file) (enumerator, cancellable, error); 236 return info; 306 * @num_files: the number of file info objects to request 627 GFileInfo *info; local 639 info = NULL; 641 info = class->next_file (enumerator, cancellable, &error); 643 if (info == NULL) 659 op->files = g_list_prepend (op->files, info);
|
/external/elfutils/tests/ |
Makefile | 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c 45 test-nlist$(EXEEXT) show-die-info$(EXEEXT) get-files$(EXEEXT) \ 154 show_die_info_SOURCES = show-die-info.c 155 show_die_info_OBJECTS = show-die-info.$(OBJEXT) 187 scnnames.c sectiondump.c show-abbrev.c show-die-info.c \ 195 show-die-info.c showptable.c test-nlist.c update1.c update2.c \ 290 infodir = ${prefix}/info 313 run-show-die-info.sh run-get-files.sh run-get-lines.sh \ 322 run-show-die-info.sh run-get-files.sh run-get-lines.sh \ 479 show-die-info$(EXEEXT): $(show_die_info_OBJECTS) $(show_die_info_DEPENDENCIES) [all...] |
/external/v8/src/x64/ |
virtual-frame-x64.h | 31 #include "number-info.h" 86 NumberInfo::Type info = NumberInfo::kUninitialized); 386 NumberInfo::Type info = NumberInfo::kUnknown); 388 NumberInfo::Type info = NumberInfo::kUnknown); 390 NumberInfo::Type info = NumberInfo::kUnknown); 392 NumberInfo::Type info = NumberInfo::kUnknown); 394 // Uses kScratchRegister, emits appropriate relocation info. 398 void Push(Register reg, NumberInfo::Type info = NumberInfo::kUnknown);
|
/external/webkit/WebCore/bindings/js/ |
JSSVGPODTypeWrapper.h | 324 static unsigned hash(const CacheInfo& info) 326 return StringImpl::computeHash(reinterpret_cast<const UChar*>(&info), sizeof(CacheInfo) / sizeof(UChar)); 384 CacheInfo info(creator, getter, setter); 385 pair<typename WrapperMap::iterator, bool> result = wrapperMap().add(info, 0); 396 CacheInfo info(creator, getter, setter); 397 wrapperMap().remove(info);
|
/external/webkit/WebCore/platform/graphics/win/ |
FontCustomPlatformData.cpp | 100 const void* getData(void* info) 102 SharedBuffer* buffer = static_cast<SharedBuffer*>(info); 107 void releaseData(void* info, const void* data) 109 static_cast<SharedBuffer*>(info)->deref(); 112 size_t getBytesWithOffset(void *info, void* buffer, size_t offset, size_t count) 114 SharedBuffer* sharedBuffer = static_cast<SharedBuffer*>(info);
|
/bionic/libc/kernel/common/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/bootable/bootloader/legacy/include/msm7k/ |
hsusb.h | 82 unsigned info; member in struct:ept_queue_head 105 unsigned info; member in struct:ept_queue_item
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
AuthProviderTest.java | 71 AuthProviderStub ap = new AuthProviderStub("name", 1.0, "info"); 78 assertEquals("info", ap.getInfo()); 102 public AuthProviderStub(String name, double version, String info) { 103 super( name, version, info);
|
Identity2Test.java | 341 String info = "This is the general information."; local 344 sub.setInfo(info); 345 assertEquals("Wrong Info returned", info, sub.getInfo()); 533 String[] info = {"This is the general information.", "test", "", null}; local 536 for (int i = 0; i < info.length; i++) { 538 sub.setInfo(info[i]); 539 assertEquals("Wrong Info returned", info[i], sub.getInfo()); 541 fail("Unexpected exception for parameter " + info[i]) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Gallery1.java | 68 AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo(); local 69 Toast.makeText(this, "Longpress: " + info.position, Toast.LENGTH_SHORT).show();
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
Notepadv3.java | 97 AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo(); local 98 mDbHelper.deleteNote(info.id);
|
/external/bison/ |
Makefile | 83 html-recursive info-recursive install-data-recursive \ 84 install-exec-recursive install-info-recursive \ 86 pdf-recursive ps-recursive uninstall-info-recursive \ 223 infodir = ${prefix}/info 301 uninstall-info-am: 647 info: info-recursive 649 info-am: 655 install-info: install-info-recursiv [all...] |
/external/bison/examples/ |
Makefile | 80 html-recursive info-recursive install-data-recursive \ 81 install-exec-recursive install-info-recursive \ 83 pdf-recursive ps-recursive uninstall-info-recursive \ 199 infodir = ${prefix}/info 247 uninstall-info-am: 466 info: info-recursive 468 info-am: 474 install-info: install-info-recursiv [all...] |
/external/blktrace/ |
btrace.spec | 25 btrace can show detailed info about what is happening on a block
|
/external/bluetooth/glib/gobject/ |
genums.h | 253 GTypeInfo *info, 256 GTypeInfo *info,
|
/external/e2fsprogs/lib/blkid/ |
devname.c | 172 struct dm_info info; local 186 if (!dm_task_get_info(task, &info)) 189 if (!info.exists) 253 struct dm_info info; local 266 if (!dm_task_get_info(task, &info)) 269 if (!info.exists) 272 ret = makedev(info.major, info.minor);
|
/external/iptables/extensions/ |
libip6t_mac.c | 32 parse_mac(const char *mac, struct ip6t_mac_info *info) 48 info->srcaddr[i] = number;
|
libipt_mac.c | 32 parse_mac(const char *mac, struct ipt_mac_info *info) 48 info->srcaddr[i] = number;
|
/external/kernel-headers/original/asm-x86/ |
thread_info_32.h | 105 #define free_thread_info(info) free_pages((unsigned long)(info), get_order(THREAD_SIZE))
|
/external/libxml2/ |
HTMLtree.c | 771 const htmlElemDesc * info; local 846 * Get specific HTML info for that node. 849 info = htmlTagLookup(cur->name); 851 info = NULL; 864 if ((info != NULL) && (info->empty)) { 866 if ((format) && (!info->isinline) && (cur->next != NULL)) { 878 if ((info != NULL) && (info->saveEndTag != 0) && 879 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) & [all...] |
/external/opencore/build_config/common/ |
local.mk | 13 # $(info config_flags = $(CONFIG_FLAGS), xconfig_flags = $(XCONFIG_FLAGS))
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_mpeg2_get_scale_data.cpp | 41 mp3Header *info, mp3 header information 130 mp3Header *info, 148 if ((((info->mode_ext &1)) && (ch == 1)))
|
pvmp3_mpeg2_stereo_proc.cpp | 76 mp3Header *info mp3 header info 225 mp3Header *info) 240 int32 i_stereo = (info->mode == MPG_MD_JOINT_STEREO) && 241 (info->mode_ext & 0x1); 243 int32 ms_stereo = (info->mode == MPG_MD_JOINT_STEREO) && 244 (info->mode_ext & 0x2); 258 sfreq = info->version_x + (info->version_x << 1); 259 sfreq += info->sampling_frequency [all...] |