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

1 2 3

  /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 150 ViewParent oldParent = editText.getParent();
151 if (oldParent != view) {
152 if (oldParent != null) {
153 ((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/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 795 public void updateParent(GsmCdmaCall oldParent, GsmCdmaCall newParent){
796 if (newParent != oldParent) {
797 if (oldParent != null) {
798 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...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 

Completed in 391 milliseconds

1 2 3