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

<<21222324252627282930>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
moduleparam.h 28 #define __MODULE_INFO(tag, name, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attribute__((section(".modinfo"),unused)) = __stringify(tag) "=" info
30 #define __MODULE_INFO(tag, name, info)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
moduleparam.h 28 #define __MODULE_INFO(tag, name, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attribute__((section(".modinfo"),unused)) = __stringify(tag) "=" info
30 #define __MODULE_INFO(tag, name, info)
  /packages/apps/Launcher2/src/com/android/launcher2/
UserFolder.java 82 void bind(FolderInfo info) {
83 super.bind(info);
84 setContentAdapter(new ShortcutsAdapter(mContext, ((UserFolderInfo) info).contents));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 153 * current client data. Used to access the malloc info when switching pages
270 NativeAllocationInfo info = iter.next();
271 if (info.isStackCallResolved() == false) {
272 final Long[] list = info.getStackCallAddresses();
293 info.setResolvedStackCall(resolvedStackCall);
320 NativeStackCallInfo info = process.getAddress(value); local
321 if (info != null) {
322 return info;
335 NativeLibraryMapInfo info = it.next(); local
337 if (info.isWithinLibrary(addr))
775 NativeAllocationInfo info = null; local
    [all...]
  /external/svox/pico/lib/
picodata.h 60 - 0x01 item info 1
61 - 0x02 item info 2
64 depending on the item type/info, a specific subheader may follow
189 #define PICODATA_ITEMINFO1_CMD_PLAY 'p' /* 112 play command : PU in info 2 will read items from file-->Filename in item content.*/
190 #define PICODATA_ITEMINFO1_CMD_SAVE 's' /* 115 save command : PU in info 2 will save items to file-->Filename in item content.*/
191 #define PICODATA_ITEMINFO1_CMD_UNSAVE 'u' /* 117 save command : PU in info 2 will stop saving items to file*/
192 #define PICODATA_ITEMINFO1_CMD_PROSDOMAIN 'd' /* 100 prosody domain : domain type in info 2, domain name in item content */
193 #define PICODATA_ITEMINFO1_CMD_SPELL 'e' /* 101 spell command : info 2 contains start/stop info,
195 #define PICODATA_ITEMINFO1_CMD_IGNSIG 'i' /* ignore signal command : info 2 contains start/stop info *
    [all...]
  /external/bluetooth/glib/gobject/
gtypemodule.c 82 GTypeInfo info; member in struct:_ModuleTypeInfo
90 GInterfaceInfo info; member in struct:_ModuleInterfaceInfo
96 GTypeInfo *info,
101 GInterfaceInfo *info);
334 GTypeInfo *info,
340 *info = module_type_info->info;
342 if (module_type_info->info.value_table)
343 *value_table = *module_type_info->info.value_table;
350 GInterfaceInfo *info)
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 411 * @param statbuf the stat info to fill in
595 DBusGroupInfo *info,
600 info->gid = g->gr_gid;
601 info->groupname = _dbus_strdup (g->gr_name);
603 /* info->members = dbus_strdupv (g->gr_mem) */
605 if (info->groupname == NULL)
615 fill_group_info (DBusGroupInfo *info,
657 return fill_user_info_from_group (g, info, error);
676 return fill_user_info_from_group (g, info, error);
693 * @param info the group info struc
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 28 Dwarf_Fileinfo info; member in struct:filelist
215 .info =
252 new_file->info.name = fname;
255 new_file->info.name = libdw_alloc (dbg, char, 1,
258 char *cp = new_file->info.name;
270 assert (strlen (new_file->info.name)
275 get_uleb128 (new_file->info.mtime, linep);
278 get_uleb128 (new_file->info.length, linep);
407 new_file->info.name = fname;
410 new_file->info.name
    [all...]
dwarf_onearange.c 34 return &aranges->info[idx];
dwarf_onesrcline.c 34 return &lines->info[idx];
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 107 logging.info(marker + " >>> " + str(params["new"][0]) + " new, " +
124 logging.info("Comparing results to " + ref_dir)
136 logging.info("Detailed diffs are in " + diff_result)
147 log_level = logging.INFO
165 logging.info("Generating test list.");
170 logging.info("Aborting because cannot generate test list.\n" + adb_output)
174 logging.info("Running tests")
223 logging.info(crashed_test + " CRASHED");
226 logging.info("Resuming layout test runner...");
237 logging.info("Done\n")
    [all...]
  /external/webkit/JavaScriptCore/runtime/
DatePrototype.cpp 343 const ClassInfo DatePrototype::info = {"Date", &DateInstance::info, 0, ExecState::dateTable}; member in class:JSC::DatePrototype
419 if (!thisValue.inherits(&DateInstance::info))
436 if (!thisValue.inherits(&DateInstance::info))
453 if (!thisValue.inherits(&DateInstance::info))
471 if (!thisValue.inherits(&DateInstance::info))
486 if (!thisValue.inherits(&DateInstance::info))
501 if (!thisValue.inherits(&DateInstance::info))
510 if (!thisValue.inherits(&DateInstance::info))
519 if (!thisValue.inherits(&DateInstance::info))
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 119 const SkMemberInfo * info = animator->fFieldInfo; local
121 SkASSERT(info != NULL);
122 SkDisplayTypes type = (SkDisplayTypes) info->fType;
134 executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL);
138 scriptValue.fType = info->getType();
139 target->setProperty(info->propertyIndex(), scriptValue);
152 // SkASSERT(type == SkType_ARGB || type == SkType_String ||info->isSettable());
154 info->setString(target, values->fString);
156 target->setReference(info, values->fDisplayable)
464 const SkMemberInfo* info = animate->fFieldInfo; local
745 const SkMemberInfo * info = animate->fFieldInfo; local
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 19 // All inline comments related to the use of the JetPlayer class are preceded by "JET info:"
123 // JET info: the JetBoyThread receives all the events from the JET player
124 // JET info: through the OnJetEventListener interface.
173 // JET info: event IDs within the JET file.
174 // JET info: in this game 80 is used for sending asteroid across the screen
175 // JET info: 82 is used as game time for 1/4 note beat.
210 // JET info: the star of our show, a reference to the JetPlayer object.
293 // JET info: this are the mute arrays associated with the music beds in the
294 // JET info: JET file
419 // JET info: let's create our JetPlayer instance using the factory
    [all...]
  /dalvik/vm/compiler/codegen/arm/
RallocUtil.c 125 LOGE("Tried to get info on a non-existant temp: r%d",reg);
151 RegisterInfo *info = getRegInfo(cUnit, reg); local
152 if (info->live && info->dirty) {
153 info->dirty = false;
155 dvmCompilerS2VReg(cUnit, info->sReg) << 2,
642 static void flushAllRegsBody(CompilationUnit *cUnit, RegisterInfo *info,
647 if (info[i].live && info[i].dirty) {
648 if (info[i].pair)
681 RegisterInfo *info = getRegInfo(cUnit, reg); local
705 RegisterInfo *info = getRegInfo(cUnit, reg); local
711 RegisterInfo *info = getRegInfo(cUnit, reg); local
717 RegisterInfo *info = getRegInfo(cUnit, reg); local
723 RegisterInfo *info = getRegInfo(cUnit, reg); local
730 RegisterInfo *info = getRegInfo(cUnit, reg); local
    [all...]
  /bionic/libthread_db/
libthread_db.c 110 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info)
112 info->ti_tid = handle->tid;
113 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
114 info->ti_state = TD_THR_SLEEP; /* XXX this needs to be read from /proc/<pid>/task/<tid>.
  /build/tools/soslim/
cmdline.c 102 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
115 INFO ("option %s", long_options[option_index].name);
117 INFO (" with arg %s", optarg);
118 INFO ("\n");
  /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);
  /dalvik/vm/alloc/
HeapDebug.h 29 int dvmGetHeapDebugInfo(HeapDebugInfoType info);
  /development/tools/idegen/src/
Stopwatch.java 26 Log.info(label + ": " + (now - last) + "ms");
  /development/tools/yuv420sp2rgb/
cmdline.c 87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
111 INFO ("option %s", long_options[option_index].name);
113 INFO (" with arg %s", optarg);
114 INFO ("\n");
  /external/clearsilver/util/
rcfs.h 13 * revision-controlled file system (RCFS) with meta-info storage
  /external/dropbear/libtomcrypt/testprof/
makefile.shared 21 libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | xargs` -o $@ -rpath $(LIBPATH) -version-info $(VERSION)
  /external/freetype/src/base/
ftwinfnt.c 5 /* FreeType API for accessing Windows FNT specific info (body). */
  /external/icu4c/tools/ctestfw/unicode/
tstdtmod.h 65 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;

Completed in 270 milliseconds

<<21222324252627282930>>