Searched refs:Find (Results 276 - 300 of 337) sorted by relevance

<<11121314

/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp441 if (!fi.Find(archiveName) || fi.IsDir())
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h395 // Find close paren source states matching an open parenthesis.
398 SetIterator Find(Label paren_id, StateId open_dest) { function in class:fst::PdtBalanceData
411 // before Find(open_dest). Stores close paren source state sets
/external/chromium_org/courgette/
H A Dadjustment_method_2.cc375 static Shingle* Find(const Trace& trace, size_t position, function in class:courgette::adjustment_method_2::Shingle
893 instances_[i] = Shingle::Find(trace_, i, &shingle_instances_);
948 // Find bounds to the subrange of |trace_| we are in.
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_add_neon.asm51 ; TODO(hkuang): Find a better way to load the elements.
298 ; TODO(hkuang): Find a better way to load the elements.
801 ; TODO(hkuang): Find a better way to load the elements.
930 ; TODO(hkuang): Find a better way to load the elements.
/external/clang/tools/scan-build/
H A Dscan-build20 use File::Find;
512 my $file = $File::Find::name;
1592 # Find 'clang'
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_add_neon.asm51 ; TODO(hkuang): Find a better way to load the elements.
298 ; TODO(hkuang): Find a better way to load the elements.
801 ; TODO(hkuang): Find a better way to load the elements.
930 ; TODO(hkuang): Find a better way to load the elements.
/external/openfst/src/include/fst/
H A Darc-map.h883 isymbols_->AddSymbol(osymbols_->Find((int64) 0), 0);
917 s = s + osymbols_->Find(iter1.Value());
H A Dreplace.h1359 found = current_matcher_->Find(kNoLabel) || final_arc_ || found;
1362 found = current_matcher_->Find(label_);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h555 int Find(TYPE data, int iStart = 0) const function in class:CFX_ArrayTemplate
1161 FX_POSITION Find(void* searchValue, FX_POSITION startAfter = NULL ) const;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h775 isymbols_->AddSymbol(osymbols_->Find((int64) 0), 0);
808 s = s + osymbols_->Find(iter1.Value());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc101 bool GeneratedExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::GeneratedExtensionFinder
864 if (!extension_finder->Find(*field_number, extension)) {
/external/chromium_org/v8/src/
H A Daccessors.cc851 // Find the name of the function calling eval.
1105 // Find the top invocation of the function by traversing frames.
1230 bool Find(JSFunction* function) { function in class:v8::internal::FrameFunctionIterator
1263 // Find the function from the frames.
1264 if (!it.Find(*function)) {
1268 // Find previously called non-toplevel function.
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1400 bFind = fields->Find(pField, 0) >= 0;
1455 FX_BOOL bFind = fields.Find(pField, 0) >= 0;
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp809 if (sFullMonths.Find(sMonth, 0) != -1)
1553 if(strValue.Find(L"GMT") != -1)
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc101 bool GeneratedExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::GeneratedExtensionFinder
714 if (!extension_finder->Find(number, &extension)) {
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files
415 \subsubsection{\texttt{-F} or \texttt{--find-records}\\Find RecordFiles
/external/chromium_org/base/
H A Dvalues.cc1075 ListValue::const_iterator ListValue::Find(const Value& value) const { function in class:base::ListValue
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.cc828 prompt_->set_experiment(ExtensionInstallPromptExperiment::Find());
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1638 EXPECT_NE(list->end(), list->Find(base::StringValue(kFakeEmail)));
1639 EXPECT_NE(list->end(), list->Find(base::StringValue(kOtherUsername)));
1659 EXPECT_NE(list->end(), list->Find(base::StringValue(kOtherUsername)));
1660 EXPECT_EQ(list->end(), list->Find(base::StringValue(kFakeEmail)));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller.cc614 // Find-in-page
616 Find(browser_);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php257 // Find request headers
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h332 virtual void Find(int request_id,
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimator.cpp199 return (SkElementType) SkDisplayType::Find(fMaker, info);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc414 alloc_map_ != NULL ? alloc_map_->Find(data_addr()) : NULL;
719 // Find the header just before client's memory.
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc416 alloc_map_ != NULL ? alloc_map_->Find(data_addr()) : NULL;
723 // Find the header just before client's memory.

Completed in 667 milliseconds

<<11121314