Searched
full:deep (Results
401 -
425 of
1307) sorted by null
<<11121314151617181920>>
/external/webrtc/webrtc/libjingle/xmpp/ |
xmpptask.h | 33 // can have it nested arbitrarily deep under an XmppClient and it can
|
/external/webrtc/webrtc/modules/video_coding/ |
codec_database.h | 118 // deep copies returned by CreateDecoderCopy().
|
/external/webrtc/webrtc/ |
video_frame.h | 76 // Deep copy frame: If required size is bigger than allocated one, new
|
/frameworks/av/media/libstagefright/foundation/ |
AMessage.cpp | 707 // level of nested AMessage is too deep. 791 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { 888 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); 890 diff->setMessage(item.mName, deep ? changes : myMsg);
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyEffects.h | 97 // deep copy mParams
|
/frameworks/base/docs/html/design/patterns/ |
buttons.jd | 68 deliberate gesture, the user's deep engagement with your app won't be
|
fullscreen.jd | 68 deliberate gesture, the user's deep engagement with your app won't be
|
/frameworks/support/samples/SupportAppNavigation/res/values/ |
strings.xml | 44 <string name="notifications_description">There are two classes of notifications: notifications that deep-link into an app directly, (e.g. an incoming SMS) and notifications that present an interstitial/summary of multiple collapsed notifications before linking into the app itself. (e.g. Calendar event notifications.) The buttons below will create notifications of each type.</string>
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteProviderDescriptor.java | 72 * This verification is deep. If the provider descriptor is known to be
|
/hardware/intel/common/libmix/mix_audio/src/ |
mixaip.c | 153 // TODO: do deep compare
|
/hardware/intel/common/libmix/mix_common/src/ |
mixparams.c | 109 // TODO perform deep copy.
|
/hardware/intel/common/libmix/mix_video/src/ |
mixbuffer.c | 154 // Deep compare
|
mixvideocaps.c | 175 // Deep compare
|
mixvideoconfigparamsdec_mp42.c | 182 // Deep compare
|
mixvideoconfigparamsdec_vc1.c | 167 // Deep compare
|
mixvideodecodeparams.c | 145 // Deep compare
|
mixvideoencodeparams.c | 145 // Deep compare
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
documentimportnode19.java | 39 * Using the method importNode with deep=true/false, import a entity nodes ent2 and ent6
|
documentimportnode20.java | 39 * Using the method importNode with deep=true, import a entity node ent4
|
documentimportnode21.java | 39 * Using the method importNode with deep=true, retreive the entity refs present in the
|
documentimportnode22.java | 39 * Using the method importNode with deep=true/false, import two notaiton nodes into the
|
/libcore/ojluni/src/main/java/java/security/cert/ |
LDAPCertStoreParameters.java | 121 * future revision to perform a deep copy if new parameters are added
|
X509CRLSelector.java | 190 * Note that a deep copy is performed on the <code>Collection</code> to 308 * @return a deep copy of the specified <code>Collection</code> 341 * @return a deep copy of the specified <code>Collection</code> 492 * Note that a deep copy is performed on the <code>Collection</code> to
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
tutorial.md | 301 o.AddMember("contacts", contacts, d.GetAllocator()); // deep clone contacts (may be with lots of allocations) 308 The object `o` needs to allocate a buffer of same size as contacts, makes a deep clone of it, and then finally contacts is destructed. This will incur a lot of unnecessary allocations/deallocations and memory copying. 472 ## Deep Copy Value {#DeepCopyValue} 473 If we really need to copy a DOM tree, we can use two APIs for deep copy: constructor with allocator, and `CopyFrom()`.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dir_util.py | 27 self.root_target = os.path.join(tmp_dir, 'deep')
|
Completed in 564 milliseconds
<<11121314151617181920>>