HomeSort by relevance Sort by last modified time
    Searched refs:creation (Results 101 - 125 of 465) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockito/internal/creation/
MockSettingsImplTest.java 5 package org.mockito.internal.creation;
  /external/mockito/src/test/java/org/mockito/internal/handler/
InvocationNotifierHandlerTest.java 13 import org.mockito.internal.creation.MockSettingsImpl;
MockHandlerImplTest.java 12 import org.mockito.internal.creation.MockSettingsImpl;
  /external/mockito/src/test/java/org/mockito/internal/verification/
NoMoreInteractionsTest.java 11 import org.mockito.internal.creation.MockSettingsImpl;
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 9 // goroutine creation/blocking/unblocking, syscall enter/exit/block,
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 9 // goroutine creation/blocking/unblocking, syscall enter/exit/block,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
err-1.s 3 ! Various operand errors experienced during the creation of basic-1.s;
  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 283 this case. Context creation will fail, and BadMatch is generated.
339 GL_NVX_gpu_memory_info) allow easy queries after context creation. With
341 the information after context creation.
348 RESOLVED. It is fairly compelling for the post-creation queries to
  /external/v8/src/inspector/
v8-stack-trace-impl.cc 143 // Only the top stack in the chain may be empty and doesn't contain creation
212 void V8StackTraceImpl::setCreation(std::unique_ptr<V8StackTraceImpl> creation) {
213 m_creation = std::move(creation);
  /prebuilts/misc/common/robolectric/3.1.1/lib/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.10.19/
mockito-core-1.10.19.jar 
  /external/mockito/src/main/java/org/mockito/
Mockito.java 9 import org.mockito.internal.creation.MockSettingsImpl;
43 * The Mockito library enables mock creation, verification and stubbing.
66 * <a href="#9">9. Shorthand for mocks creation - <code>&#064;Mock</code> annotation </a><br/>
165 * //mock creation
435 * <h3 id="9">9. <a class="meaningful_link" href="#mock_annotation" name="mock_annotation">Shorthand for mocks creation - <code>&#064;Mock</code> annotation</a></h3>
438 * <li>Minimizes repetitive mock creation code.</li>
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/
MockitoCore.java 11 import org.mockito.internal.creation.MockSettingsImpl;
  /external/mockito/src/test/java/org/concurrentmockito/
ThreadsRunAllTestsHalfManualTest.java 16 import org.mockito.internal.creation.bytebuddy.TypeCachingMockBytecodeGeneratorTest;
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 42 /// Basically they allow the creation of relatively weakly typed delegates from MethodInfos
  /prebuilts/go/darwin-x86/src/crypto/tls/
generate_cert.go 32 validFrom = flag.String("start-date", "", "Creation date formatted as Jan 1 15:04:05 2011")
100 fmt.Fprintf(os.Stderr, "Failed to parse creation date: %s\n", err)
  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows.go 146 // in a UNC path. Undo creation of UNC path.
  /prebuilts/go/linux-x86/src/crypto/tls/
generate_cert.go 32 validFrom = flag.String("start-date", "", "Creation date formatted as Jan 1 15:04:05 2011")
100 fmt.Fprintf(os.Stderr, "Failed to parse creation date: %s\n", err)
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows.go 146 // in a UNC path. Undo creation of UNC path.
  /external/libmojo/mojo/public/js/
core.js 61 * MojoCreateDataMessageOptions: Used to specify creation parameters for a data
86 * MojoCreateDataPipeOptions: Used to specify creation parameters for a data
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
InlineBytecodeGenerator.java 5 package org.mockito.internal.creation.bytebuddy;
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/flatbuffers/go/
builder.go 361 panic("Incorrect creation order: must be inside object.")
369 // Move the creation of these sub-objects to above the MyTableBuilder to
375 panic("Incorrect creation order: object must not be nested.")

Completed in 653 milliseconds

1 2 3 45 6 7 8 91011>>