HomeSort by relevance Sort by last modified time
    Searched refs:parent (Results 351 - 375 of 6350) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ACsOpenPosition.java 46 this._csOpen_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
ADataCommand.java 46 this._data_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
ADecNumberVariable.java 46 this._decNumber_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
ADecimalExpression.java 46 this._value_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
AExistsExpression.java 46 this._expression_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
AHexExpression.java 46 this._value_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
AHexNumberVariable.java 46 this._hexNumber_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
ANameVariable.java 46 this._word_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
ANegativeExpression.java 46 this._expression_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
ANotExpression.java 46 this._expression_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
ANumericExpression.java 46 this._expression_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
AStringExpression.java 46 this._value_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
AVariableExpression.java 46 this._variable_.parent(null);
51 if(node.parent() != null)
53 node.parent().removeChild(node);
56 node.parent(this);
  /external/mesa3d/src/gbm/backends/dri/
driver_name.c 42 struct udev_device *device, *parent; local
52 parent = udev_device_get_parent(device);
53 if (parent == NULL) {
54 fprintf(stderr, "gbm: could not get parent device");
58 pci_id = udev_device_get_property_value(parent, "PCI_ID");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResourceCursorAdapter.java 83 public View newView(Context context, Cursor cursor, ViewGroup parent) {
84 return mInflater.inflate(mLayout, parent, false);
88 public View newDropDownView(Context context, Cursor cursor, ViewGroup parent) {
89 return mInflater.inflate(mDropDownLayout, parent, false);
  /external/skia/debugger/QT/
SkListWidget.h 23 Constructs the list widget with the specified parent for layout purposes.
24 @param parent The parent container of this widget
26 SkListWidget(QObject* parent = nullptr) {}
  /external/skia/src/animator/
SkPaintPart.cpp 22 bool SkPaintPart::setParent(SkDisplayable* parent) {
23 SkASSERT(parent != nullptr);
24 if (parent->isPaint() == false)
26 fPaint = (SkDrawPaint*) parent;
  /external/v8/test/mjsunit/strong/
class-object-frozen.js 67 let parent = getClass();
71 class Foo extends parent {
79 assertDoesNotThrow(function(){addProperty(parent)});
80 assertDoesNotThrow(function(){convertPropertyToData(parent)});
85 let parent = getClassStrong();
88 class Foo extends parent {
95 assertThrows(function(){addProperty(parent)}, TypeError);
96 assertThrows(function(){convertPropertyToData(parent)}, TypeError);
  /external/webrtc/webrtc/base/
taskparent.cc 21 TaskParent::TaskParent(Task* derived_instance, TaskParent *parent)
22 : parent_(parent) {
24 ASSERT(parent != NULL);
25 runner_ = parent->GetRunner();
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomuniquehangoutidtask.h 23 MucRoomUniqueHangoutIdTask(buzz::XmppTaskParentInterface* parent,
presencereceivetask.h 25 // parent a reference to task interface associated withe the XMPP client.
26 explicit PresenceReceiveTask(XmppTaskParentInterface* parent);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.h 25 AddInterface(WpaGui *_wpagui, QWidget *parent = 0);
scanresults.h 22 ScanResults(QWidget *parent = 0, const char *name = 0,
userdatarequest.h 22 UserDataRequest(QWidget *parent = 0, const char *name = 0,
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 99 ViewGroup parent) {
100 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false);
104 public View newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent) {
106 parent, false);

Completed in 269 milliseconds

<<11121314151617181920>>