HomeSort by relevance Sort by last modified time
    Searched refs:colon (Results 101 - 125 of 801) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ppp/pppd/
ipcp.c 422 char *colon; local
430 if ((colon = strchr(arg, ':')) == NULL)
436 * If colon first character, then no local addr.
438 if (colon != arg && option_priority >= prio_local) {
439 *colon = '\0';
453 *colon = ':';
458 * If colon last character, then no remote addr.
460 if (*++colon != '\0' && option_priority >= prio_remote) {
461 if ((remote = inet_addr(colon)) == (u_int32_t) -1) {
462 if ((hp = gethostbyname(colon)) == NULL)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 127 colon := -1
159 if colon >= 0 {
163 colon = len(operands)
177 if colon >= 0 && len(operands) == colon+2 {
179 operands[colon], operands[colon+1] = operands[colon+1], operands[colon]
180 colon = -
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 127 colon := -1
159 if colon >= 0 {
163 colon = len(operands)
177 if colon >= 0 && len(operands) == colon+2 {
179 operands[colon], operands[colon+1] = operands[colon+1], operands[colon]
180 colon = -
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 862 int colon = FindAltStreamColon_in_Path(item.Path); local
863 if (colon >= 0)
865 item.MainPath.DeleteFrom(colon);
866 item.AltStreamName = item.Path.Ptr(colon + 1);
867 item.MainIsDir = (colon == 0 || IsPathSepar(item.Path[(unsigned)colon - 1]));
882 int colon; local
885 colon = FindAltStreamColon_in_Path(s);
886 if (colon >= 0)
888 item.AltStreamName = s.Ptr(colon + 1);
    [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 237 char *colon; local
275 colon = strrchr((*uri)->host_and_port, ':');
276 if(NULL == colon)
298 port = atoi(colon + 1);
305 asprintf(&((*uri)->host), "%.*s", (int)(colon - (*uri)->host_and_port), (*uri)->host_and_port);
    [all...]
  /system/core/fs_mgr/
fs_mgr_fstab.cpp 259 char *colon = strchr(mode, ':'); local
260 if (colon) {
261 *colon = '\0';
266 if (colon) {
269 colon + 1, "file names");
285 * label, a colon and the partition number or the
  /art/runtime/
utils.cc 896 std::string::size_type colon = s.find(c); local
897 if (colon == std::string::npos) {
901 *parsed_value = s.substr(colon + 1);
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
data.py 135 colon = data.find(':')
136 length = int(data[1:colon])
137 kind = mojom.Array(KindFromData(kinds, data[colon+1:], scope), length)
  /external/smali/smalidea/src/main/antlr/
smalideaParser.g 269 member_name colon nonvoid_type_descriptor
471 colon
472 : COLON;
877 : reference_type_descriptor arrow member_name colon nonvoid_type_descriptor
886 : colon simple_name
895 : colon simple_name
1016 : LOCAL_DIRECTIVE register (comma string_or_null_literal colon type_descriptor
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 293 if (Tok.isNot(tok::colon)) {
314 if (!TryConsumeToken(tok::colon, ColonLoc)) {
318 // suggest inserting the colon in between them, otherwise insert ": ".
338 << tok::colon << FixItHint::CreateInsertion(FILoc, FIText);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 770 int colon=target.indexOf(':'); local
771 if(colon>=0)
773 ns=getNamespaceForPrefix(prefix=target.substring(0,colon));
774 localName=target.substring(colon+1);
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 502 case tok::colon: return 2;
744 if (PeekTok.isNot(tok::colon)) {
746 << tok::colon << LHS.getRange() << RHS.getRange();
778 case tok::colon:
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 1206 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/jsoncpp/src/lib_json/
json_reader.cpp 432 Token colon; local
433 if (!readToken(colon) || colon.type_ != tokenMemberSeparator) {
435 "Missing ':' after object member name", colon, tokenObjectEnd);
  /external/llvm/lib/TableGen/
TGLexer.cpp 102 case ':': return tgtok::colon;
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 1109 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 1213 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/openssh/openbsd-compat/
glob.c 442 const Char *colon; local
446 if ((colon = g_strchr(pattern, ':')) == NULL || colon[1] != ']')
449 len = (size_t)(colon - pattern);
  /external/protobuf/gtest/src/
gtest-death-test.cc 1045 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 1103 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 1213 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/webrtc/webrtc/base/
proxydetect.cc 319 char * colon = ::strchr(buffer, ':'); local
320 if (!colon) {
325 *colon = 0;
327 port = static_cast<uint16_t>(strtol(colon + 1, &endptr, 0));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"

Completed in 2492 milliseconds

1 2 3 45 6 7 8 91011>>