/prebuilts/go/darwin-x86/test/ |
escape_struct_return.go | 18 func A(sp *string, spp **string) U { // ERROR "leaking param: sp to result ~r2 level=0$" "leaking param: spp to result ~r2 level=0$" 19 return U{sp, spp} 22 func B(spp **string) U { // ERROR "leaking param: spp to result ~r1 level=0$" "leaking param: spp to result ~r1 level=1$" 23 return U{*spp, spp} 29 spp := &sp // ERROR "tA1 &sp does not escape$" 30 u := A(sp, spp) [all...] |
/prebuilts/go/linux-x86/test/ |
escape_struct_return.go | 18 func A(sp *string, spp **string) U { // ERROR "leaking param: sp to result ~r2 level=0$" "leaking param: spp to result ~r2 level=0$" 19 return U{sp, spp} 22 func B(spp **string) U { // ERROR "leaking param: spp to result ~r1 level=0$" "leaking param: spp to result ~r1 level=1$" 23 return U{*spp, spp} 29 spp := &sp // ERROR "tA1 &sp does not escape$" 30 u := A(sp, spp) [all...] |
/external/mesa3d/src/glx/ |
clientattrib.c | 74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) { 77 if (!(sp = *spp)) { 79 *spp = sp; 82 gc->attributes.stackPointer = spp + 1; 102 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local 105 if (spp > &gc->attributes.stack[0]) { 106 --spp; 107 sp = *spp; 110 gc->attributes.stackPointer = spp; 132 __GLXattribute *sp, **spp; local [all...] |
/external/wpa_supplicant_8/hs20/server/www/ |
spp.php | 6 error_log("spp.php - Unexpected Content-Type " . $_SERVER["CONTENT_TYPE"]); 11 error_log("spp.php - Unexpected method " . $_SERVER["REQUEST_METHOD"]); 19 error_log("spp.php - Realm not specified"); 38 error_log("spp.php - Authentication failed - missing: " . print_r($needed)); 43 error_log("spp.php - Authentication failed - empty username"); 50 error_log("spp.php - Could not access database"); 62 error_log("spp.php - Authentication failed - user '$user' not found"); 66 error_log("spp.php - Authentication failed - empty password"); 88 error_log("spp.php - Authentication required (not signup)"); 103 $last = exec("$osu_root/spp/hs20_spp_server -r$osu_root -f/tmp/hs20_spp_server.log", $output, $ret) [all...] |
/external/icu/icu4c/source/test/testdata/ |
testdata.mak | 31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\encoded.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test2.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm" "$(TESTDATABLD)\zoneinfo64.res" 66 nfscsi.spp 67 nfscss.spp 68 nfscis.spp 69 nfsmxs.spp 70 nfsmxp.spp [all...] |
/external/wpa_supplicant_8/hs20/server/ |
hs20_spp_server.c | 2 * Hotspot 2.0 SPP server - standalone version 67 xml_node_t *soap, *spp, *resp; local 94 spp = soap_get_body(ctx->xml, soap); 95 if (spp == NULL) { 96 debug_print(ctx, 1, "Could not get SPP message"); 100 debug_dump_node(ctx, "Received SPP message", spp); 102 resp = hs20_spp_server_process(ctx, spp, user, realm, dmacc);
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_tiff.cpp | 60 uint16_t spp);
65 uint16_t spp);
70 uint16_t spp);
330 void _TiffBGRA2RGBA(uint8_t* pBuf, int32_t pixel, int32_t spp) {
335 pBuf += spp;
394 uint16_t spp) {
395 if (pDIBitmap->GetBPP() != 1 || spp != 1 || bps != 1 ||
421 uint16_t spp) {
422 if (pDIBitmap->GetBPP() != 8 || spp != 1 || (bps != 4 && bps != 8) ||
456 uint16_t spp) {
502 uint16_t spp, bps; local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2_x86_64.asm | 146 %define spp rax 164 %define spp rax 175 %define i1 [spp] 177 %define i3 [spp + 2 * stride] 179 %define i5 [spp + 4 * stride] 181 %define i7 [spp + 2 * stride3] 183 %define i9 [spp + 8 * stride] 185 %define i11 [spp + 2 * stride5] 187 %define i13 [spp + 4 * stride3] 189 %define i15 [spp + 2 * stride7 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 146 %define spp rax 164 %define spp rax 175 %define i1 [spp] 177 %define i3 [spp + 2 * stride] 179 %define i5 [spp + 4 * stride] 181 %define i7 [spp + 2 * stride3] 183 %define i9 [spp + 8 * stride] 185 %define i11 [spp + 2 * stride5] 187 %define i13 [spp + 4 * stride3] 189 %define i15 [spp + 2 * stride7 [all...] |
/external/tcpdump/ |
print-nfs.c | 1441 struct nfsv3_pathconf *spp; local [all...] |
/external/icu/icu4c/source/data/ |
makedata.mak | 488 SPREP_FILES = $(SPREP_SOURCE:.txt=.spp) 666 $(SPREP_FILES:.spp=.spp 708 -@erase "*.spp" 746 -@erase "*.spp" [all...] |
Makefile.in | 434 ## SPP files 438 SPREP_FILES = $(ALL_SPREP_SOURCE:%.txt=$(BUILDDIR)/%.spp) 439 SPREP_FILES_SHORT = $(ALL_SPREP_SOURCE:%.txt=%.spp) 535 #################################################### SPP 536 # SPP FILES 538 $(BUILDDIR)/%.spp: $(SPREPSRCDIR)/%.txt $(TOOLBINDIR)/gensprep$(TOOLEXEEXT) $(BUILDDIR)/unames.icu 539 $(INVOKE) $(TOOLBINDIR)/gensprep -d $(BUILDDIR) -i $(BUILDDIR) -s $(SPREPSRCDIR) -b $(@F:%.spp=%) -m $(UNICODEDATADIR) -u 3.2.0 $(<F) [all...] |
/external/wpa_supplicant_8/hs20/client/ |
osu_client.c | 28 const char *spp_xsd_fname = "spp.xsd"; 2407 int spp; local 2566 int spp; local [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
heapdump.go | 630 spp := (*specialprofile)(unsafe.Pointer(sp)) 631 p := uintptr(s.start<<_PageShift) + uintptr(spp.special.offset) 634 dumpint(uint64(uintptr(unsafe.Pointer(spp.b))))
|
/prebuilts/go/linux-x86/src/runtime/ |
heapdump.go | 630 spp := (*specialprofile)(unsafe.Pointer(sp)) 631 p := uintptr(s.start<<_PageShift) + uintptr(spp.special.offset) 634 dumpint(uint64(uintptr(unsafe.Pointer(spp.b))))
|
/external/icu/icu4c/packaging/rpm/ |
icu.spec | 135 /usr/share/icu/%{version}/icudt34l/*.spp
|
/toolchain/binutils/binutils-2.25/ld/ |
ldlang.c | 4711 asection **sections, **spp; local [all...] |
/external/valgrind/memcheck/tests/solaris/ |
scalar.stderr.exp | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-solaris.c | [all...] |