Home
last modified time | relevance | path

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

12

/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/tensorflow/tensorflow/python/eager/
Dexecution_callbacks_test.py28 IGNORE = execution_callbacks.ExecutionCallback.IGNORE variable
44 with execution_callbacks.errstate(inf_or_nan=IGNORE):
49 with execution_callbacks.errstate(inf_or_nan=IGNORE):
Dexecution_callbacks.py46 IGNORE = "ignore" variable in ExecutionCallback
320 old_settings = {"inf_or_nan": ExecutionCallback.IGNORE}
342 if inf_or_nan != ExecutionCallback.IGNORE:
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Configuration.java222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5; in load() local
249 mode = IGNORE; // Ignore whitespace on the next line in load()
286 mode = IGNORE; // Ignore whitespace on the next line in load()
314 mode = IGNORE; in load()
316 if (buffer.length() == 0 || mode == IGNORE) { in load()
324 if (mode == IGNORE || mode == CONTINUE) { in load()
/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/python/google-api-python-client/
Dexpandsymlinks.py28 IGNORE = set(['.hg', 'httplib2', 'oauth2', 'simplejson', 'static']) variable
47 retval = retval.union(IGNORE.intersection(names))
/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/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/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/vogar/src/vogar/
DResultValue.java24 IGNORE, enumConstant
DOutcome.java147 return ResultValue.IGNORE; in getResultValue()
/external/v8/src/base/
Dwin32-headers.h73 #undef IGNORE
/external/pdfium/third_party/libtiff/
D0028-nstrips-OOM.patch11 #define IGNORE 0 /* tag placeholder used below */
Dtif_dirread.c46 #define IGNORE 0 /* tag placeholder used below */ macro
3455 na->tdir_tag=IGNORE; in TIFFReadDirectory()
3494 dp->tdir_tag=IGNORE; in TIFFReadDirectory()
3517 dp->tdir_tag=IGNORE; in TIFFReadDirectory()
3529 if (dp->tdir_tag!=IGNORE) in TIFFReadDirectory()
3549 dp->tdir_tag=IGNORE; in TIFFReadDirectory()
3556 if (dp->tdir_tag!=IGNORE) in TIFFReadDirectory()
3560 dp->tdir_tag=IGNORE; in TIFFReadDirectory()
3582 dp->tdir_tag=IGNORE; in TIFFReadDirectory()
3681 case IGNORE: in TIFFReadDirectory()
[all …]
/external/elfutils/libebl/
Deblauxvinfo.c43 TYPE (IGNORE, "") \
/external/guice/core/src/com/google/inject/internal/
DInternalFlags.java64 IGNORE, enumConstant
DInternalProvisionException.java146 case IGNORE: in onNullInjectedIntoNonNullableDependency()
/external/python/cpython3/Lib/tkinter/
Dmessagebox.py47 IGNORE = "ignore" variable
/external/python/cpython2/Lib/lib-tk/
DtkMessageBox.py47 IGNORE = "ignore" variable
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2ConnectionTest.java448 .pushObserver(IGNORE)
494 .pushObserver(IGNORE)
498 static final PushObserver IGNORE = new PushObserver() {
/external/iputils/doc/
Dtraceroute6.sgml75 <![IGNORE[

12