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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/base/metrics/
field_trial.cc 292 FieldTrial* existing_trial = Find(trial_name);
340 FieldTrial* FieldTrialList::Find(const std::string& name) {
349 FieldTrial* field_trial = Find(name);
357 FieldTrial* field_trial = Find(name);
365 return Find(name) != NULL;
375 it->trial_name.find(kPersistentStringSeparator));
377 it->group_name.find(kPersistentStringSeparator));
412 size_t name_end = trials_string.find(kPersistentStringSeparator, next_item);
415 size_t group_name_end = trials_string.find(kPersistentStringSeparator,
424 if (ignored_trial_names.find(name) != ignored_trial_names.end()
    [all...]
field_trial_unittest.cc 83 EXPECT_FALSE(FieldTrialList::Find(name1));
84 EXPECT_FALSE(FieldTrialList::Find(name2));
93 EXPECT_EQ(trial1, FieldTrialList::Find(name1));
94 EXPECT_FALSE(FieldTrialList::Find(name2));
103 EXPECT_EQ(trial1, FieldTrialList::Find(name1));
104 EXPECT_EQ(trial2, FieldTrialList::Find(name2));
391 FieldTrial* trial = FieldTrialList::Find("Some_name");
396 trial = FieldTrialList::Find("xxx");
538 FieldTrial* trial = FieldTrialList::Find("Foo");
543 trial = FieldTrialList::Find("Bar")
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
min_max_operations_neon.S 49 @ Find the maximum value in the Neon registers and move it to r2.
99 @ Find the maximum value in the Neon registers and move it to r2.
144 @ Find the maximum value in the Neon registers and move it to r2.
185 @ Find the maximum value in the Neon registers and move it to r2.
224 @ Find the maximum value in the Neon registers and move it to r2.
266 @ Find the maximum value in the Neon registers and move it to r2.
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt_experiment.cc 176 ExtensionInstallPromptExperiment::Find() {
177 base::FieldTrial* trial = base::FieldTrialList::Find(kExperimentName);
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
example.js 24 // Find the first line break. This separates the URL data from the
  /external/chromium_org/tools/cr/cr/commands/
init.py 113 old_version = cr.context.Find('CR_VERSION')
136 value = cr.context.Find(name)
  /external/chromium_org/tools/cr/cr/targets/
target.py 54 self.test_type = self.Find('CR_TEST_TYPE')
55 self.target_name = self.Find('CR_TARGET_NAME')
  /external/chromium_org/ui/gfx/
color_profile_win.cc 21 bool Find(const std::wstring& device, std::vector<char>* profile) {
23 DeviceColorProfile::const_iterator it = cache_.find(device);
37 DeviceColorProfile::iterator it = cache_.find(device);
77 if (GetColorProfileCache().Find(monitor.szDevice, profile))
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnamesSet.cpp 145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const
156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const
  /external/lzma/CPP/Windows/
FileFind.h 66 bool Find(LPCTSTR wildcard);
77 bool Find(LPCWSTR wildcard);
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.h 29 // FindBar, the find text box, the 'Find' button and the 'Close'
39 FIND_PREVIOUS_TAG = 0, // The Find Previous button.
40 FIND_NEXT_TAG, // The Find Next button.
59 // Updates the label inside the Find text box that shows the ordinal of the
64 // Clears the current Match Count value in the Find text box.
87 void Find(const base::string16& search_text);
95 // We use a hidden view to grab mouse clicks and bring focus to the find
96 // text box. This is because although the find text box may look like it
97 // extends all the way to the find button, it only goes as far as to th
    [all...]
find_bar_host_interactive_uitest.cc 67 chrome::Find(browser());
72 chrome::Find(browser());
83 // Click on the location bar so that Find box loses focus.
108 // Focus the location bar, open and close the find-in-page, focus should
112 // Ensure the creation of the find bar controller.
121 // Focus the location bar, find something on the page, close the find box,
124 chrome::Find(browser());
135 // Focus the location bar, open and close the find box, focus should return to
164 // Show the Find bar
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 54 int Find(uint8 ikey);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpserver.h 120 Connection* Find(int connection_id);
httpserver.cc 74 if (Connection* connection = Find(connection_id)) {
85 if (Connection* connection = Find(connection_id)) {
109 HttpServer::Find(int connection_id) {
110 ConnectionMap::iterator it = connections_.find(connection_id);
118 ConnectionMap::iterator it = connections_.find(connection_id);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 107 bool Find(int index, PhoneNumberMatch* match);
  /external/chromium_org/third_party/skia/src/core/
SkTLS.cpp 81 void* SkTLS::Find(CreateProc createProc) {
  /external/chromium_org/third_party/webrtc/base/
httpserver.h 103 Connection* Find(int connection_id);
httpserver.cc 57 if (Connection* connection = Find(connection_id)) {
68 if (Connection* connection = Find(connection_id)) {
92 HttpServer::Find(int connection_id) {
93 ConnectionMap::iterator it = connections_.find(connection_id);
101 ConnectionMap::iterator it = connections_.find(connection_id);
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 38 if (face.Find("Gothic") >= 0) {
  /external/skia/src/core/
SkTLS.cpp 81 void* SkTLS::Find(CreateProc createProc) {
  /external/chromium_org/tools/cr/cr/base/
client.py 161 client_path = cr.context.Find('CR_CLIENT_PATH')
167 build_dir = cr.context.Find('CR_BUILD_DIR')
201 print 'Selected output directory is', cr.context.Find('CR_BUILD_DIR')
  /external/chromium_org/v8/test/mjsunit/
array-indexing.js 67 // Find undefined, not holes.
79 // Find in sparse array.
101 // Find in non-arrays.
134 // Find undefined, not holes.
146 // Find in sparse array.
173 //Find in non-arrays.
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 234 if (face.Find("KaiTi") >= 0 || face.Find("\xbf\xac") >= 0) {
242 } else if (face.Find("FangSong") >= 0 || face.Find("\xb7\xc2\xcb\xce") >= 0) {
250 } else if (face.Find("SimSun") >= 0 || face.Find("\xcb\xce") >= 0) {
252 } else if (face.Find("SimHei") >= 0 || face.Find("\xba\xda") >= 0) {
262 if (face.Find("Gothic") >= 0 || face.Find("\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 7 // Find all the elements with shortkey_* class, and use them to assign a shotrtcut key.
183 // Find the start of the next colored chunk.
200 // Find the end of this chunk.
214 // Find the end of the prev colored chunk.
233 // Find the beginning of this chunk.
346 c.code_container().find(".highlight").removeClass("highlight");

Completed in 3132 milliseconds

1 2 34 5 6 7 8 91011>>