/external/e2fsprogs/lib/ss/ |
help.c | 49 register ss_data *info; local 74 info = ss_info(sci_idx); 75 if (info->info_dirs == (char **)NULL) { 79 if (info->info_dirs[0] == (char *)NULL) { 83 for (fd = -1, idx = 0; info->info_dirs[idx] != (char *)NULL; idx++) { 84 buffer = malloc(strlen (info->info_dirs[idx]) + 1 + 91 (void) strcpy(buffer, info->info_dirs[idx]); 94 (void) strcat(buffer, ".info"); 101 #define MSG "No info found for " 135 register ss_data *info; local [all...] |
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);
|
/external/proguard/src/proguard/classfile/attribute/ |
LineNumberTableAttribute.java | 67 LineNumberInfo info = lineNumberTable[index]; local 68 if (pc >= info.u2startPC) 70 return info.u2lineNumber;
|
/packages/apps/Contacts/src/com/android/contacts/ |
SplitAggregateView.java | 163 RawContactInfo info = rawContactInfos.get(rawContactId); local 164 if (info == null) { 165 info = new RawContactInfo(rawContactId); 166 rawContactInfos.put(rawContactId, info); 167 info.accountType = cursor.getString(SplitQuery.ACCOUNT_TYPE); 172 loadStructuredName(cursor, info); 174 loadPhoneNumber(cursor, info); 176 loadEmail(cursor, info); 178 loadNickname(cursor, info); 190 private void loadStructuredName(Cursor cursor, RawContactInfo info) { 245 final RawContactInfo info = getItem(position); local [all...] |
/external/iptables/libiptc/ |
libip4tc.c | 327 if (strcmp(h->info.name, "filter") == 0) { 328 assert(h->info.valid_hooks 334 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == 0); 338 assert(h->info.hook_entry[NF_IP_FORWARD] == n); 342 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n); 344 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT]; 345 } else if (strcmp(h->info.name, "nat") == 0) { 346 assert((h->info.valid_hooks 350 (h->info.valid_hooks 356 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0) [all...] |
/external/bluetooth/glib/gio/ |
gdesktopappinfo.c | 70 static gboolean g_desktop_app_info_ensure_saved (GDesktopAppInfo *info, 143 GDesktopAppInfo *info; local 145 info = G_DESKTOP_APP_INFO (object); 147 g_free (info->desktop_id); 148 g_free (info->filename); 149 g_free (info->name); 150 g_free (info->comment); 151 g_free (info->icon_name); 152 if (info->icon) 153 g_object_unref (info->icon) 206 GDesktopAppInfo *info; local 313 GDesktopAppInfo *info = NULL; local 408 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 452 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 460 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 485 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 493 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 501 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 509 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 979 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1088 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1098 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1169 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1436 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1553 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1572 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1674 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1688 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1727 GDesktopAppInfo *info; local 1814 GDesktopAppInfo *info; local 1873 GAppInfo *info; local [all...] |
/build/core/combo/ |
javac.mk | 22 $(info CUSTOM_JAVA_COMPILER=eclipse) 30 $(info CUSTOM_JAVA_COMPILER=openjdk) 36 #$(info HOST_JAVAC=$(HOST_JAVAC)) 37 #$(info TARGET_JAVAC=$(TARGET_JAVAC))
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 32 * and an addition of a child field to the DFS info. In reality, the constant 37 * of various info about parents. We then use this info to calculate the 38 * dominators, using union-find structures to link together the DFS info, 54 private final DFSInfo[] info; field in class:Dominators 58 /** {@code non-null;} the raw dominator info */ 65 * @param domInfos {@code non-null;} the raw dominator info 66 * @param postdom true for postdom information, false for normal dom info 74 this.info = new DFSInfo[blocks.size() + 2]; 83 * @param domInfos {@code non-null;} the raw dominator info [all...] |
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
SpiEngUtils.java | 62 public MyProvider(String name, String info, String key, String clName) { 63 super(name, 1.0, info);
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
Line.java | 22 class Info { 25 public Info(Class <?> lineClass) { 33 public boolean matches(Line.Info info) { 34 return lineClass.isAssignableFrom(info.getLineClass()); 51 Line.Info getLineInfo();
|
/external/icu4c/common/ |
ucmndata.c | 37 } else if(udh->info.isBigEndian==U_IS_BIG_ENDIAN) { 48 udata_getInfoSize(const UDataInfo *info) { 49 if(info==NULL) { 51 } else if(info->isBigEndian==U_IS_BIG_ENDIAN) { 53 return info->size; 56 uint16_t x=info->size; 242 udm->pHeader->info.isBigEndian==U_IS_BIG_ENDIAN && 243 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY) 248 else if (udm->pHeader->info.dataFormat[0]==0x43 && 249 udm->pHeader->info.dataFormat[1]==0x6d & [all...] |
/external/icu4c/io/ |
uprintf.c | 47 const u_printf_spec_info *info, 55 if(info->fWidth != -1 && resultLen < info->fWidth) { 57 if(info->fLeft) { 59 for(i = 0; i < info->fWidth - resultLen; ++i) { 60 written += u_file_write(&info->fPadChar, 1, output); 66 for(i = 0; i < info->fWidth - resultLen; ++i) { 67 written += u_file_write(&info->fPadChar, 1, output);
|
/external/iptables/extensions/ |
libip6t_2mark.c | 103 struct ip6t_mark_info *info = (struct ip6t_mark_info *)match->data; local 107 if (info->invert) 110 print_mark(info->mark, info->mask, numeric); 117 struct ip6t_mark_info *info = (struct ip6t_mark_info *)match->data; local 119 if (info->invert) 123 print_mark(info->mark, info->mask, 0);
|
libipt_2mark.c | 103 struct ipt_mark_info *info = (struct ipt_mark_info *)match->data; local 107 if (info->invert) 110 print_mark(info->mark, info->mask, numeric); 117 struct ipt_mark_info *info = (struct ipt_mark_info *)match->data; local 119 if (info->invert) 123 print_mark(info->mark, info->mask, 0);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/sun/ |
SDL_sunaudio.c | 123 audio_info_t info; local 126 ioctl(audio_fd, AUDIO_GETINFO, &info); 127 left = (written - info.play.samples); 139 audio_info_t info; local 142 ioctl(audio_fd, AUDIO_GETINFO, &info); 143 left = (written - info.play.samples); 293 audio_info_t info; local 294 AUDIO_INITINFO(&info); /* init all fields to "no change" */ 297 info.play.sample_rate = spec->freq; 298 info.play.channels = spec->channels [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxwm_c.h | 32 extern int CGX_GetWMInfo(_THIS, SDL_SysWMinfo *info);
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_syswm_c.h | 34 extern int WIN_GetWMInfo(_THIS, SDL_SysWMinfo *info);
|
/external/qemu/elff/ |
elff_api.h | 70 elfinlineinfo_is_last_entry(const Elf_InlineInfo* info) {
71 return info->routine_name == 0;
|
/external/v8/src/x64/ |
fast-codegen-x64.cc | 72 info()->receiver()->Lookup(*name, &lookup); 74 ASSERT(lookup.holder() == *info()->receiver()); 76 Handle<Map> map(Handle<HeapObject>::cast(info()->receiver())->map()); 124 info()->receiver()->Lookup(*name, &lookup); 126 ASSERT(lookup.holder() == *info()->receiver()); 128 Handle<Map> map(Handle<HeapObject>::cast(info()->receiver())->map()); 165 info()->AddBailout(accumulator1(), scratch0()); // Left, right. 170 Label* bailout = info()->AddBailout(scratch0(), accumulator0()); 176 Label* bailout = info()->AddBailout(accumulator1(), accumulator0()); 201 Label* bailout_to_beginning = info()->AddBailout() [all...] |
/external/webkit/JavaScriptCore/API/ |
JSCallbackConstructor.h | 40 static const ClassInfo info; member in class:JSC::JSCallbackConstructor 52 virtual const ClassInfo* classInfo() const { return &info; }
|
/external/webkit/JavaScriptCore/runtime/ |
JSONObject.h | 56 virtual const ClassInfo* classInfo() const { return &info; } 57 static const ClassInfo info; member in class:JSC::JSONObject
|
NumberConstructor.h | 38 static const ClassInfo info; member in class:JSC::NumberConstructor 54 virtual const ClassInfo* classInfo() const { return &info; }
|
/external/webkit/WebCore/bindings/v8/ |
V8Collection.h | 73 template<class Collection, class ItemType> static v8::Handle<v8::Value> collectionNamedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 75 v8::Handle<v8::Value> value = info.Holder()->GetRealNamedPropertyInPrototypeChain(name); 82 if (info.Holder()->HasRealNamedCallbackProperty(name)) 84 return getNamedPropertyOfCollection<Collection, ItemType>(name, info.Holder()); 98 template<class Collection, class ItemType> static v8::Handle<v8::Value> collectionIndexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) 100 return getIndexedPropertyOfCollection<Collection, ItemType>(index, info.Holder()); 104 template<class Collection> static v8::Handle<v8::Array> nodeCollectionIndexedPropertyEnumerator(const v8::AccessorInfo& info) 106 ASSERT(V8DOMWrapper::maybeDOMWrapper(info.Holder())); 107 Collection* collection = toNativeCollection<Collection>(info.Holder()); 119 template<class Collection> static v8::Handle<v8::Array> collectionIndexedPropertyEnumerator(const v8::AccessorInfo& info) [all...] |
/external/webkit/WebCore/bindings/v8/custom/ |
V8AttrCustom.cpp | 43 void V8Attr::valueAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 45 Attr* imp = V8Attr::toNative(info.Holder());
|
V8HTMLFrameSetElementCustom.cpp | 48 v8::Handle<v8::Value> V8HTMLFrameSetElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 51 HTMLFrameSetElement* imp = V8HTMLFrameSetElement::toNative(info.Holder());
|