HomeSort by relevance Sort by last modified time
    Searched refs:oldParent (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/tpm2/
Rewrap.c 16 // TPM_RC_HANDLE oldParent does not consistent with inSymSeed
20 // symmetric algorithm key size of oldParent
21 // TPM_RC_TYPE oldParent is not a storage key, or 'newParent is not a storage key
22 // TPM_RC_VALUE for an 'oldParent; RSA key, the data to be decrypted is greater than
34 OBJECT *oldParent;
43 if((in->inSymSeed.t.size == 0 && in->oldParent != TPM_RH_NULL)
44 || (in->inSymSeed.t.size != 0 && in->oldParent == TPM_RH_NULL))
47 if(in->oldParent != TPM_RH_NULL)
50 oldParent = ObjectGet(in->oldParent);
    [all...]
Rewrap_fp.h 13 TPMI_DH_OBJECT oldParent;
Marshal_Rewrap.c 45 target->oldParent = request_handles[0];
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
Reparenting.java 64 ViewGroup oldParent = (ViewGroup) v.getParent();
65 ViewGroup newParent = oldParent == mContainer1 ? mContainer2 : mContainer1;
66 oldParent.removeView(v);
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 118 ViewParent oldParent = editText.getParent();
119 if (oldParent != view) {
120 if (oldParent != null) {
121 ((ViewGroup) oldParent).removeView(editText);
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
AutoCompleteEditTextPreference.java 147 ViewParent oldParent = editText.getParent();
148 if (oldParent != view) {
149 if (oldParent != null) {
150 ((ViewGroup) oldParent).removeView(editText);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 114 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
115 if (oldParent != null) oldParent.removeView(mMenuView);
128 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
129 if (oldParent != null) oldParent.removeView(mMenuView);
ActionBarView.java 303 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
304 if (oldParent != null) {
305 oldParent.removeView(mMenuView);
383 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
384 if (oldParent != null) {
385 oldParent.removeView(mMenuView);
404 final ViewGroup oldParent = (ViewGroup) menuView.getParent();
405 if (oldParent != null && oldParent != this) {
406 oldParent.removeView(menuView)
    [all...]
  /frameworks/base/core/java/android/view/
GhostView.java 103 View oldParent = (View) ghostView.getParent();
104 ViewGroup oldGrandParent = (ViewGroup) oldParent.getParent();
107 oldGrandParent.removeView(oldParent);
  /frameworks/av/media/mtp/
IMtpDatabase.h 110 virtual void endMoveObject(MtpObjectHandle oldParent, MtpObjectHandle newParent,
  /frameworks/base/media/java/android/mtp/
MtpStorageManager.java     [all...]
MtpDatabase.java 629 private void endMoveObject(int oldParent, int newParent, int oldStorage, int newStorage,
631 MtpStorageManager.MtpObject oldParentObj = oldParent == 0 ?
632 mManager.getStorageRoot(oldStorage) : mManager.getObject(oldParent);
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Expr.java 274 private void onParentSwapped(Expr oldParent, Expr newParent) {
275 Preconditions.check(mParents.remove(oldParent), "trying to remove non-existent parent %s"
276 + " from %s", oldParent, mParents);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 830 public void updateParent(GsmCdmaCall oldParent, GsmCdmaCall newParent){
831 if (newParent != oldParent) {
832 if (oldParent != null) {
833 oldParent.detach(this);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 767 CanvasViewInfo oldParent = old.getParent();
768 if (oldParent != null) {
769 CanvasViewInfo newParent = findCorresponding(oldParent, newRoot);
774 List<CanvasViewInfo> oldSiblings = oldParent.getChildren();
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 187 virtual void endMoveObject(MtpObjectHandle oldParent, MtpObjectHandle newParent,
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 145 oldParent = self.parent
157 oldParent.insert(myIndex, replaceWith)
    [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 

Completed in 463 milliseconds

1 2 3 4