HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 226 - 250 of 1065) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openfst/src/include/fst/extensions/far/
far.h 98 virtual void Add(const string &key, const Fst<A> &fst) = 0;
182 void Add(const string &key, const Fst<A> &fst) { writer_->Add(key, fst); }
212 void Add(const string &key, const Fst<A> &fst) { writer_->Add(key, fst); }
243 void Add(const string &key, const Fst<A> &fst) {
245 LOG(WARNING) << "FstFarWriter::Add: only one Fst supported,"
  /external/v8/test/mjsunit/regress/
regress-798.js 30 // Add property a with getter/setter.
48 // Add property b with getter/setter.
69 // Add property c with getter/setter.
  /external/valgrind/unittest/
windows_tests.cc 528 tp.Add(NewCallback(Waiter, &VAR, sem));
529 tp.Add(NewCallback(Poster, &VAR, sem));
550 tp.Add(NewCallback(Waiter, &VAR, h1));
551 tp.Add(NewCallback(Poster, &VAR, h2));
590 tp.Add(NewCallback(Waiter, &VAR, h1));
591 tp.Add(NewCallback(Waker, &VAR, h2));
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 43 debug("Add hash to mailto: protocol");
50 debug("Add hash to file: protocol");
61 debug("Add hash to non-standard protocol");
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 172 vBoxLeftTop.Add(self.btnAddSeg, 0, wx.TOP, BORDER)
173 vBoxLeftTop.Add(self.btnRevSeg, 0, wx.TOP, BUT_SPACE)
174 vBoxLeftTop.Add(self.btnDelSeg, 0, wx.TOP, BUT_SPACE)
175 vBoxLeftTop.Add(self.btnMoveSeg, 0, wx.TOP, BUT_SPACE)
176 vBoxLeftTop.Add((-1, 12))
177 vBoxLeftTop.Add(self.btnQueueAll, 0, wx.TOP, BUT_SPACE)
178 vBoxLeftTop.Add(self.btnDequeueAll, 0, wx.TOP, BUT_SPACE)
179 vBoxLeftTop.Add(self.btnPlay, 0, wx.TOP, BUT_SPACE)
180 vBoxLeftTop.Add(self.btnPause, 0, wx.TOP, BUT_SPACE)
181 vBoxLeftTop.Add(self.btnAudition, 0, wx.TOP, BUT_SPACE)
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 70 // set-by-index, and add accessors that are generated for all repeated fields.
82 void Add(const Element& value);
83 Element* Add();
106 // any add or remove operation.
199 typename TypeHandler::Type* Add();
230 // Like Add(), but if there are no cleared objects to use, returns NULL.
326 Element* Add();
339 // any add or remove operation.
377 // Add an already-allocated object, passing ownership to the
397 // Add an element to the pool of cleared objects, passing ownership t
    [all...]
descriptor_database.h 109 // FindFileContainingSymbol() is fully-implemented. When you add a file, its
134 // can be deleted after Add() returns. Returns false if the file conflicted
137 bool Add(const FileDescriptorProto& file);
162 // Helpers to recursively add particular descriptors and all their contents
277 bool Add(const void* encoded_file_descriptor, int size);
279 // Like Add(), but makes a copy of the data, so that the caller does not
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 202 markers.Add(null); // depth 0 means no backtracking, leave blank
208 markers.Add(state);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 231 markers.Add( null ); // depth 0 means no backtracking, leave blank
238 markers.Add( state );
  /external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc 48 registrar_.Add(this, NotificationType::LOGIN_USER_CHANGED,
80 registrar_.Add(this, NotificationType::SCREEN_LOCK_STATE_CHANGED,
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 46 registrar_.Add(this, NotificationType::OWNERSHIP_CHECKED,
51 registrar_.Add(this, NotificationType::LOAD_COMPLETED_MAIN_FRAME,
  /external/chromium/chrome/browser/extensions/
extension_apitest.cc 29 registrar_.Add(this, NotificationType::EXTENSION_TEST_PASSED,
31 registrar_.Add(this, NotificationType::EXTENSION_TEST_FAILED,
extension_disabled_infobar_delegate.cc 116 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
118 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
  /external/chromium/chrome/browser/
omnibox_search_hint.cc 154 notification_registrar_.Add(this,
164 notification_registrar_.Add(this,
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.cc 167 // Add a new tab next to initiator tab.
178 // Add an entry to the map.
189 registrar_.Add(this, NotificationType::TAB_CONTENTS_DESTROYED,
191 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
  /external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.cc 137 registrar_.Add(this, NotificationType::TAB_CONTENTS_INFOBAR_REMOVED, source);
138 registrar_.Add(this, NotificationType::TAB_CONTENTS_INFOBAR_REPLACED, source);
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 86 registrar_.Add(this, NotificationType::FIND_RESULT_AVAILABLE,
88 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
196 // As you add letters to the search term, this creates a flashing effect when
  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine.cc 69 // If a match is found, this function will generate an ADD instruction
111 // Create an ADD instruction to encode all target bytes
114 coder->Add(unencoded_target_start, best_match.target_offset());
117 return best_match.target_offset() // ADD size
122 // this function creates an ADD instruction to encode all target bytes
125 // this function will create one big ADD instruction
132 coder->Add(unencoded_target_start, unencoded_target_size);
185 // Offset of next bytes in string to ADD if NOT copied (i.e., not found in
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 63 constexpr int Add(int a, int b, int c) { return a + b + c; }
64 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} expected-note {{read}}
  /external/llvm/include/llvm/Support/
Registry.h 177 /// Registry<Collector>::Add<FancyGC>
192 class Add {
199 Add(const char *Name, const char *Desc)
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 113 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx);
114 return MCOperand::CreateExpr(Add);
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 170 /// tryAddingSymbolicOperand - trys to add a symbolic operand in place of the
229 const MCExpr *Add = NULL;
234 Add = MCSymbolRefExpr::Create(Sym, *Ctx);
236 Add = MCConstantExpr::Create((int)SymbolicOp.AddSymbol.Value, *Ctx);
258 if (Add)
259 LHS = MCBinaryExpr::CreateSub(Add, Sub, *Ctx);
266 } else if (Add) {
268 Expr = MCBinaryExpr::CreateAdd(Add, Off, *Ctx);
270 Expr = Add;
283 /// tryAddingPcLoadReferenceComment - trys to add a comment as to what is bein
    [all...]
  /external/open-vcdiff/src/
vcdiffengine.cc 66 // If a match is found, this function will generate an ADD instruction
108 // Create an ADD instruction to encode all target bytes
111 coder->Add(unencoded_target_start, best_match.target_offset());
114 return best_match.target_offset() // ADD size
119 // this function creates an ADD instruction to encode all target bytes
122 // this function will create one big ADD instruction
129 coder->Add(unencoded_target_start, unencoded_target_size);
182 // Offset of next bytes in string to ADD if NOT copied (i.e., not found in
  /external/v8/test/cctest/
test-regexp.cc 424 accumulator.Add("()");
579 // Check that it wasn't there already and then add it.
    [all...]
test-threads.cc 181 threads.Add(newThread);
183 refs.Add(i::ThreadId::Invalid());

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>