HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 426 - 450 of 3222) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/events/
DOMWindowEventQueue.cpp 96 bool found = it != m_queuedEvents.end(); local
97 if (found) {
103 return found;
GenericEventQueue.cpp 79 bool found = m_pendingEvents.contains(event); local
81 if (found) {
90 return found;
  /external/chromium_org/third_party/WebKit/Source/core/html/
PublicURLManager.cpp 56 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/android_crazy_linker/src/src/
crazy_linker_elf_view.cpp 3 // 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/
u_debug_refcnt.c 71 boolean found = TRUE; local
98 found = FALSE;
102 return found;
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkTracker.h 5 * 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/
filters_neon.S 5 @ 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/
audio_codec_speed_test.cc 5 * 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/
character_composer.cc 3 // 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_] << 16)
262 const SequenceIterator found = local
    [all...]
  /external/e2fsprogs/lib/blkid/
resolve.c 30 blkid_tag found; local
46 (found = blkid_find_tag_dev(dev, tagname)))
47 ret = blkid_strdup(found->bit_val);
  /external/elfutils/0.153/libdw/
libdw_findcu.c 27 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/
u_debug_refcnt.c 71 boolean found = TRUE; local
98 found = FALSE;
102 return found;
  /external/chromium_org/storage/browser/quota/
usage_tracker.cc 3 // 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 != cached_usage_for_host.end())
597 HostUsageMap::const_iterator found = cached_usage_by_host_.find(host); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 25 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.should == expectin
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCompositeGrammars.java 61 String found = execParser("M.g", master, "MParser", "MLexer", local
63 assertEquals("S.a\n", found);
81 String found = execParser("M.g", master, "MParser", "MLexer", local
83 assertEquals("S.a1000\n", found);
101 String found = execParser("M.g", master, "MParser", "MLexer", local
103 assertEquals("S.ab\n", found);
120 String found = execParser("M.g", master, "MParser", "MLexer", local
122 assertEquals("foo\n", found);
142 String found = execParser("M.g", master, "MParser", "MLexer", local
144 assertEquals("S.a\n", found);
179 String found = execParser("M.g", master, "MParser", "MLexer", local
509 String found = execParser("M.g", master, "MParser", "MLexer", local
534 String found = execParser("Java.g", master, "JavaParser", "JavaLexer", local
558 String found = execParser("M.g", master, "MParser", "MLexer", local
578 String found = execLexer("M.g", master, "M", "abc", debug); local
594 String found = execLexer("M.g", master, "M", "ab", debug); local
690 String found = execParser("M.g", master, "MParser", "MLexer", local
709 String found = execParser("M.g", master, "MParser", "MLexer", local
    [all...]
  /external/chromium_org/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 114 var found = false;
115 for (var j = 0; j < response.refs.length && !found; j++) {
116 found = response.refs[j].handle == response.body.scopes[i].object.ref;
118 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
130 print('property ' + p + ' not found in scope');
132 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
153 print('Names found in scope:');
179 var found = false;
180 for (var i = 0; i < response.refs.length && !found; i++)
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
generators-debug-scopes.js 3 // found in the LICENSE file.
105 var found = false;
106 for (var j = 0; j < response.refs.length && !found; j++) {
107 found = response.refs[j].handle == response.body.scopes[i].object.ref;
109 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
120 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
141 print('Names found in scope:');
167 var found = false;
168 for (var i = 0; i < response.refs.length && !found; i++)
    [all...]
  /bootable/recovery/tools/ota/
Android.mk 28 LOCAL_MODULE := check-lost+found
31 LOCAL_SRC_FILES := check-lost+found.c
  /external/bison/build-aux/
compile 119 found=no
126 found=yes
131 found=yes
138 test "$found" != yes && set x "$@" "$lib.lib"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
devtools.js 3 // found in the LICENSE file.
22 auditResults.addResult("Broken links found (" +
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
options.js 3 // found in the LICENSE file.
42 alert('No SO host permission found.');
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
makefile 3 # 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/
prtrace.h 596 ** 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 /* number you got *
    [all...]
  /external/chromium_org/third_party/opus/src/
compile 100 found=no
107 found=yes
112 found=yes
119 if test "$found" != yes; then
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 279 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

Completed in 1034 milliseconds

<<11121314151617181920>>