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

<<11121314151617181920>>

  /frameworks/base/libs/binder/
IMemory.cpp 394 heap_info_t& info = mHeapCache.editValueAt(i); local
397 binder.get(), info.heap.get(),
398 static_cast<BpMemoryHeap*>(info.heap.get())->mSize,
399 static_cast<BpMemoryHeap*>(info.heap.get())->mHeapId,
400 info.count);
401 android_atomic_inc(&info.count);
402 return info.heap;
404 heap_info_t info; local
405 info.heap = interface_cast<IMemoryHeap>(binder);
406 info.count = 1
458 const heap_info_t& info = mHeapCache.valueAt(i); local
    [all...]
  /packages/providers/CalendarProvider/res/values/
strings.xml 42 <!-- Caption on secret calendar info -->
43 <string name="calendar_info">Calendar info</string>
45 <!-- Error message for secret calendar info -->
48 <!-- No calendars message for secret calendar info -->
51 <!-- Event count message for secret calendar info -->
54 <!-- Event and dirty event count message for secret calendar info -->
  /build/tools/apriori/
apriori.c 64 INFO("\t%02d: data = %p, hdr = { offset = %8lld, size = %lld }, "
79 INFO("section offset dump for new ELF\n");
83 INFO("\nsection offset dump for original ELF\n");
89 INFO("section offset dump for new ELF\n");
151 INFO("Creating new ELF sections.\n");
186 INFO("\tsection %02d: [%-30s] created\n",
200 INFO("\tsection [%s] (old offset %lld, old size %lld) "
228 /* Allocate the section-header-info buffer. */
229 INFO("Allocating section-header info structure (%d) bytes...\n"
1490 shdr_info_t *info = source->shdr_info + i; local
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 292 test_attributes (struct StructureItem item, GFileInfo * info)
303 has_attr = g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_TYPE);
305 ftype = g_file_info_get_file_type (info);
313 g_file_info_get_attribute_uint32 (info,
322 g_file_info_get_attribute_boolean (info,
331 g_file_info_get_attribute_boolean (info,
337 name = g_file_info_get_name (info);
341 display_name = g_file_info_get_display_name (info);
347 edit_name = g_file_info_get_edit_name (info);
356 g_file_info_get_attribute_string (info,
389 GFileInfo *info; local
486 GFileInfo *info; local
573 GFileInfo *info; local
1028 GFileInfo *info; local
    [all...]
  /external/skia/src/animator/
SkAnimator.cpp 204 const SkMemberInfo* info = SkDisplayType::GetMembers(fMaker, element->getType(), NULL); local
205 return (SkElementType) SkDisplayType::Find(fMaker, info);
215 const SkMemberInfo* info = element->getMember(field); local
216 return (const SkMemberInfo*) info;
225 const SkMemberInfo* info = (const SkMemberInfo*) ai; local
226 return (SkFieldType) info->getType();
237 const SkMemberInfo* info = (const SkMemberInfo*) ai; local
238 SkASSERT(info->fType == SkType_Array);
239 return info->getArrayValue(element, index, operand);
319 int32_t SkAnimator::getInt(const SkDisplayable* element, const SkMemberInfo* info) {
374 const SkMemberInfo* info = (const SkMemberInfo*) ai; local
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.java 291 TSTInfo info = (TSTInfo) object;
293 values[0] = ASN1Integer.fromIntValue(info.version);
294 values[1] = ObjectIdentifier.toIntArray(info.policy);
295 values[2] = info.messageImprint;
296 values[3] = info.serialNumber.toByteArray();
297 values[4] = info.genTime;
298 values[5] = info.accuracy;
299 values[6] = info.ordering;
300 values[7] = (info.nonce == null) ? null : info.nonce.toByteArray()
    [all...]
PKIFailureInfo.java 85 * The requested additional info is not available
128 for (PKIFailureInfo info : values()){
129 if (value == info.value) {
130 return info;
  /development/host/windows/usb/api/
adb_interface_enum.cpp 59 bool AdbInterfaceEnumObject::Next(AdbInterfaceInfo* info, ULONG* size) {
81 if ((NULL == info) || (*size < entry.GetFlatSize())) {
88 entry.Save(info);
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 239 AdbEndpointInformation* info) {
245 if (NULL == info) {
265 info->max_packet_size = pipe_info.MaximumPacketSize;
266 info->max_transfer_size = 0xFFFFFFFF;
267 info->endpoint_address = pipe_info.PipeId;
268 info->polling_interval = pipe_info.Interval;
269 info->setting_index = interface_number();
272 info->endpoint_type = AdbEndpointTypeControl;
276 info->endpoint_type = AdbEndpointTypeIsochronous;
280 info->endpoint_type = AdbEndpointTypeBulk;
    [all...]
  /development/tools/axl/
log.py 46 def info(self, *logstrs): member in class:Log
53 # default to info
54 log = info
  /external/e2fsprogs/lib/ss/
requests.c 29 register ss_data *info = ss_info(sci_idx); local
30 printf("%s version %s\n", info->subsystem_name,
31 info->subsystem_version);
listen.c 51 ss_data *info; local
60 current_info = info = ss_info(sci_idx);
62 info->abort = 0;
71 while(!info->abort) {
76 if (info->readline) {
77 line = (*info->readline)(current_info->prompt);
100 if (info->add_history)
101 (*info->add_history)(line);
118 if (info->readline)
  /external/opencore/fileformats/mp4/composer/include/
decoderspecificinfo.h 40 void addInfo(uint8 *info, uint32 size);
45 return _infoSize; // Returns the size of the info data
49 return _pinfo; // Returns the byte pointer to info
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxwm.c 47 int NX_GetWMInfo (_THIS, SDL_SysWMinfo * info)
51 if (info -> version.major <= SDL_MAJOR_VERSION) {
52 info -> window = SDL_Window ;
  /external/skia/src/xml/
SkXMLPullParser.cpp 118 void SkXMLPullParser::getAttributeInfo(int index, AttrInfo* info)
122 if (info)
123 *info = fCurr.fAttrInfos[index];
  /external/webkit/JavaScriptCore/runtime/
DateInstance.h 40 static JS_EXPORTDATA const ClassInfo info; member in class:JSC::DateInstance
67 virtual const ClassInfo* classInfo() const { return &info; }
76 ASSERT(asObject(value)->inherits(&DateInstance::info));
StringObject.h 44 virtual const ClassInfo* classInfo() const { return &info; }
45 static const JS_EXPORTDATA ClassInfo info; member in class:JSC::StringObject
63 ASSERT(asObject(value)->inherits(&StringObject::info));
  /frameworks/base/core/tests/coretests/src/android/util/
LogTest.java 48 // Check to make sure that all levels expect for INFO, WARN, ERROR, and ASSERT are loggable.
51 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
62 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
73 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
78 // Set the log level to be INFO for this tag.
79 SystemProperties.set(PROPERTY_TAG, "INFO");
81 // Test to make sure all log levels >= INFO are loggable.
84 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
95 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.INFO));
106 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.INFO));
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutsAdapter.java 46 final ShortcutInfo info = getItem(position); local
54 new FastBitmapDrawable(info.getIcon(mIconCache)), null, null);
55 textView.setText(info.title);
  /bionic/libc/kernel/arch-x86/asm/
math_emu.h 17 struct info { struct
  /build/tools/soslim/
common.c 27 INFO("Scanning over %d program segments...\n",
main.c 31 macro INFO() in multiple compilation unites. */
50 /* Do not issue INFO() statements before you call get_options() to set
83 INFO("Opening %s...\n", infile);
89 INFO("Calling elf_begin(%s)...\n", infile);
102 INFO("Making sure %s is a shared library or an executable.\n",
125 INFO("Opening %s...\n", infile);
131 INFO("Calling elf_begin(%s)...\n", infile);
149 INFO("Making sure %s is a shared library...\n", infile);
168 INFO("Output file is [%s].\n", outfile);
171 INFO("Modifying [%s] in-place.\n", infile)
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/
JDBCDriver.java 67 public Connection connect(String url, Properties info)
74 if (info != null) {
75 args[1] = info.getProperty("encoding");
98 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
  /external/bluetooth/glib/gio/
gfileinputstream.c 138 GFileInfo *info; local
147 info = NULL;
154 info = class->query_info (stream, attributes, cancellable, error);
164 return info;
244 * Finishes an asynchronous info query operation.
393 GFileInfo *info; member in struct:__anon1197
399 if (data->info)
400 g_object_unref (data->info);
413 GFileInfo *info; local
417 info = NULL
    [all...]
gfileoutputstream.c 133 * set to %G_IO_ERROR_PENDING), or if querying info is not supported for
152 GFileInfo *info; local
161 info = NULL;
168 info = class->query_info (stream, attributes, cancellable, error);
178 return info;
495 GFileInfo *info; member in struct:__anon1204
501 if (data->info)
502 g_object_unref (data->info);
515 GFileInfo *info; local
519 info = NULL
    [all...]

Completed in 93 milliseconds

<<11121314151617181920>>