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

1 2

  /prebuilts/go/darwin-x86/src/image/
format.go 63 // Sniff determines the format of r's data.
64 func sniff(r reader) format { func
80 f := sniff(rr)
94 f := sniff(rr)
  /prebuilts/go/linux-x86/src/image/
format.go 63 // Sniff determines the format of r's data.
64 func sniff(r reader) format { func
80 f := sniff(rr)
94 f := sniff(rr)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_csv.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_csv.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py     [all...]
  /frameworks/av/include/media/stagefright/
DataSource.h 105 bool sniff(String8 *mimeType, float *confidence, sp<AMessage> *meta);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 172 def sniff(self, sample, delimiters=None): member in class:Sniffer
392 rdr = reader(StringIO(sample), self.sniff(sample))
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 172 def sniff(self, sample, delimiters=None): member in class:Sniffer
392 rdr = reader(StringIO(sample), self.sniff(sample))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 172 def sniff(self, sample, delimiters=None): member in class:Sniffer
392 rdr = reader(StringIO(sample), self.sniff(sample))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 172 def sniff(self, sample, delimiters=None): member in class:Sniffer
392 rdr = reader(StringIO(sample), self.sniff(sample))
  /frameworks/av/media/libstagefright/
DataSource.cpp 119 bool DataSource::sniff( function in class:android::DataSource
MediaExtractor.cpp 202 if (!source->sniff(&tmp, &confidence, &meta)) {
  /prebuilts/go/darwin-x86/src/net/http/
sniff_test.go 88 // Issue 5953: shouldn't sniff if the handler set a Content-Type header,
fs.go 154 // if the Content-Type is unset explicitly, do not sniff the type.
server.go 1088 // Likewise, if the handler didn't set a Content-Type, we sniff that
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
sniff_test.go 88 // Issue 5953: shouldn't sniff if the handler set a Content-Type header,
fs.go 154 // if the Content-Type is unset explicitly, do not sniff the type.
server.go 1088 // Likewise, if the handler didn't set a Content-Type, we sniff that
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 321 sniff := make([]int, len(names))
360 sniff[i] |= notDeclared
362 sniff[i] |= notType
364 sniff[i] |= notConst
373 switch sniff[i] {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 321 sniff := make([]int, len(names))
360 sniff[i] |= notDeclared
362 sniff[i] |= notType
364 sniff[i] |= notConst
373 switch sniff[i] {
    [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 161 if (!mDataSource->sniff(&mimeType, &confidence, &dummy)) {
    [all...]

Completed in 3209 milliseconds

1 2