Searched refs:work (Results 51 - 75 of 239) sorted by relevance

12345678910

/external/ant-glob/
H A DNOTICE36 * "Work" shall mean the work of authorship, whether in Source or
38 * copyright notice that is included in or attached to the work
41 * "Derivative Works" shall mean any work, whether in Source or Object
44 * represent, as a whole, an original work of authorship. For the purposes
49 * "Contribution" shall mean any work of authorship, including
162 * work stoppage, computer failure or malfunction, or any and all
179 * APPENDIX: How to apply the Apache License to your work.
181 * To apply the Apache License to your work, attach the following
208 This work (and included software, documentation such as READMEs, or other
210 license. By obtaining, using and/or copying this work, yo
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml81 if 23l <> varh then bomb "get_global_value_address didn't work";
86 if 4l <> cplus 2l 2l then bomb "plus didn't work";
91 if 42l <> cgetglobal () then bomb "getglobal didn't work"; *)
105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c48 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
71 work = _mm_max_epu8(
76 mask = _mm_max_epu8(work, mask);
128 __m128i work; local
161 work = _mm_max_epu8(
167 flat2 = _mm_max_epu8(work, flat2);
434 __m128i work; local
447 work = _mm_max_epu8(
450 mask = _mm_max_epu8(work, mask);
451 work
521 __m128i work; local
[all...]
H A Dvp9_loopfilter_intrin_sse2.c48 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
71 work = _mm_max_epu8(_mm_or_si128(_mm_subs_epu8(q2p2, q1p1),
75 mask = _mm_max_epu8(work, mask);
127 __m128i work; local
155 work = _mm_max_epu8(_mm_or_si128(_mm_subs_epu8(q6p6, q0p0),
160 flat2 = _mm_max_epu8(work, flat2);
426 __m128i work; local
439 work = _mm_max_epu8(_mm_or_si128(_mm_subs_epu8(p2, p1),
443 mask = _mm_max_epu8(work, mask);
444 work
511 __m128i work; local
895 __m128i abs_p1q1, abs_p0q0, abs_q1q0, abs_p1p0, work; local
1129 __m128i work; local
1370 __m128i work; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c497 * Need to remove any pending gas-query radio work before the
498 * gas_query_deinit() call because gas_query::work has not yet been set
501 * radio work eventually gets removed, the deinit notification call to
1497 struct wpa_radio_work *work = wpa_s->connect_work; local
1499 if (!work)
1503 cwork = work->ctx;
1504 work->ctx = NULL;
1506 radio_work_done(work);
1572 static void wpas_start_assoc_cb(struct wpa_radio_work *work, int deinit);
1692 wpa_dbg(wpa_s, MSG_DEBUG, "Reject wpa_supplicant_associate() call since pending work exis
1931 wpas_start_assoc_cb(struct wpa_radio_work *work, int deinit) argument
3755 radio_work_free(struct wpa_radio_work *work) argument
3781 struct wpa_radio_work *work; local
3823 struct wpa_radio_work *work, *tmp; local
3908 radio_add_work(struct wpa_supplicant *wpa_s, unsigned int freq, const char *type, int next, void (*cb)(struct wpa_radio_work *work, int deinit), void *ctx) argument
3913 struct wpa_radio_work *work; local
3948 radio_work_done(struct wpa_radio_work *work) argument
3968 struct wpa_radio_work *work; local
[all...]
/external/clang/test/Preprocessor/
H A Dfeature_tests.c27 #error Feature name in double underscores does not work
/external/webp/src/dec/
H A Dio.c325 int32_t* work; local
327 tmp_size = (work_size + 2 * uv_work_size) * sizeof(*work);
329 tmp_size += work_size * sizeof(*work);
335 work = (int32_t*)p->memory;
339 work);
344 work + work_size);
349 work + work_size + uv_work_size);
356 work + work_size + 2 * uv_work_size);
498 int32_t* work; // rescalers work are local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DLevenbergMarquardtEstimator.java4 * this work for additional information regarding copyright ownership.
29 * <p>This implementation <em>should</em> work even for over-determined systems
493 * @param work1 work array
494 * @param work2 work array
495 * @param work3 work array
670 * @param work work array
673 double[] lmDiag, double[] work) {
683 work[j] = qy[j];
725 final double temp = cos * work[
672 determineLMDirection(double[] qy, double[] diag, double[] lmDiag, double[] work) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DLevenbergMarquardtOptimizer.java4 * this work for additional information regarding copyright ownership.
32 * <p>This implementation <em>should</em> work even for over-determined systems
500 * @param work1 work array
501 * @param work2 work array
502 * @param work3 work array
671 * @param work work array
674 double[] lmDiag, double[] work) {
684 work[j] = qy[j];
726 final double temp = cos * work[
673 determineLMDirection(double[] qy, double[] diag, double[] lmDiag, double[] work) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorTest.java284 StringBuffer work = new StringBuffer("a\r\na");
289 work.setCharAt(0, testChars.charAt(i));
291 work.setCharAt(3, testChars.charAt(j));
292 tb.setText(work.toString());
296 (int)(work.charAt(0))) + ", U+d U+a U+" + Integer.toHexString(
297 (int)(work.charAt(3))));
307 work.setLength(0);
308 work.append("aaaa");
313 work.setCharAt(1, c);
319 work
[all...]
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl330 0. This License applies to any program or other work which contains
333 refers to any such program or work, and a "work based on the Program"
334 means either the Program or any derivative work under copyright law:
335 that is to say, a work containing the Program or a portion of it,
343 is covered only if its contents constitute a work based on the
359 of it, thus forming a work based on the Program, and copy and
360 distribute such modifications or work under the terms of Section 1
366 b) You must cause any work that you distribute or publish, that in
379 does not normally print such an announcement, your work base
[all...]
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp51 // Test that these constructs work even when extraneous blocks are created
82 // Test that these constructs work even with variables carrying the no-return
237 X work([](){ Fatal(); });
243 X work([fc](){});
/external/crcalc/tests/
H A DAndroid.mk27 # Empirically, LOCAL_INSTRUMENTATION_FOR doesn't work, perhaps because it
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dlcp.bat4 REM this work for additional information regarding copyright ownership.
/external/icu/icu4c/source/samples/
H A Ddefs.mk26 ### We depend on gmake for the bulk of the work
/external/iproute2/lib/
H A DAndroid.mk38 # This is a work around for b/18403920
/external/iptables/extensions/
H A Dlibext.mk19 # The $* does not work as expected. It ends up empty. Even with SECONDEXPANSION.
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DWebInfConfiguration.java62 // Look for a work directory
63 File work = findWorkDirectory(context);
64 if (work != null)
65 makeTempDirectory(work, context, false);
188 // delete temp directory if we had to create it or if it isn't called work
248 * Iff $(jetty.home)/work exists create the directory there. Do NOT
252 * Iff WEB-INF/work exists create the directory there. Do NOT set
288 // Put the tmp dir in the work directory if we had one
289 File work = new File(System.getProperty("jetty.home"),"work");
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAndroid.mk37 # Override the default optimization level to work around taking forever (~50m)
/external/llvm/lib/Target/ARM/AsmParser/
H A DAndroid.mk37 # Override the default optimization level to work around taking forever (~50m)
/external/toybox/kconfig/
H A Dzconf.hash.c_shipped29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/external/icu/icu4c/source/config/
H A Ddist.mk8 # This will only work if subversion is installed.
40 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
/external/regex-re2/re2/
H A Dprefilter_tree.cc314 IntMap work(entries_.size());
316 work.set(atom_ids[i], 1);
317 for (IntMap::iterator it = work.begin(); it != work.end(); ++it) {
347 work.set(j, 1);
/external/zlib/src/contrib/infback9/
H A Dinfback9.c70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
373 &(lenbits), state->work);
448 &(state->next), &(lenbits), state->work);
458 state->work);
/external/libvorbis/lib/
H A Dblock.c419 float *work=alloca(v->pcm_current*sizeof(*work)); local
427 work[j]=v->pcm[i][v->pcm_current-j-1];
430 vorbis_lpc_from_data(work,lpc,v->pcm_current-v->centerW,order);
435 _analysis_output("predataL",0,work,v->pcm_current-v->centerW,0,0,0);
437 _analysis_output("predataR",0,work,v->pcm_current-v->centerW,0,0,0);
439 _analysis_output("predata",0,work,v->pcm_current-v->centerW,0,0,0);
444 vorbis_lpc_predict(lpc,work+v->pcm_current-v->centerW-order,
446 work+v->pcm_current-v->centerW,
450 v->pcm[i][v->pcm_current-j-1]=work[
[all...]

Completed in 951 milliseconds

12345678910