OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topNode
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/telecomm/java/android/telecom/Logging/
Session.java
252
Session
topNode
= this;
253
while (
topNode
.getParentSession() != null) {
254
topNode
=
topNode
.getParentSession();
256
return
topNode
.printSessionTree();
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.cpp
280
void addDereferencedUniform(TIntermBinary*
topNode
)
283
const TType& leftType =
topNode
->getLeft()->getType();
289
TIntermSymbol* base = findBase(
topNode
);
295
if (processedDerefs.find(
topNode
) != processedDerefs.end())
318
// If the
topNode
is a reflection-granularity-array dereference, don't include that last dereference.
320
for (TIntermBinary* visitNode =
topNode
; visitNode; visitNode = visitNode->getLeft()->getAsBinaryNode()) {
331
if (isReflectionGranularity(
topNode
->getLeft()->getType()) &&
topNode
->getLeft()->isArray()) {
332
if (
topNode
->getOp() == EOpIndexDirect)
333
arraySize =
topNode
->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst() + 1
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 270 milliseconds