/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_network_stats_unittest.cc | 88 IGNORE, enumerator 207 IGNORE, // current_buffer_size_ms in DecodeFecTest() 208 IGNORE, // preferred_buffer_size_ms in DecodeFecTest() 209 IGNORE, // jitter_peaks_found in DecodeFecTest() 214 IGNORE, // preemptive_rate in DecodeFecTest() 217 IGNORE, // clockdrift_ppm in DecodeFecTest() 240 IGNORE, // current_buffer_size_ms in NoiseExpansionTest() 241 IGNORE, // preferred_buffer_size_ms in NoiseExpansionTest() 242 IGNORE, // jitter_peaks_found in NoiseExpansionTest() 247 IGNORE, // preemptive_rate in NoiseExpansionTest() [all …]
|
/external/python/google-api-python-client/ |
D | expandsymlinks.py | 28 IGNORE = set(['.hg', 'httplib2', 'oauth2', 'simplejson', 'static']) variable 47 retval = retval.union(IGNORE.intersection(names))
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | ExemplarInfo.java | 33 …public static UnicodeSet IGNORE = new UnicodeSet("[[:sc=unknown:][:script=common:]-[:M:]]").freeze… field in ExemplarInfo 140 if (IGNORE.containsAll(sequence)) { in getStatus() 174 auxiliariesX = ExemplarInfo.flatten(auxiliary1, locale).addAll(IGNORE).freeze(); in ExemplarInfo() 175 exemplarsX = new UnicodeSet(exemplars).addAll(IGNORE).freeze(); in ExemplarInfo() 176 exemplarScripts = expandScripts(exemplars1, locale).addAll(IGNORE).freeze(); in ExemplarInfo() 177 auxiliaryScripts = expandScripts(auxiliary1, locale).addAll(IGNORE).freeze(); in ExemplarInfo()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/ |
D | AgentPremain.java | 71 if (args.containsKey(AgentOptions.IGNORE)) { in premain() 72 String ignore = args.getProperty(AgentOptions.IGNORE); in premain()
|
D | AgentOptions.java | 44 public static final String IGNORE = "ignore"; field in AgentOptions
|
/external/dagger2/java/dagger/internal/codegen/ |
D | InjectionMethods.java | 120 ReceiverAccessibility.IGNORE, in create() 259 CheckNotNullPolicy.IGNORE, in create() 439 IGNORE { enumConstant 463 IGNORE, CHECK_FOR_NULL; enumConstant 465 if (this.equals(IGNORE)) { in checkForNull() 472 return binding.shouldCheckForNull(compilerOptions) ? CHECK_FOR_NULL : IGNORE; in get()
|
/external/oss-fuzz/projects/expat/ |
D | xml.dict | 39 "IGNORE" 74 "<![IGNORE["
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterAlias.java | 252 private static final byte IGNORE = 0; field in UConverterAlias 271 return (char)((c < asciiTypes.length) ? asciiTypes[c] : (char)IGNORE); in GET_CHAR_TYPE() 285 case IGNORE: in io_stripASCIIForCompare() 341 case IGNORE: in compareNames() 366 case IGNORE: in compareNames()
|
D | CharsetDecoderICU.java | 128 super.onMalformedInput(CodingErrorAction.IGNORE); in implOnMalformedInput() 151 super.onUnmappableCharacter(CodingErrorAction.IGNORE); in implOnUnmappableCharacter() 185 }else if(action==CodingErrorAction.IGNORE){ in getCallback()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | switch-dead-default.ll | 6 ; CHECK: br i1 [[IGNORE:%.*]], label %true, label %false 92 ; CHECK: br i1 [[IGNORE:%.*]], label %true, label %false 112 ; CHECK: br i1 [[IGNORE:%.*]], label %true, label %false 134 ; CHECK: br i1 [[IGNORE:%.*]], label %true, label %false
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch-dead-default.ll | 6 ; CHECK: br i1 [[IGNORE:%.*]], label %true, label %false 92 ; CHECK: br i1 [[IGNORE:%.*]], label %true, label %false 112 ; CHECK: br i1 [[IGNORE:%.*]], label %true, label %false 134 ; CHECK: br i1 [[IGNORE:%.*]], label %true, label %false
|
/external/exoplayer/annotation-stubs/ |
D | enum_template.java | 22 IGNORE, enumConstant
|
D | annotation_template.java | 50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
|
/external/vogar/src/vogar/ |
D | ResultValue.java | 24 IGNORE, enumConstant
|
/external/exoplayer/annotation-stubs/src/kotlin/annotations/jvm/ |
D | MigrationStatus.java | 22 IGNORE, enumConstant
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 223 IGNORE, BUFFER, STORE, END enumConstant 254 case IGNORE: in readSamples() 376 action = NALActions.IGNORE; in handleNALUnit() 386 action = NALActions.IGNORE; in handleNALUnit() 396 action = NALActions.IGNORE; in handleNALUnit()
|
/external/dagger2/java/dagger/producers/ |
D | CancellationPolicy.java | 64 IGNORE enumConstant
|
/external/exoplayer/annotation-stubs/src/org/checkerframework/checker/nullness/qual/ |
D | RequiresNonNull.java | 50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
|
D | MonotonicNonNull.java | 50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
|
D | PolyNull.java | 50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
|
D | EnsuresNonNull.java | 50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
|
D | Nullable.java | 50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
|
D | EnsuresNonNullIf.java | 50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
|
/external/exoplayer/annotation-stubs/src/org/checkerframework/checker/initialization/qual/ |
D | UnknownInitialization.java | 50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | distribute_options.py | 41 IGNORE = 1 variable in ExternalStatePolicy
|