Searched refs:up (Results 151 - 175 of 501) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwmm_ac.c75 u8 up = wmm_ac_get_user_priority(tspec); local
76 u8 ac = up_to_ac[up];
98 ret = wpa_drv_add_ts(wpa_s, tsid, addr, up, admitted_time);
168 "Timeout getting ADDTS response (tsid=%d up=%d)",
672 u8 ac, tsid, up, dir; local
677 up = wmm_ac_get_user_priority(tspec);
678 ac = up_to_ac[up];
691 up != wmm_ac_get_user_priority(&req->tspec) ||
702 "ADDTS response status=%d tsid=%u up=%u direction=%u",
703 status_code, tsid, up, di
860 u8 ac, up; local
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dlinux64_closure.S100 # load up the pointer to the parm save area
109 # This is the parameter save area set up by our caller.
121 # load up the pointer to the parm save area
140 # load up the pointer to the saved fpr registers */
143 # load up the pointer to the result storage
161 # so use it to look up in a table
164 # look up the proper starting point in table
/external/skia/third_party/lua/src/
H A Dldo.c144 GCObject *up; local
146 for (up = L->openupval; up != NULL; up = up->gch.next)
147 gco2uv(up)->v = (gco2uv(up)->v - oldstack) + L->stack;
647 UpVal *up = luaF_newupval(L); local
648 cl->l.upvals[i] = up;
649 luaC_objbarrier(L, cl, up);
[all...]
/external/syslinux/com32/lua/src/
H A Dldo.c144 GCObject *up; local
146 for (up = L->openupval; up != NULL; up = up->gch.next)
147 gco2uv(up)->v = (gco2uv(up)->v - oldstack) + L->stack;
655 UpVal *up = luaF_newupval(L); local
656 cl->l.upvals[i] = up;
657 luaC_objbarrier(L, cl, up);
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h19 * 07/27/98 stephen Sync up with JDK 1.2
23 * 11/07/2003 srl Update, clean up documentation.
178 * month up in the date <code>December 12, <b>1996</b></code> results in
584 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
585 * time field. For example, to roll the current date up by one day, call
590 * changed. For instance, rolling the month up on the date 01/31/96 will result in
591 * 02/29/96. Rolling up always means rolling forward in time (unless the limit of the
593 * starting with 100 BC and rolling the year up results in 99 BC.
608 * @param up Indicates if the value of the specified time field is to be rolled
609 * up o
2510 roll(UCalendarDateFields field, UBool up, UErrorCode& status) argument
2517 roll(EDateFields field, UBool up, UErrorCode& status) argument
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java159 Button up; field in class:CalendarCalcFrame
182 // Set up the controls for each calendar we're demonstrating
249 up = new Button("^");
251 up.setBackground(DemoUtility.bgColor);
253 upDown.add(up);
255 up.addActionListener(this);
462 if (evt.getSource() == up) {
510 if (evt.getID() == AWTEvent. Event.ACTION_EVENT && evt.target == up) {
/external/iproute2/examples/
H A Ddhcp-client-script164 LOG ifconfig $addrid $2 $mask_arg $brd_arg up
165 ifconfig $addrid $2 $mask_arg $brd_arg up
354 ifconfig $interface:dhcp up
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
H A DSimpleWebServer.java290 String up = null;
295 up = uri.substring(0, slash + 1);
315 if (up != null || directories.size() + files.size() > 0) {
317 if (up != null || directories.size() > 0) {
319 if (up != null) {
320 msg.append("<li><a rel=\"directory\" href=\"").append(up).append("\"><span class=\"dirname\">..</span></a></b></li>");
/external/toybox/lib/
H A Dxwrap.c222 // and free up potentially overlapping pipe handles before reuse
612 struct passwd *up = getpwnam(name); local
616 if (up) return up->pw_uid;
640 struct passwd *up = getpwnam(name); local
642 if (!up) perror_exit("user '%s'", name);
643 return up;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs57 * This is the old CommonTreeNodeStream that buffered up entire node stream.
116 protected object up; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
166 up = adaptor.Create(TokenTypes.Up, "UP");
309 navNode = up;
H A DCommonTreeNodeStream.cs137 if (t == _it.up) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBufferedTreeNodeStream.cs58 * This is the old CommonTreeNodeStream that buffered up entire node stream.
125 protected object up; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
178 up = adaptor.Create( TokenTypes.Up, "UP" );
364 navNode = up;
H A DCommonTreeNodeStream.cs156 if ( t == _it.up )
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBufferedTreeNodeStream.java51 * This is the old CommonTreeNodeStream that buffered up entire node stream.
85 protected Object up; field in class:BufferedTreeNodeStream
135 up = adaptor.create(Token.UP, "UP");
204 navNode = up;
H A DCommonTreeNodeStream.java86 if ( t == it.up ) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwmm.c157 unsigned int up, psb, dir, tid; local
160 up = (tspec->ts_info[1] >> 3) & 0x07;
165 up, psb, dir, tid);
/external/wpa_supplicant_8/src/ap/
H A Dwmm.c157 unsigned int up, psb, dir, tid; local
160 up = (tspec->ts_info[1] >> 3) & 0x07;
165 up, psb, dir, tid);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwmm.c157 unsigned int up, psb, dir, tid; local
160 up = (tspec->ts_info[1] >> 3) & 0x07;
165 up, psb, dir, tid);
/external/autotest/client/cros/
H A Dp2p_utils.py98 self.tap.up()
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/
H A Dvideo_ChromeRTCHWEncodeUsed.py77 '{0} didn\'t show up or is not 100%'
/external/autotest/server/site_tests/power_DeferForFlashrom/
H A Dpower_DeferForFlashrom.py138 @param up_sec: Maximum delay for the system to come back up.
149 logging.info("Waiting for host to come back up...")
152 raise error.TestError('System didn\'t come back up')
/external/eigen/bench/perf_monitoring/gemm/
H A Drun.sh11 # -up : enforce the recomputation of existing data, and keep best results as a merging strategy
16 if echo "$*" | grep '\-up' > /dev/null; then
129 hg up -C $rev > /dev/null
/external/eigen/demos/opengl/
H A Dcamera.h72 Eigen::Vector3f up(void) const;
/external/elfutils/libasm/
H A DlibasmP.h95 AsmScn_t *up; member in union:AsmScn::__anon6139
249 allows to look up symbols. */
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTreeWalker.java43 public void up() method in class:LigatureTreeWalker

Completed in 656 milliseconds

1234567891011>>