/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 295 * the proper info and attributes. We then invoke parse() 302 // Collect info for element node 317 // Collect info for a single attribute node 342 // Collect info for element node 350 // Collect info for a single attribute node
|
/external/kernel-headers/original/linux/ |
module.h | 93 /* Generic info of form tag = "info" */ 94 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info) 122 * 1. So modinfo can show license info for users wanting to vet their setup
|
/external/libpng/projects/xcode/libpng.xcodeproj/ |
project.pbxproj | 51 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 87 8D07F2C70486CC7A007CD1D0 /* Info.plist */, 228 INFOPLIST_FILE = Info.plist; 246 INFOPLIST_FILE = Info.plist;
|
/external/mtpd/ |
l2tp.c | 351 log_print(INFO, "Creating PPPoX socket"); 463 log_print(INFO, "Remote server hung up"); 471 log_print(INFO, "Remote server hung up"); 487 log_print(INFO, "Tunnel established"); 504 log_print(INFO, "Session established");
|
/external/opencore/nodes/pvmp4ffcomposernode/include/ |
pvmp4ffcn_clipconfig.h | 209 * authoring of ISO defined copyright atom yet. This info is used to populate 288 * to populate the IMOTION author info atom. 303 * to populate the IMOTION author info atom. 318 * to populate the IMOTION author info atom. 334 * to populate the IMOTION author info atom.
|
/external/opencore/nodes/pvprotocolenginenode/include/ |
pvmf_protocol_engine_node_extension.h | 93 * @return true if config info is provided, else false. 99 * But server might not announce the file size info. In this case, file size 110 * @return true if config info is provided, else false. 279 * @return true if config info is provided, else false. 290 * @return true if config info is provided, else false.
|
/external/openssl/crypto/ |
mem.c | 114 static int (*push_info_func)(const char *info, const char *file, int line) 132 static int (*push_info_func)(const char *info, const char *file, int line) 213 int (*push_info_fn)(const char *info, const char *file, int line), 427 int CRYPTO_push_info_(const char *info, const char *file, int line) 430 return push_info_func(info, file, line);
|
/external/quake/quake/src/QW/client/ |
r_bsp.c | 26 // current entity info 339 // FIXME: use bounding-box-based frustum clipping info? 356 // FIXME: use bounding-box-based frustum clipping info? 418 // FIXME: use bounding-box-based frustum clipping info? 436 // FIXME: use bounding-box-based frustum clipping info?
|
/external/quake/quake/src/WinQuake/ |
r_bsp.cpp | 26 // current entity info
339 // FIXME: use bounding-box-based frustum clipping info?
356 // FIXME: use bounding-box-based frustum clipping info?
418 // FIXME: use bounding-box-based frustum clipping info?
436 // FIXME: use bounding-box-based frustum clipping info?
|
/external/webkit/WebCore/bindings/v8/ |
V8GCController.cpp | 84 GlobalHandleInfo* info = it->second; local 85 UNUSED_PARAM(info); 100 GlobalHandleInfo* info = globalHandleMap().take(*handle); local 101 ASSERT(info->m_host == host); 102 delete info;
|
/external/webkit/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 291 void Path::apply(void* info, PathApplierFunction function) const 306 function(info, &pelement); 311 function(info, &pelement); 318 function(info, &pelement); 322 function(info, &pelement);
|
/hardware/ti/omap3/dspbridge/inc/ |
drv.h | 180 /* New structure (member of process context) abstracts NODE resource info */ 189 /* New structure (member of process context) abstracts DMM resource info */ 200 /* New structure (member of process context) abstracts DMM resource info */ 211 /* New structure (member of process context) abstracts stream resource info */ 237 /* Processor info to which the process is related */
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexClientSession.java | 144 public void addShare(BluetoothOppShareInfo info) { 145 mInfo = info; 559 public static void applyRemoteDeviceQuirks(HeaderSet request, BluetoothOppSendFileInfo info) { 560 String address = info.mDestAddr; 569 String filename = info.mFileName;
|
BluetoothOppObexServerSession.java | 78 /* the current transfer info */ 81 /* info id when we insert the record */ 160 public void addShare(BluetoothOppShareInfo info) { 161 if (D) Log.d(TAG, "addShare for id " + info.mId); 162 mInfo = info;
|
/packages/apps/Gallery3D/src/com/cooliris/picasa/ |
EntrySchema.java | 370 Entry.Column info = ((AnnotatedElement) field).getAnnotation(Entry.Column.class); local 371 if (info == null) { 400 columns.add(new ColumnInfo(info.value(), type, info.indexed(), info.fullText(), field, index));
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiDialog.java | 187 ViewGroup group = (ViewGroup) mView.findViewById(R.id.info); 203 WifiInfo info = mAccessPoint.getInfo(); local 204 if (info != null) { 205 addRow(group, R.string.wifi_speed, info.getLinkSpeed() + WifiInfo.LINK_SPEED_UNITS); 207 int address = info.getIpAddress();
|
/packages/apps/Phone/src/com/android/phone/ |
PhoneUtils.java | 583 * that may block to query the caller info. 642 // Get the caller info synchronously because we need the final 645 CallerInfo info = null; local 648 info = CallerInfo.getCallerInfo(context, contactRef); 654 if (null == info) { 655 info = CallerInfo.getCallerInfo(context, number); 657 info.phoneNumber = number; 658 connection.setUserData(info); 1180 CallerInfo info = null; local 2200 ApplicationInfo info = pm.getApplicationInfo(packageName, 0); local [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
Provider.java | 54 private String info; field in class:Provider 102 * @param info 105 protected Provider(String name, double version, String info) { 108 this.info = info; 137 return info; 859 // Provider.id name, Provider.id version, Provider.id info, 865 super.put("Provider.id info", null != info ? info : "null") [all...] |
/external/ipsec-tools/src/libipsec/ |
Makefile.in | 246 libipsec_la_LDFLAGS = -version-info 0:1:0 562 info: info-am 564 info-am: 574 install-info: install-info-am 612 distclean-tags distdir dvi dvi-am html html-am info info-am \ 615 install-html-am install-info install-info-am [all...] |
/external/ipsec-tools/src/racoon/ |
racoonctl.c | 138 enum { UNSPEC, ERROR, INFO } level; 140 { EVTT_PHASE1_UP, "Phase 1 established", INFO }, 141 { EVTT_PHASE1_DOWN, "Phase 1 deleted", INFO }, 142 { EVTT_XAUTH_SUCCESS, "Xauth exchange passed", INFO }, 143 { EVTT_ISAKMP_CFG_DONE, "ISAKMP mode config done", INFO }, 144 { EVTT_PHASE2_UP, "Phase 2 established", INFO }, 145 { EVTT_PHASE2_DOWN, "Phase 2 deleted", INFO }, 157 { EVTT_NO_ISAKMP_CFG, "No need for ISAKMP mode config ", INFO }, 200 #define EVTF_CFG 0x0004 /* Print ISAKMP mode config info */ 1421 * Print ISAKMP mode config info (IP and banner [all...] |
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_mpeg2_stereo_proc.cpp | 76 mp3Header *info mp3 header info 225 mp3Header *info) 240 int32 i_stereo = (info->mode == MPG_MD_JOINT_STEREO) && 241 (info->mode_ext & 0x1); 243 int32 ms_stereo = (info->mode == MPG_MD_JOINT_STEREO) && 244 (info->mode_ext & 0x2); 258 sfreq = info->version_x + (info->version_x << 1); 259 sfreq += info->sampling_frequency [all...] |
pvmp3_stereo_proc.cpp | 81 mp3Header *info mp3 header info 257 mp3Header *info) 272 int32 i_stereo = (info->mode == MPG_MD_JOINT_STEREO) && 273 (info->mode_ext & 0x1); 275 int32 ms_stereo = (info->mode == MPG_MD_JOINT_STEREO) && 276 (info->mode_ext & 0x2); 278 int32 sfreq = info->version_x + (info->version_x << 1); 279 sfreq += info->sampling_frequency [all...] |
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/ |
SDL_dlcompat.c | 1222 static int SDL_OSX_dladdr(const void * dl_restrict p, SDL_OSX_Dl_info * dl_restrict info) 1235 if (!info) [all...] |
/external/v8/src/ |
prettyprinter.cc | 657 void AstPrinter::PrintLiteralIndented(const char* info, 660 PrintIndented(info); 667 void AstPrinter::PrintLiteralWithModeIndented(const char* info, 673 PrintLiteralIndented(info, value, true); 676 int pos = OS::SNPrintF(buf, "%s (mode = %s", info, 691 void AstPrinter::PrintLabelsIndented(const char* info, ZoneStringList* labels) { 693 if (info == NULL) { 696 PrintIndented(info); 700 } else if (info != NULL) { 701 PrintIndented(info); [all...] |
/external/webkit/WebCore/platform/network/mac/ |
ResourceHandleMac.mm | 809 - (void)_callConnectionWillCacheResponseWithInfo:(NSMutableDictionary *)info 811 NSURLConnection *connection = [info objectForKey:@"connection"]; 812 NSCachedURLResponse *cachedResponse = [info objectForKey:@"cachedResponse"]; 815 [info setObject:result forKey:@"result"]; 827 NSMutableDictionary *info = [[NSMutableDictionary alloc] init]; 829 [info setObject:connection forKey:@"connection"]; 831 [info setObject:cachedResponse forKey:@"cachedResponse"]; 836 [self performSelectorOnMainThread:@selector(_callConnectionWillCacheResponseWithInfo:) withObject:info waitUntilDone:YES modes:modes]; 839 NSCachedURLResponse *result = [[info valueForKey:@"result"] retain]; 840 [info release] [all...] |