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

1 2

  /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 161 public boolean isStart;
175 public LocalEntry(int address, boolean isStart, int reg, int nameIndex,
178 this.isStart = isStart;
187 address, isStart ? "start" : "end", reg,
330 if (prevle.isStart) {
356 if (!prevle.isStart) {
514 if ((entry.reg == e2.reg) && e2.isStart) {
564 if (decodedEntry.isStart != origEntry.isStart()) {
    [all...]
DebugInfoEncoder.java 310 if (entry.isStart()) {
317 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;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 55 void IncomingStanza(const XmlElement * element, bool isStart);
xmpplogintask.cc 82 XmppLoginTask::IncomingStanza(const XmlElement *element, bool isStart) {
84 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 195 boolean thisIsStart = isStart();
196 boolean otherIsStart = other.isStart();
229 public boolean isStart() {
400 if (e.isStart()) {
425 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/chromium_org/third_party/skia/src/core/
SkScan_Path.cpp 323 void prepost(int y, bool isStart) {
324 if (isStart) {
366 static void PrePostInverseBlitterProc(SkBlitter* blitter, int y, bool isStart) {
367 ((InverseBlitter*)blitter)->prepost(y, isStart);
  /external/skia/src/core/
SkScan_Path.cpp 323 void prepost(int y, bool isStart) {
324 if (isStart) {
366 static void PrePostInverseBlitterProc(SkBlitter* blitter, int y, bool isStart) {
367 ((InverseBlitter*)blitter)->prepost(y, isStart);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 102 void startRfDiscovery (bool isStart);
    [all...]
SecureElement.cpp 42 extern void startRfDiscovery (bool isStart);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp     [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 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1699 milliseconds

1 2