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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c     [all...]
  /build/kati/
expr.go 495 colon := in[i : i+1]
505 varname = appendStr(varname, colon, op.alloc)
  /external/clang/lib/Format/
FormatToken.h 229 /// This being set to 0 means that the selectors should not be colon-aligned,
322 (!ColonRequired || (Next && Next->is(tok::colon)));
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs_test.go 232 {vcsGit, "path/that/contains/a:colon/repo.git", false},
264 {vcsGit, "path/that/contains/a:colon/repo.git", false},
  /prebuilts/go/linux-x86/src/cmd/go/
vcs_test.go 232 {vcsGit, "path/that/contains/a:colon/repo.git", false},
264 {vcsGit, "path/that/contains/a:colon/repo.git", false},
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.5.0-alpha-preview-02/
testutils-25.5.0-alpha-preview-02.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 1718 const char* const colon = strchr(gtest_output_flag, ':'); local
1731 const char* const colon = strchr(gtest_output_flag, ':'); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 139 [ :colon, /:/ ],
239 ( @token_type = @tokenizer.next_token ) == :colon or return nil
  /external/clang/lib/Parse/
ParseTemplate.cpp 119 // Skip until the semi-colon or a '}'.
134 // Skip until the semi-colon or a '}'.
238 // If so, skip until the semi-colon or a }.
313 // Eat the semi colon after the declaration.
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
timings.go 38 // The phase name is the colon-separated concatenation of the labels.
  /prebuilts/go/darwin-x86/src/encoding/pem/
pem.go 279 return errors.New("pem: cannot encode a header key that contains a colon")
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 13 // (on Unix, the variable is a colon-separated string;
  /prebuilts/go/darwin-x86/src/html/template/
css.go 231 // property, colon (:) or value.
  /prebuilts/go/darwin-x86/src/internal/trace/
parser.go 765 if colon := strings.LastIndex(f.File, ":"); colon != -1 {
766 ln, err := strconv.Atoi(f.File[colon+1:])
768 f.File = f.File[:colon]
  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 195 // netProto, which must be "ip", "ip4", or "ip6" followed by a colon
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 38 // The phase name is the colon-separated concatenation of the labels.
  /prebuilts/go/linux-x86/src/encoding/pem/
pem.go 279 return errors.New("pem: cannot encode a header key that contains a colon")
  /prebuilts/go/linux-x86/src/go/build/
doc.go 13 // (on Unix, the variable is a colon-separated string;
  /prebuilts/go/linux-x86/src/html/template/
css.go 231 // property, colon (:) or value.
  /prebuilts/go/linux-x86/src/internal/trace/
parser.go 765 if colon := strings.LastIndex(f.File, ":"); colon != -1 {
766 ln, err := strconv.Atoi(f.File[colon+1:])
768 f.File = f.File[:colon]
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 195 // netProto, which must be "ip", "ip4", or "ip6" followed by a colon
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 1082 PyObject *s, *temp, *colon = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 1057 PyObject *s, *temp, *colon = NULL; local
    [all...]

Completed in 1770 milliseconds

1 2 3 4 5 6 78 91011>>