/external/libdrm/freedreno/ |
freedreno_ringbuffer.h | 49 struct fd_ringbuffer *parent; member in struct:fd_ringbuffer 56 struct fd_ringbuffer *parent);
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
I18NBundle.java | 31 * resources, whose names and values are {@code Strings}. A bundle may have a parent bundle, and when a resource is not found in a 32 * bundle, the parent bundle is searched for the resource. If the fallback mechanism reaches the base bundle and still can't find 76 /** The parent of this {@code I18NBundle} that is used if this bundle doesn't include the requested resource. */ 77 private I18NBundle parent; field in class:I18NBundle 215 * The sequence of the candidate locales also corresponds to the runtime resource lookup path (also known as the <I>parent 218 * that the base bundle is the terminal of the parent chain. 249 * lookup path (parent chain) is: 298 I18NBundle parent = null; local 300 // Load recursively the parent having the next candidate locale 301 parent = loadBundleChain(baseFileHandle, encoding, candidateLocales, candidateIndex + 1, baseBundle) [all...] |
/external/mockito/src/org/mockito/internal/creation/jmock/ |
SearchingClassLoader.java | 18 public SearchingClassLoader(ClassLoader parent, ClassLoader nextToSearch) {
19 super(parent);
|
/external/replicaisland/src/com/replica/replicaisland/ |
ButtonAnimationComponent.java | 48 public void update(float timeDelta, BaseObject parent) { 50 GameObject parentObject = (GameObject)parent;
|
DynamicCollisionComponent.java | 51 public void update(float timeDelta, BaseObject parent) { 54 collision.registerForCollisions((GameObject)parent, mHitReactionComponent, mBoundingVolume,
|
GenericAnimationComponent.java | 34 public void update(float timeDelta, BaseObject parent) { 36 GameObject parentObject = (GameObject) parent;
|
HitPlayerComponent.java | 47 public void update(float timeDelta, BaseObject parent) { 53 GameObject parentObject = (GameObject)parent;
|
MovementComponent.java | 39 public void update(float timeDelta, BaseObject parent) { 40 GameObject object = (GameObject) parent;
|
RenderComponent.java | 52 public void update(float timeDelta, BaseObject parent) { 56 mPositionWorkspace.set(((GameObject)parent).getPosition());
|
SelectDialogComponent.java | 39 public void update(float timeDelta, BaseObject parent) { 42 GameObject parentObject = (GameObject)parent;
|
SimplePhysicsComponent.java | 40 public void update(float timeDelta, BaseObject parent) { 41 GameObject parentObject = (GameObject) parent;
|
/external/selinux/libsepol/cil/test/unit/ |
test_cil_tree.c | 45 CuAssertPtrEquals(tc, NULL, test_node->parent); 63 CuAssertPtrEquals(tc, NULL, test_tree->root->parent);
|
/external/skia/include/views/ |
SkStackViewLayout.h | 63 virtual void onLayoutChildren(SkView* parent); 80 virtual void onLayoutChildren(SkView* parent);
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/ |
SmaliBaseReferenceListStub.java | 49 @NotNull StubElement parent, @NotNull IStubElementType elementType, @NotNull String[] smaliTypeNames) { 50 super(parent, elementType);
|
/external/toybox/toys/posix/ |
rm.c | 74 if (try->parent) try->parent->symlink = (char *)2;
|
/external/v8/tools/ |
run_perf.py | 352 """Fake parent node with all default values.""" 374 def __init__(self, suite, parent, arch): 385 self.path = parent.path[:] + suite.get("path", []) 386 self.graphs = parent.graphs[:] + [suite["name"]] 387 self.flags = parent.flags[:] + suite.get("flags", []) 388 self.test_flags = parent.test_flags[:] + suite.get("test_flags", []) 390 # Values independent of parent node. 393 # Descrete values (with parent defaults). 394 self.binary = suite.get("binary", parent.binary) 395 self.run_count = suite.get("run_count", parent.run_count [all...] |
/external/valgrind/none/tests/ |
pth_atfork1.c | 59 parent (void) function 80 pthread_atfork (prepare, parent, child);
|
/external/vboot_reference/firmware/lib20/ |
packed_key.c | 17 int vb2_verify_packed_key_inside(const void *parent, 21 return vb2_verify_member_inside(parent, parent_size,
|
/external/webrtc/webrtc/base/ |
signalthread.h | 105 explicit Worker(SignalThread* parent) : parent_(parent) {}
|
/external/webrtc/webrtc/common_audio/ |
lapped_transform.h | 94 explicit BlockThunk(LappedTransform* parent) : parent_(parent) {}
|
/external/webrtc/webrtc/libjingle/xmpp/ |
discoitemsquerytask.cc | 18 DiscoItemsQueryTask::DiscoItemsQueryTask(XmppTaskParentInterface* parent, 21 : IqTask(parent, STR_GET, to, MakeRequest(node)) {
|
fakexmppclient.h | 28 explicit FakeXmppClient(rtc::TaskParent* parent) 29 : XmppTaskParentInterface(parent) {
|
iqtask.cc | 20 IqTask::IqTask(XmppTaskParentInterface* parent, 24 : buzz::XmppTask(parent, buzz::XmppEngine::HL_SINGLE),
|
mucroomdiscoverytask.cc | 18 XmppTaskParentInterface* parent, 20 : IqTask(parent, STR_GET, room_jid,
|
pingtask.cc | 19 PingTask::PingTask(buzz::XmppTaskParentInterface* parent, 23 : buzz::XmppTask(parent, buzz::XmppEngine::HL_SINGLE),
|