HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 526 - 550 of 1682) sorted by null

<<21222324252627282930>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexFormat.java 249 * @param source the string to parse
254 public Complex parse(String source) throws ParseException {
256 Complex result = parse(source, parsePosition);
260 LocalizedFormats.UNPARSEABLE_COMPLEX_NUMBER, source); local
268 * @param source the string to parse
272 public Complex parse(String source, ParsePosition pos) {
276 parseAndIgnoreWhitespace(source, pos);
279 Number re = parseNumber(source, getRealFormat(), pos);
289 char c = parseNextCharacter(source, pos);
312 parseAndIgnoreWhitespace(source, pos)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3DFormat.java 252 * @param source the string to parse
257 public Vector3D parse(String source) throws ParseException {
259 Vector3D result = parse(source, parsePosition);
263 LocalizedFormats.UNPARSEABLE_3D_VECTOR, source); local
270 * @param source the string to parse
274 public Vector3D parse(String source, ParsePosition pos) {
278 parseAndIgnoreWhitespace(source, pos);
279 if (!parseFixedstring(source, trimmedPrefix, pos)) {
284 parseAndIgnoreWhitespace(source, pos);
285 Number x = parseNumber(source, format, pos)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVectorFormat.java 257 * @param source the string to parse
262 public ArrayRealVector parse(String source) throws ParseException {
264 ArrayRealVector result = parse(source, parsePosition);
268 LocalizedFormats.UNPARSEABLE_REAL_VECTOR, source); local
275 * @param source the string to parse
279 public ArrayRealVector parse(String source, ParsePosition pos) {
283 parseAndIgnoreWhitespace(source, pos);
284 if (!parseFixedstring(source, trimmedPrefix, pos)) {
293 parseAndIgnoreWhitespace(source, pos);
294 if (!parseFixedstring(source, trimmedSeparator, pos))
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Percentile.java 482 * Copies source to dest.
483 * <p>Neither source nor dest can be null.</p>
485 * @param source Percentile to copy
487 * @throws NullPointerException if either source or dest is null
489 public static void copy(Percentile source, Percentile dest) {
490 dest.setData(source.getDataRef());
491 if (source.cachedPivots != null) {
492 System.arraycopy(source.cachedPivots, 0, dest.cachedPivots, 0, source.cachedPivots.length);
494 dest.quantile = source.quantile
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 26 import javax.xml.transform.Source;
134 // Get the Source from the user's URIResolver (if any).
135 Source sourceFromURIResolver = getSourceFromUriResolver(handler);
146 // Push the system ID and corresponding Source
198 Source source = null; local
210 // have tried to obtain a Source from it
212 source = handler.peekSourceFromURIResolver();
214 if (null != source && source instanceof DOMSource
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 28 import javax.xml.transform.Source;
139 // was the initial source document.
232 Source source; local
237 source = treeMgr.resolveURI(base, uri, xctxt.getSAXLocator());
238 newDoc = treeMgr.getNode(source);
260 source = treeMgr.resolveURI(base, uri, xctxt.getSAXLocator());
275 newDoc = treeMgr.getSourceTree(source, xctxt.getSAXLocator(), xctxt);
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 26 import javax.xml.transform.Source;
40 * This class bottlenecks all management of source trees. The methods
41 * in this class should allow easy garbage collection of source
42 * trees (not yet!), and should centralize parsing for those source trees.
59 /** The TrAX URI resolver used to obtain source trees. */
113 * @return a Source that can be used to process the resource.
118 public Source resolveURI(
123 Source source = null; local
127 source = m_uriResolver.resolve(urlString, base)
245 Source source = this.resolveURI(base, urlString, locator); local
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ServerSocketService.java 91 private enum Source { REQUEST, ACCEPT}
107 private final SetMultimap<Source, UUID> connectionState = Multimaps.newSetMultimap(
108 Maps.<Source, Collection<UUID>>newEnumMap(Source.class),
134 return getConnectionImpl(id, Source.REQUEST);
155 getConnectionImpl(id, Source.ACCEPT).set(openedSocket);
166 * <li>The id and source are recorded in {@link #connectionState}
176 private SettableFuture<OpenedSocket> getConnectionImpl(UUID id, Source source) {
179 checkState(connectionState.put(source, id), "Connection for %s has already been %s"
180 id, source); local
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 1807 $.fn.typeahead.defaults = { property in class:$.fn.typeahead.defaults
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 5 // This file is distributed under the University of Illinois Open Source
191 assert(!Instance && "Already processing a source file!");
218 // Inform the diagnostic client we are processing a source file.
252 // Set up the file and source managers, if needed.
263 // Inform the diagnostic client we are processing a source file.
311 // preprocessor of the original source is reused.
315 // Inform the diagnostic client we are processing a source file.
347 IntrusiveRefCntPtr<ExternalSemaSource> source, FinalReader; local
348 source = createChainedIncludesSource(CI, FinalReader);
349 if (!source)
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 5 // This file is distributed under the University of Illinois Open Source
72 const char *source = local
76 llvm::MemoryBuffer::getMemBuffer(source);
125 const char *Source =
130 llvm::MemoryBuffer::getMemBuffer(Source);
153 EXPECT_EQ(7U, SourceMgr.getColumnNumber(MainFileID, strlen(Source),
158 SourceMgr.getColumnNumber(MainFileID, strlen(Source)+1, &Invalid);
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBcp47Transforms.java 67 String source = directionInfo.source; local
70 String standard = getStandard0(source, target, variant);
80 standard = getStandard0(source, target, variant);
86 for (String source : Collections.list(Transliterator
89 .getAvailableTargets(source))) {
91 .getAvailableVariants(source, target))) {
94 String name = source + "-" + target
97 String standard = getStandard0(source, target, variant);
116 source, target, mechanis enum constant in enum:TestBcp47Transforms.Type
    [all...]
TestValidity.java 328 String source = test[0]; local
331 ltp.set(source);
333 assertEquals("Language subtag (ICU) for " + source, expectedLanguageSubtagParserIcu, actualLanguageSubtagParserIcu);
335 assertEquals("Language subtag (BCP47) for " + source, expectedLanguageSubtagParserBCP, actualLanguageSubtagParserBCP);
  /external/cldr/tools/java/org/unicode/cldr/icu/
BreakIteratorMapper.java 58 Set<String> source = null; local
71 source = brkSource;
74 source = dictSource;
86 source.add(filename.substring(0, filename.lastIndexOf('.'))); // "title.brk" -> "title"
145 // Add variables for non-XML source files.
  /external/cldr/tools/java/org/unicode/cldr/tool/
FallbackIterator.java 22 String source; field in class:FallbackIterator.FallbackRule
39 public boolean matches(String source) {
40 this.source = source;
41 return matcher.reset(source).matches();
46 results.add(source);
221 public FallbackIterator(String source) {
222 this.set(source);
225 public FallbackIterator set(String source) {
227 String original = source;
    [all...]
FixTransformNames.java 152 String source = getFixedName(ptd.source);
153 if (source.contains("?")) {
155 String temp = fieldToVariant.get(ptd.source);
157 source = "";
159 specialFields.put(source + "/" + variant, ptd.source);
161 missing.put(ptd.source, id);
164 missing.put(ptd.source, id);
167 allFields.put(source, ptd.source)
303 int source = UScript.getCodeFromName(field); local
    [all...]
GenerateLanguageData.java 19 import org.unicode.cldr.util.Iso639Data.Source;
121 Source source = Iso639Data.getSource(languageCode); local
133 + "\t" + source
137 type_codes.put(source + "\t" + scopeString + "\t" + type, fullCode);
  /external/cldr/tools/java/org/unicode/cldr/util/
Factory.java 29 * Note, the source director(ies) may be a list (seed/common). Therefore, this function is deprecated
39 * Note, the source director(ies) may be a list (seed/common).
46 * Which source directory does this particular localeID belong to?
68 * Returns the source tree type of either an XML file or its parent directory.
148 * Creates a resolving source for the given locale ID.
166 XMLSource source = file.dataSource; local
167 sourceList.add(source);
307 * Get all of the files in the source directories that match localeName (which is really xml file name).
StateDictionaryBuilder.java 85 * @param source
88 public StateDictionary<T> make(Map<CharSequence, T> source) {
94 builtResults = intMapFactory.make(source.values());
99 for (CharSequence text : source.keySet()) {
100 sorted.put(byteConverter.toBytes(text), valueToInt.get(source.get(text)));
Tabber.java 22 * @param source
26 public static String repeat(String source, int times) {
28 if (times == 1) return source;
31 result.append(source);
36 public String process(String source) {
39 for (int count = 0; lastPos < source.length(); ++count) {
40 int pos = source.indexOf('\t', lastPos);
41 if (pos < 0) pos = source.length();
42 process_field(count, source, lastPos, pos, result);
51 public abstract void process_field(int count, String source, int start, int limit, StringBuffer output)
    [all...]
With.java 178 public static int[] codePointArray(CharSequence source) {
179 return CharSequences.codePoints(source);
307 // new CharSequenceSimpleIterator(source)
311 private CharSequence source; field in class:With.CharSequenceSimpleIterator
313 public CharSequenceSimpleIterator(CharSequence source) {
314 this.source = source;
320 if (position >= source.length()) {
323 int codePoint = Character.codePointAt(source, position);
XEquivalenceMap.java 29 Map<K, Set<K>> source_Set = new HashMap<K, Set<K>>(); // not really needed: could go source-target-sourceset
46 public XEquivalenceMap add(K source, V target) {
47 return add(source, target, null);
50 public XEquivalenceMap add(K source, V target, R reason) {
51 R2<V, Set<R>> target_reasons = source_target_reasons.get(source);
58 source_target_reasons.put(source, target_reasons);
68 throw new IllegalArgumentException("Same source mapping to different targets: "
69 + source + " => " + otherTarget + " & " + target);
74 s.add(source);
75 source_Set.put(source, s)
118 private Iterator<T> source; field in class:XEquivalenceMap.UnmodifiableIterator
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcSeparableProgramsTransformFeedbackTests.cpp 69 const GLchar* source; member in struct:glcts::StageData
207 std::string source = stageData->source; local
208 if (source.empty())
211 std::string specializedShader = StringTemplate(source).specialize(specializationMap);
272 if (strlen(m_shaderData.stage[TESSELLATION_CONTROL_STAGE].source) > 0)
glcShaderConstExprTests.cpp 63 std::string source; member in struct:glcts::ShaderConstExpr::ShaderExecutorParams
187 shaderSpec.source = params.source;
296 shaderExecutorParams.source = shaderTemplate.specialize(shaderTemplateParams);
313 shaderExecutorParams.source = shaderTemplate.specialize(shaderTemplateParams);
  /external/deqp/external/openglcts/modules/gl/
gl4cConditionalRenderInvertedTests.cpp 367 glw::GLchar const* const source; member in class:Shader::glw
384 if (DE_NULL != shader[i].source)
394 gl.shaderSource(shader[i].id, 1, &(shader[i].source), NULL);

Completed in 1345 milliseconds

<<21222324252627282930>>