Home
last modified time | relevance | path

Searched refs:IGNORE (Results 1 – 25 of 71) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc88 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/
Dexpandsymlinks.py28 IGNORE = set(['.hg', 'httplib2', 'oauth2', 'simplejson', 'static']) variable
47 retval = retval.union(IGNORE.intersection(names))
/external/cldr/tools/java/org/unicode/cldr/draft/
DExemplarInfo.java33 …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/
DAgentPremain.java71 if (args.containsKey(AgentOptions.IGNORE)) { in premain()
72 String ignore = args.getProperty(AgentOptions.IGNORE); in premain()
DAgentOptions.java44 public static final String IGNORE = "ignore"; field in AgentOptions
/external/dagger2/java/dagger/internal/codegen/
DInjectionMethods.java120 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/
Dxml.dict39 "IGNORE"
74 "<![IGNORE["
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterAlias.java252 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()
DCharsetDecoderICU.java128 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/
Dswitch-dead-default.ll6 ; 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/
Dswitch-dead-default.ll6 ; 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/
Denum_template.java22 IGNORE, enumConstant
Dannotation_template.java50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
/external/vogar/src/vogar/
DResultValue.java24 IGNORE, enumConstant
/external/exoplayer/annotation-stubs/src/kotlin/annotations/jvm/
DMigrationStatus.java22 IGNORE, enumConstant
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java223 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/
DCancellationPolicy.java64 IGNORE enumConstant
/external/exoplayer/annotation-stubs/src/org/checkerframework/checker/nullness/qual/
DRequiresNonNull.java50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
DMonotonicNonNull.java50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
DPolyNull.java50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
DEnsuresNonNull.java50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
DNullable.java50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
DEnsuresNonNullIf.java50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
/external/exoplayer/annotation-stubs/src/org/checkerframework/checker/initialization/qual/
DUnknownInitialization.java50 MigrationStatus status() default MigrationStatus.IGNORE; in status()
/external/tensorflow/tensorflow/python/data/experimental/ops/
Ddistribute_options.py41 IGNORE = 1 variable in ExternalStatePolicy

123