HomeSort by relevance Sort by last modified time
    Searched refs:work (Results 301 - 325 of 1470) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
workqueue.h 31 struct work_struct work; member in struct:execute_work
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
workqueue.h 31 struct work_struct work; member in struct:execute_work
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
workqueue.h 31 struct work_struct work; member in struct:execute_work
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
workqueue.h 31 struct work_struct work; member in struct:execute_work
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
workqueue.h 31 struct work_struct work; member in struct:execute_work
  /toolchain/binutils/binutils-2.25/gas/
atof-generic.c 403 long work; local
405 work = carry + 10 * (long) (*littlenum_pointer);
406 *littlenum_pointer = work & LITTLENUM_MASK;
407 carry = work >> LITTLENUM_NUMBER_OF_BITS;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-alu.s 10 @ Try this one without the hash; it should still work.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
relocs-refs.s 42 # jmp (foo != bar) # FIXME this appears to not work atm.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
vr4120-2.s 2 # Note that we only work around bugs gcc may generate.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
y.s 6 ;# or g++ EH will not work.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 4 * 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[k] + sin * qtbpj
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 4 * 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[k] + sin * qtbpj
    [all...]
  /prebuilts/go/darwin-x86/src/io/
io_test.go 31 t.Errorf("Copy did not work properly")
41 t.Errorf("CopyBuffer did not work properly")
51 t.Errorf("CopyBuffer did not work properly")
61 t.Errorf("Copy did not work properly")
71 t.Errorf("Copy did not work properly")
95 t.Errorf("Copy did not work properly")
135 t.Errorf("CopyN did not work properly")
145 t.Errorf("CopyN did not work properly")
155 t.Errorf("CopyN did not work properly")
  /prebuilts/go/linux-x86/src/io/
io_test.go 31 t.Errorf("Copy did not work properly")
41 t.Errorf("CopyBuffer did not work properly")
51 t.Errorf("CopyBuffer did not work properly")
61 t.Errorf("Copy did not work properly")
71 t.Errorf("Copy did not work properly")
95 t.Errorf("Copy did not work properly")
135 t.Errorf("CopyN did not work properly")
145 t.Errorf("CopyN did not work properly")
155 t.Errorf("CopyN did not work properly")
  /prebuilts/go/darwin-x86/src/context/
example_test.go 56 // function that it should abandon its work as soon as it gets to it.
78 // it should abandon its work after the timeout elapses.
81 // should abandon its work after the timeout elapses.
  /prebuilts/go/linux-x86/src/context/
example_test.go 56 // function that it should abandon its work as soon as it gets to it.
78 // it should abandon its work after the timeout elapses.
81 // should abandon its work after the timeout elapses.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
BreakIteratorTest.java 293 StringBuffer work = new StringBuffer("a\r\na"); local
298 work.setCharAt(0, testChars.charAt(i));
300 work.setCharAt(3, testChars.charAt(j));
301 tb.setText(work.toString());
305 (work.charAt(0))) + ", U+d U+a U+" + Integer.toHexString(
306 (work.charAt(3))));
316 work.setLength(0);
317 work.append("aaaa");
322 work.setCharAt(1, c);
328 work.setCharAt(2, c)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
BreakIteratorTest.java 292 StringBuffer work = new StringBuffer("a\r\na"); local
297 work.setCharAt(0, testChars.charAt(i));
299 work.setCharAt(3, testChars.charAt(j));
300 tb.setText(work.toString());
304 (work.charAt(0))) + ", U+d U+a U+" + Integer.toHexString(
305 (work.charAt(3))));
315 work.setLength(0);
316 work.append("aaaa");
321 work.setCharAt(1, c);
327 work.setCharAt(2, c)
    [all...]
  /cts/build/
support_package.mk 21 # Disable by default so "m cts" will work in emulator builds
  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 36 * Note: You'll notice the use of {@code work}, and
141 new Work() {
354 new Work() {
364 new Work() {
390 new Work() {
400 new Work() {
410 new Work() {
420 new Work() {
430 new Work() {
440 new Work() {
    [all...]
  /external/clang/test/SemaCXX/
return-noreturn.cpp 51 // 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/
Android.mk 27 # 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/
lcp.bat 4 REM this work for additional information regarding copyright ownership.
  /external/icu/icu4c/source/samples/
defs.mk 29 ### We depend on gmake for the bulk of the work
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.bat 14 REM to work, the perl executable must be on the path. We recommend

Completed in 864 milliseconds

<<11121314151617181920>>