HomeSort by relevance Sort by last modified time
    Searched refs:ip (Results 201 - 225 of 540) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 525 private void installFromRawResource(InstallParams ip,
529 PackageParser.Package pkg = ip.pkg;
530 Uri packageURI = ip.packageURI;
559 cleanUpInstall(ip);
573 InstallParams ip = new InstallParams(outFileName, rawResId); local
574 installFromRawResource(ip, flags, cleanUp, fail, result, expInstallLocation);
575 return ip;
654 InstallParams ip = sampleInstallFromRawResource(flags, false); local
659 receiver = new ReplaceReceiver(ip.pkg.packageName);
662 receiver = new InstallReceiver(ip.pkg.packageName)
789 InstallParams ip = sampleInstallFromRawResource(iFlags, false); local
988 InstallParams ip = sampleInstallFromRawResource(PackageManager.INSTALL_EXTERNAL, false); local
1124 InstallParams ip = sampleInstallFromRawResource(iFlags, false); local
1146 InstallParams ip = sampleInstallFromRawResource(iFlags, false); local
1165 InstallParams ip = installFromRawResource("install.apk", iApk, local
1188 InstallParams ip = installFromRawResource("install.apk", iApk, local
1359 InstallParams ip = null; local
1455 InstallParams ip = null; local
1511 InstallParams ip = new InstallParams("install.apk", R.raw.install_loc_sdcard); local
2156 InstallParams ip = null; local
2282 InstallParams ip = null; local
2414 InstallParams ip = installFromRawResource(apk1Name, apk1, 0, false, local
2489 InstallParams ip = replaceCerts(APP1_CERT1, APP1_CERT1_CERT2, false, true, local
    [all...]
  /bionic/libc/include/netinet/
ip_icmp.h 38 #include <netinet/ip.h>
108 struct ip idi_ip;
125 #define ICMP_V6ADVLENMIN (8 + sizeof(struct ip) + 40)
131 * packet is large enough to contain the returned ip header.
134 * ip header length.
139 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
180 #define ICMP_PARAMPROB 12 /* ip header bad */
  /dalvik/vm/arch/arm/
CallOldABI.S 53 r12 (ip) is scratch -- not preserved across method calls
92 mov ip, sp
93 stmfd sp!, {r4, r5, r6, fp, ip, lr, pc}
94 sub fp, ip, #4 @ set up fp, same way gdb does
103 mov r4, ip
108 ldr ip, [r4, #0] @ ip <-- argv
115 ldreq r1, [ip], #4
127 add r6, ip, #4
140 ldr r2, [ip]
    [all...]
  /dalvik/vm/mterp/armv4t/
OP_IPUT_WIDE_QUICK.S 16 GET_INST_OPCODE(ip) @ extract opcode from rINST
17 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv5te/
OP_AGET.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
27 GOTO_OPCODE(ip) @ jump to next instruction
OP_APUT.S 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
27 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_WIDE_QUICK.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
16 GOTO_OPCODE(ip) @ jump to next instruction
OP_NEW_ARRAY.S 59 GET_INST_OPCODE(ip) @ extract opcode from rINST
61 GOTO_OPCODE(ip) @ jump to next instruction
bincmp.S 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
30 GOTO_OPCODE(ip) @ jump to next instruction
entry.S 79 GET_INST_OPCODE(ip)
80 GOTO_OPCODE(ip)
84 GET_INST_OPCODE(ip) @ extract opcode from rINST
85 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
bincmp.S 28 GET_INST_OPCODE(ip) @ extract opcode from rINST
29 GOTO_OPCODE(ip) @ jump to next instruction
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 29 # 1.3.1. just point the client's host to the IP of this machine,
73 my ($pass, $domain, $ip) = split("\t",$val);
75 print "user $key, hostname $domain, ip $ip\n";
77 if ( defined $ip ) {
78 print $fh "$ip\t$domain\n";
162 my $ip = shift;;
166 $X->put($user, join("\t", $spass, $shost, $ip));
178 my $ip = shift;
189 print $sock "$response", defined($ip)? " $ip" : "" . "\n"
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 188 for (int ip = 0; ip < canonicalInstrPath.length; ++ ip)
190 canonicalInstrPath [ip] = Files.canonicalizeFile (m_instrPath [ip]);
200 for (int ip = 0; ip < instrPathLength; ++ ip)
202 if (dir.equals (canonicalInstrPath [ip]))
  /external/grub/netboot/
misc.c 226 unsigned long ip = 0; local
240 ip = (ip << 8) | val;
243 addr->s_addr = htonl (ip);
  /external/iproute2/include/
iptables.h 69 void (*print)(const struct ipt_ip *ip,
73 void (*save)(const struct ipt_ip *ip,
121 void (*print)(const struct ipt_ip *ip,
125 void (*save)(const struct ipt_ip *ip,
  /external/iproute2/include/linux/
netfilter.h 53 __be32 ip; member in union:nf_inet_addr
  /external/iptables/include/
ip6tables.h 79 void (*print)(const struct ip6t_ip6 *ip,
83 void (*save)(const struct ip6t_ip6 *ip,
128 void (*print)(const struct ip6t_ip6 *ip,
132 void (*save)(const struct ip6t_ip6 *ip,
  /external/kernel-headers/original/linux/
errqueue.h 24 #include <net/ip.h>
  /external/openssl/crypto/bio/
bss_conn.c 87 unsigned char ip[4]; member in struct:bio_connect_st
183 if (BIO_get_host_ip(c->param_hostname,&(c->ip[0])) <= 0)
205 ((unsigned long)c->ip[0]<<24L)|
206 ((unsigned long)c->ip[1]<<16L)|
207 ((unsigned long)c->ip[2]<< 8L)|
208 ((unsigned long)c->ip[3]);
332 ret->ip[0]=0;
333 ret->ip[1]=0;
334 ret->ip[2]=0;
335 ret->ip[3]=0
455 int *ip; local
    [all...]
  /external/v8/src/arm/
debug-arm.cc 117 __ mov(ip, Operand(ExternalReference(Debug_Address::AfterBreakTarget())));
118 __ ldr(ip, MemOperand(ip));
119 __ Jump(ip);
  /frameworks/base/libs/utils/
CallStack.cpp 54 void* ip = (void*)_Unwind_GetIP(context); local
55 if (ip) {
59 state->addrs[0] = ip;
295 const void* ip = mStack[level]; local
296 if (!ip) return res;
302 const char* name = lookup_symbol(ip, &offs, namebuf, sizeof(namebuf));
306 snprintf(tmp1, 32, "0x%p: <", ip);
313 name = MapInfo::mapAddressToName(ip, "<unknown>", &start);
315 long(uintptr_t(ip)-uintptr_t(start)), name);
  /ndk/build/platforms/android-3/arch-arm/usr/include/netinet/
ip_icmp.h 38 #include <netinet/ip.h>
108 struct ip idi_ip;
125 #define ICMP_V6ADVLENMIN (8 + sizeof(struct ip) + 40)
131 * packet is large enough to contain the returned ip header.
134 * ip header length.
139 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
180 #define ICMP_PARAMPROB 12 /* ip header bad */
  /ndk/build/platforms/android-4/arch-arm/usr/include/netinet/
ip_icmp.h 38 #include <netinet/ip.h>
108 struct ip idi_ip;
125 #define ICMP_V6ADVLENMIN (8 + sizeof(struct ip) + 40)
131 * packet is large enough to contain the returned ip header.
134 * ip header length.
139 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
180 #define ICMP_PARAMPROB 12 /* ip header bad */
  /ndk/build/platforms/android-5/arch-arm/usr/include/netinet/
ip_icmp.h 38 #include <netinet/ip.h>
108 struct ip idi_ip;
125 #define ICMP_V6ADVLENMIN (8 + sizeof(struct ip) + 40)
131 * packet is large enough to contain the returned ip header.
134 * ip header length.
139 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
180 #define ICMP_PARAMPROB 12 /* ip header bad */
  /ndk/build/platforms/android-5/arch-x86/usr/include/netinet/
ip_icmp.h 38 #include <netinet/ip.h>
108 struct ip idi_ip;
125 #define ICMP_V6ADVLENMIN (8 + sizeof(struct ip) + 40)
131 * packet is large enough to contain the returned ip header.
134 * ip header length.
139 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
180 #define ICMP_PARAMPROB 12 /* ip header bad */

Completed in 375 milliseconds

1 2 3 4 5 6 7 891011>>