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

1 2 3

  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 268 * Converts a type descriptor to human-readable "dotted" form. For
321 String dotted = descriptorToDot(typeName); local
323 int start = dotted.lastIndexOf(".");
325 return dotted;
327 return dotted.substring(start+1);
333 * dotted form.
336 String dotted = descriptorToDot(typeName); local
338 int end = dotted.lastIndexOf(".");
343 return dotted.substring(0, end);
  /external/v8/tools/profviz/
profviz.css 47 border: 1px dotted #aaa;
108 border-bottom: 1px dotted #000;
136 border-bottom: 1px dotted #000;
  /external/autotest/contrib/
modelviz.py 169 '[style="dotted"] [arrowhead=normal arrowtail=normal]')
  /external/curl/lib/
curl_addrinfo.h 80 Curl_addrinfo *Curl_str2addr(char *dotted, int port);
  /test/vti/dashboard/src/main/webapp/css/
show_coverage.css 61 border-right: 1px dotted gray;
  /external/annotation-tools/asmx/src/org/objectweb/asm/commons/
SerialVersionUIDAdder.java 443 * @param dotted a <code>boolean</code> value
449 final boolean dotted) throws IOException
457 dos.writeUTF(dotted
  /external/testng/src/main/java/org/testng/internal/
DynamicGraph.java 202 String dotted = m_nodesFinished.contains(k) ? "style=dotted" : ""; local
203 result.append(" " + getName(k) + " -> " + getName(n) + " [dir=back " + dotted + "]\n");
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 12 // Issue 3682: Correctly read dotted identifiers from export data.
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 12 // Issue 3682: Correctly read dotted identifiers from export data.
  /external/iptables/extensions/
libxt_mangle.c 126 static struct in_addr *dotted_to_addr(const char *dotted)
135 /* copy dotted string, because we need to modify it */
136 strncpy(buf, dotted, sizeof(buf) - 1);
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.css 225 border-bottom: 1px dotted;
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.css 225 border-bottom: 1px dotted;
  /external/libnl/doc/stylesheets/
volnitsky.css 27 border-bottom: 1px dotted #999999;
36 a { color: #666688; text-decoration: none; border-bottom: 1px dotted #666688; }
37 a:visited { color: #615FA0; border-bottom: 1px dotted #615FA0; }
flask.css 559 border-bottom: 1px dotted #999999;
572 a { color: #004B6B; text-decoration: none; border-bottom: 1px dotted #004B6B; }
573 a:visited { color: #615FA0; border-bottom: 1px dotted #615FA0; }
  /external/iptables/libxtables/
xtables.c 1290 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask)
1298 /* copy dotted string, because we need to modify it */
1299 strncpy(buf, dotted, sizeof(buf) - 1);
1336 struct in_addr *xtables_numeric_to_ipaddr(const char *dotted)
1338 return __numeric_to_ipaddr(dotted, false);
1341 struct in_addr *xtables_numeric_to_ipmask(const char *dotted)
1343 return __numeric_to_ipaddr(dotted, true);
    [all...]
  /prebuilts/go/darwin-x86/src/net/
ip.go 266 // - dotted decimal ("192.0.2.1"), if ip is an IPv4 or IP4-mapped IPv6 address
276 // If IPv4, use dotted notation.
642 // The string s can be in dotted decimal ("192.0.2.1")
  /prebuilts/go/linux-x86/src/net/
ip.go 266 // - dotted decimal ("192.0.2.1"), if ip is an IPv4 or IP4-mapped IPv6 address
276 // If IPv4, use dotted notation.
642 // The string s can be in dotted decimal ("192.0.2.1")
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 271 w, attr := t.CumValue(), ` style="dotted"`
312 attr = attr + ` style="dotted"`
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 271 w, attr := t.CumValue(), ` style="dotted"`
312 attr = attr + ` style="dotted"`
  /dalvik/dexdump/
DexDump.cpp 129 * Converts a type descriptor to human-readable "dotted" form. For
185 * "dotted" form.
566 char* dotted = descriptorToDot(interfaceName); local
567 printf("<implements name=\"%s\">\n</implements>\n", dotted);
568 free(dotted);
    [all...]
  /external/libmojo/third_party/jinja2/
filters.py 698 It's now possible to use dotted notation to group by the child
  /external/iptables/iptables/
xtables-arp.c 348 dotted_to_addr(const char *dotted)
357 /* copy dotted string, because we need to modify it */
358 strncpy(buf, dotted, sizeof(buf) - 1);
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 127 // TypeName returns the elements of the dotted type name.
157 // TypeName returns the elements of the dotted type name.
206 // TypeName returns the elements of the dotted type name.
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/design/
default.css 116 border-bottom: 1px dotted #555555;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 908 // For non-dotted calls to variadic functions, we assign the
937 // dotted calls, just add the variable to the

Completed in 1168 milliseconds

1 2 3