/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
heap.py | 44 from multiprocessing.util import Finalize, info namespace 119 info('allocating a new mmap of length %d', length)
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_syswm.h | 113 } info; member in struct:SDL_SysWMinfo 217 * It fills the structure pointed to by 'info' with custom information and 220 * the 'info' structure is not filled in or not supported. 224 * SDL_SysWMinfo info; 225 * SDL_VERSION(&info.version); 226 * if ( SDL_GetWMInfo(&info) ) { ... } 229 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_syswm.h | 113 } info; member in struct:SDL_SysWMinfo 217 * It fills the structure pointed to by 'info' with custom information and 220 * the 'info' structure is not filled in or not supported. 224 * SDL_SysWMinfo info; 225 * SDL_VERSION(&info.version); 226 * if ( SDL_GetWMInfo(&info) ) { ... } 229 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_syswm.h | 113 } info; member in struct:SDL_SysWMinfo 217 * It fills the structure pointed to by 'info' with custom information and 220 * the 'info' structure is not filled in or not supported. 224 * SDL_SysWMinfo info; 225 * SDL_VERSION(&info.version); 226 * if ( SDL_GetWMInfo(&info) ) { ... } 229 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
TextAttributeDescriptor.java | 75 IAttributeInfo info = getAttributeInfo(); local 76 if (info != null) { 77 mUiName = DescriptorsUtils.prettyAttributeUiName(info.getName()); 154 IAttributeInfo info = getAttributeInfo(); local 155 if (info == null) { 161 String rawTooltip = info.getJavaDoc(); 166 String deprecated = info.getDeprecatedDoc(); 181 EnumSet<Format> formats_list = info.getFormats();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleter.java | 65 IAttributeInfo info = descriptor.getAttributeInfo(); local 66 EnumSet<Format> formats = info.getFormats(); 124 String[] values = info.getFlagValues(); 165 String[] values = info.getEnumValues();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoringTest.java | 118 TestContext info = setupTestContext(file, basename); local 119 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; 120 CanvasViewInfo rootView = info.mRootView; 121 Element element = info.mElement;
|
UseCompoundDrawableRefactoringTest.java | 99 TestContext info = setupTestContext(file, basename); local 100 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; 101 List<Element> selectedElements = getElements(info.mElement, new String[] { id });
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleterTest.java | 45 TestAttributeInfo info = local 48 new TestTextAttributeDescriptor(property, info));
|
/system/core/fastboot/ |
usb_windows.c | 278 struct usb_ifc_info info; local 302 info.dev_vendor = device_desc.idVendor; 303 info.dev_product = device_desc.idProduct; 304 info.dev_class = device_desc.bDeviceClass; 305 info.dev_subclass = device_desc.bDeviceSubClass; 306 info.dev_protocol = device_desc.bDeviceProtocol; 307 info.ifc_class = interf_desc.bInterfaceClass; 308 info.ifc_subclass = interf_desc.bInterfaceSubClass; 309 info.ifc_protocol = interf_desc.bInterfaceProtocol; 310 info.writable = 1 [all...] |
/system/core/fastbootd/commands/ |
boot.c | 74 struct atag_info info; member in struct:atag 108 D(INFO, "Kernel image too big"); 117 D(INFO, "Ramdisk size is %d", ramdisk_size); 127 D(INFO, "Ramdisk size is %d", ramdisk_size); 140 D(INFO, "Kexec_load returned non-zero exit code: %s\n", strerror(errno)); 160 while (current_tag->info.type != ATAG_NONE_TYPE) { 161 switch (current_tag->info.type) { 166 memcpy((void *)natags_raw_buff, (void *)current_tag_raw, current_tag->info.size * sizeof(unsigned)); 167 natags_raw_buff += current_tag->info.size; 168 new_atags_size += current_tag->info.size [all...] |
/system/core/fs_mgr/ |
fs_mgr_verity.c | 49 extern struct fs_info info; 124 struct fs_info info = {0}; local 144 ext4_parse_sb(&sb, &info); 145 *device_size = info.len;
|
/system/core/toolbox/ |
lsof.c | 71 static void print_type(char *type, struct pid_info_t* info) 76 strlcat(info->path, type, sizeof(info->path)); 77 if ((link_dest_size = readlink(info->path, link_dest, sizeof(link_dest)-1)) < 0) { 81 snprintf(link_dest, sizeof(link_dest), "%s (readlink: %s)", info->path, strerror(errno)); 91 info->cmdline, info->pid, info->user, type, 95 info->path[info->parent_length] = '\0' 166 struct pid_info_t info; local [all...] |
/development/samples/training/basic/ActivityLifecycle/libs/ |
android-support-v13.jar | |
/development/samples/training/multiscreen/newsreader/libs/ |
android-support-v4.jar | |
/sdk/testapps/jarCheckTests1/app/libs/ |
android-support-v4.jar | |
/sdk/testapps/jarCheckTests1/lib1/libs/ |
android-support-v4.jar | |
/sdk/testapps/jarCheckTests1/lib2/libs/ |
android-support-v4.jar | |
/sdk/testapps/jarCheckTests2/lib1/libs/ |
android-support-v4.jar | |
/sdk/testapps/jarCheckTests2/lib2/libs/ |
android-support-v4.jar | |
/sdk/testapps/jarCheckTests3/lib1/libs/ |
android-support-v4.jar | |
/sdk/testapps/javaProjectTest/lib1/libs/ |
android-support-v4.jar | |
/sdk/testapps/javaProjectTest/lib2/libs/ |
android-support-v4.jar | |
/sdk/testapps/libsAndJarTest/lib1/libs/ |
android-support-v4.jar | |
/sdk/testapps/libsAndJarTest/lib2/libs/ |
android-support-v4.jar | |