HomeSort by relevance Sort by last modified time
    Searched refs:isStart (Results 1 - 21 of 21) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 150 public boolean isStart;
164 public LocalEntry(int address, boolean isStart, int reg, int nameIndex,
167 this.isStart = isStart;
176 address, isStart ? "start" : "end", reg,
326 if (prevle.isStart) {
352 if (!prevle.isStart) {
510 if ((entry.reg == e2.reg) && e2.isStart) {
560 if (decodedEntry.isStart != origEntry.isStart()) {
    [all...]
DebugInfoEncoder.java 302 if (entry.isStart()) {
309 if (prevEntry.isStart()) {
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 151 public boolean isStart;
165 public LocalEntry(int address, boolean isStart, int reg, int nameIndex,
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...]
DebugInfoEncoder.java 302 if (entry.isStart()) {
309 if (prevEntry.isStart()) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 151 public boolean isStart;
165 public LocalEntry(int address, boolean isStart, int reg, int nameIndex,
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...]
DebugInfoEncoder.java 302 if (entry.isStart()) {
309 if (prevEntry.isStart()) {
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 52 void IncomingStanza(const XmlElement * element, bool isStart);
xmpplogintask.cc 81 XmppLoginTask::IncomingStanza(const XmlElement *element, bool isStart) {
83 isStart_ = isStart;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 196 boolean thisIsStart = isStart();
197 boolean otherIsStart = other.isStart();
230 public boolean isStart() {
401 if (e.isStart()) {
426 if (test.isStart()) {
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 196 boolean thisIsStart = isStart();
197 boolean otherIsStart = other.isStart();
230 public boolean isStart() {
401 if (e.isStart()) {
426 if (test.isStart()) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 196 boolean thisIsStart = isStart();
197 boolean otherIsStart = other.isStart();
230 public boolean isStart() {
401 if (e.isStart()) {
426 if (test.isStart()) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 676 boolean isStart = (mCurrentFocusIndex == FOCUS_NONE);
678 int index = isStart ? 0 : (mCurrentFocusIndex + direction);
691 if (isStart) {
TextCandidatesViewManager.java     [all...]
  /external/skia/src/core/
SkScan_Path.cpp 324 void prepost(int y, bool isStart) {
325 if (isStart) {
367 static void PrePostInverseBlitterProc(SkBlitter* blitter, int y, bool isStart) {
368 ((InverseBlitter*)blitter)->prepost(y, isStart);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]
  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp     [all...]
TextIterator.cpp     [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 461 milliseconds