HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 676 - 700 of 1086) sorted by null

<<21222324252627282930>>

  /external/v8/src/
mirror-debugger.js     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 24 /// AddOne - Add one to a ConstantInt.
171 case Instruction::Add:
181 // ADD down to exactly one bit. If the constant we are adding has
182 // no bits set below this bit, then we can eliminate the ADD.
189 // the XOR is to toggle the bit. If it is clear, then the ADD has
294 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
296 return Builder->CreateICmpULT(Add, UpperBound);
313 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
315 return Builder->CreateICmpUGT(Add, LowerBound);
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 94 // Add a humanized topics list string.
  /development/build/
Android.mk 3 # Add all files to be generated from the source.prop templates to the SDK pre-requisites
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 241 * For grammar debugging, you will want to override this to add
294 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
300 // for development, can add "(decision="+eee.decisionNumber+")"
557 // what is exact? it seems to only add sets from above on stack
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 264 * For grammar debugging, you will want to override this to add
339 // for development, can add "decision=<<"+nvae.grammarDecisionDescription+">>"
347 // for development, can add "(decision="+eee.decisionNumber+")"
629 // what is exact? it seems to only add sets from above on stack
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 106 uniqueRules.Add(grammarFileName + ":" + ruleName, true);
217 decisionEvents.Add(d); // done with decision; track all
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 114 /// Add a child to the tree t. If child is a flat tree (a list), make all
181 /// For identifying trees. How to identify nodes so we can say "add node
434 /// even use Token objects as trees if you add a child list to your tokens.
464 /// Add t as a child to this node. If t is null, do nothing. If t
465 /// is nil, add all children of t to this' children.
467 /// <param name="t">Tree to add</param>
553 /// Add all elements of kids list as children of this node
796 /// Once you start next()ing, do not try to add more elements. It will
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 478 registrar_.Add(this,
484 registrar_.Add(this,
719 // Don't add a browser to the list if that type of browser doesn't
  /external/chromium/chrome/browser/history/
history.cc 142 registrar_.Add(this, NotificationType::HISTORY_URLS_DELETED,
144 registrar_.Add(this, NotificationType::TEMPLATE_URL_REMOVED,
331 // Filter out unwanted URLs. We don't add auto-subframe URLs. They are a
333 // history UI. We will still add manual subframes, which are ones the user
338 // Add link & all redirects to visited link list.
344 // We should not be asked to add a page in the middle of a redirect chain.
384 // Add to the visited links system.
407 // Add to the visited links system.
631 // visited link system for added URLs as soon as we get the add
  /external/chromium/chrome/browser/resources/
bug_report.js 62 // We add the ?+timestamp to make sure the image URLs are unique
102 // Add chromeos data if it exists.
  /external/chromium/chrome/browser/resources/shared/js/
util.js 55 // Add a space to work around the WebKit bug.
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl2_unittest.cc 74 registrar_.Add(&observer_,
77 registrar_.Add(&observer_,
362 // At this point, the bookmarks dtc should be in flight. Add
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 164 // Add and remove the New Folder button from the ClientView's hierarchy.
465 tree_model_->Add(parent, new_node, parent->child_count());
502 b_node->Add(new_b_node, b_node->child_count());
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 111 registrar_.Add(this, NotificationType::UPGRADE_RECOMMENDED,
114 registrar_.Add(this, NotificationType::MODULE_INCOMPATIBILITY_BADGE_CHANGE,
187 // Add any necessary badges to the menu item based on the system state.
193 // Always add children in order from left to right, for accessibility.
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.cc 442 registrar_.Add(this,
447 registrar_.Add(this,
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 278 Dst.Add(*I);
473 /// and add nodes to the worklist.
488 // Only add 'Node' to the worklist if it was freshly generated.
599 Frontier.Add(N);
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 54 # Add SmartyPants filter with priority 10 (same as Texturize).
246 # an HTML tag. Add a space to give the quote education algorithm a bit of
  /external/llvm/include/llvm/IR/
InstrTypes.h 265 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd
266 DEFINE_HELPERS(Add, NUW) // CreateNUWAdd
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 234 void Add(JIT *jit) {
283 AllJits->Add(this);
285 // Add target data
288 PM.add(new DataLayout(*TM.getDataLayout()));
331 /// addModule - Add a new Module to the JIT. If we previously removed the last
342 PM.add(new DataLayout(*TM.getDataLayout()));
373 PM.add(new DataLayout(*TM.getDataLayout()));
685 assert(Addr && "Code generation didn't add function to GlobalAddress table!");
795 assert(Addr && "Code generation didn't add function to GlobalAddress table!");
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 522 /// \brief Add MemorySanitizer instrumentation to a function.
558 // This may add new checks to be inserted later.
633 Value *Add =
637 IRB.CreateAnd(Add, ConstantInt::get(MS.IntptrTy, ~3ULL));
    [all...]
  /external/protobuf/editors/
proto.vim 36 " 2. Add the following to ~/.vimrc:
  /external/skia/legacy/src/animator/
SkDisplayType.cpp 80 CASE_NEW(Add);
235 CASE_GET_INFO(Add);
402 { "add", SkType_Add INIT_BOOL_FIELDS },
  /external/skia/src/animator/
SkDisplayType.cpp 80 CASE_NEW(Add);
235 CASE_GET_INFO(Add);
402 { "add", SkType_Add INIT_BOOL_FIELDS },
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 95 static void Add(const SkColorMatrixFilter::State& state,
174 } else if (array[4] | array[9] | array[14]) { // needs add
175 fProc = shiftIs16 ? Add16 : Add;
181 /* preround our add values so we get a rounded shift. We do this after we
183 which could make us accidentally take the General or Add case.
186 int32_t add = 1 << (fState.fShift - 1); local
187 array[4] += add;
188 array[9] += add;
189 array[14] += add;
190 array[19] += add;
    [all...]

Completed in 1078 milliseconds

<<21222324252627282930>>