HomeSort by relevance Sort by last modified time
    Searched refs:master (Results 226 - 250 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jpeg/
jcapimin.c 42 /* For debugging purposes, we zero the whole master structure.
156 (*cinfo->master->finish_pass) (cinfo);
160 while (! cinfo->master->is_last_pass) {
161 (*cinfo->master->prepare_for_pass) (cinfo);
174 (*cinfo->master->finish_pass) (cinfo);
Android.mk 17 # building against master
  /external/qemu/distrib/jpeg-6b/
jcapimin.c 42 /* For debugging purposes, we zero the whole master structure.
156 (*cinfo->master->finish_pass) (cinfo);
160 while (! cinfo->master->is_last_pass) {
161 (*cinfo->master->prepare_for_pass) (cinfo);
174 (*cinfo->master->finish_pass) (cinfo);
  /external/webkit/Tools/wx/packaging/debian/
rules 7 BIULD_DIR := WebKitBuild/Debug.master
31 $(BUILD_DIR)/Debug.master/_webview.so \
  /external/dropbear/
svr-chansession.c 227 chansess->master = -1;
414 if (chansess->master < 0) {
424 pty_change_window_size(chansess->master, termr, termc, termw, termh);
442 if (tcgetattr(chansess->master, &termio) == -1) {
514 if (tcsetattr(chansess->master, TCSANOW, &termio) < 0) {
537 if (chansess->master != -1) {
540 if (pty_allocate(&chansess->master, &chansess->slave, namebuf, 64) == 0) {
748 if (chansess->master == -1 || chansess->tty == NULL) {
771 close(chansess->master);
833 channel->writefd = chansess->master;
    [all...]
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 28 explicit Delegate(chromeos::LocaleChangeGuard* master) : master_(master) {}
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 27 // { type master; file "db.xxx"; allow-update { 127.0.0.1; }; };
37 // type master;
  /frameworks/av/media/libstagefright/include/
OMXNodeInstance.h 42 status_t freeNode(OMXMaster *master);
100 void onObserverDied(OMXMaster *master);
  /external/chromium/chrome/browser/extensions/
user_script_master.h 67 // work, and then sends a message back to its master with a new SharedMemory*.
70 // called from, the master's thread.
81 explicit ScriptReloader(UserScriptMaster* master);
84 // Will always send a message to the master upon completion.
88 // The master is going away; don't call it back.
99 // master file
105 // Runs on the master thread.
106 // Notify the master that new scripts are available.
115 // A pointer back to our master.
119 // The message loop to call our master back on
    [all...]
  /external/libxslt/libxslt/
imports.c 58 * @master: the "master" stylesheet
59 * @style: the stylesheet being imported by the master
62 * by the master, together with any imports within that.
65 static void xsltFixImportedCompSteps(xsltStylesheetPtr master,
69 (xmlHashScanner) xsltNormalizeCompSteps, master);
70 master->extrasNr += style->extrasNr;
72 xsltFixImportedCompSteps(master, res);
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/
msm-adie-codec.h 106 u8 master);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn.h 115 char master[10]; /* Name of Master for Bundling */ member in struct:__anon26474
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h 115 char master[10]; /* Name of Master for Bundling */ member in struct:__anon28065
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h 115 char master[10]; /* Name of Master for Bundling */ member in struct:__anon29579
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 202 master = inline_grammar( <<-'END' )
210 master.compile
211 for file in master.target_files
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 39 /* insert conntrack helper private data (master) here */
78 plus 1 for any connection(s) we are `master' for */
92 struct ip_conntrack *master; member in struct:ip_conntrack
144 /* The conntrack of the master connection */
145 struct ip_conntrack *master; member in struct:ip_conntrack_expect
164 /* Direction relative to the master connection. */
178 /* get master conntrack via master expectation */
179 #define master_ct(conntr) (conntr->master)
  /external/kernel-headers/original/linux/
netdevice.h 366 struct net_device *master; /* Pointer to master device of a group, member in struct:net_device
978 extern int netdev_set_master(struct net_device *dev, struct net_device *master);
1024 struct net_device *master = dev->master; local
1026 if (master &&
1028 if (master->priv_flags & IFF_MASTER_ALB) {
1033 if (master->priv_flags & IFF_MASTER_8023AD &&
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 120 struct snd_timer_instance *master; member in struct:snd_timer_instance
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 120 struct snd_timer_instance *master; member in struct:snd_timer_instance
  /system/core/libcutils/
mq.c 80 /** Waiting for a connection from the master. */
88 // TODO: Use custom headers for master->peer, peer->master, peer->peer.
146 /** Is this peer the master? */
147 bool master; member in struct:__anon43944
149 /** Peer proxy for the master. */
187 /** True if this is the master's proxy. */
188 bool master; member in struct:PeerProxy
194 * Used in master only. Maps this peer proxy to other peer proxies to
202 static const char* MASTER_PATH = "/master.peer"
872 Peer* master = peerProxy->peer; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t054main.py 292 master = textwrap.dedent(
306 lexerMod, parserMod = self.compileInlineGrammar(master, returnModule=True)
  /external/libvorbis/doc/
footer.tex 1 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /external/quake/quake/src/QW/server/
sv_init.c 311 sv.master.maxsize = sizeof(sv.master_buf);
312 sv.master.data = sv.master_buf;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodegetownerdocumentnull.js 85 Invoke the "getOwnerDocument()" method on the master

Completed in 1366 milliseconds

1 2 3 4 5 6 7 8 91011>>