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

1 2 3

  /external/chromium-trace/catapult/tracing/tracing_build/
check_common_unittest.py 22 Current listing:
26 Correct listing:
check_common.py 40 Current listing:
43 Correct listing:
  /toolchain/binutils/binutils-2.25/gas/
listing.h 1 /* This file is listing.h
36 #define LISTING_NEWLINE() { if (listing) listing_newline (NULL); }
42 #define LISTING_SKIP_COND() ((listing & LISTING_NOCOND) != 0)
66 /* end of listing.h */
as.c 70 /* True if a listing is wanted. */
71 int listing; variable
111 /* Name of listing file. */
360 --listing-lhs-width set the width in words of the output data column of\n\
361 the listing\n"));
363 --listing-lhs-width2 set the width in words of the continuation lines\n\
367 --listing-rhs-width set the max width in characters of the lines from\n\
370 --listing-cont-lines set the maximum number of continuation lines used\n\
371 for the output data column of the listing\n"));
520 ,{"listing-lhs-width", required_argument, NULL, OPTION_LISTING_LHS_WIDTH
    [all...]
listing.c 0 /* listing.c - maintain assembly listings
23 A listing page looks like:
33 If not overridden, the listing commands are:
46 Increment the enable listing counter
48 Decrement the enable listing counter
54 If the counter goes below zero, listing is suppressed.
64 a big deal, since listing slows things down a lot anyway. The
68 down, the listing is output. This is done by running down the list of
72 The only things which the architecture can change about the listing
102 #define LISTING_HEADER "GAS LISTING"
    [all...]
makefile.vms 45 subsegs.obj,symbols.obj,write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,\
  /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/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
devices.py 116 # Returns listing (ignores optional parameters).
117 listing = {'kind': 'clouddevices#devicesListResponse'}
118 listing['devices'] = self.resource.get_data_vals()
119 return listing
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
UnixDirectoryListingFormatter.java 49 * Format the directory listing for a single file/directory entry.
52 * @return the formatted directory listing
64 String listing = "" + dirOrFile + permissionsStr + " " + linkCountStr + " " + ownerStr + " " + groupStr + " " + sizeStr + " " + dateStr + " " + fileSystemEntry.getName(); local
65 LOG.info("listing=[" + listing + "]");
66 return listing;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 36 listing of replacement headers and interfaces, consult the file \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 36 listing of replacement headers and interfaces, consult the file \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 36 listing of replacement headers and interfaces, consult the file \
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
backward_warning.h 36 listing of replacement headers and interfaces, consult the file \
  /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...]
  /packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java 332 Log.d(TAG, "Messages Listing: " + msg.obj);
696 BluetoothMapMessagesListing listing = new BluetoothMapMessagesListing(); local
699 listing.setHandle(msg.getHandle());
700 listing.setSubject(msg.getSubject());
701 listing.setDate(msg.getDateTime());
702 listing.setSender(msg.getSenderName());
706 retMsgsListing.add(listing);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
integration_testcase.py 148 # still showing up in the listing due to eventual consistency. In
150 # object in the listing before raising the error on which to retry.
171 This is a common test pattern to deal with eventual listing consistency for
177 versioned: If True, perform a versioned listing.
183 Listing split across lines.
185 # Use @Retry as hedge against bucket listing eventual consistency.
190 listing = self.RunGsUtil(command + b_uri, return_stdout=True).split('\n')
192 self.assertEquals(len(listing), num_objects + 1)
193 return listing
  /external/autotest/site_utils/
backup_mysql_db.py 268 listing = self._do_ls()
269 ordered_listing = sorted(listing.splitlines(), key=version.LooseVersion)
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsConvo.java 187 public MapConvoListValidator(BluetoothMapConvoListing listing) {
188 this.mExpectedListing = listing;
  /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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
BuildDictionaryFile.java 49 PrintWriter listing = null; local
51 listing = new PrintWriter(new OutputStreamWriter(new FileOutputStream(listingFile), "UnicodeLittle"));
52 dictionary.printWordList("", 0, listing);
53 listing.close();
    [all...]
  /build/core/
soong.mk 75 # Build an Android.mk listing all soong outputs as prebuilts
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 350 extern int listing;
352 if (listing)
489 extern int listing;
491 if (listing)
536 extern int listing;
538 if (listing)
929 extern int listing;
931 if (listing)
    [all...]
  /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/jetty/src/java/org/eclipse/jetty/server/handler/
ResourceHandler.java 502 String listing = resource.getListHTML(request.getRequestURI(),request.getPathInfo().lastIndexOf("/") > 0); local
504 response.getWriter().println(listing);

Completed in 543 milliseconds

1 2 3