Searched defs:org (Results 26 - 50 of 5063) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERTags.java1 package org.bouncycastle.asn1;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DCipherParameters.java1 package org.bouncycastle.crypto;
H A DDerivationParameters.java1 package org.bouncycastle.crypto;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509StoreParameters.java1 package org.bouncycastle.x509;
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DAccessedByNative.java5 package org.chromium.base;
H A DCalledByNative.java5 package org.chromium.base;
H A DCalledByNativeUnchecked.java5 package org.chromium.base;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DAudioSource.java28 package org.webrtc;
H A DAudioTrack.java28 package org.webrtc;
H A DVideoSource.java29 package org.webrtc;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect5.asm0 org 0x100
1 org 0x100 label
H A Dnomultisect2.asm0 org 0x100
1 org 0x100 label
/external/easymock/src/org/easymock/
H A DIAnswer.java8 * http://www.apache.org/licenses/LICENSE-2.0
16 package org.easymock;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ql_2.0.0.v20100503a.jar ... .inf .api_description about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/p2/ org ...
/external/hamcrest/src/org/hamcrest/
H A DFactory.java1 package org.hamcrest;
/external/junit/src/org/junit/
H A DAfter.java1 package org.junit;
9 * <p>If you allocate external resources in a {@link org.junit.Before} method you need to release them
11 * with <code>&#064;After</code> causes that method to be run after the {@link org.junit.Test} method. All <code>&#064;After</code>
12 * methods are guaranteed to run even if a {@link org.junit.Before} or {@link org.junit.Test} method throws an
32 * @see org.junit.Before
33 * @see org.junit.Test
H A DAfterClass.java1 package org.junit;
9 * <p>If you allocate expensive external resources in a {@link org.junit.BeforeClass} method you need to release them
12 * methods are guaranteed to run even if a {@link org.junit.BeforeClass} method throws an
35 * @see org.junit.BeforeClass
36 * @see org.junit.Test
H A DBefore.java1 package org.junit;
11 * with <code>&#064;Before</code> causes that method to be run before the {@link org.junit.Test} method.
32 * @see org.junit.BeforeClass
33 * @see org.junit.After
H A DBeforeClass.java1 package org.junit;
30 * @see org.junit.AfterClass
H A DClassRule.java1 package org.junit;
10 * static, and a subtype of {@link org.junit.rules.TestRule}.
11 * The {@link org.junit.runners.model.Statement} passed
12 * to the {@link org.junit.rules.TestRule} will run any {@link BeforeClass} methods,
15 * {@link org.junit.runners.Suite}), and finally any {@link AfterClass} methods.
17 * The statement passed to the {@link org.junit.rules.TestRule} will never throw an exception,
18 * and throwing an exception from the {@link org.junit.rules.TestRule} will result in undefined
19 * behavior. This means that some {@link org.junit.rules.TestRule}s, such as
20 * {@link org.junit.rules.ErrorCollector},
21 * {@link org
[all...]
H A DIgnore.java1 package org.junit;
10 * {@link org.junit.Test} that are also annotated with <code>&#064;Ignore</code> will not be executed as tests.
H A DRule.java1 package org.junit;
10 * static, and a subtype of {@link org.junit.rules.TestRule}.
11 * The {@link org.junit.runners.model.Statement} passed
12 * to the {@link org.junit.rules.TestRule} will run any {@link Before} methods,
37 * {@link org.junit.rules.TestRule}.
40 * fields of type {@link org.junit.rules.MethodRule}, which will be honored. However,
/external/junit/src/org/junit/internal/requests/
H A Dpackage-info.java2 * Provides implementations of {@link org.junit.runner.Request}.
6 package org.junit.internal.requests
/external/junit/src/org/junit/internal/runners/
H A Dpackage-info.java2 * Provides implementations of {@link org.junit.runner.Runner}
6 package org.junit.internal.runners
/external/junit/src/org/junit/matchers/
H A Dpackage-info.java2 * Provides useful additional {@link org.hamcrest.Matcher}s for use with
3 * the {@link org.junit.Assert#assertThat(Object, org.hamcrest.Matcher)}
7 * @see org.junit.matchers.JUnitMatchers
9 package org.junit.matchers

Completed in 477 milliseconds

1234567891011>>