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

1 2

  /external/deqp/executor/
xeTestCaseListParser.cpp 94 bool isStart = element == xml::ELEMENT_START;
99 if (isStart)
125 if (isStart)
  /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_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() {
397 if (e.isStart()) {
422 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()) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallbackWrapper.java 114 public void onMultiAdvertiseCallback(int status, boolean isStart,
IBluetoothGattCallback.aidl 68 void onMultiAdvertiseCallback(in int status, boolean isStart,
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 325 public void onMultiAdvertiseCallback(int status, boolean isStart,
328 if (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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 141 boolean isStart = true;
142 mService.onMultipleAdvertiseCallback(clientIf, status, isStart, settings);
GattService.java     [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 97 void startRfDiscovery (bool isStart);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp     [all...]
  /frameworks/rs/api/
gen_runtime.cpp 511 void writeIfdef(ofstream& file, string filename, bool isStart) {
522 if (isStart) {
    [all...]

Completed in 1661 milliseconds

1 2