| /external/tinyxml/ |
| tinyxml.h | 827 const TiXmlAttribute* Find( const char * name ) const; 828 TiXmlAttribute* Find( const char * name ); [all...] |
| tinyxmlparser.cpp | 1085 // We should find the end tag now 1119 TiXmlAttribute* node = attributeSet.Find( attrib->Name() ); [all...] |
| /external/v8/tools/ |
| tickprocessor.py | 289 js_entry_node = self.js_entries.Find(code_addr) 377 func_entry_node = self.js_entries.Find(func)
|
| /frameworks/base/tools/aidl/ |
| aidl.cpp | 309 Type* old = NAMES.Find(type->QualifiedName()); 513 if (methodNames.find(m->name.data) == methodNames.end()) { 787 if (NAMES.Find(import->neededClass) == NULL) { 790 fprintf(stderr, "%s:%d: couldn't find import for class %s\n",
|
| /external/v8/src/ |
| debug-debugger.js | 342 // first piece of breakable code on the line try to find the column on the 524 // Find source position relative to start of the function 528 // Find the script for the function. 539 // Find line and column for the position in the script and set a script 870 // Find the break point number. For break points originating from a [all...] |
| v8natives.js | 617 // Find all the indexed properties. 630 // Find all the named properties.
|
| messages.js | 251 * Find a line number given a specific source position. 261 // We'll never find invalid positions so bail right away. 271 // Binary search to find line # from position range. 320 * fixed source position. This function is used to find a source position from 322 * used to find a source position in a function based on a line and column in 352 // Find the line where the offset position is located. 475 // Find the actual limit to use. 673 // See if we can find a unique property on the receiver that holds 683 // If we find more than one match bail out to avoid confusion
|
| mirror-debugger.js | 105 * @param {number} handle the handle to find the mirror for 619 // Find kind and limit and allocate array for the result 626 // Find all the named properties. 643 // Find all the indexed properties. 714 * Try to find a property from its value. 746 // Find all objects with direct references to this object. 881 // Find all objects constructed from this function. [all...] |
| array.js | 809 // Find first undefined element. 820 // Find last defined element. [all...] |
| /external/v8/test/cctest/ |
| test-regexp.cc | 535 CHECK_EQ(seen[k], tree.Find(k, &loc)); \ 544 CHECK(tree.Find(next, &loc)); 553 CHECK(!tree.Find(next, &loc)); [all...] |
| test-heap-profiler.cc | 97 CHECK(tree->Find(*self_ref, &loc));
|
| /development/simulator/app/ |
| DeviceManager.cpp | 715 charIdx = runtimeExe.Find('/', true); [all...] |
| /external/chromium/third_party/icu/source/tools/gensprep/ |
| filterRFC3454.pl | 14 use File::Find;
|
| /external/icu4c/tools/gensprep/ |
| filterRFC3454.pl | 14 use File::Find;
|
| /external/libvpx/examples/includes/geshi/geshi/ |
| rails.php | 75 'FileUtils::StreamUtils_', 'FileUtils::Verbose', 'Find',
|
| /external/skia/src/core/ |
| SkGlyphCache.cpp | 453 #define FIND_GC_GLOBALS() *(SkGlyphCache_Globals*)SkGlobals::Find(SkGlyphCache_GlobalsTag, create_globals)
|
| /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
| markdown.php | [all...] |
| /external/protobuf/src/google/protobuf/ |
| extension_set.cc | 101 bool GeneratedExtensionFinder::Find(int number, ExtensionInfo* output) { 177 map<int, Extension>::const_iterator iter = extensions_.find(number); 184 map<int, Extension>::const_iterator iter = extensions_.find(number); 190 map<int, Extension>::iterator iter = extensions_.find(number); 218 map<int, Extension>::const_iterator iter = extensions_.find(number); \ 243 map<int, Extension>::const_iterator iter = extensions_.find(number); \ 251 map<int, Extension>::iterator iter = extensions_.find(number); \ 288 map<int, Extension>::const_iterator iter = extensions_.find(number); 313 map<int, Extension>::const_iterator iter = extensions_.find(number); 320 map<int, Extension>::iterator iter = extensions_.find(number) [all...] |
| /external/webkit/WebKitTools/android/webkitmerge/ |
| webkitmerge.cpp | 526 string Find(const char* oldList) 532 sprintf(scratch, "cd %s%s ; find . -name \"%s\" > %s", 540 sprintf(scratch, "cd %s%s ; find . -name \"%s\" > %s", 583 do { // find first filename in makefile 638 do { // find first filename in makefile 675 do { // find first filename in makefile 725 do { // find first filename in makefile 773 " ; find . -name '*.idl' | " + excludedFiles + [all...] |
| /sdk/emulator/qtools/ |
| trace_reader.h | 103 // used to find the process that is the address space manager for [all...] |
| /external/blktrace/btreplay/doc/ |
| btreplay.tex | 250 [ -F : --find-traces ] Default: Off 277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files 280 The \texttt{-F} option instructs \texttt{btrecord} to go find all the 389 [ -F : --find-records ] Default: Off 415 \subsubsection{\texttt{-F} or \texttt{--find-records}\\Find RecordFiles 418 The \texttt{-F} option instructs \texttt{btreplay} to go find all the
|
| /external/protobuf/src/google/protobuf/compiler/ |
| parser.cc | 1009 TypeNameMap::const_iterator iter = kTypeNames.find(input_->current().text); 1022 TypeNameMap::const_iterator iter = kTypeNames.find(input_->current().text); [all...] |
| /external/skia/src/animator/ |
| SkAnimator.cpp | 197 if (fMaker->find(id, &element) == false) 205 return (SkElementType) SkDisplayType::Find(fMaker, info); 445 if (fMaker->find(id, &event) == false)
|
| /external/srec/tools/grxmlcompile/ |
| grxmlcompile.cpp | 334 n = syms->Find(s); 536 composition. To do that we find the places in the Cfst where silence is 733 hash_map<string,int>::const_iterator it = homonym_count.find( pron_string); [all...] |
| /external/bison/djgpp/ |
| config.bat | 28 Rem Find out if NLS is wanted or not,
|