HomeSort by relevance Sort by last modified time
    Searched full:computation (Results 1 - 25 of 1266) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ppp/pppd/
md4.h 20 /* MDstruct is the data structure for a message digest computation.
23 unsigned int buffer[4]; /* Holds 4-word result of MD computation */
25 unsigned int done; /* Nonzero means MD computation finished */
30 ** computation.
42 ** The routine terminates the MD computation when count < 512, so
43 ** every MD computation should end with one call to MD4Update with a
58 ** digest computation.
  /external/clang/test/Analysis/
malloc-overflow.c 9 return malloc(n * sizeof(int)); // expected-warning {{the computation of the size of the memory allocation may overflow}}
14 return malloc(sizeof(int) * n); // // expected-warning {{the computation of the size of the memory allocation may overflow}}
29 return malloc(s->n * sizeof(int)); // expected-warning {{the computation of the size of the memory allocation may overflow}}
35 return malloc(s2.n * sizeof(int)); // expected-warning {{the computation of the size of the memory allocation may overflow}}
40 return malloc((n + 1) * sizeof(int)); // expected-warning {{the computation of the size of the memory allocation may overflow}}
62 int * x = malloc(n * sizeof(int)); // expected-warning {{the computation of the size of the memory allocation may overflow}}
70 int * x = malloc(n * sizeof(int)); // expected-warning {{the computation of the size of the memory allocation may overflow}}
79 int * x = malloc(n * sizeof(int)); // expected-warning {{the computation of the size of the memory allocation may overflow}}
112 return malloc(n * sizeof(int)); // expected-warning {{the computation of the size of the memory allocation may overflow}}
  /frameworks/base/graphics/java/android/renderscript/
package.html 3 <p>RenderScript provides support for high-performance computation across heterogeneous processors.</p>
  /libcore/luni/src/main/java/java/util/concurrent/
Future.java 11 * computation. Methods are provided to check if the computation is
13 * the computation. The result can only be retrieved using method
14 * {@code get} when the computation has completed, blocking if
18 * computation has completed, the computation cannot be cancelled.
57 * <p>Memory consistency effects: Actions taken by the asynchronous computation
112 * Waits if necessary for the computation to complete, and then
116 * @throws CancellationException if the computation was cancelled
117 * @throws ExecutionException if the computation threw a
    [all...]
RunnableFuture.java 21 * Sets this Future to the result of its computation
RecursiveTask.java 44 * The result of the computation.
49 * The main computation performed by this task.
FutureTask.java 11 * A cancellable asynchronous computation. This class provides a base
13 * a computation, query to see if the computation is complete, and
14 * retrieve the result of the computation. The result can only be
15 * retrieved when the computation has completed; the {@code get}
16 * methods will block if the computation has not yet completed. Once
17 * the computation has completed, the computation cannot be restarted
18 * or cancelled (unless the computation is invoked using
196 * upon successful completion of the computation
    [all...]
  /external/clang/test/CodeGen/
2002-03-14-BrokenSSA.c 3 /* This code used to break GCC's SSA computation code. It would create
  /external/guava/guava/src/com/google/common/util/concurrent/
FutureCallback.java 26 * computation asynchronously.
36 * Invoked with the result of the {@code Future} computation when it is
42 * Invoked when a {@code Future} computation fails or is canceled.
ListenableFuture.java 28 * computation is {@linkplain Future#isDone() complete}. If the computation has
86 * computation is {@linkplain Future#isDone() complete} or, if the computation
91 * computation is complete.
116 * @param listener the listener to run when the computation is complete
  /external/chromium_org/media/base/
audio_timestamp_helper.cc 55 // This ensures that the time to frame computation here is the proper inverse
56 // of the frame to time computation in ComputeTimestamp().
59 // Compute frame count for the time delta. This computation rounds to
  /external/llvm/test/CodeGen/X86/
lea-2.ll 7 ; The above computation of %tmp4 should match a single lea, without using
  /frameworks/base/docs/html/guide/topics/renderscript/
reference.jd 2 parent.title=Computation
index.jd 1 page.title=Computation
3 page.landing.intro=RenderScript provides a platform-independent computation engine that operates at the native level. Use it to accelerate your apps that require extensive computational horsepower.
  /cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/
CpuNative.java 28 * @return time taken for computation, added for all repetition in ms
37 * @return time taken for computation, added for all repetition in ms
  /external/chromium/base/
md5.h 31 // MD5Digest digest; // the result of the computation
41 // Used for storing intermediate data during an MD5 computation. Callers
54 // the data. You can call this any number of times during the computation,
  /external/chromium_org/base/
md5.h 31 // MD5Digest digest; // the result of the computation
41 // Used for storing intermediate data during an MD5 computation. Callers
55 // during the computation, except that MD5Init() must have been called first.
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
md5.h 34 // MD5Digest digest; // the result of the computation
44 // Used for storing intermediate data during an MD5 computation. Callers
58 // during the computation, except that MD5Init() must have been called first.
  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 157 // The entry already exists. Wait for the computation.
158 checkState(!Thread.holdsLock(e), "Recursive computation");
159 // don't consider expiration as we're concurrent with computation
180 // Synchronizes on the entry to allow failing fast when a recursive computation is
208 * Used to provide computation exceptions to other threads.
247 * Used to provide computation result to other threads.
297 // All computation lookups go through waitForValue. This method thus is
318 * Waits for a computation to complete. Returns the result of the computation.
345 // The pending computation was clobbered by a manual write. Unblock al
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-console-control.html 14 This test runs and profiles a simple looped computation.
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
sha1-digest-function.h 5 // Interface to SHA1 digest computation.
  /external/clang/test/SemaCXX/
virtual-member-functions-key-function.cpp 20 // Make sure that the key-function computation is consistent when the
  /external/llvm/test/Transforms/IndVarSimplify/
lftr_simple.ll 1 ; LFTR should eliminate the need for the computation of i*i completely. It
  /external/srtp/crypto/include/
crypto.h 33 * avaliable; this authentication function performs no computation,
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerTest.java 47 // If a clear() happens while a computation is pending, we should not get a removal
76 // let the computation proceed
82 // contain the computed value (b -> b), since the clear() happened before the computation
97 * each computation is affected by a call to {@code clear()} (and therefore gets passed to the
103 // If a clear() happens close to the end of computation, one of two things should happen:
104 // - computation ends first: the removal listener is called, and the map does not contain the

Completed in 2176 milliseconds

1 2 3 4 5 6 7 8 91011>>