/external/guice/core/src/com/google/inject/ |
Stage.java | 27 * We're running in a tool (an IDE plugin for example). We need binding meta data but not a 32 TOOL,
|
/external/icu/icu4c/source/tools/gencolusb/ |
Makefile | 22 TOOL=extract_unsafe_backwards 38 $(CXX) -o $(BUILD_HERE)/$(TOOL) $(srcdir)/$(TOOL).cpp $(BUILD_OPTS) 39 $(RUN_OPTS) $(BUILD_HERE)/$(TOOL) > $(GEN_FILE) || exit 1
|
/device/google/crosshatch/fuzzy_fastboot/ |
test.sh | 16 TOOL="$ANDROID_HOST_OUT/testcases/fuzzy_fastboot/x86_64/fuzzy_fastboot" 38 $TOOL "--search_path=$CONFIG_PATH" "--config=config.xml" "--output_path=output" "--serial_port=/dev/ttyUSB0" "$@"
|
/external/deqp-deps/SPIRV-Tools/source/ |
spirv_constant.h | 83 // These are vendor and tool. 91 // Evaluates to a well-formed generator magic word from a tool value and 93 #define SPV_GENERATOR_WORD(TOOL, MISC) \ 94 ((uint32_t(uint16_t(TOOL)) << 16) | uint16_t(MISC)) 95 // Returns the tool component of the generator word.
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
spirv_constant.h | 83 // These are vendor and tool. 91 // Evaluates to a well-formed generator magic word from a tool value and 93 #define SPV_GENERATOR_WORD(TOOL, MISC) \ 94 ((uint32_t(uint16_t(TOOL)) << 16) | uint16_t(MISC)) 95 // Returns the tool component of the generator word.
|
/external/guice/core/test/com/google/inject/spi/ |
ToolStageInjectorTest.java | 27 Injector injector = Guice.createInjector(Stage.TOOL); 30 fail("Non-SPI Injector methods must throw an exception in the TOOL stage."); 36 fail("Non-SPI Injector methods must throw an exception in the TOOL stage."); 42 fail("Non-SPI Injector methods must throw an exception in the TOOL stage."); 48 fail("Non-SPI Injector methods must throw an exception in the TOOL stage."); 54 fail("Non-SPI Injector methods must throw an exception in the TOOL stage."); 62 Stage.TOOL, 79 Stage.TOOL, 97 Stage.TOOL, 119 Stage.TOOL, [all...] |
/external/guice/core/src/com/google/inject/internal/ |
InjectionRequestProcessor.java | 119 boolean isStageTool = injector.options.stage == Stage.TOOL; 121 // Run injections if we're not in tool stage (ie, PRODUCTION or DEV), 122 // or if we are in tool stage and the injection point is toolable.
|
InternalInjectorCreator.java | 52 * is not executed for injectors created using {@link Stage#TOOL the tool stage} 111 if (shellBuilder.getStage() == Stage.TOOL) { 113 // to prevent non-tool-friendy methods from being called. 180 if (shellBuilder.getStage() != Stage.TOOL) { 240 /** {@link Injector} exposed to users in {@link Stage#TOOL}. */ 251 "Injector.injectMembers(Object) is not supported in Stage.TOOL"); 312 "Injector.getProvider(Key<T>) is not supported in Stage.TOOL"); 318 "Injector.getProvider(Class<T>) is not supported in Stage.TOOL"); 324 "Injector.getMembersInjector(TypeLiteral<T>) is not supported in Stage.TOOL"); [all...] |
Initializer.java | 242 // if in Stage.TOOL, we only want to inject & notify toolable injection points. 246 instance, key, provisionCallback, source, injector.options.stage == Stage.TOOL);
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
EdslTest.java | 103 Guice.createInjector(Stage.TOOL, webModule);
|
/external/libxml2/VxWorks/ |
Makefile | 14 include $(WIND_USR)/tool/gnu/make.$(VXCPU)
19 FLAGS += $(DEFINE_CC) $(CC_ARCH_SPEC) -MD -MP -D_VX_CPU=_VX_$(CPU) -D_VX_TOOL_FAMILY=gnu -D_VX_TOOL=$(TOOL)
|
/external/elfutils/tests/ |
run-readelf-n.sh | 84 TOOL: "gcc 8.1.1 20180712"
|
/external/guice/core/test/com/google/inject/ |
InjectorTest.java | 50 Injector injector = Guice.createInjector(Stage.TOOL);
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
dumpICUrules.bat | 183 my $TOOL = $0; 334 print $out "// Tool: $TOOL\n// Source: $in\n";
|
indic.pl | 44 # $TOOL - name of generating tool 51 # Name of this tool in generated RBT files 619 # $TOOL - name of generating tool 634 if ($tag eq 'TOOL') {
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
FactoryModuleBuilderTest.java | 512 injector = Guice.createInjector(Stage.TOOL, module);
|
FactoryProvider2Test.java | 550 Stage.TOOL, [all...] |
/external/guice/core/test/com/google/inject/internal/ |
MapBinderTest.java | [all...] |
MultibinderTest.java | 703 Stage.TOOL, 719 // The non-tool stage test can test this by calling injector.getInstance to ensure 720 // the right values are returned -- in tool stage we can't do that. It's also a [all...] |
/external/guice/lib/build/ |
bnd-0.0.384.jar | |
/external/testng/lib-supplied/ |
guice-2.0.jar | |