HomeSort by relevance Sort by last modified time
    Searched full:partial (Results 101 - 125 of 2730) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/pcre/dist/doc/
pcre_exec.3 67 PCRE_PARTIAL ) Return PCRE_ERROR_PARTIAL for a partial
69 PCRE_PARTIAL_HARD Return PCRE_ERROR_PARTIAL for a partial match
72 For details of partial matching, see the
pcre_jit_exec.3 63 PCRE_PARTIAL ) Return PCRE_ERROR_PARTIAL for a partial
65 PCRE_PARTIAL_HARD Return PCRE_ERROR_PARTIAL for a partial match
69 is never applied. For details of partial matching, see the
  /external/svox/pico/tts/
svox_ssml_parser.h 57 @ssmldoc - SSML document, partial document input is supported
58 @isFinal - indicates whether input is a complete or partial document, 1 indicates complete document, 0 indicates partial
  /external/v8/test/webkit/resources/
json2-es5-compat.js 231 partial,
286 // Make an array to hold the partial results of stringifying this object value.
289 partial = [];
300 partial[i] = str(i, value) || 'null';
306 v = partial.length === 0 ? '[]' :
308 partial.join(',\n' + gap) + '\n' +
310 '[' + partial.join(',') + ']';
324 partial.push(quote(k) + (gap ? ': ' : ':') + v);
336 partial.push(quote(k) + (gap ? ': ' : ':') + v);
345 v = partial.length === 0 ? '{}'
    [all...]
  /frameworks/base/core/java/android/speech/
RecognitionListener.java 79 * Called when partial recognition results are available. The callback might be called at any
80 * time between {@link #onBeginningOfSpeech()} and {@link #onResults(Bundle)} when partial
83 * service implementation. To request partial results, use
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 124 byte[] partial = new byte[sock.getLocalMiu()];
127 int size = sock.receive(partial);
131 byteStream.write(partial, 0, size);
  /system/media/audio_utils/include/audio_utils/
fifo.h 51 // frameCount, then the writes and reads will never do a partial transfer.
68 // or partial if the FIFO was almost full.
78 // or partial if the FIFO was almost empty.
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/external/decorator/decorator2/
_decorator2.py 33 __all__ = ["decorator", "FunctionMaker", "partial"]
38 from functools import partial namespace
40 class partial(object): class in inherits:object
41 "A simple replacement of functools.partial"
199 if isinstance(caller, partial):
200 return partial(decorator, caller)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
ODEWithJacobians.java 25 * first order differential equations} with parameters and partial derivatives.
42 /** Compute the partial derivatives of ODE with respect to state.
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
partial-ordering.cpp 4 // Various tests related to partial ordering of variadic templates.
33 // Partial ordering of function templates.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p9-0x.cpp 35 struct UselessPartialSpec<Types..., Tail>; // expected-warning{{class template partial specialization contains template parameters that cannot be deduced; this partial specialization will never be used}}
  /external/clang/test/CodeGenCXX/
cxx1z-fold-expression.cpp 24 template<int ...A> struct Partial {
30 void use(Partial<1, 2> p) {
  /external/eigen/doc/
B01_Experimental.dox 37 The only classes subject to (even partial) API stability guarantee (meaning that you can safely construct and use objects) are:
38 \li MatrixBase : partial API stability (see below)
  /external/icu/icu4c/source/i18n/
quant.h 64 * be inserted at limit and check for partial matching. Otherwise
66 * @return a match degree value indicating a full match, a partial
  /external/iptables/include/linux/netfilter/
xt_osf.h 100 OSFOPT_POCP, /* Partial Order Connection Permitted */
101 OSFOPT_POSP, /* Partial Order Service Profile */
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_osf.h 99 OSFOPT_POCP, /* Partial Order Connection Permitted */
100 OSFOPT_POSP, /* Partial Order Service Profile */
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 32 llvm::PartialUnrollingThreshold("partial-unrolling-threshold", cl::init(0),
33 cl::desc("Threshold for partial unrolling"),
  /external/llvm/test/Transforms/LoopUnroll/AArch64/
partial.ll 3 ; Partial unroll 8 times for this loop.
28 ; Partial unroll 16 times for this loop.
  /external/mockito/src/org/mockito/
MockSettings.java 84 * Specifies the instance to spy on. Makes sense only for spies/partial mocks.
88 * As usual you are going to read <b>the partial mock warning</b>:
90 * How does partial mock fit into this paradigm? Well, it just doesn't...
91 * Partial mock usually means that the complexity has been moved to a different method on the same object.
94 * However, there are rare cases when partial mocks come handy:
96 * However, I wouldn't use partial mocks for new, test-driven & well-designed code.
98 * Enough warnings about partial mocks, see an example how spiedInstance() works:
106 * About stubbing for a partial mock, as it is a spy it will always call the real method, unless you use the
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.h 49 // sendPartials controls whether partial results will be sent.
74 // Number of partial result the HAL will potentially send.
  /hardware/invensense/6515/libsensors_iio/
InputEventReader.cpp 63 //LOGE("Partial event received nread=%d, required=%d",
66 // we got a partial event!!
  /hardware/invensense/65xx/libsensors_iio/
InputEventReader.cpp 64 //LOGE("Partial event received nread=%d, required=%d",
67 // we got a partial event!!
  /libcore/luni/src/main/java/javax/net/ssl/
X509TrustManager.java 30 * Checks whether the specified certificate chain (partial or complete) can
50 * Checks whether the specified certificate chain (partial or complete) can
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_osf.h 100 OSFOPT_POCP, /* Partial Order Connection Permitted */
101 OSFOPT_POSP, /* Partial Order Service Profile */

Completed in 1249 milliseconds

1 2 3 45 6 7 8 91011>>