HomeSort by relevance Sort by last modified time
    Searched refs:spp (Results 1 - 20 of 20) sorted by null

  /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)) {
83 *spp = sp;
86 gc->attributes.stackPointer = spp + 1;
106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local
109 if (spp > &gc->attributes.stack[0]) {
110 --spp;
111 sp = *spp;
114 gc->attributes.stackPointer = spp;
136 __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)");
104 $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 33 "$(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"
68 nfscsi.spp
69 nfscss.spp
70 nfscis.spp
71 nfsmxs.spp
72 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/fxcodec/codec/
ccodec_tiffmodule.cpp 47 uint16_t spp);
52 uint16_t spp);
57 uint16_t spp);
207 void TiffBGRA2RGBA(uint8_t* pBuf, int32_t pixel, int32_t spp) {
212 pBuf += spp;
349 uint16_t spp) {
350 if (pDIBitmap->GetBPP() != 1 || spp != 1 || bps != 1 ||
377 uint16_t spp) {
378 if (pDIBitmap->GetBPP() != 8 || spp != 1 || (bps != 4 && bps != 8) ||
413 uint16_t spp) {
460 uint16_t spp = 0; local
    [all...]
  /external/syslinux/com32/modules/
pmload.c 73 uint32_t *spp; local
137 spp is the pointer into the argument array in current memory. */
138 spp = (uint32_t *) stack_frame;
142 *spp++ = argc;
145 *spp++ = sfa;
elf.c 75 uint32_t *spp; local
203 spp is the pointer into the argument array in current memory. */
204 spp = (uint32_t *) stack_frame;
208 *spp++ = argc;
211 *spp++ = sfa;
  /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...]
  /external/tcpdump/
print-nfs.c 1417 const struct nfsv3_pathconf *spp; local
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 490 SPREP_FILES = $(SPREP_SOURCE:.txt=.spp)
668 $(SPREP_FILES:.spp=.spp
710 -@erase "*.spp"
748 -@erase "*.spp"
    [all...]
Makefile.in 438 ## SPP files
442 SPREP_FILES = $(ALL_SPREP_SOURCE:%.txt=$(BUILDDIR)/%.spp)
443 SPREP_FILES_SHORT = $(ALL_SPREP_SOURCE:%.txt=%.spp)
539 #################################################### SPP
540 # SPP FILES
542 $(BUILDDIR)/%.spp: $(SPREPSRCDIR)/%.txt $(TOOLBINDIR)/gensprep$(TOOLEXEEXT) $(BUILDDIR)/unames.icu
543 $(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 616 spp := (*specialprofile)(unsafe.Pointer(sp))
617 p := s.base() + uintptr(spp.special.offset)
620 dumpint(uint64(uintptr(unsafe.Pointer(spp.b))))
  /prebuilts/go/linux-x86/src/runtime/
heapdump.go 616 spp := (*specialprofile)(unsafe.Pointer(sp))
617 p := s.base() + uintptr(spp.special.offset)
620 dumpint(uint64(uintptr(unsafe.Pointer(spp.b))))
  /external/icu/icu4c/packaging/rpm/
icu.spec 137 /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...]

Completed in 560 milliseconds