Home
last modified time | relevance | path

Searched defs:Invocation (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/external/clang/lib/Tooling/
H A DTooling.cpp94 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local
140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs() local
260 std::unique_ptr<clang::CompilerInvocation> Invocation( in run() local
276 clang::CompilerInvocation *Invocation, in runInvocation()
290 CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
442 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local
469 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation()
515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncDispatchTimerQueue.cpp355 struct Invocation { in timerCallback() struct
356 std::shared_ptr<VSyncDispatchTimerQueueEntry> callback; in timerCallback()
357 nsecs_t vsyncTimestamp; in timerCallback()
358 nsecs_t wakeupTimestamp; in timerCallback()
359 nsecs_t deadlineTimestamp; in timerCallback()
/aosp_15_r20/external/libese/apps/boot/tests/
H A Dese_app_boot_tests.cpp69 struct Invocation { struct in FakeTransceive
70 std::vector<uint8_t> rx;
71 std::vector<uint8_t> expected_tx;
/aosp_15_r20/external/libese/libese-teq1/tests/
H A Dteq1_unittests.cpp476 struct Invocation { struct in EseWireFake
477 std::vector<uint8_t> rx;
478 std::vector<uint8_t> expected_tx;
479 int expect_reset;
/aosp_15_r20/external/easymock/src/org/easymock/internal/
H A DInvocation.java29 public class Invocation implements Serializable { class
42 public Invocation(Object mock, Method method, Object[] args) { in Invocation() method in Invocation
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustTestBase.java53 protected class Invocation { class in RustTestBase
58 public Invocation(String[] command, ArrayList<EnvPair> env, File workingDir) { in Invocation() method in RustTestBase.Invocation
/aosp_15_r20/external/guice/lib/
HDaopalliance.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/aopalliance/ org/ ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDaopalliance.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/aopalliance/ org/ ...
/aosp_15_r20/external/clang/unittests/Tooling/
H A DToolingTest.cpp164 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
190 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
/aosp_15_r20/external/flatbuffers/docs/source/
H A DIntermediateRepresentation.md21 ## Invocation section in Flatbuffers Intermediate Representation {#intermediate_representation}
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dfunction.rst29 Invocation chapter
Dmacro.rst27 Invocation chapter
/aosp_15_r20/external/mockito/src/main/java/org/mockito/invocation/
H A DInvocation.java23 public interface Invocation extends InvocationOnMock, DescribedInvocation { interface
/aosp_15_r20/external/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp43 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
H A DFrontendActionTest.cpp173 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
/aosp_15_r20/external/clang/tools/clang-fuzzer/
H A DClangFuzzer.cpp35 std::unique_ptr<clang::CompilerInvocation> Invocation( in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
H A DRepeatWhenAttachedTest.kt492 data class Invocation( class
/aosp_15_r20/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp51 CompilerInvocation *Invocation = new CompilerInvocation; in testExternalASTSource() local
/aosp_15_r20/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/
H A D_invocation.py18 class Invocation(object): class
/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/
H A Dinvocation.proto35 message Invocation { message
/aosp_15_r20/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp70 std::unique_ptr<CompilerInvocation> Invocation( in createDiagnostics() local
/aosp_15_r20/external/libxkbcommon/test/
H A Dxkeyboard-config-test.py.in40 class Invocation: class
/aosp_15_r20/tools/tradefederation/core/proto/resultdb/
Dinvocation.proto39 message Invocation { message

123456