/frameworks/av/services/camera/libcameraservice/common/ |
FrameProcessorBase.cpp | 173 // Check if this result is partial. 181 ALOGV("%s: Camera %d: This is a partial result", 203 // Don't deliver partial results to listeners that don't want them
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverServer.java | 177 byte[] partial = new byte[mSock.getLocalMiu()]; 181 int size = mSock.receive(partial); 185 byteStream.write(partial, 0, size);
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
NdefPushServer.java | 76 byte[] partial = new byte[1024]; 83 size = mSock.receive(partial); 89 buffer.write(partial, 0, size);
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraDeviceImpl.java | 239 // 1 means partial result is not supported. 826 * This method is called when an image capture makes partial forward progress; some [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
compute_interfaces_info_overall.py | 170 # Interfaces in one component may have partial interfaces in 172 # partial interfaces are used to *extend* interfaces. 205 # An IDL file's dependencies are partial interface files that extend it, 210 # Partial interface definitions each need an include, as they are 228 # are being treated as partial interfaces, until we remove these.
|
/external/clang/test/CodeGenCXX/ |
partial-destruction.cpp | 3 // Test IR generation for partial destruction of aggregates. 52 // Partial destroy for initialization. 71 // Partial destructor for primary normal destructor. 73 // the partial destroy for the primary normal destructor to fall 146 // Partial destruction landing pad.
|
/external/lldb/source/Target/ |
CPPLanguageRuntime.cpp | 60 // partial matches can occur when a name with equivalents is a template argument. 63 // "class Templatized<struct Bar, Anything>". Since partial matching is time consuming 64 // once we get a partial match, we add it to the exact matches list for faster retrieval 226 && (strchr(type_name.AsCString(), '<') != NULL // we should only have partial matches when templates are involved, check that we have 227 && strchr(type_name.AsCString(), '>') != NULL); // angle brackets in the type_name before trying to scan for partial matches
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_mdpcomp.h | 173 /* check if we can use layer cache to do at least partial MDP comp */ 175 /* Partial MDP comp that uses caching to save power as primary goal */ 177 /* Partial MDP comp that balances the load between MDP and GPU such that 182 /* Checks if its worth doing load based partial comp */ 229 /* checks for conditions to enable partial udpate */
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Device.h | 212 // Whether the HAL will send partial result 215 // Number of partial results that will be delivered by the HAL. 535 // Fields used by the partial result only 539 // Result metadata collected so far, when partial results are in use 592 * For the partial result, check if all 3A state fields are available 597 const CameraMetadata& partial, const CaptureResultExtras& resultExtras); 599 // Helpers for reading and writing 3A metadata into to/from partial results
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialNameMatcher.java | 289 ArrayList<SmartDialMatchPosition> partial = new ArrayList<SmartDialMatchPosition>(); local 367 // we found a partial token match, store the data in a 370 partial = partialTemp; 394 // if we have no complete match at this point, then we attempt to fall back to the partial 396 // then partial will always be empty. 397 if (!partial.isEmpty()) { 398 matchList.addAll(partial);
|
/external/llvm/lib/Transforms/Scalar/ |
LoopUnrollPass.cpp | 45 UnrollAllowPartial("unroll-allow-partial", cl::init(false), cl::Hidden, 131 UP.Partial = CurrentAllowPartial; 380 enum { Full = 0, Partial = 1, Runtime = 2 }; 387 Unrolling = Partial; 392 Unrolling = Partial; 400 if (Unrolling == Partial) { 401 bool AllowPartial = UserAllowPartial ? CurrentAllowPartial : UP.Partial; 404 << "-unroll-allow-partial not given\n"); 408 // Reduce unroll count to be modulo of TripCount for partial unrolling. 457 // Partial unrolling by 1 is a nop. For full unrolling, a facto [all...] |
/external/mockito/src/org/mockito/ |
Mockito.java | 46 * <a href="#16">16. Real partial mocks (Since 1.8.0) </a><br/>
494 * Spying on real objects can be associated with "partial mocking" concept.
495 * <b>Before the release 1.8</b>, Mockito spies were not real partial mocks.
496 * The reason was we thought partial mock is a code smell.
497 * At some point we found legitimate use cases for partial mocks
499 * "http://monkeyisland.pl/2009/01/13/subclass-and-override-vs-partial-mocking-vs-refactoring"
606 * <h3 id="16">16. <a class="meaningful_link" href="#partial_mocks">Real partial mocks</a> (Since 1.8.0)</h3>
608 * Finally, after many internal debates & discussions on the mailing list, partial mock support was added to Mockito.
609 * Previously we considered partial mocks as code smells. However, we found a legitimate use case for partial mocks - more reading: [all...] |
/external/chromium_org/tools/idl_parser/ |
idl_parser.py | 199 | Partial 234 """Partial : PARTIAL PartialDefinition""" 235 p[2].AddChildren(self.BuildTrue('Partial')) 238 # [6.1] Error recovery for Partial 240 """Partial : PARTIAL error""" 241 p[0] = self.BuildError(p, 'Partial') 294 partial = self.BuildTrue('Partial') [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
CameraCaptureSession.java | 524 * capture; a given result field will only be present in one partial 533 * @param result The partial output metadata from the capture, which 549 * This method is called when an image capture makes partial forward progress; some 554 * capture; a given result field will only be present in one partial 557 * the partial results composing the total result).</p> 560 * delay between each partial result (per request) is a single frame interval. 562 * to make forward progress from the partial results and avoid waiting for the completed 565 * <p>Each request will generate at least {@code 1} partial results, and at most 566 * {@link CameraCharacteristics#REQUEST_PARTIAL_RESULT_COUNT} partial results.</p> 568 * <p>Depending on the request settings, the number of partial results per reques [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 775 // initialize the partial limits for the loop 782 // start with empty partial buffers 812 // not just a partial overflow 816 // the partial target is filled, set a new limit, reset the error and continue 834 // the partial conversion succeeded, set a new limit and continue [all...] |
/external/chromium_org/chrome/browser/omnibox/ |
omnibox_field_trial_unittest.cc | 262 "rule1", OmniboxEventProto::BLANK); // partial fallback 265 OmniboxEventProto::NTP); // partial fallback 270 OmniboxEventProto::NTP); // partial fallback 305 "rule1", OmniboxEventProto::OTHER); // partial fallback 313 OmniboxEventProto::HOME_PAGE); // partial fallback 315 "rule2", OmniboxEventProto::OTHER); // partial fallback
|
/external/chromium_org/v8/src/ |
serialize.h | 584 // allow them to be part of the partial snapshot because they contain a 585 // unique ID, and deserializing several partial snapshots containing script 605 // Clear the cache of objects used by the partial snapshot. After the 606 // strong roots have been serialized we can create a partial snapshot 607 // which will repopulate the cache with objects needed by that partial 614 // 2) Partial snapshot cache.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
UserManagerService.java | 94 private static final String ATTR_PARTIAL = "partial"; 232 if ((ui.partial || ui.guestToRemove) && i != 0) { 267 if (ui.partial) { 369 // If it is partial and not in the process of being removed, return as unknown user. 370 if (ui != null && ui.partial && !mRemovingUserIds.get(userId)) { 389 if (info == null || info.partial) { 411 if (info == null || info.partial) { 435 if (info == null || info.partial) { 455 if (info == null || info.partial) { 542 && !user.isGuest() && !user.partial) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
codecvt.h | 53 partial, enumerator in enum:codecvt_base::result 104 * output, returns codecvt_base::partial. Otherwise the 130 * conditions. The idea is that if a partial conversion occurs, then 132 * the state in initial conditions, rather than partial conversion 146 * output has insufficient space, returns codecvt_base::partial. 184 * output, returns codecvt_base::partial. Otherwise the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
codecvt.h | 52 partial, enumerator in enum:codecvt_base::result 103 * output, returns codecvt_base::partial. Otherwise the 129 * conditions. The idea is that if a partial conversion occurs, then 131 * the state in initial conditions, rather than partial conversion 145 * output has insufficient space, returns codecvt_base::partial. 183 * output, returns codecvt_base::partial. Otherwise the
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
codecvt.h | 52 partial, enumerator in enum:codecvt_base::result 103 * output, returns codecvt_base::partial. Otherwise the 129 * conditions. The idea is that if a partial conversion occurs, then 131 * the state in initial conditions, rather than partial conversion 145 * output has insufficient space, returns codecvt_base::partial. 183 * output, returns codecvt_base::partial. Otherwise the
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 51 partial, enumerator in enum:codecvt_base::result 102 * output, returns codecvt_base::partial. Otherwise the 128 * conditions. The idea is that if a partial conversion occurs, then 130 * the state in initial conditions, rather than partial conversion 144 * output has insufficient space, returns codecvt_base::partial. 182 * output, returns codecvt_base::partial. Otherwise the
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 51 partial, enumerator in enum:codecvt_base::result 102 * output, returns codecvt_base::partial. Otherwise the 128 * conditions. The idea is that if a partial conversion occurs, then 130 * the state in initial conditions, rather than partial conversion 144 * output has insufficient space, returns codecvt_base::partial. 182 * output, returns codecvt_base::partial. Otherwise the
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
codecvt.h | 51 partial, enumerator in enum:codecvt_base::result 102 * output, returns codecvt_base::partial. Otherwise the 128 * conditions. The idea is that if a partial conversion occurs, then 130 * the state in initial conditions, rather than partial conversion 144 * output has insufficient space, returns codecvt_base::partial. 182 * output, returns codecvt_base::partial. Otherwise the
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
codecvt.h | 51 partial, enumerator in enum:codecvt_base::result 102 * output, returns codecvt_base::partial. Otherwise the 128 * conditions. The idea is that if a partial conversion occurs, then 130 * the state in initial conditions, rather than partial conversion 144 * output has insufficient space, returns codecvt_base::partial. 182 * output, returns codecvt_base::partial. Otherwise the
|