HomeSort by relevance Sort by last modified time
    Searched full:invalid_type (Results 1 - 25 of 27) sorted by null

1 2

  /dalvik/hit/src/com/android/hit/
RootType.java 21 INVALID_TYPE (1, "invalid type"),
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader_unittest.cc 163 std::vector<char> invalid_type = local
165 invalid_type[kPmpFieldType1Offset] = (char)0xff;
166 invalid_type[kPmpFieldType2Offset] = (char)0xff;
168 invalid_type,
  /external/chromium_org/sandbox/win/src/
internal_types.h 18 INVALID_TYPE = 0,
ipc_unittest.cc 181 ArgType type = INVALID_TYPE;
197 type = INVALID_TYPE;
218 type = INVALID_TYPE;
250 ArgType type = INVALID_TYPE;
264 type = INVALID_TYPE;
276 type = INVALID_TYPE;
282 type = INVALID_TYPE;
288 type = INVALID_TYPE;
policy_engine_params.h 61 ParameterSet() : real_type_(INVALID_TYPE), address_(NULL) {}
92 return INVALID_TYPE != real_type_;
crosscall_server.cc 185 (INVALID_TYPE >= type) || (LAST_TYPE <= type) || // Unknown type.
sharedmem_ipc_server.cc 223 COMPILE_ASSERT(0 == INVALID_TYPE, Incorrect_type_enum);
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRxStatus.java 32 PENDING_UPDATE_CMD_PARAMS(110), FAILED_ALREADY_PENDING(111), INVALID_TYPE(112), CMD_TYPE_WAS_ALREADY_ALLOCATED(
  /external/clang/test/Sema/
function.c 76 inline foo_t invalid_type() { // expected-error {{unknown type name 'foo_t'}} function
  /external/libsepol/tests/policies/test-linker/
small-base.conf 500 type invalid_type;
512 allow g_b_type_1 invalid_type : sem { create destroy };
  /external/chromium_org/chrome/common/extensions/features/
base_feature_provider_unittest.cc 49 EXPECT_EQ(Feature::INVALID_TYPE, feature->IsAvailableToContext(
simple_feature.cc 345 return CreateAvailability(INVALID_TYPE, type);
407 case INVALID_TYPE:
simple_feature_unittest.cc 158 Feature::INVALID_TYPE,
165 Feature::INVALID_TYPE,
207 EXPECT_EQ(Feature::INVALID_TYPE, availability.result());
  /external/chromium_org/extensions/common/features/
feature.h 70 INVALID_TYPE,
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 431 type invalid_type;
small-base.conf 431 type invalid_type;
  /frameworks/wilhelm/src/android/
android_defs.h 23 INVALID_TYPE =-1,
MediaPlayer_to_android.cpp 387 mp->mAndroidObjType = INVALID_TYPE;
451 case INVALID_TYPE: // intended fall-through
AudioPlayer_to_android.cpp 563 * are supported by this implementation, INVALID_TYPE otherwise
571 AndroidObjectType type = INVALID_TYPE;
863 if (INVALID_TYPE == pAudioPlayer->mAndroidObjType) {
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 1050 case KeyPrefix::INVALID_TYPE:
1073 : database_id_(INVALID_TYPE),
1074 object_store_id_(INVALID_TYPE),
1075 index_id_(INVALID_TYPE) {}
    [all...]
indexed_db_leveldb_coding.h 101 INVALID_TYPE
  /external/v8/src/
factory.cc     [all...]
objects-printer.cc 444 case INVALID_TYPE: return "INVALID";
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 113 void RecordInvalidStructure(InvalidStructureType invalid_type) {
115 invalid_type, STRUCTURE_EVENT_MAX);
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 

Completed in 1313 milliseconds

1 2