Home
last modified time | relevance | path

Searched refs:expander (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/www/analyzer/scripts/
Dexpandcollapse.js75 var expander = document.createElement("img");
76 with (expander.style) { display = "block"; paddingTop = "5px"; }
77 expander.src = imgPath + "ellipses_light.gif";
78 expander.id = "expander" + idxStr;
81 expander.onclick = function() {
89 expander.onmouseover = function() {
94 expander.onmouseout = function() {
102 expandableDiv.appendChild(expander);
165 var expander = document.getElementById("expander" + idxStr);
171 expander.src = imgPath + "ellipses_light.gif";
[all …]
/external/catch2/include/internal/
Dcatch_test_registry.h124 using expander = int[];\
125 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFunc<Types> ), CATCH_INTERNAL_LINEINF…
163 using expander = int[]; \
167 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFuncName<Types> ), CATCH_INTERNAL_LIN…
201 using expander = int[];\
202 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestName<Types>::test ), CATCH_INTERNAL_L…
231 using expander = int[];\
235 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestName<Types>::test ), CATCH_INTERNAL_L…
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp68 ScopedMacroReenabler(MacroExpander *expander);
77 MacroExpander::ScopedMacroReenabler::ScopedMacroReenabler(MacroExpander *expander) in ScopedMacroReenabler() argument
78 : mExpander(expander) in ScopedMacroReenabler()
448 …MacroExpander expander(&lexer, mMacroSet, mDiagnostics, mParseDefined, mAllowedMacroExpansionDepth… in collectMacroArgs() local
451 expander.lex(&token); in collectMacroArgs()
455 expander.lex(&token); in collectMacroArgs()
/external/u-boot/doc/device-tree-bindings/gpio/
Dgpio-pcf857x.txt45 The I/O expander can detect input state changes, and thus optionally act as
46 an interrupt controller. When the expander interrupt line is connected all the
60 Example: PCF8575 I/O expander node
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopIdiom/
Dunsafe.ll6 ; if SCEV expander is taught to generate the dependencies
36 ; udiv. SCEV expander hoists it out of the loop, so loop-idiom
/external/v8/tools/
Djs2c.py99 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander): argument
115 replacement = expander(str.strip())
143 def expander(s): function
145 lines = ExpandMacroDefinition(lines, 0, name_pattern, macro, expander)
/external/tensorflow/tensorflow/compiler/xla/
Dprotobuf_util.h45 void RegisterDirectoryExpander(const std::function<string(string)>& expander);
/external/u-boot/board/work-microwave/work_92105/
DREADME14 - Port expander MAX6957
16 through the port expander and DACs
/external/selinux/libsepol/tests/
Dlibsepol-tests.c65 DECLARE_SUITE(expander); in do_tests()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/atomics/
Dload-store-16-unexpected-register-bug.ll4 ; to use 'PTRREGS', but the pseudo expander would generate LDDW/STDW instructions.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/pseudo/
DLDDWRdPtrQ-same-src-dst.mir5 # This test ensures that the pseudo expander can correctly handle the case
/external/u-boot/arch/arm/dts/
Darmada-388-helios4.dts149 * PCA9655 GPIO expander, up to 1MHz clock.
155 expander0: gpio-expander@20 {
Darmada-388-clearfog.dts128 * PCA9655 GPIO expander, up to 1MHz clock.
146 expander0: gpio-expander@20 {
Darmada-385-turris-omnia.dts244 * GPIO expander for SFP+ signals and
/external/tensorflow/tensorflow/lite/toco/python/
DBUILD48 "//learning/expander/pod/deep_pod/utils:__subpackages__",
/external/llvm/test/Transforms/LoopStrengthReduce/
Dlsr-expand-quadratic.ll8 ; SCEV expander cannot expand quadratic recurrences outside of the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/
Dlsr-expand-quadratic.ll17 ; SCEV expander cannot expand quadratic recurrences outside of the
/external/selinux/prebuilts/bin/
Dseinfo.py351 for desc, component, expander in components:
356 result = expander(item) if args.expand else item
/external/dng_sdk/source/
Ddng_read_image.cpp439 dng_lzw_expander (const dng_lzw_expander &expander);
441 dng_lzw_expander & operator= (const dng_lzw_expander &expander);
2299 dng_lzw_expander expander; in ReadTile() local
2301 if (!expander.Expand (compressedBuffer->Buffer_uint8 (), in ReadTile()
/external/grpc-grpc/templates/
DREADME.md170 expander is [a plugin](../tools/buildgen/plugins/expand_filegroups.py).
/external/u-boot/drivers/gpio/
DKconfig147 Support for PCF8575 I2C 16-bit GPIO expander. Most of these
/external/catch2/single_include/catch2/
Dcatch.hpp918 using expander = int[];\
919 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFunc<Types> ), CATCH_INTERNAL_LINEINF…
957 using expander = int[]; \
961 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestFuncName<Types> ), CATCH_INTERNAL_LIN…
995 using expander = int[];\
996 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestName<Types>::test ), CATCH_INTERNAL_L…
1025 using expander = int[];\
1029 …(void)expander{(Catch::AutoReg( Catch::makeTestInvoker( &TestName<Types>::test ), CATCH_INTERNAL_L…
/external/tensorflow/tensorflow/compiler/xla/tests/
DBUILD954 # BatchNorm expander is not run on the interpreter.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt56615 expander %25021 ɪkspˈændər

12