HomeSort by relevance Sort by last modified time
    Searched refs:apache (Results 126 - 150 of 5678) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncFalse.java 2 * Licensed to the Apache Software Foundation (ASF) under one
6 * to you under the Apache License, Version 2.0 (the "License");
10 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
FuncFloor.java 2 * Licensed to the Apache Software Foundation (ASF) under one
6 * to you under the Apache License, Version 2.0 (the "License");
10 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncNot.java 2 * Licensed to the Apache Software Foundation (ASF) under one
6 * to you under the Apache License, Version 2.0 (the "License");
10 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
FuncNumber.java 2 * Licensed to the Apache Software Foundation (ASF) under one
6 * to you under the Apache License, Version 2.0 (the "License");
10 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncString.java 2 * Licensed to the Apache Software Foundation (ASF) under one
6 * to you under the Apache License, Version 2.0 (the "License");
10 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XObject;
25 import org.apache.xpath.objects.XString;
FuncStringLength.java 2 * Licensed to the Apache Software Foundation (ASF) under one
6 * to you under the Apache License, Version 2.0 (the "License");
10 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XNumber;
25 import org.apache.xpath.objects.XObject;
FuncTrue.java 2 * Licensed to the Apache Software Foundation (ASF) under one
6 * to you under the Apache License, Version 2.0 (the "License");
10 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.xpath.functions;
23 import org.apache.xpath.XPathContext;
24 import org.apache.xpath.objects.XBoolean;
25 import org.apache.xpath.objects.XObject;
  /external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLParametersImpl.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.xnet.provider.jsse;
  /external/sl4a/Common/src/org/apache/commons/codec/
BinaryDecoder.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.codec;
BinaryEncoder.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.codec;
Decoder.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.codec;
Encoder.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.codec;
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
BasicConfigurator.java 2 * Copyright 2001-2004 The Apache Software Foundation.
4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.log4j;
PatternLayout.java 2 * Copyright 2001-2004 The Apache Software Foundation.
4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.log4j;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/support/
B.java 1 package org.apache.harmony.tests.java.util.support;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/support/
I.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.tests.support;
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatException.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.xml;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BivariateRealGridInterpolator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.analysis.interpolation;
19 import org.apache.commons.math.MathException;
20 import org.apache.commons.math.analysis.BivariateRealFunction;
MultivariateRealInterpolator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.analysis.interpolation;
19 import org.apache.commons.math.MathException;
20 import org.apache.commons.math.analysis.MultivariateRealFunction;
TrivariateRealGridInterpolator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.analysis.interpolation;
19 import org.apache.commons.math.MathException;
20 import org.apache.commons.math.analysis.TrivariateRealFunction;
42 * @throws org.apache.commons.math.exception.NoDataException if any of the arrays has zero length.
43 * @throws org.apache.commons.math.exception.DimensionMismatchException if the array lengths are inconsistent.
UnivariateRealInterpolator.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.analysis.interpolation;
19 import org.apache.commons.math.MathException;
20 import org.apache.commons.math.analysis.UnivariateRealFunction;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NullArgumentException.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
ZeroException.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
CardanEulerSingularityException.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.geometry;
20 import org.apache.commons.math.MathException;
21 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
NotPositiveDefiniteMatrixException.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.commons.math.linear;
20 import org.apache.commons.math.MathException;
21 import org.apache.commons.math.exception.util.LocalizedFormats;

Completed in 426 milliseconds

1 2 3 4 56 7 8 91011>>