OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vector
(Results
826 - 850
of
20677
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
dictionary_header_structure_policy.h
21
#include <
vector
>
33
typedef std::map<std::
vector
<int>, std::
vector
<int>> AttributeMap;
52
virtual const std::
vector
<int> *getLocale() const = 0;
/prebuilts/misc/common/swig/include/2.0.11/python/
pytuplehlp.swg
4
(std::pair,std::
vector
,std::list,etc) return tuples.
/external/chromium_org/chrome/browser/safe_browsing/
chunk_range.h
18
#include <
vector
>
45
void RangesToChunks(const std::
vector
<ChunkRange>& ranges,
46
std::
vector
<int>* chunks);
52
std::
vector
<ChunkRange>* ranges);
56
void ChunksToRangeString(const std::
vector
<int>& chunks, std::string* result);
58
// Tests if a chunk number is contained a sorted
vector
of ChunkRanges.
59
bool IsChunkInRange(int chunk_number, const std::
vector
<ChunkRange>& ranges);
/external/chromium_org/chrome/browser/ssl/
ssl_error_info.h
9
#include <
vector
>
51
// Populates the specified |errors|
vector
with the errors contained in
58
std::
vector
<SSLErrorInfo>* errors);
70
//
vector
is a paragraph.
71
const std::
vector
<base::string16>& extra_information() const {
79
const std::
vector
<base::string16>& extra_info);
86
std::
vector
<base::string16> extra_information_;
/external/chromium_org/chrome/common/importer/
importer_bridge.h
9
#include <
vector
>
39
const std::
vector
<ImportedBookmarkEntry>& bookmarks,
50
const std::
vector
<ImportedFaviconUsage>& favicons) = 0;
52
virtual void SetHistoryItems(const std::
vector
<ImporterURLRow>& rows,
56
const std::
vector
<importer::URLKeywordInfo>& url_keywords,
59
// The search_engine_data
vector
contains XML data retrieved from the Firefox
62
const std::
vector
<std::string>& search_engine_data) = 0;
/external/chromium_org/components/password_manager/core/browser/
password_store_default.cc
58
std::
vector
<PasswordForm*> forms;
62
for (std::
vector
<PasswordForm*>::const_iterator it = forms.begin();
77
std::
vector
<PasswordForm*> forms;
81
for (std::
vector
<PasswordForm*>::const_iterator it = forms.begin();
97
std::
vector
<PasswordForm*> matched_forms;
115
std::
vector
<PasswordForm*>* forms) {
121
std::
vector
<PasswordForm*>* forms) {
/external/chromium_org/components/webdata/common/
web_data_results.h
25
TOKEN_RESULT, // WDResult<std::
vector
<std::string>>
26
AUTOFILL_VALUE_RESULT, // WDResult<std::
vector
<base::string16>>
27
AUTOFILL_CHANGES, // WDResult<std::
vector
<AutofillChange>>
29
AUTOFILL_PROFILES_RESULT, // WDResult<std::
vector
<AutofillProfile*>>
31
AUTOFILL_CREDITCARDS_RESULT, // WDResult<std::
vector
<CreditCard*>>
32
WEB_INTENTS_RESULT, // WDResult<std::
vector
<WebIntentServiceData>>
33
WEB_INTENTS_DEFAULTS_RESULT, // WDResult<std::
vector
<DefaultWebIntentService>>
/external/chromium_org/content/shell/common/
shell_messages.h
7
#include <
vector
>
50
std::
vector
<int> /* routing_ids */,
51
std::
vector
<std::
vector
<content::PageState> > /* session_histories */,
52
std::
vector
<unsigned> /* current_entry_indexes */)
67
std::
vector
<unsigned char> /* audio data */)
79
std::
vector
<base::FilePath> /* absolute_filenames */,
/external/chromium_org/crypto/
signature_creator_unittest.cc
5
#include <
vector
>
30
std::
vector
<uint8> key_info;
44
std::
vector
<uint8> signature;
47
std::
vector
<uint8> public_key_info;
67
std::
vector
<uint8> key_info;
76
std::
vector
<uint8> signature;
83
std::
vector
<uint8> public_key_info;
/external/chromium_org/extensions/browser/value_store/
value_store_unittest.h
41
std::
vector
<std::string> empty_list_;
42
std::
vector
<std::string> list1_;
43
std::
vector
<std::string> list2_;
44
std::
vector
<std::string> list3_;
45
std::
vector
<std::string> list12_;
46
std::
vector
<std::string> list13_;
47
std::
vector
<std::string> list123_;
/external/chromium_org/sync/test/accounts_client/
test_accounts_client_unittest.cc
5
#include <
vector
>
16
using std::
vector
;
43
vector
<string> usernames)
49
vector
<string> usernames;
58
vector
<string> usernames;
84
vector
<string> usernames;
93
vector
<string> usernames;
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.h
38
#include "wtf/
Vector
.h"
59
static PassRefPtr<SharedBuffer> generateMHTMLData(const
Vector
<SerializedResource>&, EncodingPolicy, const String& title, const String& mimeType);
63
const
Vector
<RefPtr<ArchiveResource> >& subresources() const { return m_subresources; }
64
const
Vector
<RefPtr<MHTMLArchive> >& subframeArchives() const { return m_subframeArchives; }
75
void clearAllSubframeArchivesImpl(
Vector
<RefPtr<MHTMLArchive> >* clearedArchives);
78
Vector
<RefPtr<ArchiveResource> > m_subresources;
79
Vector
<RefPtr<MHTMLArchive> > m_subframeArchives;
/external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.cpp
119
Vector
<String, DecimalSymbolsSize> symbols;
169
PassOwnPtr<
Vector
<String> > LocaleICU::createLabelVector(const UDateFormat* dateFormat, UDateFormatSymbolType type, int32_t startIndex, int32_t size)
172
return PassOwnPtr<
Vector
<String> >();
174
return PassOwnPtr<
Vector
<String> >();
176
OwnPtr<
Vector
<String> > labels = adoptPtr(new
Vector
<String>());
182
return PassOwnPtr<
Vector
<String> >();
187
return PassOwnPtr<
Vector
<String> >();
193
static PassOwnPtr<
Vector
<String> > createFallbackWeekDayShortLabels()
195
OwnPtr<
Vector
<String> > labels = adoptPtr(new Vector<String>())
[
all
...]
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
post_box_matchers_test.cc
18
#include <
vector
>
38
std::
vector
<const RE2ptr*> matchers = PostBoxMatchers::GetMatchers(rule);
46
std::
vector
<const RE2ptr*> matchers = PostBoxMatchers::GetMatchers(rule);
54
std::
vector
<const RE2ptr*> matchers = PostBoxMatchers::GetMatchers(rule);
63
std::
vector
<const RE2ptr*> matchers = PostBoxMatchers::GetMatchers(rule);
72
std::
vector
<const RE2ptr*> matchers = PostBoxMatchers::GetMatchers(rule);
81
std::
vector
<const RE2ptr*> matchers = PostBoxMatchers::GetMatchers(rule);
/external/chromium_org/third_party/re2/re2/testing/
exhaustive_tester.h
9
#include <
vector
>
28
const
vector
<string>& alphabet,
29
const
vector
<string>& ops,
31
const
vector
<string>& stralphabet,
71
const
vector
<string>& alphabet,
72
const
vector
<string>& ops,
73
int maxstrlen, const
vector
<string>& stralphabet,
/external/clang/test/Sema/
types.c
53
int __attribute__ ((vector_size (8), vector_size (8))) v; // expected-error {{invalid
vector
element type}}
68
//
vector
size too large
69
int __attribute__ ((vector_size(8192))) x1; // expected-error {{
vector
size too large}}
70
typedef int __attribute__ ((ext_vector_type(8192))) x2; // expected-error {{
vector
size too large}}
72
// no support for
vector
enum type
73
enum { e_2 } x3 __attribute__((vector_size(64))); // expected-error {{invalid
vector
element type}}
82
r.s[ 1234 ] = 1; // expected-error {{illegal
vector
component name 's'}}
/external/compiler-rt/lib/tsan/rtl/
tsan_report.h
59
Vector
<ReportMopMutex> mset;
107
Vector
<ReportStack*> stacks;
108
Vector
<ReportMop*> mops;
109
Vector
<ReportLocation*> locs;
110
Vector
<ReportMutex*> mutexes;
111
Vector
<ReportThread*> threads;
112
Vector
<int> unique_tids;
/external/libcxx/test/containers/sequences/vector/vector.capacity/
reserve.pass.cpp
10
// <
vector
>
14
#include <
vector
>
22
std::
vector
<int> v;
27
std::
vector
<int> v(100);
37
std::
vector
<int, stack_allocator<int, 250> > v(100);
48
std::
vector
<int, min_allocator<int>> v;
53
std::
vector
<int, min_allocator<int>> v(100);
resize_size.pass.cpp
10
// <
vector
>
14
#include <
vector
>
24
std::
vector
<MoveOnly> v(100);
33
std::
vector
<MoveOnly, stack_allocator<MoveOnly, 300> > v(100);
43
std::
vector
<int> v(100);
52
std::
vector
<int, stack_allocator<int, 300> > v(100);
63
std::
vector
<MoveOnly, min_allocator<MoveOnly>> v(100);
/external/libcxx/test/containers/sequences/vector.bool/
construct_size.pass.cpp
10
// <
vector
>
11
//
vector
<bool>
13
// explicit
vector
(size_type n);
15
#include <
vector
>
59
test<std::
vector
<bool> >(50);
61
test<std::
vector
<bool, min_allocator<bool>> >(50);
62
test2<std::
vector
<bool, test_allocator<bool>> >( 100, test_allocator<bool>(23));
insert_iter_size_value.pass.cpp
10
// <
vector
>
11
//
vector
<bool>
15
#include <
vector
>
23
std::
vector
<bool> v(100);
24
std::
vector
<bool>::iterator i = v.insert(v.cbegin() + 10, 5, 1);
37
std::
vector
<bool, min_allocator<bool>> v(100);
38
std::
vector
<bool, min_allocator<bool>>::iterator i = v.insert(v.cbegin() + 10, 5, 1);
insert_iter_value.pass.cpp
10
// <
vector
>
11
//
vector
<bool>
15
#include <
vector
>
23
std::
vector
<bool> v(100);
24
std::
vector
<bool>::iterator i = v.insert(v.cbegin() + 10, 1);
36
std::
vector
<bool, min_allocator<bool>> v(100);
37
std::
vector
<bool, min_allocator<bool>>::iterator i = v.insert(v.cbegin() + 10, 1);
resize_size_value.pass.cpp
10
// <
vector
>
11
//
vector
<bool>
15
#include <
vector
>
23
std::
vector
<bool> v(100);
27
assert(v == std::
vector
<bool>(50));
38
std::
vector
<bool, min_allocator<bool>> v(100);
42
assert((v == std::
vector
<bool, min_allocator<bool>>(50)));
/external/llvm/lib/Target/R600/
R600MachineScheduler.h
54
std::
vector
<SUnit *> Available[IDLast], Pending[IDLast];
55
std::
vector
<SUnit *> AvailableAlus[AluLast];
56
std::
vector
<SUnit *> PhysicalRegCopy;
83
std::
vector
<MachineInstr *> InstructionsGroupCandidate;
93
SUnit *PopInst(std::
vector
<SUnit*> &Q, bool AnyALU);
98
void MoveUnits(std::
vector
<SUnit *> &QSrc, std::
vector
<SUnit *> &QDst);
/external/oprofile/libutil++/
growable_vector.h
3
* Auto-expanding
vector
type
15
#include <
vector
>
20
* A simple growable
vector
template.
24
typedef std::
vector
<T> container_type;
29
* Index into the
vector
for a value. An out of
40
* Index into the
vector
for a value. If the index is larger than
82
/// return current size of
vector
Completed in 588 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>