Searched refs:isStart (Results 1 - 13 of 13) sorted by relevance

/external/deqp/executor/
H A DxeTestCaseListParser.cpp94 bool isStart = element == xml::ELEMENT_START; local
99 if (isStart)
125 if (isStart)
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java151 public boolean isStart; field in class:DebugInfoDecoder.LocalEntry
165 public LocalEntry(int address, boolean isStart, int reg, int nameIndex, argument
168 this.isStart = isStart;
177 address, isStart ? "start" : "end", reg,
320 if (prevle.isStart) {
346 if (!prevle.isStart) {
504 if ((entry.reg == e2.reg) && e2.isStart) {
554 if (decodedEntry.isStart != origEntry.isStart()) {
[all...]
H A DDebugInfoEncoder.java302 if (entry.isStart()) {
309 if (prevEntry.isStart()) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h55 void IncomingStanza(const XmlElement * element, bool isStart);
H A Dxmpplogintask.cc82 XmppLoginTask::IncomingStanza(const XmlElement *element, bool isStart) { argument
84 isStart_ = isStart;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java196 boolean thisIsStart = isStart();
197 boolean otherIsStart = other.isStart();
230 public boolean isStart() { method in class:LocalList.Entry
401 if (e.isStart()) {
426 if (test.isStart()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Path.cpp323 void prepost(int y, bool isStart) { argument
324 if (isStart) {
366 static void PrePostInverseBlitterProc(SkBlitter* blitter, int y, bool isStart) { argument
367 ((InverseBlitter*)blitter)->prepost(y, isStart);
/external/skia/src/core/
H A DSkScan_Path.cpp323 void prepost(int y, bool isStart) { argument
324 if (isStart) {
366 static void PrePostInverseBlitterProc(SkBlitter* blitter, int y, bool isStart) { argument
367 ((InverseBlitter*)blitter)->prepost(y, isStart);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DReplaceSelectionCommand.cpp1460 bool isStart = isStartOfParagraph(VisiblePosition(insertPos)); local
1462 bool isMiddle = !isStart && !isEnd;
1476 if (isStart || isMiddle) {
1486 if (isStart || isMiddle) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3742 milliseconds