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

1 2

  /external/google-breakpad/src/common/windows/
dia_util.cc 45 ULONG fetched = 0; local
46 while (SUCCEEDED(enum_debug_streams->Next(1, &temp_debug_stream, &fetched)) &&
47 fetched == 1) {
77 ULONG fetched = 0; local
78 while (SUCCEEDED(enum_tables->Next(1, &temp_table, &fetched)) &&
79 fetched == 1) {
omap.cc 233 ULONG fetched = 0; local
234 while (SUCCEEDED(enum_segments->Next(1, &segment, &fetched)) &&
235 fetched == 1) {
  /external/strace/
mmsghdr.c 112 unsigned int i, fetched; local
114 for (i = 0; i < len; ++i, addr += fetched) {
117 fetched = fetch_struct_mmsghdr(tcp, addr, &mh);
118 if (!fetched)
155 unsigned int i, fetched; local
158 for (i = 0; i < len; ++i, addr += fetched) {
159 fetched = fetch_struct_mmsghdr(tcp, addr, &mmsg);
160 if (!fetched)
  /system/libvintf/
utils.h 39 virtual status_t fetch(const std::string& path, std::string& fetched) {
50 fetched = ss.str();
  /system/libvintf/test/
vintf_object_tests.cpp 173 .WillByDefault(Invoke([vendorManifestXml](const std::string& path, std::string& fetched) {
175 fetched = vendorManifestXml;
179 .WillByDefault(Invoke([systemManifestXml](const std::string& path, std::string& fetched) {
181 fetched = systemManifestXml;
185 .WillByDefault(Invoke([vendorMatrixXml](const std::string& path, std::string& fetched) {
187 fetched = vendorMatrixXml;
191 .WillByDefault(Invoke([systemMatrixXml](const std::string& path, std::string& fetched) {
193 fetched = systemMatrixXml;
utils-fake.h 37 MOCK_METHOD2(fetch, status_t(const std::string& path, std::string& fetched));
  /external/curl/docs/cmdline-opts/
output.d 10 being fetched. Like in:
  /external/curl/lib/
mk-ca-bundle.pl 296 my $fetched;
314 $fetched = 1;
333 # If nothing was fetched then use LWP
334 if(!$fetched) {
356 $fetched = 1;
  /external/llvm/tools/llvm-go/
llvm-go.go 11 // $GOPATH that resembles a tree fetched in the normal way with "go get".
  /external/nanohttpd/
README.md 217 The latest Github master version can be fetched through sonatype.org:
  /external/nanohttpd/src/site/markdown/
index.md 213 The latest Github master version can be fetched through sonatype.org:
  /external/python/cpython2/PCbuild/
build.bat 19 echo. -e Build external libraries fetched by get_externals.bat
  /prebuilts/go/darwin-x86/src/net/
interface.go 180 lastFetched time.Time // last time routing information was fetched
  /prebuilts/go/linux-x86/src/net/
interface.go 180 lastFetched time.Time // last time routing information was fetched
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h 612 ULONG *fetched) = 0;
649 ULONG *fetched);
672 #define IEnumTfFunctionProviders_Next(This,count,prov,fetched) (This)->lpVtbl->Next(This,count,prov,fetched)
690 static FORCEINLINE HRESULT IEnumTfFunctionProviders_Next(IEnumTfFunctionProviders* This,ULONG count,ITfFunctionProvider **prov,ULONG *fetched) {
691 return This->lpVtbl->Next(This,count,prov,fetched);
716 ULONG *fetched);
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 4186 int r, neg, len, fetched, and_start; local
    [all...]
  /external/autotest/utils/
external_packages.py 61 fetched package.
210 Builds and installs the package. It must have been fetched already.
304 """Extract the fetched compressed .tar or .zip within its directory."""
306 raise Error('Package must have been fetched first.')
569 logging.warning('Bad checksum for %s fetched from %s.',
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 160 Flowinfo received and latched by a connected TCP socket also may be fetched
  /external/libvorbis/doc/
01-introduction.tex 92 without having previously fetched the codec setup header.
  /prebuilts/go/darwin-x86/src/cmd/go/
help.go 219 fetched with "go get". If it's not an exact match, another http
  /prebuilts/go/darwin-x86/src/fmt/
fmt_test.go 812 // be fetched directly, the lookup fails and returns a
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_unix.go 100 // Even these signals can be fetched using the os/signal package.
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 219 fetched with "go get". If it's not an exact match, another http
  /prebuilts/go/linux-x86/src/fmt/
fmt_test.go 812 // be fetched directly, the lookup fails and returns a
    [all...]

Completed in 1332 milliseconds

1 2