HomeSort by relevance Sort by last modified time
    Searched full:expander (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/www/analyzer/scripts/
expandcollapse.js 1 // expand/collapse button (expander) is added if height of a cell content
5 // Height in pixels of an expander image.
8 // Path to images for an expander.
60 // Create an expander and an additional wrapper for a cell content.
66 // | ---- expander ---- |
75 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
    [all...]
  /external/llvm/include/llvm/TableGen/
SetTheory.h 80 /// Expander - A callback function that can transform a Record representing a
83 class Expander {
86 virtual ~Expander() {}
101 StringMap<std::unique_ptr<Expander>> Expanders;
107 /// addExpander - Add an expander for Records with the named super class.
108 void addExpander(StringRef ClassName, std::unique_ptr<Expander>);
110 /// addFieldExpander - Add an expander for ClassName that simply evaluates
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentVerifier.java 11 * algorithm and parameters this expander supports.
  /external/selinux/libsepol/tests/
test-expander.c 22 /* This is where the expander tests should go, including:
33 #include "test-expander.h"
37 #include "test-expander-users.h"
38 #include "test-expander-roles.h"
39 #include "test-expander-attr-map.h"
77 if (snprintf(filename[i], PATH_MAX, "policies/test-expander/%s%s", myfiles[i], mls ? ".mls" : ".std") < 0)
libsepol-tests.c 23 #include "test-expander.h"
63 DECLARE_SUITE(expander);
test-expander-roles.c 23 #include "test-expander-roles.h"
test-expander-users.c 23 #include "test-expander-users.h"
test-expander-attr-map.c 22 #include "test-expander-attr-map.h"
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
methods.html 27 <button id="form-expander">Hide Form</button>
forms.js 537 var expander = $('#form-expander');
540 expander.text(FORM_VISIBILITY.SHOW_FORM);
545 * Toggle the display of the main RPC form. Called when form expander button
549 var expander = $('#form-expander');
551 if (expander.text() == FORM_VISIBILITY.HIDE_FORM) {
555 expander.text(FORM_VISIBILITY.HIDE_FORM);
565 $('#form-expander').click(toggleForm);
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 382 Expander expander = new Expander(this, compatRegs, base, duplicateFirst); local
385 expander.expandRegister(regIdx);
388 return expander.getResult();
391 private static class Expander {
398 private Expander(RegisterSpecList regSpecList, BitSet compatRegs, int base,
  /hardware/bsp/intel/peripheral/libmraa/docs/
ftdi_ft4222.md 34 When an I2C GPIO expander is present, the pins on the expander will appear after
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
internal-fn.def 34 ECF_* flags. Each entry must have a corresponding expander
  /external/llvm/test/Transforms/LoopStrengthReduce/
lsr-expand-quadratic.ll 8 ; SCEV expander cannot expand quadratic recurrences outside of the
  /external/llvm/lib/TableGen/
SetTheory.cpp 231 struct FieldExpander : public SetTheory::Expander {
244 void SetTheory::Expander::anchor() {}
264 void SetTheory::addExpander(StringRef ClassName, std::unique_ptr<Expander> E) {
304 // This is the first time we see Set. Find a suitable expander.
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
hd44780_bits.h 32 // i2C expander in use, so may not be appropriate for inclusion into
lcm1602.h 62 * an I2C expander/backpack.
75 * @param isExpander True if we are dealing with an I2C expander,
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 532 SCEVExpander Expander(*SE, *DL, "loop-idiom");
548 Expander.expandCodeFor(Start, DestInt8PtrTy, Preheader->getTerminator());
551 Expander.clear();
571 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
640 SCEVExpander Expander(*SE, *DL, "loop-idiom");
656 Value *StoreBasePtr = Expander.expandCodeFor(
661 Expander.clear();
676 Value *LoadBasePtr = Expander.expandCodeFor(
681 Expander.clear();
701 Expander.expandCodeFor(NumBytesS, IntPtrTy, Preheader->getTerminator())
    [all...]
  /external/autotest/server/cros/servo/
plankton.py 64 """Initializes Plankton IO expander register settings."""
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 315 SCEVExpander Expander(*SE, DL, "loop-unroll");
316 if (!AllowExpensiveTripCount && Expander.isHighCostExpansion(TripCountSC, L))
344 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),
346 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(),
  /external/v8/tools/
js2c.py 97 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander):
113 replacement = expander(str.strip())
138 def expander(s): function in function:ExpandMacros
140 lines = ExpandMacroDefinition(lines, 0, name_pattern, macro, expander)
  /hardware/bsp/intel/peripheral/libmraa/src/usb/
ftdi_ft4222.c 216 // Function detects known I2C I/O expanders and returns the number of GPIO pins on expander
515 // Expander GPIO
538 // Expander GPIO
718 // Virtual gpio pins on i2c I/O expander.
  /external/selinux/prebuilts/bin/
seinfo.py 293 for desc, component, expander in components:
298 result = expander(item) if args.expand else item
  /external/clang/lib/Lex/
PPLexerChange.cpp 213 // Create a macro expander to expand from the specified token stream.
531 // Delete or cache the now-dead macro expander.
548 // Delete or cache the now-dead macro expander.
558 /// HandleMicrosoftCommentPaste - When the macro expander pastes together a
  /external/dng_sdk/source/
dng_read_image.cpp 439 dng_lzw_expander (const dng_lzw_expander &expander);
441 dng_lzw_expander & operator= (const dng_lzw_expander &expander);
2299 dng_lzw_expander expander; local
    [all...]

Completed in 812 milliseconds

1 2 3