HomeSort by relevance Sort by last modified time
    Searched full:partial (Results 176 - 200 of 3925) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ash/wm/
overlay_event_filter.h 17 // processed by the usual path (e.g. the partial screenshot UI, the keyboard
51 // Cancels the partial screenshot UI. Do nothing if it's not activated.
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc 75 // Ensure a partial output is not left behind.
99 // Ensure a partial output is not left behind.
  /external/chromium_org/ipc/
ipc_channel_reader.cc 102 // Last message is partial.
107 // Save any partial data in the overflow buffer.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
memoized.py 54 # Return a function partial with obj already bound as self.
55 return functools.partial(self.__call__, instance)
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 30 /** To avoid as-yet-unnecessary complexity we don't allow any partial support of MIP Maps (e.g.
46 * textures allows partial mappings or full mappings.
  /external/chromium_org/tools/grit/grit/format/policy_templates/
template_formatter.py 8 from functools import partial namespace
17 return partial(_TemplateFormatter,
  /external/chromium_org/tools/idl_parser/test_parser/
interface_web.idl 47 partial interface MyIFacePartial { };
50 partial interface MyIFaceInherit : Foo {};
  /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/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)
TutorialReductionsVisitorsBroadcasting.dox 96 \section TutorialReductionsVisitorsBroadcastingPartialReductions Partial reductions
97 Partial reductions are reductions that can operate column- or row-wise on a Matrix or
99 returning a column or row-vector with the corresponding values. Partial reductions are applied
128 \subsection TutorialReductionsVisitorsBroadcastingPartialReductionsCombined Combining partial reductions with other operations
129 It is also possible to use the result of a partial reduction to do further processing.
131 within a matrix. With column-wise partial reductions this can be coded as:
164 The concept behind broadcasting is similar to partial reductions, with the difference that broadcasting
213 reductions and partial reductions.
215 Now that broadcasting, reductions and partial reductions have been introduced, we can dive into a more advanced example that finds
217 computing the squared Euclidean distance with the partial reduction named \link MatrixBase::squaredNorm() squaredNorm() \endlink
    [all...]
  /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/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
  /external/skia/src/gpu/
GrDrawTargetCaps.h 30 /** To avoid as-yet-unnecessary complexity we don't allow any partial support of MIP Maps (e.g.
46 * textures allows partial mappings or full mappings.
  /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/60xx/libsensors_iio/
InputEventReader.cpp 61 //LOGE("Partial event received nread=%d, required=%d",
64 // we got a partial event!!
  /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 63 //LOGE("Partial event received nread=%d, required=%d",
66 // 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.6/sysroot/usr/include/linux/netfilter/
xt_osf.h 100 OSFOPT_POCP, /* Partial Order Connection Permitted */
101 OSFOPT_POSP, /* Partial Order Service Profile */
  /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 */
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.c 183 /* all input consumed, partial match */
187 * or: partial match must not be longer than UCNV_EXT_MAX_BYTES
204 /* partial match, continue */
303 /* save state for partial match */
357 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
363 * continue partial match with new input
397 /* save state for partial match */
500 * @param pre UChars that must match; !initialMatch: partial match with them
511 * <0: partial match, return value=negative total match length
512 * (partial matches are never returned for flush==TRUE
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 184 /* all input consumed, partial match */
188 * or: partial match must not be longer than UCNV_EXT_MAX_BYTES
205 /* partial match, continue */
304 /* save state for partial match */
358 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
364 * continue partial match with new input
398 /* save state for partial match */
510 * @param pre UChars that must match; !initialMatch: partial match with them
521 * <0: partial match, return value=negative total match length
522 * (partial matches are never returned for flush==TRUE
    [all...]

Completed in 1343 milliseconds

1 2 3 4 5 6 78 91011>>