HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 151 - 175 of 15010) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/tools/rtcbot/test/
ping_pong.js 4 // that can be found in the LICENSE file in the root of the source
5 // tree. An additional intellectual property rights grant can be found
7 // be found in the AUTHORS file in the root of the source tree.
  /frameworks/base/tools/streaming_proto/
string_utils.cpp 96 size_t base = 0, found = 0; local
98 found = str.find_first_of(delimiter, base);
99 if (found != base) {
100 string part = str.substr(base, found - base);
105 if (found == str.npos) break;
106 base = found + 1;
  /prebuilts/go/darwin-x86/src/cmd/buildid/
doc.go 3 // license that can be found in the LICENSE file.
11 By default, buildid prints the build ID found in the named file.
12 If the -w option is given, buildid rewrites the build ID found in
  /prebuilts/go/linux-x86/src/cmd/buildid/
doc.go 3 // license that can be found in the LICENSE file.
11 By default, buildid prints the build ID found in the named file.
12 If the -w option is given, buildid rewrites the build ID found in
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-xtensa/
coalesce.exp 85 set found 0
90 set found 1
94 if $found {
lcall.exp 88 verbose -log "Found an l32r in the linked object"
99 set found 0
104 set found 1
108 if $found {
  /build/kati/testcase/
wildcard_with_commas.mk 3 # test expectes empty, since no *,* found.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t056lexer.py 40 found = self.execParser(
45 self.failUnlessEqual("- 34, channel=0", found)
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
Application.mk 3 # found in the LICENSE file.
  /external/libpcap/msdos/
common.dj 32 @echo libgcc.a not found. Set \"$(GCC_LIB)\" to \"/djgpp/lib/gcc/djgpp/4.X/libgcc.a\"
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog04 72 found=`grep -c "\[$log_pid\]: syslogtst: user info test." /var/log/messages`
73 if [ $found -ne 1 ]; then
  /external/skia/src/sksl/lex/
NFAtoDFA.h 5 * found in the LICENSE file.
65 auto found = fStates.find(label); local
66 if (found == fStates.end()) {
71 return found->second.get();
140 int found = -1; local
143 found = j;
147 if (found == -1) {
148 found = (int) uniques.size();
151 fCharMappings.push_back(found);
  /external/skqp/src/sksl/lex/
NFAtoDFA.h 5 * found in the LICENSE file.
65 auto found = fStates.find(label); local
66 if (found == fStates.end()) {
71 return found->second.get();
140 int found = -1; local
143 found = j;
147 if (found == -1) {
148 found = (int) uniques.size();
151 fCharMappings.push_back(found);
  /external/syslinux/gpxe/src/util/
get-pci-ids 87 my $found = 0;
95 $found = 1;
98 if($found == 1){
101 $found = 0;
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
beam_search_ops_test.py 130 found = np.where(v == end_token)[0]
131 found = found[0] # First occurrence of end_token.
132 # If an end_token is found, everything before it should be a
134 if found > 0:
136 v[:found - 1] >= 0, np.ones_like(v[:found - 1], dtype=bool))
137 self.assertAllClose(v[found + 1:],
138 end_token * np.ones_like(v[found + 1:]))
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 36 size_t found = fread((char*) buffer, 1, wanted, _file); local
40 return found;
  /prebuilts/go/darwin-x86/doc/progs/
image_package1.go 3 // license that can be found in the LICENSE file.
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
err1.go 3 // license that can be found in the LICENSE file.
err2.go 3 // license that can be found in the LICENSE file.
err4.go 3 // license that can be found in the LICENSE file.
issue11097a.go 3 // license that can be found in the LICENSE file.
issue11097b.go 3 // license that can be found in the LICENSE file.
issue13423.go 3 // license that can be found in the LICENSE file.
issue16116.go 3 // license that can be found in the LICENSE file.
issue7757.go 3 // license that can be found in the LICENSE file.

Completed in 377 milliseconds

1 2 3 4 5 67 8 91011>>