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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 68 return 'UNKNOWN';
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 70 private static final int UNKNOWN = 3;
130 mState = UNKNOWN;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 75 UNKNOWN, INTERFACE, PARCELABLE;
437 * cannot be determined, then it will return {@link AidlType#UNKNOWN}.
442 // At this time, parsing isn't available, so we return UNKNOWN. This will force
444 return AidlType.UNKNOWN;
482 // return AidlType.UNKNOWN;
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 89 if (player == State.UNKNOWN) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 196 /** property file for default UNKNOWN (Either XML or HTML, to be determined later) properties */
212 /** The properties when method="" for the "unknown" wrapper */
303 else if (method.equals(Method.UNKNOWN))
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 43 // UNKNOWN input type:
193 UNKNOWN, // Valid input whose type cannot be determined
194 REQUESTED_URL, // Input autodetected as UNKNOWN, which the user wants to
    [all...]
history_contents_provider.cc 80 // (REQUESTED_URL or UNKNOWN with dots) because we get poor results for it,
84 (input.type() == AutocompleteInput::UNKNOWN)) &&
  /external/chromium/chrome/browser/task_manager/
task_manager.h 45 UNKNOWN = 0, // An unknown process type.
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
JInputJoyInput.java 124 if (c.getType() == Controller.Type.UNKNOWN
  /external/protobuf/src/google/protobuf/
wire_format.cc 239 // The only unknown fields that are allowed to exist in a MessageSet are
268 // The only unknown fields that are allowed to exist in a MessageSet are
352 // The only unknown fields that are allowed to exist in a MessageSet are
422 const FieldDescriptor* field, // May be NULL for unknown
427 enum { UNKNOWN, NORMAL_FORMAT, PACKED_FORMAT } value_format;
430 value_format = UNKNOWN;
439 // We don't recognize this field. Either the field number is unknown
440 // or the wire type doesn't match. Put it in our unknown field set.
441 value_format = UNKNOWN;
444 if (value_format == UNKNOWN) {
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaParser.java 282 XMPError.UNKNOWN, e);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CarrierText.java 209 case UNKNOWN:
  /frameworks/base/services/java/com/android/server/wifi/
WifiNotificationController.java 152 || (state == NetworkInfo.State.UNKNOWN)) {
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 44 UNKNOWN, CLASS_0, CLASS_1, CLASS_2, CLASS_3;
47 /** Unknown encoding scheme (see TS 23.038)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 85 monitor.beginTask("Looking for errors", IProgressMonitor.UNKNOWN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 146 fileLength > 0 ? 100 : IProgressMonitor.UNKNOWN);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 504 assertEquals(PixelFormat.UNKNOWN,
505 Drawable.resolveOpacity(PixelFormat.UNKNOWN, PixelFormat.TRANSLUCENT));
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 704 out.writeLong (UNKNOWN); // length placeholder
806 private static final long UNKNOWN = 0L;
  /external/v8/src/
deoptimizer.h 631 UNKNOWN,
639 : addr_(NULL), representation_(UNKNOWN) { }
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 80 /* Unknown, or no such operation; the enumeration constant should have
82 DEF_RTL_EXPR(UNKNOWN, "UnKnown", "*", RTX_EXTRA)
277 is used in some unknown way. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 80 /* Unknown, or no such operation; the enumeration constant should have
82 DEF_RTL_EXPR(UNKNOWN, "UnKnown", "*", RTX_EXTRA)
277 is used in some unknown way. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 80 /* Unknown, or no such operation; the enumeration constant should have
82 DEF_RTL_EXPR(UNKNOWN, "UnKnown", "*", RTX_EXTRA)
277 is used in some unknown way. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 80 /* Unknown, or no such operation; the enumeration constant should have
82 DEF_RTL_EXPR(UNKNOWN, "UnKnown", "*", RTX_EXTRA)
277 is used in some unknown way. */
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 102 assertEquals(SmsMessage.MessageClass.UNKNOWN, sms.getMessageClass());

Completed in 811 milliseconds

1 2 3 4 56 7 8 91011>>