Searched refs:expand (Results 1 - 8 of 8) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/io/
H A DByteArrayOutputStream.java44 * array will expand.
54 * instance, the underlying byte array will expand.
87 private void expand(int i) { method in class:ByteArrayOutputStream
88 /* Can the buffer handle @i more bytes, if not expand it */
218 expand(len);
233 expand(1);
H A DCharArrayWriter.java80 private void expand(int i) { method in class:CharArrayWriter
81 /* Can the buffer handle @i more chars, if not expand it */
185 expand(len);
202 expand(1);
240 expand(len);
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DSerializationHandler.java138 * Default behavior is to expand DTD entities,
140 * @param expand true if DTD entities are to be expanded,
143 public void setDTDEntityExpansion(boolean expand); argument
H A DToStream.java2593 * we've been told not to expand them
3566 * If set to false the serializer does not expand DTD entities,
3569 public void setDTDEntityExpansion(boolean expand) { argument
3570 m_expandDTDEntities = expand;
H A DSerializerBase.java1337 * If set to false the serializer does not expand DTD entities,
1340 public void setDTDEntityExpansion(boolean expand) { argument
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
H A DDefaultPolicyParser.java162 * <li> If <code>codebase</code> is specified, expand it and construct an URL.
163 * <li> If <code>signers</code> is specified, expand it and obtain
166 * For each PrincipalEntry, expand name and if no class specified,
204 ge.signers = PolicyUtils.expand(ge.signers, system);
213 pe.name = PolicyUtils.expand(pe.name, system);
254 * @throws Exception if failed to expand properties,
268 pe.name = PolicyUtils.expand(pe.name, system);
271 pe.actions = PolicyUtils.expand(pe.actions, system);
274 pe.signers = PolicyUtils.expand(pe.signers, system);
464 ke.type = PolicyUtils.expand(k
[all...]
H A DPolicyUtils.java253 public static String expand(String str, Properties properties) method in class:PolicyUtils
281 * <code>expand(str, properties).replace(File.separatorChar, '/')</code>.
282 * @see #expand(String, Properties)
286 return expand(str, properties).replace(File.separatorChar, '/');
407 * @see #expand(String, Properties)
424 * @see #expand(String, Properties)
455 * subject to {@link #expand(String, Properties) property expansion}, regardless
/dalvik/vm/native/
H A Ddalvik_system_SamplingProfiler.c125 static void expand(SampleSet* oldSet) { function
178 expand(set);

Completed in 95 milliseconds