HomeSort by relevance Sort by last modified time
    Searched refs:UNKNOWN (Results 176 - 200 of 278) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 58 return GetUpdatesCallerInfo::UNKNOWN;
61 return GetUpdatesCallerInfo::UNKNOWN;
    [all...]
  /external/v8/src/
platform-win32.cc 663 UNKNOWN, // Output method has not yet been determined.
668 static OutputMode output_mode = UNKNOWN; // Current output mode.
675 if (output_mode == UNKNOWN) {
679 // standard output handle is invalid or its file type is unknown.
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 450 public static final short UNKNOWN = 0;
542 public static final short UNKNOWN = 0;
634 public static final short UNKNOWN = 0;
    [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 246 length -= loadBasicObj(RootType.UNKNOWN);
345 "loadHeapDump loop with unknown tag " + tag
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 288 m_outputProperties = new OutputProperties(org.apache.xml.serializer.Method.UNKNOWN);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 187 // as UNKNOWN, we'll still show an accidental search infobar if need be.
191 ((params->input.type() != AutocompleteInput::UNKNOWN) ||
    [all...]
search_provider.cc 372 // Next we check the scheme. If this is UNKNOWN/REQUESTED_URL/URL with a
674 case AutocompleteInput::UNKNOWN:
    [all...]
  /external/qemu/android/
hw-events.h 292 KEY_CODE(UNKNOWN ,240) \
  /external/smack/src/org/xbill/DNS/
Cache.java 498 return SetResponse.ofType(SetResponse.UNKNOWN);
  /external/webkit/Source/WebKit/android/jni/
JavaBridge.cpp 397 Connection::ConnectionType connectionType = Connection::UNKNOWN;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 127 throw new XMPException("Error writing to the OutputStream", XMPError.UNKNOWN);
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 343 * 1. path and mime type both are not empty strings (meaning unavailable) else content is unknown
353 return DrmObjectType::UNKNOWN;
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 212 mState = State.UNKNOWN;
267 // for each network type, initialize network states to UNKNOWN, and no verification flag is set
369 // DISCONNECTING, DISCONNECTED, UNKNOWN
544 log("Ping test Fail: Unknown Host");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 214 if (mMncLength != UNINITIALIZED && mMncLength != UNKNOWN) {
798 // unknown refresh operation
799 if (DBG) log("handleRuimRefresh with unknown operation");
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 327 assertEquals(Folder.FolderRole.UNKNOWN, folder.getRole());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 179 case UNKNOWN:
213 return "unknown";
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 535 mockDrawable2.setOpacity(PixelFormat.UNKNOWN);
536 assertEquals(PixelFormat.UNKNOWN, layerDrawable.getOpacity());
    [all...]
  /external/robolectric/lib/main/
maps_v16.jar 
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 272 mFormatNames.append(ImageFormat.UNKNOWN, "UNKNOWN");
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 509 mSimState = IccCardConstants.State.UNKNOWN;
746 mSimState == IccCardConstants.State.UNKNOWN) {
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 507 * PixelFormat.UNKNOWN to allow the Window to select
524 // mHaveWindowFormat will be false after set PixelFormat.UNKNOWN and
526 window.setFormat(PixelFormat.UNKNOWN);
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 215 FATAL_ERROR( std::string("Error: unknown tag ") + name, ESR_INVALID_ARGUMENT);
264 DEBUG_PRINT( "UNKNOWN node name: " + name );
297 FATAL_ERROR( std::string("Error: unknown tag ") + name, ESR_INVALID_ARGUMENT );
344 DEBUG_PRINT( "UNKNOWN node name: ");
783 case TiXmlNode::UNKNOWN:
    [all...]

Completed in 1666 milliseconds

1 2 3 4 5 6 78 91011>>