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

1 2

  /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<Expander*> Expanders;
107 /// addExpander - Add an expander for Records with the named super class.
108 void addExpander(StringRef ClassName, 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/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"
  /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,
  /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/chromium_org/third_party/angle/src/compiler/preprocessor/
MacroExpander.cpp 320 MacroExpander expander(&lexer, mMacroSet, mDiagnostics);
323 expander.lex(&token);
327 expander.lex(&token);
  /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, Expander *E) {
304 // This is the first time we see Set. Find a suitable expander.
310 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
  /external/chromium_org/chrome/browser/resources/help/
help_content.css 91 #more-info-expander {
help_content.html 99 <button id="more-info-expander" class="link-button"
help_page.js 78 this.maybeSetOnClick_($('more-info-expander'),
176 $('more-info-expander').textContent = visible ?
  /external/chromium_org/chrome/common/extensions/docs/static/js/
article.js 95 // Add +/- expander to headings with subheading children.
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.js 108 // give that line an expander.
  /external/chromium_org/v8/tools/
js2c.py 91 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander):
104 replacement = expander(str.strip())
129 def expander(s): function in function:ExpandMacros
131 lines = ExpandMacroDefinition(lines, 0, name_pattern, macro, expander)
  /external/clang/lib/Lex/
PPLexerChange.cpp 193 // Create a macro expander to expand from the specified token stream.
525 // Delete or cache the now-dead macro expander.
542 // Delete or cache the now-dead macro expander.
552 /// HandleMicrosoftCommentPaste - When the macro expander pastes together a
  /external/chromium_org/chrome/browser/resources/options/
browser_options.js 115 $('advanced-settings-expander').onclick = function() {
129 if (document.activeElement === $('advanced-settings-expander') &&
138 $('advanced-settings-expander').hidden = true;
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 280 SCEVExpander Expander(*SE, "loop-unroll");
281 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 78 /// When invoked from LSR, the expander is in "strength reduction" mode. The
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 159 // FIXME: should use a custom expander to expose the SRA to the dag.

Completed in 1283 milliseconds

1 2