HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 301 - 325 of 2575) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
string-oom-replace-global-regexp-with-string.js 3 // found in the LICENSE file.
string-oom-replace-regexp-global-with-function.js 3 // found in the LICENSE file.
test-hidden-string.js 3 // found in the LICENSE file.
  /external/valgrind/memcheck/tests/
varinforestrict.stderr.exp 2 Uninitialised byte(s) found during client check request
  /external/valgrind/none/tests/scripts/
shell.stderr.exp 8 ./shell: shell_nosuchfile: command not found
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 26 found = sorted(cmd.format_command)
27 self.assertEqual(found, formats)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 26 found = sorted(cmd.format_command)
27 self.assertEqual(found, formats)
  /art/compiler/utils/
growable_array.h 121 bool found = false; local
123 if (!found && elem_list_[i] == element) {
124 found = true;
126 if (found) {
130 // We should either have found the element, or it was the last (unscanned) element.
131 DCHECK(found || (element == elem_list_[num_used_ - 1]));
  /external/elfutils/src/libdw/
cie.c 163 struct dwarf_cie **found = tfind (&cie_key, &cache->cie_tree, &compare_cie); local
164 if (found != NULL)
165 return *found;
192 struct dwarf_cie **found = tfind (&cie_key, &cache->cie_tree, &compare_cie); local
193 if (found == NULL)
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 90 bool found; local
92 found = false;
97 if (c == '0' && !found) {
98 found = true;
104 return found;
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 172 boolean found = false;
179 found = true;
183 // If no suitable preview size was found, try to find something large enough
184 if (!found) {
188 found = true;
193 // If no suitable preview size was found, pick the first one
194 if (!found) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 89 // if the package if found, then pm will show a line starting with "package:/"
136 ApkInstall found = null; local
140 found = install;
146 if (found != null) {
149 found.device.executeShellCommand("pm path " + packageName, receiver);
151 mInstallList.remove(found);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 73 template <bool found = true>
95 template <bool found, std::size_t target, class TestType>
97 : public lower_alignment_helper_impl<found>::template apply<target,TestType>
101 template <bool found, std::size_t target, class TestType>
118 BOOST_PP_CAT(found,I),target,T \
121 BOOST_PP_CAT(found,BOOST_PP_INC(I)) \
122 = lower_alignment_helper<BOOST_PP_CAT(found,I),target,T >::value \
204 BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value);
206 BOOST_STATIC_ASSERT(found >= Align);
207 BOOST_STATIC_ASSERT(found % Align == 0)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 77 * <li> If the following match is to be found, the position should not be the
79 * character. Vice versa, if the preceding match is to be found, the
83 * <li> If a following pattern match is to be found, any position within a
85 * preceding pattern match is to be found, an invalid starting point
92 * not be found in the string "\u00e9" if a character break iterator is used.
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-for.js 47 var found = []
48 for (var x in p) found.push(x)
49 assertArrayEquals(properties, found)
92 var found = []
93 for (var x in o) found.push(x)
94 assertArrayEquals(["z"].concat(properties), found)
98 var found = []
99 for (var x in oo) found.push(x)
100 assertArrayEquals(["y", "z"].concat(properties), found)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 280 boolean found;
282 found = false;
292 found = true;
305 found = true;
308 return found;
319 boolean found = false;
326 found = true;
330 return found;
341 boolean found = false;
347 found = true
    [all...]
  /external/f2fs-tools/tools/
f2fstat.c 85 struct mm_table *found; local
150 found = bsearch(&key, f2fstat_table, f2fstat_table_cnt, sizeof(struct mm_table), compare_mm_table);
151 dbg("[RESULT] %s (%s)\n", head, (found) ? "O" : "X");
153 if (!found)
156 *(found->val) = strtoul(head, &tail, 10);
157 if (found->flag) {
162 switch (found->flag & (KEY_NODE | KEY_META)) {
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Map.h 160 bool found = false; local
169 found = true;
177 found = true;
188 found = true;
198 found = true;
209 if(found)size_of_list--;
210 return found;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Map.h 166 bool found = false; local
173 found = true;
181 found = true;
192 found = true;
202 found = true;
215 if (found)size_of_list--;
217 return found;
  /bootable/recovery/tools/ota/
add-property-tag.c 108 int found = 0; local
114 found = 1;
127 if (!found) {
128 fprintf(stderr, "property %s not found in %s\n", propname, filename);
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImplTest.java 334 found:
338 break found; local
356 found:
360 break found; local
382 found:
386 break found; local
449 found:
453 break found; local
475 found:
479 break found; local
505 break found; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 228 * @return <code>true</code> if the entry was found and deleted, or
229 * <code>false</code> if the entry was not found
233 final boolean found = freeEntries.remove(entry);
234 if (found)
236 return found;
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 183 * Returns parameter with the given name, if found. Otherwise null
193 NameValuePair found = null; local
197 found = current;
201 return found;
  /external/chromium-trace/trace-viewer/tracing/
run_tests 4 # found in the LICENSE file.
40 'Browser found but cannot run browser tests because you do not have a '
62 found = False
65 found = subprocess.call(['google-chrome', '--version'],
69 if found:
  /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);

Completed in 1587 milliseconds

<<11121314151617181920>>