HomeSort by relevance Sort by last modified time
    Searched defs:find (Results 251 - 275 of 1457) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py 46 # find this format documented anywhere.
54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
140 pos = locale.find('@')
147 pos = locale.find('.')
154 pos = locale.find('_')
424 def find(domain, localedir=None, languages=None, all=0): function
468 mofiles = find(domain, localedir, languages, all=1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gettext.py 46 # find this format documented anywhere.
54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
138 pos = locale.find('@')
145 pos = locale.find('.')
152 pos = locale.find('_')
421 def find(domain, localedir=None, languages=None, all=0): function
465 mofiles = find(domain, localedir, languages, all=1)
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
ASTPathCriterion.java 1 package annotator.find;
    [all...]
Criterion.java 1 package annotator.find;
GenericArrayLocationCriterion.java 1 package annotator.find;
111 // to find the correct MEMBER_SELECT.
294 // Find the outermost type in the AST; if it has parameters,
InClassCriterion.java 1 package annotator.find;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 89 wizard.find(statement_node, '(PLUS . .)')
91 wizard.find(deep_node, 4) # where 4 is the value of type VAR
156 type, = PATTERNS.find do |type, pattern|
350 def find( tree, what ) method in class:ANTLR3.AST.Wizard
479 tree = @adaptor.each_ancestor( tree ).find do | t |
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 186 StringRef find(StringRef Path) { function in class:clang::tooling::FileMatchTrieTest
198 EXPECT_EQ("//net/path/file.cc", find("//net/path/file.cc"));
202 EXPECT_EQ("", find("file.cc"));
208 EXPECT_EQ("//net/d/b/b.cc", find("//net/d/b/b.cc"));
213 EXPECT_EQ("//net/AA/file.cc", find("//net/aa/file.cc"));
219 EXPECT_TRUE(find("//net/aa/file.cc").empty());
227 EXPECT_EQ("//net/SRC/aa/file.cc", find("//net/src/aa/file.cc"));
231 EXPECT_TRUE(find("//net/some/path").empty());
237 EXPECT_EQ("", find("//net/somepath/somefile.cc"));
243 EXPECT_EQ("//net/path/file.cc", find("//net/path/file.cc"))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepotbase.h 40 static Node *find(Node *s, args_type args, u32 hash);
61 Node *StackDepotBase<Node, kReservedBits, kTabSizeLog>::find(Node *s, function in class:__sanitizer::StackDepotBase
106 // First, try to find the existing stack.
107 Node *node = find(s, args, h);
112 node = find(s2, args, h);
  /external/droiddriver/src/io/appium/droiddriver/scroll/
SentinelStrategy.java 61 public UiElement find(UiElement container) { method in class:SentinelStrategy.Getter
  /external/emma/core/java12/com/vladium/emma/report/
SourcePathCache.java 81 public synchronized File find (final String packageVMName, final String name) method in class:SourcePathCache
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 46 public int find (final int type, final IConstantComparator comparator) method in class:ConstantCollection
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
ManagedLocalTransactionsAcrossRequestTest.java 121 Object result = injector.getInstance(TransactionalObject.class).find(UNIQUE_TEXT_MERGE_FORDF);
227 public JpaTestEntity find(@Named("text") String text) { method in class:ManagedLocalTransactionsAcrossRequestTest.TransactionalObject
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
IntDiffer.java 67 // find the initial strings that are the same
87 int match = find(a, aCount-EQUALSIZE, aCount, b, maxSame, bCount);
93 match = find(b, bCount-EQUALSIZE, bCount, a, maxSame, aCount);
110 private int find(int[] aArr, int aStart, int aEnd, int[] bArr, int bStart, int bEnd) { method in class:IntDiffer
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
TypeLocator.java 145 public AbstractTypeDeclaration find(CompilationUnit cu) { method in class:TypeLocator
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Main.java 65 public void find(String level, String cp1, String cp2) throws IOException { method in class:Main
  /external/libchrome/base/strings/
string_piece.cc 119 size_t find(const StringPiece& self, const StringPiece& s, size_t pos) { function in namespace:base::internal
123 size_t find(const StringPiece16& self, const StringPiece16& s, size_t pos) { function in namespace:base::internal
135 std::find(self.begin() + pos, self.end(), c);
140 size_t find(const StringPiece& self, char c, size_t pos) { function in namespace:base::internal
144 size_t find(const StringPiece16& self, char16 c, size_t pos) { function in namespace:base::internal
208 return find(self, s.data()[0], pos);
  /external/libunwind/doc/
unw_create_addr_space.tex 54 \Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\
77 \subsection{find\_proc\_info}
79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to
95 On successful completion, the \Func{find\_proc\_info}() call-back must
105 \Func{find\_proc\_info}() with the \Var{need\_unwind\_info} argument
108 \Func{find\_proc\_info}(). Note that \Prog{libunwind} does \emph{not}
109 invoke \Func{put\_unwind\_info} for calls to \Func{find\_proc\_info}()
  /external/llvm/include/llvm/ADT/
MapVector.h 87 typename MapType::const_iterator Pos = Map.find(Key);
104 typename MapType::const_iterator Pos = Map.find(Key);
108 iterator find(const KeyT &Key) { function in class:llvm::MapVector
109 typename MapType::const_iterator Pos = Map.find(Key);
114 const_iterator find(const KeyT &Key) const { function in class:llvm::MapVector
115 typename MapType::const_iterator Pos = Map.find(Key);
122 typename MapType::iterator Pos = Map.find(Vector.back().first);
154 auto Iterator = find(Key);
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 78 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
79 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
82 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 45 JITSymbol find(StringRef Name, bool ExportedSymbolsOnly, BaseLayerT &B) { function in class:llvm::orc::LazyEmittingLayer::EmissionDeferredSet
70 // Calling "emit" can trigger a recursive call to 'find' (e.g. to check
133 auto VI = MangledSymbols->find(Name);
143 // optimization this will leave MangledNames set to nullptr if we find
260 if (auto Symbol = DeferredSet->find(Name, ExportedSymbolsOnly, BaseLayer))
271 return (*H)->find(Name, ExportedSymbolsOnly, BaseLayer);
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 65 iterator I = impl().find(Def);
249 iterator find(SlotIndex Pos) { return LR->find(Pos); } function in class:__anon27259::CalcLiveRangeUtilVector
279 iterator find(SlotIndex Pos) { function in class:__anon27259::CalcLiveRangeUtilSet
303 LiveRange::iterator LiveRange::find(SlotIndex Pos) { function in class:LiveRange
397 // Use binary searches to find initial positions.
398 const_iterator I = find(Other.beginIndex());
402 const_iterator J = Other.find(I->start);
412 // I and J are overlapping. Find the later start.
525 // Find the Segment containing this span
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
hash_map.hpp 98 // Find an entry in the map.
99 iterator find(const K& k) function in class:asio::detail::hash_map
119 // Find an entry in the map.
120 const_iterator find(const K& k) const function in class:asio::detail::hash_map
190 iterator it = find(k);
  /external/pdfium/xfa/fxfa/parser/
cxfa_box.cpp 34 CXFA_Stroke* find = strokes[i]; local
35 if (!find)
38 stroke = find;
39 else if (stroke->GetStrokeType() != find->GetStrokeType())
40 stroke = find;
  /external/python/cpython3/Lib/test/test_importlib/import_/
test_path.py 19 find = None variable in class:FinderTests
26 self.assertIsNone(self.find(module))
36 found = self.find(module)
46 found = self.find(module, [path])
56 self.assertIsNone(self.find('module', []))
66 found = self.find(module, [path])
79 self.assertIsNone(self.find('os'))
91 found = self.find(module)
189 def find(self, *args, **kwargs): member in class:FindModuleTests
201 def find(self, *args, **kwargs) member in class:FindSpecTests
    [all...]

Completed in 1255 milliseconds

<<11121314151617181920>>