/external/starlark-go/doc/ |
D | spec.md | 3458 ### dict·clear 3470 ### dict·get 3486 ### dict·items 3497 ### dict·keys 3508 ### dict·pop 3526 ### dict·popitem 3540 ### dict·setdefault 3559 ### dict·update 3585 ### dict·values 3597 ### list·append [all …]
|
/external/mockito/src/test/java/org/mockitousage/junitrule/ |
D | VerificationCollectorImplTest.java | 26 IMethods methods = mock(IMethods.class); in should_not_throw_any_exceptions_when_verifications_are_successful() local 37 IMethods methods = mock(IMethods.class); in should_collect_verification_failures() local 47 IMethods methods = mock(IMethods.class); in should_collect_multiple_verification_failures() local 64 IMethods methods = mock(IMethods.class); in should_only_collect_failures_ignore_successful_verifications() local 76 IMethods methods = mock(IMethods.class); in should_continue_collecting_after_failing_verification() local 112 IMethods methods = mock(IMethods.class); in should_fail() local 119 IMethods methods = mock(IMethods.class); in should_not_fail() local
|
/external/deqp-deps/amber/tools/ |
D | update_vk_wrappers.py | 70 def gen_wrappers(methods, xml): argument 138 def gen_headers(methods, xml): argument 157 def gen_direct(methods): argument 172 def gen_direct_headers(methods): argument
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | ServiceDescriptor.java | 40 private final Collection<MethodDescriptor<?, ?>> methods; field in ServiceDescriptor 51 public ServiceDescriptor(String name, MethodDescriptor<?, ?>... methods) { in ServiceDescriptor() 63 public ServiceDescriptor(String name, Collection<MethodDescriptor<?, ?>> methods) { in ServiceDescriptor() 109 static void validateMethodNames(String serviceName, Collection<MethodDescriptor<?, ?>> methods) { in validateMethodNames() 142 private List<MethodDescriptor<?, ?>> methods = new ArrayList<MethodDescriptor<?, ?>>(); field in ServiceDescriptor.Builder 176 private Builder addAllMethods(Collection<MethodDescriptor<?, ?>> methods) { in addAllMethods()
|
D | ServerServiceDefinition.java | 42 private final Map<String, ServerMethodDefinition<?, ?>> methods; field in ServerServiceDefinition 45 ServiceDescriptor serviceDescriptor, Map<String, ServerMethodDefinition<?, ?>> methods) { in ServerServiceDefinition() 81 private final Map<String, ServerMethodDefinition<?, ?>> methods = field in ServerServiceDefinition.Builder
|
/external/mockito/src/test/java/org/mockito/exceptions/base/ |
D | StackTraceBuilder.java | 13 private String[] methods; field in StackTraceBuilder 15 public StackTraceBuilder methods(String ... methods) { in methods() argument
|
D | TraceBuilder.java | 14 private String[] methods = {}; field in TraceBuilder 47 public TraceBuilder methods(String ... methods) { in methods() method in TraceBuilder
|
/external/junit/src/main/java/org/junit/experimental/ |
D | ParallelComputer.java | 17 private final boolean methods; field in ParallelComputer 19 public ParallelComputer(boolean classes, boolean methods) { in ParallelComputer() 28 public static Computer methods() { in methods() method in ParallelComputer
|
/external/testng/src/main/java/org/testng/internal/ |
D | MethodInheritance.java | 51 public static void fixMethodInheritance(ITestNGMethod[] methods, boolean before) { in fixMethodInheritance() 108 …vate static boolean dependencyExists(ITestNGMethod m1, ITestNGMethod m2, ITestNGMethod[] methods) { in dependencyExists() 112 …tic boolean internalDependencyExists(ITestNGMethod m1, ITestNGMethod m2, ITestNGMethod[] methods) { in internalDependencyExists() 153 private static void sortMethodsByInheritance(List<ITestNGMethod> methods, in sortMethodsByInheritance()
|
D | MethodHelper.java | 47 public static ITestNGMethod[] collectAndOrderMethods(List<ITestNGMethod> methods, in collectAndOrderMethods() 70 ITestNGMethod[] methods) in findDependedUponMethods() 181 public static List<ITestNGMethod> uniqueMethodList(Collection<List<ITestNGMethod>> methods) { in uniqueMethodList() 191 private static Graph<ITestNGMethod> topologicalSort(ITestNGMethod[] methods, in topologicalSort() 298 … static List<ITestNGMethod> getMethodsDependedUpon(ITestNGMethod method, ITestNGMethod[] methods) { in getMethodsDependedUpon() 317 Set<Method> methods = ClassHelper.getAvailableMethods(methodClass); // TESTNG-139 in calculateMethodCanonicalName() local
|
D | ConfigurationMethod.java | 124 private static ITestNGMethod[] createMethods(ITestNGMethod[] methods, IAnnotationFinder finder, in createMethods() 158 public static ITestNGMethod[] createSuiteConfigurationMethods(ITestNGMethod[] methods, in createSuiteConfigurationMethods() 174 public static ITestNGMethod[] createTestConfigurationMethods(ITestNGMethod[] methods, in createTestConfigurationMethods() 190 public static ITestNGMethod[] createClassConfigurationMethods(ITestNGMethod[] methods, in createClassConfigurationMethods() 206 public static ITestNGMethod[] createBeforeConfigurationMethods(ITestNGMethod[] methods, in createBeforeConfigurationMethods() 229 public static ITestNGMethod[] createAfterConfigurationMethods(ITestNGMethod[] methods, in createAfterConfigurationMethods() 252 public static ITestNGMethod[] createTestMethodConfigurationMethods(ITestNGMethod[] methods, in createTestMethodConfigurationMethods()
|
D | MethodGroupsHelper.java | 38 static void collectMethodsByGroup(ITestNGMethod[] methods, in collectMethodsByGroup() 131 ITestNGMethod[] methods = before ? cls.getBeforeGroupsMethods() : cls.getAfterGroupsMethods(); in findGroupsMethods() local 252 ITestNGMethod[] methods, String groupRegexp) in findMethodsThatBelongToGroup() 271 …protected static ITestNGMethod[] findMethodsThatBelongToGroup(ITestNGMethod[] methods, String grou… in findMethodsThatBelongToGroup()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1961 asynchat 1968 asyncore 1975 dbm 1985 distutils 1994 grp 2002 importlib 2016 os 2024 re 2032 ssl 2049 tkinter [all …]
|
/external/testng/src/main/java/org/testng/ |
D | PreserveOrderMethodInterceptor.java | 17 private void p(List<IMethodInstance> methods, String s) { in p() 26 public List<IMethodInstance> intercept(List<IMethodInstance> methods, ITestContext context) { in intercept()
|
D | InstanceOrderingMethodInterceptor.java | 17 public List<IMethodInstance> intercept(List<IMethodInstance> methods, in intercept() 25 private List<IMethodInstance> groupMethodsByInstance(List<IMethodInstance> methods) { in groupMethodsByInstance()
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/sevenz/ |
D | SevenZOutputFileTest.java | 297 final ArrayList<SevenZMethodConfiguration> methods = new ArrayList<>(); in testStackOfContentCompressions() local 307 final ArrayList<SevenZMethodConfiguration> methods = new ArrayList<>(); in testStackOfContentCompressionsInMemory() local 432 …e archive, final int index, final boolean nonEmpty, final Iterable<SevenZMethodConfiguration> meth… in addFile() 447 final Iterable<SevenZMethodConfiguration> methods) throws Exception { in verifyFile() 468 final ArrayList<SevenZMethodConfiguration> methods = new ArrayList<>(); in testRoundTrip() local 475 final ArrayList<SevenZMethodConfiguration> methods = new ArrayList<>(); in testFilterRoundTrip() local 481 …private void createAndReadBack(final File output, final Iterable<SevenZMethodConfiguration> method… in createAndReadBack() 495 …dReadBack(final SeekableInMemoryByteChannel output, final Iterable<SevenZMethodConfiguration> meth… in createAndReadBack()
|
/external/javassist/src/main/javassist/bytecode/ |
D | BootstrapMethodsAttribute.java | 52 public BootstrapMethodsAttribute(ConstPool cp, BootstrapMethod[] methods) { in BootstrapMethodsAttribute() 85 BootstrapMethod[] methods = new BootstrapMethod[num]; in getMethods() local 113 BootstrapMethod[] methods = getMethods(); in copy() local
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/ |
D | CrossProfileCallbackInterfaceInfo.java | 44 List<ExecutableElement> methods = methods(); in isSimple() local 48 public List<ExecutableElement> methods() { in methods() method in CrossProfileCallbackInterfaceInfo
|
/external/testng/src/test/java/test/commandline/ |
D | CommandLineOverridesXml.java | 31 private void runTest(String group, String excludedGroups, List<String> methods) { in runTest() 42 assertTestResultsEqual(tla.getPassedTests(), methods); in runTest() local
|
/external/testng/src/test/java/test/methodinterceptors/ |
D | RemoveAMethodInterceptor.java | 16 public List<IMethodInstance> intercept(List<IMethodInstance> methods, ITestContext context) { in intercept() 40 public static List<String> getMethodNames(List<IMethodInstance> methods) { in getMethodNames()
|
/external/junit/src/main/java/org/junit/internal/runners/ |
D | MethodValidator.java | 37 List<Method> methods = testClass.getAnnotatedMethods(Test.class); in validateInstanceMethods() local 71 List<Method> methods = testClass.getAnnotatedMethods(annotation); in validateTestMethods() local
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | ClassDescriptor.java | 31 final MethodDescriptor [] methods) in ClassDescriptor() 180 final MethodDescriptor [] methods = new MethodDescriptor [length]; in readExternal() local 207 final MethodDescriptor [] methods = cls.m_methods; in writeExternal() local
|
/external/proguard/src/proguard/classfile/editor/ |
D | ClassEditor.java | 193 Method[] methods = targetClass.methods; in addMethod() local 222 Method[] methods = targetClass.methods; in removeMethod() local 243 Method[] methods = targetClass.methods; in findMethodIndex() local
|
/external/grpc-grpc/examples/cpp/ |
D | cpptutorial.md | 358 #### Simple RPC 393 #### Streaming RPCs
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | InternalHandlerRegistry.java | 33 private final Map<String, ServerMethodDefinition<?, ?>> methods; field in InternalHandlerRegistry 36 List<ServerServiceDefinition> services, Map<String, ServerMethodDefinition<?, ?>> methods) { in InternalHandlerRegistry()
|