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

1 2 3 45 6 7 8 91011>>

  /external/libpcap/
pcap-usb-linux.c 100 int32_t nfetch; /* Number of events to fetch (out: fetched) */
884 struct mon_bin_mfetch fetch; local
902 /* try to fetch as many events as possible*/
903 fetch.offvec = vec;
904 fetch.nfetch = limit;
905 fetch.nflush = nflush;
908 ret = ioctl(handle->fd, MON_IOCX_MFETCH, &fetch);
926 nflush = fetch.nfetch;
927 for (i=0; i<fetch.nfetch; ++i) {
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 775 " UID FETCH 1 \\(UID FLAGS INTERNALDATE RFC822\\.SIZE BODY\\.PEEK\\[HEADER.FIELDS" +
778 "* 9 fETCH (uID 1 rFC822.sIZE 120626 iNTERNALDATE \"17-may-2010 22:00:15 +0000\"" +
    [all...]
  /external/autotest/utils/
build_externals.py 6 Fetch, build and install external Python library dependancies.
39 # Want to add more packages to fetch, build and install? See the class
53 fetch, build and install themselves.
144 if not package.fetch(dest_dir):
  /external/curl/
update_curl.sh 68 # Setup and fetch the upstream remote. While we have mirroring setup of the
69 # remote, we need to fetch all the tags from upstream to identify the latest
80 # Setup and fetch the remote.
90 git fetch --quiet "${UPSTREAM}" master
  /external/syslinux/gpxe/src/core/
nvo.c 170 * Fetch value of NVO setting
173 * @v setting Setting to fetch
192 .fetch = nvo_fetch,
  /external/syslinux/gpxe/src/net/
dhcppkt.c 176 * Fetch value of DHCP packet setting
233 * Fetch value of DHCP setting
236 * @v setting Setting to fetch
253 .fetch = dhcppkt_settings_fetch,
  /external/wpa_supplicant_8/hs20/server/www/
est.php 47 $row = $q->fetch();
49 error_log("EST: Session fetch failed for user=$user realm=$realm");
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
link.go 27 func (ll *Link) fetch(s uintptr) { func
108 ll.fetch(ep.s)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
link.go 27 func (ll *Link) fetch(s uintptr) { func
108 ll.fetch(ep.s)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 25 * @brief Implementation of the fetch jitter
53 /// Interface to Jitting a fetch shader
97 Function* fetch = Function::Create(JM()->mFetchShaderTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule); local
98 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", fetch);
102 auto argitr = fetch->arg_begin();
104 // Fetch shader arguments
185 // Fetch attributes from memory and output to a simdvertex struct
186 // since VGATHER has a perf penalty on HSW vs BDW, allow client to choose which fetch method to use
192 JitManager::DumpToFile(fetch, "src");
195 verifyFunction(*fetch);
    [all...]
  /frameworks/native/opengl/libagl/
array.cpp 960 c->arrays.vertex.fetch(c, v->obj.v, vp);
977 c->arrays.vertex.fetch(c, v->obj.v, vp);
    [all...]
primitives.cpp 80 c->arrays.color.fetch(c, v0->color.v, cp);
86 c->arrays.color.fetch(c, v1->color.v, cp);
92 c->arrays.color.fetch(c, v2->color.v, cp);
103 c->arrays.color.fetch(c, v2->color.v, cp);
139 c->arrays.color.fetch(c, v->color.v, cp);
412 texcoordArray[i].fetch(c, coords.v, tp);
442 // Fetch & transform texture coordinates...
471 c->arrays.color.fetch(c, v->color.v, cp);
588 // Fetch all texture coordinates if needed
603 // Fetch texture coordinates..
    [all...]
  /external/curl/docs/cmdline-opts/
config.d 53 # and fetch another URL too
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_shader.cpp 442 case TARGET_FETCH: return "FETCH";
614 ++fetch;
644 fetch += s.fetch;
652 << ", alu:" << alu << ", fetch:" << fetch
653 << ", fetch clauses:" << fetch_clauses
678 sblog << ", fetch:" ; print_diff(fetch, s.fetch);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 20 "cmd/pprof/internal/fetch"
29 if err := driver.PProf(flags{}, fetch.Fetcher, symbolize, new(objTool), plugin.StandardUI(), extraCommands); err != nil {
74 err = symbolz.Symbolize(source, fetch.PostURL, p)
  /prebuilts/go/linux-x86/src/cmd/pprof/
pprof.go 20 "cmd/pprof/internal/fetch"
29 if err := driver.PProf(flags{}, fetch.Fetcher, symbolize, new(objTool), plugin.StandardUI(), extraCommands); err != nil {
74 err = symbolz.Symbolize(source, fetch.PostURL, p)
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.bat 180 git fetch --all
205 git fetch --all
230 git fetch --all
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java 80 // The maximum number of messages to fetch in a single command.
260 remoteFolder.fetch(messages.toArray(new Message[messages.size()]), fp, null);
273 remoteFolder.fetch(oneMessageArray, fp, null);
296 remoteFolder.fetch(unsyncedMessages.toArray(new Message[unsyncedMessages.size()]), fp,
616 * Fetch the flags and envelope only of the new messages. This is intended to get us
627 // TODO: the fetch() function, and others, should take List<>s of messages, not
640 // Fetch this one chunk of messages
641 remoteFolder.fetch(partialArray, fp, null);
644 remoteFolder.fetch(remoteMessages, fp, null);
    [all...]
  /external/autotest/scheduler/
scheduler_models.py 352 Fetch the rows based on the given database query.
367 def fetch(cls, where='', params=(), joins='', order_by=''): member in class:DBObject
519 def fetch(cls, where='', params=(), joins='', order_by=''): member in class:HostQueueEntry
525 # Override the original fetch method to pre-fetch the jobs from the DB
555 labels = Label.fetch(
585 blocks = IneligibleHostQueue.fetch(
754 hosts_queue = HostQueueEntry.fetch('job_id = %s' % self.job.id)
806 """ Fetch info about who aborted the job. """
    [all...]
monitor_db_unittest.py 163 return list(scheduler_models.HostQueueEntry.fetch(
767 job = scheduler_models.Job.fetch('id = 1')[0]
768 queue_entry = scheduler_models.HostQueueEntry.fetch('id = 1')[0]
805 job = scheduler_models.Job.fetch('id = 1')[0]
806 queue_entry = scheduler_models.HostQueueEntry.fetch('id = 1')[0]
828 hqe_query = scheduler_models.HostQueueEntry.fetch(
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 56 fetch_func fetch; member in struct:translate_generic::__anon27572
88 * Fetch a dword[4] vertex attribute from memory, doing format/type
624 tg->attrib[attr].fetch( data, src, 0, 0 );
627 debug_printf("Fetch linear attr %d from %p stride %d index %d: "
650 * Fetch vertex attributes for 'count' vertices.
807 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_sint;
810 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_uint;
814 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_float;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 275 @host = options.fetch( :host, 'localhost' )
276 @port = options.fetch( :port, DEFAULT_PORT )
  /external/lisa/src/shell/
lisa_shell 124 remote_name=$(git remote -v | grep ARM-software/lisa | grep -m 1 fetch | awk '{print $1}')

Completed in 1896 milliseconds

1 2 3 45 6 7 8 91011>>