Searched refs:contextMap (Results 1 - 23 of 23) sorted by relevance

/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/
H A DMDCAdapter.java86 * @param contextMap must contain only keys and values of type String
90 public void setContextMap(Map<String, String> contextMap); argument
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DNOPMDCAdapter.java59 public void setContextMap(Map<String, String> contextMap) { argument
H A DBasicMDCAdapter.java156 public void setContextMap(Map<String, String> contextMap) { argument
157 Map<String, String> map = Collections.<String, String> synchronizedMap(new HashMap<String, String>(contextMap));
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
H A DLog4jMDCAdapter.java78 public void setContextMap(Map contextMap) { argument
81 Iterator entrySetIterator = contextMap.entrySet().iterator();
88 old.putAll(contextMap);
/external/brotli/java/org/brotli/dec/
H A DState.java14 byte[] contextMap; field in class:State
H A DDecode.java436 private static int decodeContextMap(int contextMapSize, byte[] contextMap, State s) { argument
441 Utils.fillBytesWithZeroes(contextMap, 0, contextMapSize);
458 contextMap[i] = 0;
467 contextMap[i] = 0;
472 contextMap[i] = (byte) (code - maxRunLengthPrefix);
478 inverseMoveToFrontTransform(contextMap, contextMapSize);
509 s.literalTreeIndex = s.contextMap[s.contextMapSlice] & 0xFF;
624 s.contextMap = new byte[s.numLiteralBlockTypes << LITERAL_CONTEXT_BITS];
626 s.contextMap, s);
629 if (s.contextMap[
[all...]
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
H A DMDC.java238 * @param contextMap
242 public static void setContextMap(Map<String, String> contextMap) { argument
246 mdcAdapter.setContextMap(contextMap);
/external/brotli/csharp/org/brotli/dec/
H A DState.cs62 internal byte[] contextMap; field in class:Org.Brotli.Dec.State
H A DDecode.cs349 private static int DecodeContextMap(int contextMapSize, byte[] contextMap, Org.Brotli.Dec.BitReader br) argument
355 Org.Brotli.Dec.Utils.FillWithZeroes(contextMap, 0, contextMapSize);
373 contextMap[i] = 0;
386 contextMap[i] = 0;
393 contextMap[i] = unchecked((byte)(code - maxRunLengthPrefix));
399 InverseMoveToFrontTransform(contextMap, contextMapSize);
437 state.literalTreeIndex = state.contextMap[state.contextMapSlice] & unchecked((int)(0xFF));
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits];
579 int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.contextMap, br);
583 if (state.contextMap[
[all...]
/external/brotli/js/
H A Ddecode.js425 * @param {!Int8Array} contextMap
429 function decodeContextMap(contextMapSize, contextMap, s) {
435 contextMap.fill(0, 0, contextMapSize);
459 contextMap[i] = 0;
471 contextMap[i] = 0;
476 contextMap[i] = (code - maxRunLengthPrefix);
485 inverseMoveToFrontTransform(contextMap, contextMapSize);
526 s.literalTreeIndex = s.contextMap[s.contextMapSlice] & 0xFF;
663 s.contextMap = new Int8Array(s.numLiteralBlockTypes << 6);
664 var /** !number */ numLiteralTrees = decodeContextMap(s.numLiteralBlockTypes << 6, s.contextMap,
[all...]
/external/slf4j/integration/lib/
H A Dslf4j-api-1.5.11.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
H A Dslf4j-api-1.6.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
H A Dslf4j-api-1.6.99.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
H A Dslf4j-api-2.0.99.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
/external/brotli/research/
H A Dbrotlidump.py1609 numberOfTrees[blockType] = self.contextMap(blockType)
1720 def contextMap(self, kind): member in class:Layout
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 494 milliseconds