Searched refs:work (Results 101 - 125 of 239) sorted by relevance

12345678910

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm191 ; prep work
357 ; prep work
383 ; work on next 4 rows
451 ; work on next 4 rows
620 ; work on next 4 rows
688 ; work on next 4 rows
/external/zlib/src/test/
H A Dinfcover.c519 /* allocate work areas */
621 unsigned short lens[16], work[16]; local
631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
/external/compiler-rt/make/
H A Dutil.mk95 # will not work.
/external/libxml2/vms/
H A Dbuild_libxml.com27 $! updated to work with current sources
/external/openssh/contrib/
H A Dssh-copy-id51 a bug describing your setup, and the shell you used to make it work.
/external/roboto-fonts/
H A DAndroid.mk30 # this magic makes LOCAL_REQUIRED_MODULES work
/external/bison/src/
H A Dielr.c995 ContributionIndex *work = xnmalloc (max_annotations, sizeof *work); local
1013 work, lookahead_filter,
1017 free (work);
/external/boringssl/src/util/bot/go/
H A Dbootstrap.py142 raise Failure('Something is not right, test program doesn\'t work')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.bat5 REM this work for additional information regarding copyright ownership.
19 REM tries to work on both Win9x and WinNT-based systems. If we could abandon '9x
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h27 SuperMatrix *U, void *work, int lwork, \
34 U, work, lwork, B, X, recip_pivot_growth, rcond, \
61 SuperMatrix *U, void *work, int lwork, \
68 U, work, lwork, B, X, recip_pivot_growth, rcond, \
/external/libnl/include/linux/
H A Dpkt_sched.h300 __u64 work; /* total work done */ member in struct:tc_hfsc_stats
301 __u64 rtwork; /* work done by real-time criteria */
/external/libpcap/msdos/
H A Dpkt_rx1.s33 _pktTemp resb 20 ; temp work area
/external/libpng/projects/owatcom/
H A Dpngconfig.mak73 # does not work with OpenWatcom because OpenWatcom implements longjmp using
125 $# to work, download Brian Kernighan's awk (Brian Kernighan is the author of
/external/libutf/
H A DMakefile114 rm -rf $(PORTDIR)/work
/external/libvorbis/lib/
H A Dres0.c788 int *work=_vorbis_block_alloc(vb,ch*n*sizeof(*work)); local
793 work[k]=pcm[j];
797 return _01forward(opb,vb,vl,&work,1,partword,_encodepart,submap);
/external/vixl/tools/
H A Dtest.py158 # work is started. So we abstract some additional state into global variables to
213 work = pool.map_async(RunTest, manifest).get(9999999)
/external/iptables/libxtables/
H A Dxtoptions.c760 char *work, *p; local
766 work = strdup(orig_arg);
767 if (work == NULL)
769 p = strchr(work, '/'); /* by def this can't be NULL now */
777 cb->arg = work;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.c283 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
927 &(state->lenbits), state->work);
1001 &(state->lenbits), state->work);
1010 &(state->next), &(state->distbits), state->work);
/external/zlib/src/
H A Dinflate.c283 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
927 &(state->lenbits), state->work);
1001 &(state->lenbits), state->work);
1010 &(state->next), &(state->distbits), state->work);
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk7 # haven't explicitly defined support for. If all goes well, this will just work
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java2664 Calendar work = (Calendar) clone();
2668 work.complete();
2670 work.setLenient(true);
2671 work.prepareGetActual(field, delta < 0);
2677 work.set(field, startValue);
2683 if (work.get(field) != startValue
2690 work.add(field, delta);
2691 if (work.get(field) != startValue) {
2847 // These are the standard roll instructions. These work for all
4251 // so operator== and so forth work
[all...]
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec78 clear how terminal and GUI-based interfaces would work, for
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c217 struct wpa_radio_work *work = wpa_s->p2p_scan_work; local
219 radio_work_done(work);
260 static void wpas_p2p_trigger_scan_cb(struct wpa_radio_work *work, int deinit) argument
262 struct wpa_supplicant *wpa_s = work->wpa_s;
263 struct wpa_driver_scan_params *params = work->ctx;
267 if (!work->started) {
278 work->ctx = NULL;
280 radio_work_done(work);
289 wpa_s->p2p_scan_work = work;
1350 wpa_printf(MSG_DEBUG, "P2P: Send Action frame radio work time
1430 wpas_send_action_cb(struct wpa_radio_work *work, int deinit) argument
2298 wpas_start_listen_cb(struct wpa_radio_work *work, int deinit) argument
5912 struct wpa_radio_work *work = wpa_s->p2p_scan_work; local
[all...]

Completed in 940 milliseconds

12345678910