Searched refs:found (Results 251 - 275 of 1709) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DPublicURLManager.cpp56 RegistryURLMap::ValueType* found = m_registryToURL.add(&registrable->registry(), URLMap()).storedValue;
57 found->key->registerURL(origin, url, registrable);
58 found->value.add(url.string(), uuid);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dmatchbrackets.js27 var found = scanForBracket(cm, Pos(where.line, pos + (dir > 0 ? 1 : 0)), dir, style || null, config);
28 if (found == null) return null;
29 return {from: Pos(where.line, pos), to: found && found.pos,
30 match: found && found.ch == match.charAt(0), forward: dir > 0};
38 // Returns false when no bracket was found, null when it reached
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DBlackboxSupport.js3 // found in the LICENSE file.
56 var found = false;
61 found = true;
65 if (!found)
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_view.cpp3 // found in the LICENSE file.
78 bool found = false; local
84 found = true;
89 if (!found)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c71 boolean found = TRUE; local
98 found = FALSE;
102 return found;
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkTracker.h5 * found in the LICENSE file.
108 if (found(x, y)) {
121 if (found(x, y)) {
198 inline bool found(int x, int y) { function in class:SkTracker
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.S5 @ that can be found in the LICENSE file in the root of the source
6 @ tree. An additional intellectual property rights grant can be found
8 @ be found in the AUTHORS file in the root of the source tree.
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
H A Daudio_codec_speed_test.cc5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
77 size_t found; local
78 while ((found = out_filename.find('/')) != std::string::npos)
79 out_filename.replace(found, 1, "_");
/external/chromium_org/ui/base/ime/chromeos/
H A Dcharacter_composer.cc3 // found in the LICENSE file.
158 const SequenceIterator found = std::lower_bound( local
160 if (found == end || CompareSequence()(sequence, *found) != 0)
164 (*found)[sequence_length] == 0) {
165 // |found| is not partially matching. It's fully matching.
166 if (found + 1 == end ||
167 CompareSequence()(sequence, *(found + 1)) != 0) {
168 // There is no composition longer than |found| which matches to
170 const uint32 value = ((*found)[max_sequence_length
262 const SequenceIterator found = local
[all...]
/external/e2fsprogs/lib/blkid/
H A Dresolve.c30 blkid_tag found; local
46 (found = blkid_find_tag_dev(dev, tagname)))
47 ret = blkid_strdup(found->bit_val);
/external/elfutils/0.153/libdw/
H A Dlibdw_findcu.c27 found in the source code files (the "Approved Interfaces"). The files
150 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb); local
151 if (found != NULL)
152 return *found;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c71 boolean found = TRUE; local
98 found = FALSE;
102 return found;
/external/skia/experimental/PdfViewer/
H A DSkTracker.h5 * found in the LICENSE file.
108 if (found(x, y)) {
121 if (found(x, y)) {
198 inline bool found(int x, int y) { function in class:SkTracker
/external/chromium_org/storage/browser/quota/
H A Dusage_tracker.cc3 // found in the LICENSE file.
44 OriginSetByHost::iterator found = origins_by_host->find(host); local
45 if (found == origins_by_host->end())
48 if (!found->second.erase(origin))
51 if (found->second.empty())
96 ClientTrackerMap::iterator found = client_tracker_map_.find(client_id); local
97 if (found != client_tracker_map_.end())
98 return found->second;
418 UsageMap::iterator found = cached_usage_for_host.find(origin); local
419 if (found !
597 HostUsageMap::const_iterator found = cached_usage_by_host_.find(host); local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb25 found = nodes_only_string(stream)
27 found.should == expecting
30 found = stream.inspect
32 found.should == expecting
68 found = nodes_only_string(stream)
69 found.should == expecting
72 found = stream.inspect
73 found.should == expecting
91 found = nodes_only_string(stream)
92 found
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestCompositeGrammars.java61 String found = execParser("M.g", master, "MParser", "MLexer",
63 assertEquals("S.a\n", found);
81 String found = execParser("M.g", master, "MParser", "MLexer",
83 assertEquals("S.a1000\n", found);
101 String found = execParser("M.g", master, "MParser", "MLexer",
103 assertEquals("S.ab\n", found);
120 String found = execParser("M.g", master, "MParser", "MLexer",
122 assertEquals("foo\n", found);
142 String found = execParser("M.g", master, "MParser", "MLexer",
144 assertEquals("S.a\n", found);
[all...]
/external/bison/build-aux/
H A Dcompile119 found=no
126 found=yes
131 found=yes
138 test "$found" != yes && set x "$@" "$lib.lib"
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dmakefile3 # found in the LICENSE file.
10 $(error npm not found. Install from nodejs.org or see README)
13 @echo "bower not found. Installing:";
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtrace.h596 ** PR_SUCCESS no errors were found.
597 ** PR_FAILURE errors were found.
628 ** variable pointed to by found.
633 ** recent count trace entries are copied into buffer and found is
644 ** found: 32bit signed integer. The number of PRTraceEntries
645 ** actually copied. found is always less than or equal to count.
659 #define PR_GET_TRACE_ENTRIES(buffer,count,found)\
660 PR_GetTraceEntries((buffer),(count),(found))
662 #define PR_GET_TRACE_ENTRIES(buffer,count,found)
669 PRInt32 *found /* numbe
[all...]
/external/chromium_org/third_party/opus/src/
H A Dcompile100 found=no
107 found=yes
112 found=yes
119 if test "$found" != yes; then
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.cc279 WIN32_FIND_DATAA found; // that final A is for Ansi (as opposed to Unicode) local
280 HANDLE hFind = FindFirstFileA(full_glob, &found); // A is for Ansi
284 const char *fname = found.cFileName;
291 } while (FindNextFileA(hFind, &found) != FALSE); // A is for Ansi
/external/clang/test/SemaTemplate/
H A Dinstantiate-call.cpp28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
/external/clang/utils/analyzer/
H A Dreducer.pl42 my \$found = 0;
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile119 found=no
126 found=yes
131 found=yes
138 test "$found" != yes && set x "$@" "$lib.lib"
/external/libopus/
H A Dcompile100 found=no
107 found=yes
112 found=yes
119 if test "$found" != yes; then

Completed in 7288 milliseconds

<<11121314151617181920>>