HomeSort by relevance Sort by last modified time
    Searched refs:pd (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/clang/test/CXX/temp/temp.param/
p7.cpp 8 template<double* pd> class Y; //OK
  /external/tcpdump/
decode_prefix.h 38 extern int decode_prefix6(const u_char *pd, char *buf, u_int buflen);
tcpdump.c 106 static void show_dlts_and_exit(pcap_t *pd) __attribute__((noreturn));
287 static pcap_t *pd; variable
299 pcap_t *pd; member in struct:dump_info
304 show_dlts_and_exit(pcap_t *pd)
310 n_dlts = pcap_list_datalinks(pd, &dlts);
312 error("%s", pcap_geterr(pd));
851 pd = pcap_open_offline(RFileName, ebuf);
852 if (pd == NULL)
854 dlt = pcap_datalink(pd);
888 pd = pcap_open_live(device, snaplen, !pflag, 1000, ebuf)
    [all...]
  /libcore/luni/src/main/java/java/security/
SecureClassLoader.java 135 ProtectionDomain pd; local
137 if ((pd = pds.get(cs)) != null) {
138 return pd;
141 pd = new ProtectionDomain(cs, perms, this, null);
142 pds.put(cs, pd);
144 return pd;
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/
SubjectDomainCombinerTest.java 83 ProtectionDomain[] pd; local
105 pd = combiner.combine(new ProtectionDomain[] { domain }, null);
107 assertSame("CodeSource", source, pd[0].getCodeSource());
108 assertSame("PermissionCollection", permissions, pd[0]
110 assertSame("ClassLoader", classLoader, pd[0].getClassLoader());
112 assertEquals("Size", 1, pd[0].getPrincipals().length);
113 assertSame("Principal", principal, (pd[0].getPrincipals())[0]);
116 pd = combiner.combine(null, new ProtectionDomain[] { domain });
117 assertSame("Inherited domain", domain, pd[0]);
  /external/quake/quake/src/QW/client/
r_sky.c 167 unsigned *pd; local
173 pd = (unsigned *)pdest;
188 *pd = (*(pnewsky + (128 / sizeof (unsigned))) &
192 pd++;
201 *(byte *)pd = (*((byte *)pnewsky + 128) &
205 pd = (unsigned *)((byte *)pd + 1);
226 unsigned short *pd; local
232 pd = (unsigned short *)pdest;
244 *pd = d_8to16table[(*(pnewsky + 128)
    [all...]
  /external/quake/quake/src/WinQuake/
r_sky.cpp 167 unsigned *pd; local
173 pd = (unsigned *)pdest;
188 *pd = (*(pnewsky + (128 / sizeof (unsigned))) &
192 pd++;
201 *(byte *)pd = (*((byte *)pnewsky + 128) &
205 pd = (unsigned *)((byte *)pd + 1);
226 unsigned short *pd; local
232 pd = (unsigned short *)pdest;
244 *pd = d_8to16table[(*(pnewsky + 128) &
    [all...]
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
DomainCombinerTest.java 56 ProtectionDomain pd; local
60 pd = new ProtectionDomain(executionDomains[0]
63 pd = new ProtectionDomain(parentDomains[0].getCodeSource(),
66 return new ProtectionDomain[] { pd };
AccessControlContextTest.java 41 final ProtectionDomain pd = new ProtectionDomain(null, col); local
43 new ProtectionDomain[] { pd });
54 new ProtectionDomain[] { pd });
  /external/srec/seti/sltsEngine/include/
fsm_dictionary.h 43 SWIsltsResult load_fsm_dictionary(const char *dict_file, FSM_DICTIONARY ** pd);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecureClassLoader2Test.java 68 ProtectionDomain pd = c.getProtectionDomain(); local
69 assertNotNull("Expected dynamic policy", pd.getClassLoader());
70 assertNull("Expected null permissions", pd.getPermissions());
ProtectionDomainTest.java 139 ProtectionDomain pd = new ProtectionDomain(null, null, null, principals); local
140 Principal[] got = pd.getPrincipals();
143 assertNotSame(got, pd.getPrincipals());
168 // null set of permissions [must] force the PD to use Policy - for
170 ProtectionDomain pd = new ProtectionDomain(cs, null); local
171 policy.setTrackPD(pd);
174 pd.implies(allperm);
187 ProtectionDomain pd = new ProtectionDomain(cs, null, ClassLoader local
189 policy.setTrackPD(pd);
192 pd.implies(allperm)
    [all...]
  /external/yaffs2/yaffs2/
yaffs_qsort.c 81 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
109 pc = pd = (char *)a + (n - 1) * es;
122 swap(pc, pd);
123 pd -= es;
145 r = min((long)(pd - pc), (long)(pn - pd - es));
149 if ((r = pd - pc) > es) {
  /external/ipsec-tools/src/racoon/
policy.h 118 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \
123 (idx)->prefd = (pd); \
131 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \
136 (idx)->prefd = (pd); \
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ProxyTest.java 224 ProtectionDomain pd = pc.getProtectionDomain(); local
226 assertTrue(pd.implies(new AllPermission()));
227 assertSame(od.getClassLoader(), pd.getClassLoader());
228 assertEquals(od.toString(), pd.toString());
237 ProtectionDomain pd = pc.getProtectionDomain(); local
239 assertTrue(pd.implies(new AllPermission()));
240 assertSame(od.getClassLoader(), pd.getClassLoader());
241 assertEquals(od.toString(), pd.toString());
  /bionic/libc/stdlib/
qsort.c 86 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
114 pc = pd = (char *)a + (n - 1) * es;
127 swap(pc, pd);
128 pd -= es;
150 r = min(pd - pc, pn - pd - (int)es);
154 if ((r = pd - pc) > (int)es) {
  /external/srec/portable/src/
pmalloc.c 263 _DB_Altab *pd = &_DB_Altab_object; local
264 pd->total_heap += d_heap;
265 pd->total_alloc += d_alloc;
266 pd->total_free += d_free;
271 _DB_Altab *pd = &_DB_Altab_object; local
287 passert(pd->total_heap == pd->total_alloc + pd->total_free);
288 passert(total_free == pd->total_free);
  /frameworks/base/opengl/libagl/
primitives.cpp 906 const GLfixed pd = dot4(equation.v, p->eye.v); local
908 if (pd >= 0) {
914 const GLfixed t = clipDivide(sd, sd-pd);
922 if (pd >= 0) {
924 if (pd) {
925 const GLfixed t = clipDivide(pd, pd-sd);
939 sd = pd;
971 const GLfixed pd = frustumPlaneDist(plane, p->clip) local
1045 const GLfixed pd = dot4(equation.v, p->eye.v); local
1080 const GLfixed pd = frustumPlaneDist(plane, p->clip); local
    [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 35 pd => "%.16g"
48 pd => ""
140 double pd[1];
153 double pd[2];
234 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
271 elsif ($preset =~ /^st([0-9]+)\.(ps|pd)\[([^\]]+)\]$/)
354 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r[abcd]x|r8|r16|r32|r64|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
391 elsif ($arg =~ /^st([0-9]+)\.(ps|pd)\[([^\]]+)\]$/)
483 if ($result =~ /^(\d+)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
509 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/
    [all...]
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 34 pd => "%.16g"
47 pd => ""
120 double pd[1];
133 double pd[2];
211 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
248 elsif ($preset =~ /^st([0-9]+)\.(ps|pd)\[([^\]]+)\]$/)
331 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r8|r16|r32|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
368 elsif ($arg =~ /^st([0-9]+)\.(ps|pd)\[([^\]]+)\]$/)
460 if ($result =~ /^(\d+)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
486 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 177 ProgressDialog pd = new ProgressDialog(context); local
178 pd.setTitle(context.getText(com.android.internal.R.string.power_off));
179 pd.setMessage(context.getText(com.android.internal.R.string.shutdown_progress));
180 pd.setIndeterminate(true);
181 pd.setCancelable(false);
182 pd.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
184 pd.show();
  /external/qemu/
exec.c 349 PhysPageDesc *pd; local
369 pd = *lp;
370 if (!pd) {
375 pd = qemu_vmalloc(sizeof(PhysPageDesc) * L2_SIZE);
376 *lp = pd;
378 pd[i].phys_offset = IO_MEM_UNASSIGNED;
379 pd[i].region_offset = (index + i) << TARGET_PAGE_BITS;
382 return ((PhysPageDesc *)pd) + (index & (L2_SIZE - 1));
1346 target_ulong pd; local
1994 unsigned long pd; local
3294 unsigned long pd; local
3391 unsigned long pd; local
3486 unsigned long pd; local
3573 unsigned long pd; local
3605 unsigned long pd; local
3660 unsigned long pd; local
3696 unsigned long pd; local
3729 unsigned long pd; local
    [all...]
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 321 ProfileData pd = (ProfileData) element; local
323 return pd.getProfileName();
325 double val = pd.getElapsedInclusiveCpuTime();
331 double val = pd.getElapsedInclusiveCpuTime();
332 MethodData context = pd.getContext();
338 double val = pd.getElapsedInclusiveRealTime();
344 double val = pd.getElapsedInclusiveRealTime();
345 MethodData context = pd.getContext();
351 return pd.getNumCalls();
370 ProfileData pd = (ProfileData) element local
383 ProfileData pd = (ProfileData) element; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java 111 MockProgressDialog pd = new MockProgressDialog(mContext); local
113 assertFalse(pd.mIsOnCreateCalled);
114 assertFalse(pd.mIsOnStartCalled);
115 pd.show();
116 assertTrue(pd.mIsOnCreateCalled);
117 assertTrue(pd.mIsOnStartCalled);
119 assertFalse(pd.mIsOnStopCalled);
120 pd.dismiss();
121 assertTrue(pd.mIsOnStopCalled);
  /external/srec/srec/clib/
srec_arb.c 201 phoneme_data *pd; local
203 pd = *pdata = (phoneme_data*)(*buffer);
207 pfread(&(pd->name), sizeof(char), MAX_PHONEME_NAME_LEN, fp);
208 pfread(&(pd->code), sizeof(asr_uint16_t), 1, fp);
210 pfread(&(pd->model_nodes), sizeof(tree_node *), 1, fp);
211 pfread(&(pd->num_states), sizeof(asr_uint16_t), 1, fp);
213 pfread(&(pd->state_nodes), sizeof(tree_node *), MAX_PHONE_STATES, fp);
214 pd++;
218 ASSERT((char *)pd == *buffer);

Completed in 1802 milliseconds

1 2 3 4 5