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

1 2 3 4 5 6 7 8

  /external/chromium_org/components/nacl/
nacl_defines.gypi 30 # we should figure out a way to unify the settings.
  /external/chromium_org/tools/site_compare/scrapers/
__init__.py 10 # TODO(jhaas): unify all optional scraper parameters into kwargs
  /external/clang/test/Analysis/
traversal-path-unification.c 23 // We should unify the two paths here and only get one end-of-path node.
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableList_CustomFieldSerializer.java 21 * a custom field serializer to unify the type signature of
ImmutableMultiset_CustomFieldSerializer.java 21 * a custom field serializer to unify the type signature of
ImmutableSet_CustomFieldSerializer.java 21 * a custom field serializer to unify the type signature of
ImmutableSortedSet_CustomFieldSerializer.java 21 * a custom field serializer to unify the type signature of
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.cpp 30 // FIXME: Unify more of the code for Mac and Win.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_gallium.c 42 /* XXX: Unify with stw_create_layer_context */
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_gallium.c 42 /* XXX: Unify with stw_create_layer_context */
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
array_data_model.js 77 // TODO(arv): Maybe unify splice and change events?
117 // TODO(arv): Maybe unify splice and change events?
  /external/chromium_org/content/renderer/media/
peer_connection_handler_base.cc 18 // TODO(hta): Unify implementations of these functions from MediaStreamCenter
  /external/chromium_org/ppapi/api/trusted/
ppb_file_io_trusted.idl 42 * TODO(darin): Maybe unify the above into a single WillChangeFileSize
  /external/chromium_org/ppapi/c/trusted/
ppb_file_io_trusted.h 56 * TODO(darin): Maybe unify the above into a single WillChangeFileSize
  /external/chromium_org/v8/src/
interface.cc 106 static_cast<Interface*>(p->value)->Unify(interface, zone, ok);
119 void Interface::Unify(Interface* that, Zone* zone, bool* ok) {
120 if (this->forward_) return this->Chase()->Unify(that, zone, ok);
121 if (that->forward_) return this->Unify(that->Chase(), zone, ok);
  /external/llvm/test/Transforms/SimplifyCFG/
UncondBranchToReturn.ll 1 ; The unify-function-exit-nodes pass often makes basic blocks that just contain
  /external/v8/src/
interface.cc 100 reinterpret_cast<Interface*>(p->value)->Unify(interface, ok);
113 void Interface::Unify(Interface* that, bool* ok) {
114 if (this->forward_) return this->Chase()->Unify(that, ok);
115 if (that->forward_) return this->Unify(that->Chase(), ok);
interface.h 67 // Add a name to the list of exports. If it already exists, unify with
73 // Unify with another interface. If successful, both interface objects will
75 void Unify(Interface* that, bool* ok);
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h 21 // TODO(wtc): unify ToolbarModel::SecurityLevel with SecurityStyle. We
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
metastep.py 32 # FIXME: Unify with StepSequence? I'm not sure yet which is the better design.
  /external/chromium_org/ui/base/events/
event_constants.h 52 // TODO[davemoore] we need to unify these events w/ touch and gestures.
  /external/llvm/include/llvm/Transforms/Utils/
UnifyFunctionExitNodes.h 34 // We can preserve non-critical-edgeness when we unify function exit nodes
  /external/llvm/test/Analysis/BranchProbabilityInfo/
noreturn.ll 54 ; Make sure we unify across multiple conditional branches.
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 152 /// Try to unify the given two blocks. Enqueues them for processing
175 void unify(Instruction *L, Instruction *R) { function in class:__anon24155::FunctionDifferenceEngine
211 // Otherwise, tentatively unify them.
219 // Unify everything in the block, non-tentatively this time.
222 unify(&*LI, &*RI);
559 unify(&*LI, &*RI);
569 unify(L, R);
593 unify(&*LI, &*RI);
598 // other is an unconditional branch immediately following a call, unify
  /external/llvm/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 28 "Unify function exit nodes", false, false)
42 // UnifyAllExitNodes - Unify all exit nodes of the CFG by creating a new

Completed in 1313 milliseconds

1 2 3 4 5 6 7 8