HomeSort by relevance Sort by last modified time
    Searched defs:prefix (Results 401 - 425 of 3101) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/profiler/
profiler.cc 55 string prefix; local
58 prefix = buf_str.substr(0, last_dash + 1);
63 linenoiseAddCompletion(lc, (prefix + opt).c_str());
  /external/tensorflow/tensorflow/core/util/
tensor_format_test.cc 132 const string prefix = "FORMAT_"; local
136 string expected_format_str = &stringified_format_enum[prefix.size()];
146 string expected_format_str = &stringified_format_enum[prefix.size()];
  /external/testng/src/main/java/org/testng/reporters/
VerboseReporter.java 24 * Default prefix for messages printed out by this reporter
29 private final String prefix; field in class:VerboseReporter
50 * Create VerboseReporter with custom prefix
52 * @param prefix prefix for messages printed out by this reporter
54 public VerboseReporter(String prefix) {
55 this.prefix = prefix;
254 //prefix all output lines
255 System.out.println(message.replaceAll("(?m)^", prefix));
    [all...]
  /external/toybox/toys/pending/
stty.c 24 Control/input/output/local settings as shown by -a, '-' prefix to disable
135 char *prefix = " "; local
146 if (TT.col == 0 || *fmt == '\n') prefix = "";
148 prefix = "\n";
151 xprintf("%s%s", prefix, toybuf);
154 else TT.col += strlen(prefix) + len;
  /external/v8/src/interpreter/
bytecode-array-writer.cc 111 Bytecode prefix = Bytecodes::OperandScaleToPrefixBytecode(operand_scale); local
112 bytecodes()->push_back(Bytecodes::ToByte(prefix));
257 // If a prefix scaling bytecode is emitted the target offset is one
258 // less than the case of no prefix scaling bytecode.
296 // Adjust for scaling byte prefix for wide jump offset.
  /external/webrtc/webrtc/base/
network_unittest.cc 157 EXPECT_EQ(IPAddress(0x12345600U), ipv4_network1.prefix());
336 IPAddress prefix; local
338 EXPECT_TRUE(IPFromString("abcd::", &prefix));
341 prefix, 64);
345 prefix, 64);
349 prefix = TruncateIP(ip, 64);
351 prefix, 64);
354 prefix = TruncateIP(ip, 64);
356 prefix, 64);
397 // Make a network with different prefix length
400 IPAddress prefix = TruncateIP(ip, 64 - i); local
473 IPAddress prefix = TruncateIP(ip, 64); local
513 IPAddress prefix; local
570 IPAddress prefix; local
666 IPAddress prefix; local
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.h 47 : prefix(),
57 std::string prefix; member in struct:webrtc::testing::bwe::PlotInformation
78 const std::string& prefix,
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSchemaRegistryImpl.java 37 /** a map from a namespace URI to its registered prefix */
40 /** a map from a prefix to the associated namespace URI */
89 throw new XMPException("The prefix is a bad XML name", XMPError.BADXML);
96 // Return the actual prefix
103 // the namespace is new, but the prefix is already engaged,
104 // we generate a new prefix out of the suggested
117 // Return the suggested prefix
279 String prefix = getNamespacePrefix(aliasNS); local
281 if (prefix != null)
286 if (qname.startsWith(prefix))
    [all...]
  /external/zlib/src/examples/
gun.c 159 the first 256 entries of prefix[] and suffix[] are never used, could
163 unsigned short prefix[65536]; /* index to LZW prefix string */ variable
212 unsigned end; /* last valid entry in prefix/suffix tables */
333 code = prefix[code];
342 prefix[end] = (unsigned short)prev;
  /external/zlib/src/test/
infcover.c 184 local void mem_used(z_stream *strm, char *prefix)
188 fprintf(stderr, "%s: %lu allocated\n", prefix, zone->total);
192 local void mem_high(z_stream *strm, char *prefix)
196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater);
200 local void mem_done(z_stream *strm, char *prefix)
207 mem_high(strm, prefix);
222 prefix, zone->total, count);
224 fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo);
227 prefix, zone->rogue);
512 char *prefix; local
    [all...]
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 65 " zopflipng [options]... --prefix=[fileprefix] [files.png]...\n"
73 "--prefix=[fileprefix]: Adds a prefix to output filenames. May also"
74 " contain a directory path. When using a prefix, multiple input files"
76 " prefix\n"
77 " If --prefix is specified without value, 'zopfli_' is used.\n"
78 " If input file names contain the prefix, they are not processed but"
121 "Optimize multiple files: zopflipng --prefix a.png b.png c.png\n"
149 std::string user_out_filename; // output filename if no prefix is used
151 std::string prefix = "zopfli_"; // prefix for output filename local
    [all...]
  /frameworks/base/core/java/android/util/
TimeUtils.java 180 char prefix; local
182 prefix = '+';
184 prefix = '-';
220 formatStr[pos] = prefix;
  /frameworks/base/core/java/android/webkit/
FindAddress.java 42 int prefix = Integer.parseInt(zipCode.substring(0, 2)); local
43 return (mLow <= prefix && prefix <= mHigh) || prefix == mException1
44 || prefix == mException2;
152 // Characters that are considered prefix delimiters for house numbers.
  /frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java 201 String prefix = "YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXphYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5emFi"; local
202 String out_56 = prefix + "Y2Q=\n";
203 String out_57 = prefix + "Y2Rl\n";
204 String out_58 = prefix + "Y2Rl\nZg==\n";
205 String out_59 = prefix + "Y2Rl\nZmc=\n";
206 String out_60 = prefix + "Y2Rl\nZmdo\n";
207 String out_61 = prefix + "Y2Rl\nZmdoaQ==\n";
  /frameworks/base/location/java/android/location/
GnssNavigationMessage.java 421 String prefix = " "; local
423 builder.append(prefix);
425 prefix = ", ";
GpsNavigationMessage.java 305 String prefix = " "; local
307 builder.append(prefix);
309 prefix = ", ";
  /frameworks/base/tools/aapt2/xml/
XmlDom.h 59 // A namespace declaration (xmlns:prefix="uri").
61 std::string prefix; member in struct:aapt::xml::NamespaceDecl
89 // Ordered namespace prefix declarations.
231 // An XML DOM visitor that will record the package name for a namespace prefix.
248 std::string prefix; member in struct:aapt::xml::PackageAwareVisitor::PackageDecl
XmlPullParser.h 98 // Namespace prefix and URI are available for StartNamespace and EndNamespace.
153 static void XMLCALL StartNamespaceHandler(void* user_data, const char* prefix,
160 static void XMLCALL EndNamespaceHandler(void* user_data, const char* prefix);
181 std::string prefix; member in struct:aapt::xml::XmlPullParser::PackageDecl
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 181 const char* prefix = stringForIndent(b->indent); local
182 err = b->append(prefix, strlen(prefix));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
Utils.java 94 String prefix = domain.get(2).substring(3) + domain.get(3).substring(3); local
95 for (int n = 0; n < prefix.length(); n++) {
96 char ch = prefix.charAt(n);
101 return prefix;
  /frameworks/support/compat/src/main/java/androidx/core/text/util/
FindAddress.java 51 int prefix = Integer.parseInt(zipCode.substring(0, 2)); local
52 return (mLow <= prefix && prefix <= mHigh) || prefix == mException1
53 || prefix == mException2;
161 // Characters that are considered prefix delimiters for house numbers.
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 44 String prefix; field in class:ElementImpl
194 return prefix;
198 return prefix != null
199 ? prefix + ":" + localName
320 public void setPrefix(String prefix) {
321 this.prefix = validatePrefix(prefix, namespaceAware, namespaceURI);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 60 * prefix/URI mapping is repeated for each context (for example), this
88 * to the "xml" prefix.</p>
193 * already in force: in this context, only the "xml" prefix is
231 * XML element. After popping the context, all Namespace prefix
259 * Declare a Namespace prefix. All prefixes must be declared
266 * <p>This method declares a prefix in the current Namespace
267 * context; the prefix will remain in force until this context
271 * the prefix.</p>
273 * <p>Note that you must <em>not</em> declare a prefix after
279 * #getPrefix getPrefix} will not return the "" prefix,
448 String prefix = (String) allPrefixes.nextElement(); local
685 String prefix = qName.substring(0, index); local
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetElementsByTagNameNS.java 84 String prefix; local
90 prefix = newElement.getPrefix();
91 assertEquals("prefix", "emp", prefix);
188 String prefix; local
196 prefix = newElement.getPrefix();
197 assertEquals("prefix", "emp", prefix);
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamSpliteratorTest.java 81 Spliterator<T> prefix = sp.trySplit(); local
82 if (prefix != null)
84 return prefix;
129 Spliterator.OfInt prefix = psp.trySplit(); local
130 if (prefix != null)
132 return prefix;
170 Spliterator.OfLong prefix = psp.trySplit(); local
171 if (prefix != null)
173 return prefix;
212 Spliterator.OfDouble prefix = psp.trySplit() local
    [all...]

Completed in 886 milliseconds

<<11121314151617181920>>