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

1 2 34 5 6 7 8 91011>>

  /external/chromium/net/base/
test_root_certs_openssl.cc 17 bool TestRootCerts::Add(X509Certificate* certificate) {
mime_sniffer.cc 109 // to increase this number if you add a longer magic number.
273 if (counter) counter->Add(static_cast<int>(i));
506 counter->Add(i);
512 counter->Add(arraysize(kUnknownMimeTypes));
534 // we can just add an entry to this list.
548 counter->Add(1);
557 counter->Add(2);
577 should_sniff_counter->Add(1);
599 counter->Add(i);
600 should_sniff_counter->Add(2)
    [all...]
  /external/chromium/net/ftp/
ftp_auth_cache.h 45 // Add an entry for |origin| to the cache (consisting of |username| and
48 void Add(const GURL& origin, const string16& username,
  /external/clang/include/clang/Sema/
CXXFieldCollector.h 55 /// Add - Called by Sema::ActOnCXXMemberDeclarator.
56 void Add(FieldDecl *D) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 41 ID.Add(T);
  /external/llvm/include/llvm/CodeGen/
RegAllocRegistry.h 38 Registry.Add(this);
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 59 BinaryOperator *Add = BinaryOperator::Create(Instruction::Add, V, V);
63 BinaryOperator *AddClone = this->clone(Add);
76 Add->setHasNoUnsignedWrap();
80 AddClone = this->clone(Add);
93 Add->setHasNoSignedWrap();
97 AddClone = this->clone(Add);
110 Add->setHasNoUnsignedWrap(false);
114 AddClone = this->clone(Add);
  /external/open-vcdiff/src/
jsonwriter.h 34 // * Each ADD is represented by a single JSON string containing
35 // the data to add.
38 // * Each RUN is represented by a JSON string containing the data to add,
39 // similar to the ADD command.
49 // Encode an ADD opcode with the "size" bytes starting at data
50 virtual void Add(const char* data, size_t size);
72 // size arguments passed to Add(), Copy(), and Run().
79 // and add it to the 'out' string.
85 // The sum of all the size arguments passed to Add(), Copy() and Run().
instruction_map.h 97 void Add(unsigned char inst,
129 // 0 (NOOP), 1 (ADD), 2 (RUN), 3 (COPY mode 0), 4 (COPY mode 1), ...
162 void Add(unsigned char first_opcode,
  /external/regex-re2/re2/
set.h 23 // Add adds regexp pattern to the set, interpreted using the RE2 options.
25 // Add returns the regexp index that will be used to identify
30 int Add(const StringPiece& pattern, string* error);
33 // Add must not be called again after Compile.
  /external/skia/legacy/src/core/
SkTypefaceCache.h 40 * Add a typeface to the cache. This ref()s the typeface, so that the
45 static void Add(SkTypeface*, SkTypeface::Style requested);
78 void add(SkTypeface*, SkTypeface::Style requested);
  /external/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 52 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
56 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
60 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
64 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
68 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
71 btnSizer.Add(txt, 0, wx.CENTER|wx.ALL, 2)
80 btnSizer.Add(self.location, 1, wx.EXPAND|wx.ALL, 2)
82 sizer.Add(btnSizer, 0, wx.EXPAND)
83 sizer.Add(self.webview, 1, wx.EXPAND)
  /external/v8/src/
frames.cc 723 functions->Add(JSFunction::cast(function()));
736 functions->Add(summary);
900 frames->Add(summary);
    [all...]
func-name-inferrer.h 58 entries_stack_.Add(names_stack_.length());
69 funcs_to_infer_.Add(func_to_infer);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
SetExtensions.cs 45 public static bool add<T>( this HashSet<T> set, T item ) method in class:Antlr.Runtime.JavaExtensions.SetExtensions
47 return set.Add( item );
54 set.Add( item );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 62 functionDefinitions.Add($func.tree);
ProfileGrammar.g3 62 functionDefinitions.Add($func.tree);
  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.cc 31 registrar_.Add(this, NotificationType::EXTENSION_HOST_VIEW_SHOULD_CLOSE,
33 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 58 registrar_.Add(this,
62 registrar_.Add(this,
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 97 void Add(unsigned char inst,
129 // 0 (NOOP), 1 (ADD), 2 (RUN), 3 (COPY mode 0), 4 (COPY mode 1), ...
162 void Add(unsigned char first_opcode,
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 69 // Add a basic block to the function. As before, it automatically inserts
85 // Create the add instruction, inserting it into the end of BB.
86 Value *Add = builder.CreateAdd(One, ArgX);
88 // Create the return instruction and add it to the basic block
89 builder.CreateRet(Add);
100 // Add a basic block to the FooF function.
113 // Create the return instruction and add it to the basic block.
  /external/tinyxml/
Android.mk 5 # Add -DTIXML_USE_STL to CFLAGS to use STL.
  /external/valgrind/main/none/tests/
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /external/chromium/chrome/browser/autofill/
credit_card_field.cc 20 bool ok = Add(field_type_map, number_, AutofillType(CREDIT_CARD_NUMBER));
28 // Add() will check if cardholder_ is != NULL.
29 ok = ok && Add(field_type_map, cardholder_, AutofillType(CREDIT_CARD_NAME));
33 ok = ok && Add(field_type_map, type_, AutofillType(CREDIT_CARD_TYPE));
35 ok = ok && Add(field_type_map, expiration_month_,
38 ok = ok && Add(field_type_map, expiration_year_,
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 145 collection->Add(NewMockNotification("1"), browser()->profile());
152 collection->Add(NewMockNotification("2"), browser()->profile());
176 // [CLOSED] -add->[STICKY_AND_NEW] -mouse-> [KEEP_SIZE] -remove/add->
177 // [KEEP_SIZE] -remove-> [CLOSED] -add-> [STICKY_AND_NEW] -remove-> [CLOSED]
186 collection->Add(NewMockNotification("1"), browser()->profile());
187 collection->Add(NewMockNotification("2"), browser()->profile());
200 collection->Add(NewMockNotification("1"), browser()->profile());
217 collection->Add(NewMockNotification("3"), browser()->profile());
261 // [CLOSED] -add,add->[STICKY_AND_NEW] -stale-> [MINIMIZED] -remove-
    [all...]

Completed in 677 milliseconds

1 2 34 5 6 7 8 91011>>