HomeSort by relevance Sort by last modified time
    Searched full:plist (Results 301 - 325 of 404) sorted by null

<<11121314151617

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 383 CPDF_Object** pList = (CPDF_Object**)m_Objects.GetData();
385 if (pList[i])
386 pList[i]->Release();
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 679 if ($OutputFormat =~ /plist/) {
681 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist",
684 # If the HtmlDir is not set, we sould clean up the plist files.
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 679 if ($OutputFormat =~ /plist/) {
681 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist",
684 # If the HtmlDir is not set, we sould clean up the plist files.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 64 plist = []
76 plist.append(f.strip())
78 return plist
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 64 plist = []
76 plist.append(f.strip())
78 return plist
  /external/clang/docs/
PCHLayout.graffle 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.h 100 // the host ("/System/Library/Extensions/exfat.kext/Contents/Info.plist").
  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 428 to a plist file.
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 706 v8::Local<v8::Value> JS_GetListValue(IJS_Runtime* pJSRuntime, v8::Local<v8::Value> pList, int index)
710 if(!pList.IsEmpty() && pList->IsObject())
713 if (pList->ToObject(context).ToLocal(&obj))
    [all...]
  /frameworks/base/docs/image_sources/distribute/
gp-auto-process.graffle 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
    [all...]
  /frameworks/base/docs/image_sources/fundamentals/
fragments.graffle 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
    [all...]
  /frameworks/base/docs/image_sources/providers/
datamodel.graffle 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
    [all...]
  /frameworks/base/docs/image_sources/training/volley/
volley-request.graffle 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
    [all...]
  /external/lldb/examples/python/
symbolication.py 359 #result.PutCString ('plist[%s] = %s' % (uuid, self.plist))
  /external/selinux/policycoreutils/semanage/
seobject.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 85 # Reading this plist is a documented way to get the system
96 f = open('/System/Library/CoreServices/SystemVersion.plist')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 435 plist = path.split('.')
437 plist = []
445 for i in range(len(plist) - 1):
446 n = '.'.join(plist[:i+1])
452 parent = TixSubWidget(parent, plist[i],
455 # The Tk widget name is in plist, not in name
456 if plist:
457 name = plist[-1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 85 # Reading this plist is a documented way to get the system
96 f = open('/System/Library/CoreServices/SystemVersion.plist')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 435 plist = path.split('.')
437 plist = []
445 for i in range(len(plist) - 1):
446 n = '.'.join(plist[:i+1])
452 parent = TixSubWidget(parent, plist[i],
455 # The Tk widget name is in plist, not in name
456 if plist:
457 name = plist[-1]
    [all...]
  /prebuilts/eclipse/deltapack/
eclipse-3.7.2-delta-pack.zip 
eclipse-4.2.2-delta-pack.zip 
eclipse-4.3.1-delta-pack.zip 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 523 $(RESSRCDIR)/Info.plist
532 $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \
533 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 524 $(RESSRCDIR)/Info.plist
533 $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \
534 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist
    [all...]
  /external/openssh/
ssh-keygen.c 1593 char *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
    [all...]

Completed in 179 milliseconds

<<11121314151617