HomeSort by relevance Sort by last modified time
    Searched refs:plist (Results 76 - 100 of 174) sorted by null

1 2 34 5 6 7

  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 122 entitlementsPath := filepath.Join(tmpdir, "Entitlements.plist")
126 if err := ioutil.WriteFile(filepath.Join(appdir, "Info.plist"), []byte(infoPlist), 0744); err != nil {
129 if err := ioutil.WriteFile(filepath.Join(appdir, "ResourceRules.plist"), []byte(resourceRules), 0744); err != nil {
607 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
608 <plist version="1.0">
615 <key>CFBundleResourceSpecification</key><string>ResourceRules.plist</string>
619 </plist>
624 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 554 plist = self.getphraselist()
561 if plist:
562 returnlist = [(' '.join(self.commentlist), plist[0])]
590 returnlist = [(' '.join(plist) + ' (' + \
592 else: returnlist = [(' '.join(plist), routeaddr)]
595 if plist:
596 returnlist = [(' '.join(self.commentlist), plist[0])]
754 plist = []
760 plist.append(self.getquote())
766 plist.append(self.getatom(self.phraseends)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 554 plist = self.getphraselist()
561 if plist:
562 returnlist = [(' '.join(self.commentlist), plist[0])]
590 returnlist = [(' '.join(plist) + ' (' + \
592 else: returnlist = [(' '.join(plist), routeaddr)]
595 if plist:
596 returnlist = [(' '.join(self.commentlist), plist[0])]
754 plist = []
760 plist.append(self.getquote())
766 plist.append(self.getatom(self.phraseends)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 554 plist = self.getphraselist()
561 if plist:
562 returnlist = [(' '.join(self.commentlist), plist[0])]
590 returnlist = [(' '.join(plist) + ' (' + \
592 else: returnlist = [(' '.join(plist), routeaddr)]
595 if plist:
596 returnlist = [(' '.join(self.commentlist), plist[0])]
754 plist = []
760 plist.append(self.getquote())
766 plist.append(self.getatom(self.phraseends)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 554 plist = self.getphraselist()
561 if plist:
562 returnlist = [(' '.join(self.commentlist), plist[0])]
590 returnlist = [(' '.join(plist) + ' (' + \
592 else: returnlist = [(' '.join(plist), routeaddr)]
595 if plist:
596 returnlist = [(' '.join(self.commentlist), plist[0])]
754 plist = []
760 plist.append(self.getquote())
766 plist.append(self.getatom(self.phraseends)
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 65 %type <p> pas pattern ppattern plist pplist patlist prarg term re
213 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
240 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
252 plist: label
254 | plist comma pattern { $$ = linkum($1, $3); }
265 | '(' plist ')' { $$ = $2; }
  /toolchain/binutils/binutils-2.25/gas/
hash.c 125 hash_entry, or NULL if the string is not in the table. If PLIST is
126 not NULL, this sets *PLIST to point to the start of the list which
135 struct hash_entry ***plist, unsigned long *phash)
165 if (plist != NULL)
166 *plist = list;
  /external/curl/
MacOSX-Framework 98 /usr/bin/sed -e "s/7\.12\.3/$VERSION/" lib/libcurl.plist >libcurl.framework/${FRAMEWORK_VERSION}/Resources/Info.plist
maketgz 70 # Replace version number in plist file:
71 PLIST=lib/libcurl.plist
72 sed "s/7\.12\.3/$libversion/g" $PLIST > $PLIST.dist
  /external/ipsec-tools/src/racoon/
nattraversal.c 468 isakmp_plist_append_natt_vids (struct payload_list *plist, vchar_t *vid_natt[MAX_NATT_VID_COUNT]){
525 plist = isakmp_plist_append(plist, vid_natt[i], ISAKMP_NPTYPE_VID);
527 return plist;
  /external/javassist/src/main/javassist/compiler/
Javac.java 145 CtClass[] plist = gen.makeParamList(md); local
147 recordParams(plist, Modifier.isStatic(mod));
151 CtConstructor cons = new CtConstructor(plist,
165 plist, gen.getThisClass());
MemberCodeGen.java 1101 ASTList plist = md.getParams(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
MethodTest.java 523 Class[] plist = { int.class, short.class, String.class, boolean.class, local
535 mth = cl.getMethod("parmTest", plist);
542 plist.length == parms.length);
543 for (int i = 0; i < plist.length; i++)
544 assertTrue("Incorrect parameter returned", plist[i]
560 parms.length == plist.length);
561 for (i = 0; i < plist.length; i++)
562 assertTrue("Incorrect parameter returned", plist[i]
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 323 struct part_info *plist = dinfo->part_lst; local
329 if (!strcmp(plist[num-1].name, name))
  /external/clang/tools/scan-build/bin/
scan-build 1011 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build 985 "CLANG_ANALYZER_OUTPUT=plist-html",
1119 -plist
1122 outputs the results as a set of .plist files.
1124 -plist-html
1127 outputs the results as a set of HTML and .plist files.
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build 985 "CLANG_ANALYZER_OUTPUT=plist-html",
1119 -plist
1122 outputs the results as a set of .plist files.
1124 -plist-html
1127 outputs the results as a set of HTML and .plist files.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/bin/
scan-build 1011 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/
scan-build 1011 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/
scan-build 1011 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build 985 "CLANG_ANALYZER_OUTPUT=plist-html",
1119 -plist
1122 outputs the results as a set of .plist files.
1124 -plist-html
1127 outputs the results as a set of HTML and .plist files.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/
scan-build 1011 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/
scan-build 1011 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/
scan-build 1011 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build 985 "CLANG_ANALYZER_OUTPUT=plist-html",
1119 -plist
1122 outputs the results as a set of .plist files.
1124 -plist-html
1127 outputs the results as a set of HTML and .plist files.
    [all...]

Completed in 1369 milliseconds

1 2 34 5 6 7