HomeSort by relevance Sort by last modified time
    Searched full:listing (Results 51 - 75 of 1238) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/distribute/users/
your-listing.jd 1 page.title=Create a Great Listing
2 page.metaDescription=Make your listing page compelling and integrate it into your marketing campaigns.
3 page.image=/distribute/images/create-listing.jpg
4 page.tags="listing, google play, users, growth"
11 Potential users will quickly move on from a poor listing, so the importance
32 <img src="{@docRoot}images/gp-listing-0.jpg" class="border-img">
53 <img src="{@docRoot}images/gp-listing-1.png" class="border-img">
70 <img src="{@docRoot}images/gp-listing-2.jpg">
127 <img src="{@docRoot}images/gp-listing-3.jpg">
160 <img src="{@docRoot}images/gp-listing-4.jpg"
    [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-trace/catapult/telemetry/telemetry/internal/forwarders/
android_forwarder.py 33 logging.warning('Exception raised while listing forwarded connections.')
41 logging.warning('Exception raised while listing tcp sockets.')
49 logging.warning('Exception raised while listing WPR intances.')
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
NlstCommandHandler.java 32 * <li>If the optional pathname parameter is missing, then send a directory listing for
35 * then send a directory listing for the specified directory across the data connection</li>
40 * The directory listing sent includes filenames only, separated by end-of-line characters.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
NlstCommandHandler.java 24 * CommandHandler for the NLST command. Return the configured directory listing on the data
26 * another of 226. By default, return an empty directory listing. You can customize the
27 * returned directory listing by setting the <code>directoryListing</code> property.
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
NlstCommandHandler.java 24 * CommandHandler for the NLST command. Return the configured directory listing on the data
26 * another of 226. By default, return an empty directory listing. You can customize the
27 * returned directory listing by setting the <code>directoryListing</code> property.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
ls.py 52 <B>LISTING PROVIDERS, BUCKETS, SUBDIRECTORIES, AND OBJECTS</B>
95 Listing a bucket or subdirectory (as illustrated near the end of the previous
104 If you want to see all objects in the bucket in one "flat" listing use the
109 or, for a flat listing of a subdirectory:
114 <B>LISTING OBJECT DETAILS</B>
131 You can get a listing of all the objects in the top-level bucket directory
164 <B>LISTING BUCKET DETAILS</B>
198 -l Prints long listing (owner, length).
211 -p proj_id Specifies the project ID to use for listing buckets.
213 -R, -r Requests a recursive listing
    [all...]
  /external/valgrind/cachegrind/tests/x86/
fpu-28-108.S 4 /* Useful listing:
  /frameworks/base/docs/html/distribute/engage/
translate.jd 4 page.image=/images/gp-listing-3.jpg
9 <img src="{@docRoot}images/gp-listing-3.jpg" style="width:512px;">
48 While translating your store listing and universal app campaign ads (if you have any) can make
61 store listing text, in-app purchase products, and universal app campaign ads all in one go.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
mgc0.go 13 // -live=2: print an assembly listing with liveness annotations
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
mgc0.go 13 // -live=2: print an assembly listing with liveness annotations
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
inval-16.l 9 GAS LISTING .*
inval-equ-2.l 5 GAS LISTING .*
inval-movbe.l 10 GAS LISTING .*
white.l 1 GAS LISTING .*
x86-64-inval-invpcid.l 10 GAS LISTING .*
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_treeadapters.py 13 <title>Directory Listing</title>
24 ('characters', 'Directory Listing'),
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
WindowsDirectoryListingFormatter.java 36 * Format the directory listing for a single file/directory entry.
39 * @return the formatted directory listing
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpDirParser.java 30 * used when listing a remote directory to transform text lines like:
40 * Takes one line from a directory listing and returns an FtpDirEntry instance
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 27 For the p, t, and x commands, listing no names on the command line
37 For the t command, the listing includes additional file metadata.
  /prebuilts/go/linux-x86/src/cmd/pack/
doc.go 27 For the p, t, and x commands, listing no names on the command line
37 For the t command, the listing includes additional file metadata.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ieee-fp/
x930509a.exp 36 # C54x alignment/addressing is different, so the listing looks different
42 if !$x then { fail "$testname (listing didn't match)" }
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_rsync.py 34 def _TailSet(start_point, listing):
44 would be gs://bucket1/dir for the bucket1 listing results and
45 gs://bucket2/dir2 for the bucket2 listing results.
46 listing: The listing over which to compute tail.
51 return set(l[len(start_point):] for l in listing.strip().split('\n'))
56 # listing content can vary depending on which backend server is reached until
59 # supports strong listing consistency.
65 """Perform a flat listing over directory.
81 """Perform a flat listing over bucket_url_string.""
    [all...]
  /external/autotest/client/common_lib/cros/fake_device_server/
commands.py 131 # Returns listing (ignores optional parameters).
132 listing = {'kind': 'clouddevices#commandsListResponse'}
134 listing['commands'] = []
139 listing['commands'].append(command)
140 logging.info('Returning queue of commands: %r', listing)
141 return listing
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
subdirs.py 70 4. If none of the above rules applies, gsutil performs a bucket listing to
76 gsutil will make a bucket listing request for the named bucket, using
77 delimiter="/" and prefix="abc". It will then examine the bucket listing
92 A downside of the gsutil approach is it requires an extra bucket listing
95 limit result data. Moreover, gsutil makes only one bucket listing request
96 per cp/mv command, and thus amortizes the bucket listing cost across all

Completed in 346 milliseconds

1 23 4 5 6 7 8 91011>>