HomeSort by relevance Sort by last modified time
    Searched full:with (Results 451 - 475 of 93380) sorted by null

<<11121314151617181920>>

  /external/netcat/
NOTICE 3 it will be useful, with no restrictions except giving credit where it is due.
7 with Microsoft Network, get a life. Always ski in control. Comments,
  /external/proguard/examples/annotations/examples/
Applet.java 6 * You can compile it with:
8 * You can then process it with:
Application.java 6 * You can compile it with:
8 * You can then process it with:
  /external/stlport/test/unit/cppunit/
cppunit_proxy.h 5 * This material is provided "as is", with absolutely no warranty expressed
12 * modified is included with the above copyright notice.
  /external/v8/test/es5conform/
README 9 with that revision.
13 harness that comes bundled with the tests. You will most likely also
  /external/v8/test/mjsunit/regress/
regress-176.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
32 "zero length match in (?:) with capture in lookahead");
35 "zero length match in (?=) with capture in lookahead");
38 "non-zero length match with capture in lookahead");
41 "non-zero length match with greedy ? in (?:)");
44 "non-zero length match with non-greedy ? in (?:), o forces backtrack");
47 "non-zero length match with non-greedy ? in (?:), zero length match causes backtrack");
  /external/valgrind/main/memcheck/tests/
erringfds.stderr.exp 8 For a detailed leak analysis, rerun with: --leak-check=full
10 For counts of detected and suppressed errors, rerun with: -v
  /external/valgrind/main/memcheck/tests/linux/
lsframe1.stderr.exp 9 For a detailed leak analysis, rerun with: --leak-check=full
11 For counts of detected and suppressed errors, rerun with: -v
lsframe2.stderr.exp 9 For a detailed leak analysis, rerun with: --leak-check=full
11 For counts of detected and suppressed errors, rerun with: -v
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-detached.html 10 // Fun with innerHTML.
13 // Fun with detached documents.
  /external/webkit/LayoutTests/fast/dom/Node/
normalize-expected.txt 4 test3 (non-empty text nodes mixed with elements): PASSED
10 test9 (empty and non-empty text nodes mixed with elements): PASSED
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
acceptNode-filter.js 16 debug("Testing with raw function filter");
21 debug("<br>Testing with object filter");
34 debug("<br>Testing with null filter");
40 debug("<br>Testing with undefined filter");
46 debug("<br>Testing with object lacking acceptNode property");
54 debug("<br>Testing with object with non-function acceptNode property");
62 debug("<br>Testing with function having acceptNode function");
  /external/webkit/LayoutTests/fast/encoding/
mailto-always-utf-8-expected.txt 1 Policy delegate: attempt to load mailto:?subject=%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB&body=%E6%9C%AC%E6%96%87 with navigation type 'link clicked' originating from #text > SPAN > A > BODY > HTML > #document
2 Test encoding of mailto URLs. Click on the URL - a new message with Japanese subject and body should open in your mail client.
  /external/webkit/LayoutTests/http/tests/appcache/
origins-with-appcache-expected.txt 3 Origins with application cache after deletion:
4 Origins with application cache after frame was cached: http_127.0.0.1_8000
  /external/webkit/Source/WebCore/manual-tests/
input-empty-on-focus.html 4 If the test succeeds there will be no crash and you'll end up with an empty text field with a blinking caret.
submit-form-with-target-twice.html 11 <p>This tests that calling form.submit() twice in a row from JavaScript, on a form with a custom target and with at least one text field does not cause an assertion in a debug build of Safari.
  /external/webkit/Source/WebCore/manual-tests/inspector/
errors-with-space in-url.html 2 Resources with a space in their URL don't get error/warning bubbles</a>.</p>
4 bubble with the number "1" in it next to the main resource in the Resources
styled-error-bubbles-in-scripts.html 4 <p>To test, open the Inspector. There should be a red bubble with the number "1"
6 resource should show syntax highlighted JavaScript with a red error bubble.</p>
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
README 9 A copy of qwebkitplatformplugin.h is provided with the example, as platform plugins should not depend
13 compiled with NO_LISTBOX_RENDERING enabled.
  /frameworks/base/core/java/android/view/inputmethod/
package.html 6 most applications, since they are dealt with for you by
10 input method to interact with your view.
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 5 * you may not use this file except in compliance with the License.
30 * <p>A view group with two children, intended for use in ListViews. This item has two
31 * {@link android.widget.TextView TextViews} elements (or subclasses) with the ID values
33 * and {@link android.R.id#text2 text2}. There is an optional third View element with the
75 * Returns a handle to the item with ID text1.
76 * @return A handle to the item with ID text1.
83 * Returns a handle to the item with ID text2.
84 * @return A handle to the item with ID text2.
  /frameworks/base/libs/rs/scriptc/
rs_types.rsh 5 * you may not use this file except in compliance with the License.
173 * Provides two float fields packed into a single 64 bit field with 64 bit
179 * into a single 128 bit field with 128 bit alignment.
184 * Provides four float fields packed into a single 128 bit field with 128 bit
191 * into a single 128 bit field with 128 bit alignment.
196 * into a single 256 bit field with 256 bit alignment.
201 * into a single 256 bit field with 256 bit alignment.
207 * into a single 16 bit field with 16 bit alignment.
212 * into a single 32 bit field with 32 bit alignment.
217 * into a single 32 bit field with 32 bit alignment
    [all...]
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 5 * you may not use this file except in compliance with the License.
130 << "Should reject key events with undefined action.";
138 << "Should reject key events with ACTION_MULTIPLE.";
158 << "Should reject motion events with undefined action.";
160 // Rejects pointer down with invalid index.
168 << "Should reject motion events with pointer down index too large.";
177 << "Should reject motion events with pointer down index too small.";
179 // Rejects pointer up with invalid index.
187 << "Should reject motion events with pointer up index too large.";
196 << "Should reject motion events with pointer up index too small."
    [all...]
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 3 // The following line was removed for compatibility with Android libraries.
13 // The following definition was removed for compatibility with Android
  /frameworks/base/tests/FrameworkPerf/res/values/
attrs.xml 5 you may not use this file except in compliance with the License.
25 (This will be or'ed with the orderInCategory attribute.) -->
29 (This will be or'ed with the category attribute.) -->
32 <!-- The title associated with the item. -->
35 <!-- The condensed title associated with the item. This is used in situations where the
39 <!-- The icon associated with this item. This icon will not always be shown, so
44 with alphabetic keys. -->
54 <!-- Whether the item is checked. Note that you must first have enabled checking with

Completed in 280 milliseconds

<<11121314151617181920>>