/build/tools/releasetools/ |
common.py | 282 p2 = Run(["minigzip"], 285 p2.wait() 288 assert p2.returncode == 0, "minigzip of %s ramdisk failed" % (targetname,)
|
/external/chromium_org/base/ |
bind_internal.h | [all...] |
/external/chromium_org/components/url_matcher/ |
url_matcher_unittest.cc | 112 StringPattern p2("foobar.com", 2); 118 URLMatcherCondition(URLMatcherCondition::HOST_PREFIX, &p2)}, 120 URLMatcherCondition(URLMatcherCondition::HOST_PREFIX, &p2)},
|
/external/chromium_org/sandbox/win/src/ |
ipc_unittest.cc | 577 bool CallOneHandler(IPCInfo* ipc, HANDLE p1, DWORD p2) { 579 ipc->return_info.extended[1].unsigned_int = p2; 583 bool CallTwoHandler(IPCInfo* ipc, HANDLE p1, DWORD p2) {
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.cpp | 103 quadPath.addLineTo(quad.p2()); 137 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2()))); 470 array->pushObject(buildObjectForPoint(quad.p2()));
|
/external/chromium_org/third_party/freetype/src/psaux/ |
psobjs.c | 1717 FT_Vector* p2 = outline->points + outline->n_points - 1; local [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_wayland.c | 352 pointer_swap(const void **p1, const void **p2) 355 *p1 = *p2; 356 *p2 = tmp;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 352 __m128i eo, p0, p1, p2; local 398 &p0, &p1, &p2, &unused); 402 _mm_store_si128((__m128i *)&plane[2], p2);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
paint.c | 84 static INLINE VGuint mix_pixels(VGuint p1, VGuint a, VGuint p2, VGuint b) 86 VGuint t = (p1 & 0xff00ff) * a + (p2 & 0xff00ff) * b; 89 p1 = ((p1 >> 8) & 0xff00ff) * a + ((p2 >> 8) & 0xff00ff) * b;
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn.h | 507 const BIGNUM *a2, const BIGNUM *p2,const BIGNUM *m, 563 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, 566 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bn.h | 507 const BIGNUM *a2, const BIGNUM *p2,const BIGNUM *m, 563 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, 566 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s2_srvr.c | 923 unsigned char *p,*p2,*buf2; local 1076 p2=buf2; 1077 i=i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509,&p2);
|
/external/freetype/src/psaux/ |
psobjs.c | 1717 FT_Vector* p2 = outline->points + outline->n_points - 1; local [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_wayland.c | 352 pointer_swap(const void **p1, const void **p2) 355 *p1 = *p2; 356 *p2 = tmp;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 352 __m128i eo, p0, p1, p2; local 398 &p0, &p1, &p2, &unused); 402 _mm_store_si128((__m128i *)&plane[2], p2);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
paint.c | 84 static INLINE VGuint mix_pixels(VGuint p1, VGuint a, VGuint p2, VGuint b) 86 VGuint t = (p1 & 0xff00ff) * a + (p2 & 0xff00ff) * b; 89 p1 = ((p1 >> 8) & 0xff00ff) * a + ((p2 >> 8) & 0xff00ff) * b;
|
/external/openssl/crypto/bn/ |
bn.h | 507 const BIGNUM *a2, const BIGNUM *p2,const BIGNUM *m, 563 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, 566 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, [all...] |
/external/openssl/include/openssl/ |
bn.h | 507 const BIGNUM *a2, const BIGNUM *p2,const BIGNUM *m, 563 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, 566 int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, [all...] |
/external/openssl/ssl/ |
s2_srvr.c | 923 unsigned char *p,*p2,*buf2; local 1076 p2=buf2; 1077 i=i2d_X509(s->cert->pkeys[SSL_PKEY_RSA_ENC].x509,&p2);
|
/external/valgrind/main/coregrind/ |
m_libcbase.c | 622 const UChar *p2 = s2; local 628 b0 = p2[0]; 630 p2 += 1;
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec.h | 514 bool insert_entry(unsigned p1, unsigned p2, unsigned id); 515 bool pop_entry(unsigned *p1,unsigned *p2, unsigned *id); 671 unsigned int p2, [all...] |
/ndk/sources/host-tools/make-3.81/ |
remake.c | 1475 char *p, *p2; local [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
X509CertSelectorTest.java | 559 HashSet<String> p2 = new HashSet<String>(Arrays.asList(policies2)); local 569 selector.setPolicy(p2); 570 assertEquals("The returned date should be equal to specified", p2, selector.getPolicy()); 1177 HashSet<String> p2 = new HashSet<String>(Arrays.asList(policies2)); local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_tok.cpp | 73 //uint32_t p2 = (uint32_t) key2.integer; 75 UColToken *p2 = (UColToken *)key2.pointer; local 77 const UChar *s2 = (p2->source & 0x00FFFFFF) + *(p2->rulesToParseHdl); 79 uint32_t s2L = ((p2->source & 0xFF000000) >> 24); 82 if (p1 == p2) { 85 if (p1->source == 0 || p2->source == 0) { 91 if(p1->source == p2->source) { [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree.c | [all...] |