HomeSort by relevance Sort by last modified time
    Searched refs:listing (Results 1 - 25 of 33) sorted by null

1 2

  /external/emma/core/java12/com/vladium/emma/report/
SourcePathCache.java 99 Set listing = listings [p]; local
100 if (listing == null)
102 listing = faultListing (m_sourcepath [p], packageVMName);
103 listings [p] = listing;
107 if (listing.contains (name))
200 final File [] listing = packageFile.listFiles (FILE_EXTENSION_FILTER); local
202 if ((listing == null) || (listing.length == 0))
206 final Set result = new HashSet (listing.length);
207 for (int f = 0; f < listing.length; ++ f
    [all...]
  /external/owasp/sanitizer/empiricism/
canned-data.js 75 "listing": true,
196 "listing",
311 "listing",
426 "listing",
541 "listing",
656 "listing",
772 "listing",
887 "listing",
1002 "listing",
1117 "listing",
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
luac.c 28 static int listing=0; /* list bytecodes? */ variable
56 " -l list (use -l -l for full listing)\n"
87 ++listing;
104 if (i==argc && (listing || !dumping))
175 if (listing) luaU_print(f,listing>1);
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 15 # name listing (in the UI).
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 39 A separate section listing the public components of the module's interface.
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 5 // @description This script demonstrates @runat by listing which resources
  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system.py 167 '''Returns a Future containing the recursive directory listing of |path| as
195 '''Recursively lists files from directory listing |futures|.
198 for dir_name, listing in listings.iteritems():
199 new_dirs, new_files = split_dirs_from_files(listing)
244 '''Calls |compilation_function| on the listing of the files at |path|.
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 15 # name listing (in the UI).
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 15 # name listing (in the UI).
  /external/nanohttpd/
README.md 32 * File server supports directory listing, ```index.html``` and ```index.htm```.
  /external/chromium_org/third_party/icu/source/data/lang/
reslocal.mk 15 # name listing (in the UI).
  /external/chromium_org/third_party/icu/source/data/locales/
reslocal.mk 15 # name listing (in the UI).
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 305 A separate section listing the public components of the module's interface.
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 132 // Test for listing a token cache with a single token. It uses a known extension
198 // Test for listing a token cache with multiple tokens. Names of the extensions
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 56 static int listing = 0; variable
154 N_("Generate cross-reference in listing"), NULL },
179 N_("Generate listing"), N_("l=normal listing, la=expanded listing") },
194 N_("Suppress symbol tables in listing"), NULL },
210 N_("Include false conditionals in listing"), NULL },
234 "usage: tasm [option]* source [,object] [,listing] [,xref] \n"
724 listing = 1;
  /external/chromium_org/tools/grit/grit/tool/
build.py 74 --assert-file-list Provide a file listing multiple asserted output files.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 59 problems creating lexer rule listing all tokens: <exception>
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 60 # Generates disassembly listing of all routines with at least one
61 # sample that match the --list=<regexp> pattern. The listing is
65 # Generates disassembly listing of all routines with at least one
66 # sample that match the --disasm=<regexp> pattern. The listing is
197 --list=<regexp> Generate source listing of matching routines
256 (Per-line) annotated source listing for getdir()
435 # Disassembly/listing/symbols mode requires address-level info
    [all...]
  /external/jemalloc/bin/
pprof 60 # Generates disassembly listing of all routines with at least one
61 # sample that match the --list=<regexp> pattern. The listing is
65 # Generates disassembly listing of all routines with at least one
66 # sample that match the --disasm=<regexp> pattern. The listing is
197 --list=<regexp> Generate source listing of matching routines
256 (Per-line) annotated source listing for getdir()
435 # Disassembly/listing/symbols mode requires address-level info
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 220 listing = os.listdir(utility_dir)
229 listing = [ os.path.basename(name)
234 for filename in listing
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 60 # Generates disassembly listing of all routines with at least one
61 # sample that match the --list=<regexp> pattern. The listing is
65 # Generates disassembly listing of all routines with at least one
66 # sample that match the --disasm=<regexp> pattern. The listing is
197 --list=<regexp> Generate source listing of matching routines
256 (Per-line) annotated source listing for getdir()
435 # Disassembly/listing/symbols mode requires address-level info
    [all...]
  /external/elfutils/0.153/
elfutils.spec 34 nm (for listing symbols from object files), size (for listing the
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 916 pre, xmp, plaintext, listing {
  /external/chromium_org/v8/src/
d8.js 777 // If we list forwards, we will start listing after the last source end
780 // If we list backwards, we will start listing backwards from the last
    [all...]

Completed in 651 milliseconds

1 2