HomeSort by relevance Sort by last modified time
    Searched refs:vector (Results 276 - 300 of 10854) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/cpp/
directory_entry.h 8 #include <vector>
94 std::vector<DirectoryEntry>& output();
98 std::vector<PP_DirectoryEntry> temp_storage_;
103 std::vector<DirectoryEntry> output_storage_;
110 struct CallbackOutputTraits< std::vector<DirectoryEntry> > {
118 static inline std::vector<DirectoryEntry>& StorageToPluginArg(
  /external/chromium_org/sandbox/win/src/
restricted_token.h 9 #include <vector>
90 // std::vector<Sid> sid_exceptions;
96 unsigned AddAllSidsForDenyOnly(std::vector<Sid> *exceptions);
122 // std::vector<std::wstring> privilege_exceptions;
126 const std::vector<std::wstring> *exceptions);
181 std::vector<Sid> sids_to_restrict_;
183 std::vector<LUID> privileges_to_disable_;
185 std::vector<Sid> sids_for_deny_only_;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLIdentifier.h 46 HTMLIdentifier(const Vector<UChar, inlineCapacity>& vector, CharacterWidth width)
47 : m_string(findIfKnown(vector.data(), vector.size()))
52 m_string = StringImpl::create8BitIfPossible(vector);
54 m_string = String::make8BitFrom16BitSource(vector);
56 m_string = String(vector);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
fakeportallocatorfactory.h 48 const std::vector<StunConfiguration>& stun_configurations,
49 const std::vector<TurnConfiguration>& turn_configurations) {
55 const std::vector<StunConfiguration>& stun_configs() const {
59 const std::vector<TurnConfiguration>& turn_configs() const {
68 std::vector<PortAllocatorFactoryInterface::StunConfiguration> stun_configs_;
69 std::vector<PortAllocatorFactoryInterface::TurnConfiguration> turn_configs_;
  /external/chromium_org/tools/gn/
commands.h 10 #include <vector>
20 typedef int (*CommandRunner)(const std::vector<std::string>&);
25 int RunDesc(const std::vector<std::string>& args);
30 int RunGen(const std::vector<std::string>& args);
35 int RunHelp(const std::vector<std::string>& args);
63 const Target* GetTargetForDesc(const std::vector<std::string>& args);
  /external/chromium_org/webkit/child/
fling_curve_configuration.h 8 #include <vector>
39 const std::vector<float>& new_touchpad,
40 const std::vector<float>& new_touchscreen);
44 const std::vector<float>& coefs,
50 std::vector<float> touchpad_coefs_;
51 std::vector<float> touchscreen_coefs_;
  /external/pixman/pixman/
pixman-linear-gradient.c 57 v.vector[0] = image->common.transform->matrix[0][1];
58 v.vector[1] = image->common.transform->matrix[1][1];
59 v.vector[2] = image->common.transform->matrix[2][2];
63 v.vector[0] = 0;
64 v.vector[1] = pixman_fixed_1;
65 v.vector[2] = pixman_fixed_1;
81 (dx * v.vector[0] + dy * v.vector[1]) /
82 (v.vector[2] * (double) l);
112 v.vector[0] = pixman_int_to_fixed (x) + pixman_fixed_1 / 2
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
swap.pass.cpp 10 // <vector>
13 // void swap(vector<T,Alloc>& x, vector<T,Alloc>& y);
15 #include <vector>
25 std::vector<int> c1(a1, a1+sizeof(a1)/sizeof(a1[0]));
26 std::vector<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0]));
28 assert(c1 == std::vector<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
29 assert(c2 == std::vector<int>(a1, a1+sizeof(a1)/sizeof(a1[0])));
34 std::vector<int> c1(a1, a1);
35 std::vector<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0]))
    [all...]
  /external/ceres-solver/internal/ceres/
block_jacobi_preconditioner.h 34 #include <vector>
52 // inspected to construct the preconditioner. The vector D is applied as the
69 std::vector<double*> blocks_;
70 std::vector<double> block_storage_;
block_random_access_dense_matrix.h 36 #include <vector>
57 // blocks is a vector of block sizes. The resulting matrix has
59 explicit BlockRandomAccessDenseMatrix(const vector<int>& blocks);
88 vector<int> block_layout_;
  /external/chromium/chrome/browser/
clipboard_dispatcher.h 9 #include <vector>
27 std::vector<string16>* types,
32 std::vector<string16>* filenames);
  /external/chromium/chrome/browser/extensions/
extension_error_reporter.h 10 #include <vector>
36 const std::vector<std::string>* GetErrors();
48 std::vector<std::string> errors_;
  /external/chromium/chrome/browser/importer/
nss_decryptor_null.h 10 #include <vector>
29 std::vector<webkit_glue::PasswordForm>* forms) {}
31 std::vector<webkit_glue::PasswordForm>* forms) {
  /external/chromium/chrome/browser/net/
service_providers_win.h 9 #include <vector>
19 typedef std::vector<WinsockNamespaceProvider> WinsockNamespaceProviderList;
29 typedef std::vector<WinsockLayeredServiceProvider>
  /external/chromium/chrome/browser/password_manager/
password_store_mac_internal.h 12 #include <vector>
28 std::vector<webkit_glue::PasswordForm*> PasswordsFillingForm(
34 std::vector<webkit_glue::PasswordForm*> PasswordsMergeableWithForm(
52 std::vector<webkit_glue::PasswordForm*> GetAllPasswordFormPasswords();
69 // MacKeychain::Free on all of the keychain items and clearing the vector.
71 std::vector<webkit_glue::PasswordForm*> ConvertKeychainItemsToForms(
72 std::vector<SecKeychainItemRef>* items);
84 std::vector<SecKeychainItemRef> MatchingKeychainItems(
158 void MergePasswordForms(std::vector<webkit_glue::PasswordForm*>* keychain_forms,
159 std::vector<webkit_glue::PasswordForm*>* database_forms
    [all...]
  /external/chromium/net/base/
host_mapping_rules.h 10 #include <vector>
43 typedef std::vector<MapRule> MapRuleList;
44 typedef std::vector<ExclusionRule> ExclusionRuleList;
  /external/chromium_org/base/android/
jni_array.h 10 #include <vector>
28 JNIEnv* env, const std::vector<int64>& longs);
32 JNIEnv* env, const std::vector<std::string>& v);
35 JNIEnv* env, const std::vector<std::string>& v);
38 JNIEnv* env, const std::vector<string16>& v);
44 std::vector<string16>* out);
49 std::vector<std::string>* out);
55 std::vector<uint8>* out);
61 std::vector<uint8>* out);
67 std::vector<int>* out)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_error_reporter.h 9 #include <vector>
39 const std::vector<string16>* GetErrors();
51 std::vector<string16> errors_;
  /external/chromium_org/chrome/browser/net/
service_providers_win.h 8 #include <vector>
16 typedef std::vector<WinsockNamespaceProvider> WinsockNamespaceProviderList;
26 typedef std::vector<WinsockLayeredServiceProvider>
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_internal.h 11 #include <vector>
28 std::vector<content::PasswordForm*> PasswordsFillingForm(
34 std::vector<content::PasswordForm*> PasswordsMergeableWithForm(
52 std::vector<content::PasswordForm*> GetAllPasswordFormPasswords();
69 // AppleKeychain::Free on all of the keychain items and clearing the vector.
71 std::vector<content::PasswordForm*> ConvertKeychainItemsToForms(
72 std::vector<SecKeychainItemRef>* items);
84 std::vector<SecKeychainItemRef> MatchingKeychainItems(
161 std::vector<content::PasswordForm*>* keychain_forms,
162 std::vector<content::PasswordForm*>* database_forms
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
misspelling.h 15 #include <vector>
25 // misspelling.suggestions = std::vector<string16>(1, ASCIIToUTF16("Hello"));
36 const std::vector<string16>& suggestions,
59 std::vector<string16> suggestions;
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string.h 8 #include <vector>
21 typedef std::vector<string16> Tokens;
22 typedef std::vector<ui::Range> Mappings;
  /external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine.h 10 #include <vector>
34 const std::vector<std::string>& words_added,
35 const std::vector<std::string>& words_removed);
  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.h 11 #include <vector>
27 typedef std::pair<std::string, std::vector<int> > WordEntry;
28 typedef std::vector<WordEntry> WordList;
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.h 8 #include <vector>
20 int32 ia_state, std::vector<string16>* result);
23 int32 ia_state, std::vector<string16>* result);

Completed in 1713 milliseconds

<<11121314151617181920>>