Home
last modified time | relevance | path

Searched refs:TOOL (Results 1 – 25 of 45) sorted by relevance

12

/external/icu/icu4c/source/tools/gencolusb/
DMakefile20 TOOL=extract_unsafe_backwards macro
36 $(CXX) -o $(BUILD_HERE)/$(TOOL) $(srcdir)/$(TOOL).cpp $(BUILD_OPTS)
37 $(RUN_OPTS) $(BUILD_HERE)/$(TOOL) > $(GEN_FILE) || exit 1
/external/guice/core/test/com/google/inject/spi/
DToolStageInjectorTest.java30 Injector injector = Guice.createInjector(Stage.TOOL); in testToolStageInjectorRestrictions()
64 Guice.createInjector(Stage.TOOL, new AbstractModule() { in testToolStageDoesntInjectInstances()
79 Guice.createInjector(Stage.TOOL, new AbstractModule() { in testToolStageDoesntInjectProviders()
95 Guice.createInjector(Stage.TOOL, new AbstractModule() { in testToolStageWarnsOfMissingObjectGraph()
113 Guice.createInjector(Stage.TOOL, new AbstractModule() { in testToolStageInjectsTooledMethods()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DrbtTemplate.txt7 * > RUN TOOL TO REGENERATE <
8 * Tool: $TOOL
DdumpICUrules.bat179 my $TOOL = $0;
330 print $out "// Tool: $TOOL\n// Source: $in\n";
/external/valgrind/docs/internals/
Ddirectory-structure.txt23 - $TOOL/ main files
24 - $TOOL/tests regression tests
25 - $TOOL/docs documentation
/external/harfbuzz_ng/test/api/
DMakefile.am93 $(AM_V_at)$(MAKE) $(AM_MAKEFLGS) check-tool-raw TOOL="$(GTESTER) --verbose --keep-going"
110 $(AM_V_at)$(MAKE) $(AM_MAKEFLGS) check-tool TOOL="valgrind $(VALGRIND_FLAGS)" \
/external/guice/core/src/com/google/inject/
DStage.java32 TOOL, enumConstant
/external/clang/tools/
DCMakeLists.txt1 create_subdirectory_options(CLANG TOOL)
/external/guice/core/src/com/google/inject/internal/
DInternalInjectorCreator.java112 if (shellBuilder.getStage() == Stage.TOOL) { in build()
178 if(shellBuilder.getStage() != Stage.TOOL) { in injectDynamically()
DInjectionRequestProcessor.java122 … if(injector.options.stage != Stage.TOOL || memberInjector.getInjectionPoint().isToolable()) { in injectMembers()
DInitializer.java179 injector.options.stage == Stage.TOOL); in get()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DEdslTest.java106 Guice.createInjector(Stage.TOOL, webModule); in testConfigureServlets()
/external/libxml2/VxWorks/
DMakefile19 … $(DEFINE_CC) $(CC_ARCH_SPEC) -MD -MP -D_VX_CPU=_VX_$(CPU) -D_VX_TOOL_FAMILY=gnu -D_VX_TOOL=$(TOOL)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTableTooltipHelper.java145 m_tooltip = new Shell(m_table.getShell(), SWT.NO_FOCUS | SWT.ON_TOP | SWT.TOOL | SWT.SINGLE); in showTooltip()
/external/valgrind/
DREADME_DEVELOPERS_processes55 (e.g. TOOL CHANGES, PLATFORM CHANGES, ...).
DNEWS7 * ==================== TOOL CHANGES ====================
82 * ==================== TOOL CHANGES ====================
562 * ==================== TOOL CHANGES ====================
903 * ==================== TOOL CHANGES ====================
1335 * ==================== TOOL CHANGES ====================
1650 * ==================== TOOL CHANGES ====================
2034 * ==================== TOOL CHANGES ====================
/external/guice/core/test/com/google/inject/
DInjectorTest.java51 Injector injector = Guice.createInjector(Stage.TOOL); in testToStringDoesNotInfinitelyRecurse()
/external/curl/packages/vms/
Dcurlmsg.sdl13 /* MESSAGE/SDL. THE .H FILE IS CREATED USING THE FREEWARE SDL TOOL
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryModuleBuilderTest.java436 injector = Guice.createInjector(Stage.TOOL, module); in testFactoryBindingDependencies()
DFactoryProvider2Test.java498 Guice.createInjector(Stage.TOOL, new AbstractModule() { in testFactoryFailsWithMissingBindingInToolStage()
/external/llvm/cmake/modules/
DAddLLVM.cmake815 add_llvm_subdirectory(LLVM TOOL ${name} ${ARGN})
845 create_subdirectory_options(LLVM TOOL)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg36 // TOOL ERRORS
/external/clang/
DCMakeLists.txt352 add_llvm_subdirectory(CLANG TOOL ${name})
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java707 Injector injector = Guice.createInjector(Stage.TOOL, new AbstractModule() { in testMultibinderDependenciesInToolStage()
DMultibinderTest.java530 Injector injector = Guice.createInjector(Stage.TOOL, new AbstractModule() { in testMultibinderDependenciesInToolStage()

12