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

1 2 3 4 5 67 8 91011>>

  /external/toybox/toys/posix/
ps.c 619 long long bits; // Only fetch extra data if an -o field is displaying it
620 } fetch[] = { local
713 // systems (or ps | more) we re-fetch uptime as we fetch each /proc line.
744 // Fetch string data while parentfd still available, appending to buf.
749 for (j = 0; j<ARRAY_LEN(fetch); j++) {
751 if (!(TT.bits&fetch[j].bits)) {
758 len = sizeof(toybuf)-(buf-toybuf)-260-256*(ARRAY_LEN(fetch)-j);
759 sprintf(buf, "%lld/%s", *slot, fetch[j].name);
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 185 public Bundle fetch(String tokenType) method in interface:AccountManagerTest.TokenFetcher
197 // First fetch.
198 Bundle actual = fetcher.fetch(tokenType);
203 * On the second fetch the cache will be populated if we are using a authenticator with
207 actual = fetcher.fetch(tokenType);
225 actual = fetcher.fetch(tokenType);
237 actual = fetcher.fetch(tokenType);
1190 public Bundle fetch(String tokenType) method in class:AccountManagerTest.BlockingGetAuthTokenFetcher
    [all...]
  /build/soong/python/
python.go 319 // fetch <runfiles_path, source_path> pairs from "src" and "data" properties to
397 // fetch <runfiles_path, source_path> pairs from "src" and "data" properties to
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
sysv.S 257 ! ffi_closure struct. We will use that to fetch the
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
OmtpVvmSyncService.java 36 import com.android.voicemail.impl.fetch.VoicemailFetchedCallback;
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 138 fetch := func(n int) string {
150 body1 := fetch(1)
151 body2 := fetch(2)
174 fetch := func(n int) string {
198 body1 := fetch(1)
199 body2 := fetch(2)
225 fetch := func(n int) string {
253 body1 := fetch(1)
254 body2 := fetch(2)
502 fetch := func(n, retries int) string
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 64 // Use sysctl to fetch hw.ncpu.
76 // Use sysctl to fetch hw.pagesize.
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 138 fetch := func(n int) string {
150 body1 := fetch(1)
151 body2 := fetch(2)
174 fetch := func(n int) string {
198 body1 := fetch(1)
199 body2 := fetch(2)
225 fetch := func(n int) string {
253 body1 := fetch(1)
254 body2 := fetch(2)
502 fetch := func(n, retries int) string
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 64 // Use sysctl to fetch hw.ncpu.
76 // Use sysctl to fetch hw.pagesize.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 630 Constants::BUILT_IN_TOKEN_NAMES.fetch( type_value, false ) and true
642 when Integer then token_names.fetch( name_or_value, nil )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 329 @token_scheme = options.fetch( :token_scheme ) do
332 @adaptor = options.fetch( :adaptor ) do
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 136 of a texture fetch instruction.
  /external/skia/tests/
SkpSkGrTest.cpp 492 while (fetch(reader, &fResults.push_back()))
497 bool fetch(SkFILEStream& reader, TestResult* result) { function in class:PreParser
  /frameworks/native/cmds/lshal/
ListCommand.cpp 638 Status ListCommand::fetch() { function in class:ListCommand
787 status = fetch();
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 66 // fetch/clone. Any scheme not mentioned will be considered insecure.
671 msg := "https fetch: %v"
762 return setCache(fetchResult{urlStr: urlStr, err: fmt.Errorf("fetch %s: %v", urlStr, err)})
769 err = fmt.Errorf("fetch %s: no go-import meta tag", urlStr)
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/
plugin.go 211 // The profile was fetch from src.
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 618 func writeRuntimeProfile(w io.Writer, debug int, name string, fetch func([]runtime.StackRecord) (int, bool)) error {
619 // Find out how many records there are (fetch(nil)),
626 n, ok := fetch(nil)
632 n, ok = fetch(p)
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 66 // fetch/clone. Any scheme not mentioned will be considered insecure.
671 msg := "https fetch: %v"
762 return setCache(fetchResult{urlStr: urlStr, err: fmt.Errorf("fetch %s: %v", urlStr, err)})
769 err = fmt.Errorf("fetch %s: no go-import meta tag", urlStr)
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/
plugin.go 211 // The profile was fetch from src.
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 618 func writeRuntimeProfile(w io.Writer, debug int, name string, fetch func([]runtime.StackRecord) (int, bool)) error {
619 // Find out how many records there are (fetch(nil)),
626 n, ok := fetch(nil)
632 n, ok = fetch(p)
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 1748 char *fetch; local
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 568 AlbumArtCache.getInstance().fetch(albumUri, new AlbumArtCache.FetchListener() {
    [all...]
  /frameworks/native/opengl/libagl/
context.h 184 fetcher_t fetch; member in struct:android::gl::array_t
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaBrowserServiceSupport.java 607 AlbumArtCache.getInstance().fetch(albumUri, new AlbumArtCache.FetchListener() {
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
Pop3Store.java 534 * Fetch the items contained in the FetchProfile into the given set of
541 public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener) method in class:Pop3Store.Pop3Folder
544 "Pop3Folder.fetch(Message[], FetchProfile, MessageRetrievalListener)");
556 * @param callback optional callback that reports progress of the fetch
563 // Fetch entire message
566 // Fetch partial message. Try "TOP", and fall back to slower "RETR" if necessary

Completed in 957 milliseconds

1 2 3 4 5 67 8 91011>>