HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 976 - 1000 of 2856) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-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/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 273 struct usb_ifc_info info; local
297 info.dev_vendor = device_desc.idVendor;
298 info.dev_product = device_desc.idProduct;
299 info.dev_class = device_desc.bDeviceClass;
300 info.dev_subclass = device_desc.bDeviceSubClass;
301 info.dev_protocol = device_desc.bDeviceProtocol;
302 info.ifc_class = interf_desc.bInterfaceClass;
303 info.ifc_subclass = interf_desc.bInterfaceSubClass;
304 info.ifc_protocol = interf_desc.bInterfaceProtocol;
305 info.writable = 1
    [all...]
  /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'
169 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 
  /cts/tests/tests/media/src/android/media/cts/
EncoderTest.java 140 MediaCodecInfo info = MediaCodecList.getCodecInfoAt(i); local
142 if (!info.isEncoder()) {
146 if (!info.getName().startsWith("OMX.")) {
151 Log.d(TAG, "skipping '" + info.getName() + "'.");
155 String[] supportedTypes = info.getSupportedTypes();
159 names.push(info.getName());
185 int index, MediaCodec.BufferInfo info) {
245 MediaCodec.BufferInfo info = new MediaCodec.BufferInfo(); local
246 index = codec.dequeueOutputBuffer(info, kTimeoutUs /* timeoutUs */);
253 dequeueOutputBuffer(codec, codecOutputBuffers, index, info);
    [all...]

Completed in 3798 milliseconds

<<31323334353637383940>>