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

1 2

  /external/llvm/utils/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
SetTheory.cpp 230 struct FieldExpander : public SetTheory::Expander {
243 void SetTheory::Expander::anchor() { }
262 void SetTheory::addExpander(StringRef ClassName, Expander *E) {
302 // This is the first time we see Set. Find a suitable expander.
308 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
  /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"
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_css_files.py 89 expander = PathExpander(argv[2:])
93 full_path = expander.expand(input_file_name)
concatenate_js_files.py 89 expander = PathExpander(argv[2:])
93 full_path = expander.expand(input_file_name)
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
MacroExpander.cpp 318 MacroExpander expander(&lexer, mMacroSet, mDiagnostics);
321 expander.lex(&token);
325 expander.lex(&token);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 23 // do on Windows, for example), using pixbuf-expander-closed and
24 // pixbuf-expander-open. Unfortunately there is no GTK_STOCK_OPEN_DIRECTORY
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 24 // do on Windows, for example), using pixbuf-expander-closed and
25 // pixbuf-expander-open. Unfortunately there is no GTK_STOCK_OPEN_DIRECTORY
  /external/chromium_org/chrome/browser/resources/help/
help.css 95 #more-info-expander {
help.html 128 <button id="more-info-expander" class="link-button"
help.js 81 this.maybeSetOnClick_($('more-info-expander'),
203 $('more-info-expander').textContent = visible ?
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_install_dialog_gtk.cc 55 // Returns an expander with the lines in |details|.
59 GtkWidget* expander = gtk_expander_new( local
62 gtk_container_add(GTK_CONTAINER(expander), align);
77 return expander;
  /external/chromium_org/v8/tools/
js2c.py 119 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander):
132 replacement = expander(str.strip())
157 def expander(s): function in function:ExpandMacros
159 lines = ExpandMacroDefinition(lines, 0, name_pattern, macro, expander)
  /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/clang/lib/Lex/
PPLexerChange.cpp 191 // Create a macro expander to expand from the specified token stream.
468 // Delete or cache the now-dead macro expander.
485 // Delete or cache the now-dead macro expander.
495 /// HandleMicrosoftCommentPaste - When the macro expander pastes together a
  /external/chromium_org/chrome/browser/resources/options/
browser_options.js 60 $('advanced-settings-expander').onclick = function() {
68 if (document.activeElement === $('advanced-settings-expander') &&
567 var expander = function() {
580 setTimeout(expander, 0);
582 expander();
712 var expander = $('advanced-settings-expander');
714 expander.textContent = loadTimeData.getString('showAdvancedSettings');
716 expander.textContent = loadTimeData.getString('hideAdvancedSettings');
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 279 SCEVExpander Expander(*SE, "loop-unroll");
280 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 155 // FIXME: should use a custom expander to expose the SRA to the dag.

Completed in 212 milliseconds

1 2