HomeSort by relevance Sort by last modified time
    Searched full:with (Results 176 - 200 of 57109) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/webkit/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/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>
  /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/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
  /dalvik/libcore/nio/src/main/java/java/nio/
BufferFactory.java 3 * contributor license agreements. See the NOTICE file distributed with
6 * (the "License"); you may not use this file except in compliance with
42 * Returns a new array based byte buffer with the specified capacity.
46 * @return A new array based byte buffer with the specified capacity.
75 * Returns a new array based char buffer with the specified capacity.
79 * @return A new array based char buffer with the specified capacity.
86 * Returns a new direct byte buffer with the specified capacity.
90 * @return A new direct byte buffer with the specified capacity.
108 * Returns a new array based double buffer with the specified capacity.
112 * @return A new array based double buffer with the specified capacity
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.1 48 Print device name of remote device with Bluetooth address
52 Print device name, version and supported features of remote device with
74 Create baseband connection to remote device with Bluetooth address
105 Delete baseband connection from remote device with Bluetooth address
118 Change packet types for baseband connection to device with Bluetooth address
135 with Bluetooth address
139 Display link quality for the connection to the device with Bluetooth address
143 Display transmit power level for the connection to the device with Bluetooth address
152 Display AFH channel map for the connection to the device with Bluetooth address
156 With n
    [all...]
  /frameworks/base/awt/java/awt/
GraphicsConfiguration.java 3 * contributor license agreements. See the NOTICE file distributed with
6 * (the "License"); you may not use this file except in compliance with
34 * and modes. Many GraphicsConfiguration objects can be associated with single
49 * Creates BufferedImage image object with a data layout and color model
50 * compatible with this GraphicsConfiguration with specified width and
57 * @return the BufferedImage object with specified width and height
64 * transparency and has a data layout and color model compatible with this
79 * data layout and color model compatible with this GraphicsConfiguration.
91 * transparency and has a data layout and color model compatible with thi
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentMap.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
18 * <p>Memory consistency effects: As with other concurrent
33 * with a value, associate it with the given value.
42 * @param key key with which the specified value is to be associated
43 * @param value value to be associated with the specified key
44 * @return the previous value associated with the specified key, or
47 * previously associated <tt>null</tt> with the key,
71 * @param key key with which the specified value is associated
72 * @param value value expected to be associated with the specified ke
    [all...]
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetEncoderDecoderBufferTest.java 5 * you may not use this file except in compliance with the License.
41 * is done first with an out-buffer with hasArray()==true, and next with an out-buffer with
81 * is done first with an in-buffer with hasArray()==true, and next with an in-buffer with
115 * is done first with an out-buffer with hasArray()==true, and next with an out-buffer wit
    [all...]
  /external/e2fsprogs/misc/
chattr.1.in 41 Be verbose with chattr's output and print the program version.
46 When a file with the 'A' attribute set is accessed, its atime record is
50 A file with the `a' attribute set can only be open in append mode for writing.
54 A file with the `c' attribute set is automatically compressed on the disk
60 When a directory with the `D' attribute set is modified,
64 A file with the `d' attribute set is not candidate for backup when the
81 A file with the `i' attribute cannot be modified: it cannot be deleted or
86 A file with the `j' attribute has all of its data written to the ext3
88 mounted with the "data=ordered" or "data=writeback" options. When the
89 filesystem is mounted with the "data=journal" option all file dat
    [all...]
  /frameworks/base/awt/javax/imageio/
IIOImage.java 3 * contributor license agreements. See the NOTICE file distributed with
6 * (the "License"); you may not use this file except in compliance with
49 * The list with thumbnails associated with the image.
54 * The metadata associated with the image.
59 * Instantiates a new IIOImage with the specified RenderedImage, list of
82 * Instantiates a new IIOImage with the specified Raster, list of thumbnails
105 * associated with a Raster.
108 * associated with a Raster.
129 * Returns true if the IIOImage object associated with a Raster, or false i
    [all...]
  /external/icu4c/data/unidata/
DerivedJoiningGroup.txt 21 06A0 ; Ain # Lo ARABIC LETTER AIN WITH THREE DOTS ABOVE
22 06FC ; Ain # Lo ARABIC LETTER GHAIN WITH DOT BELOW
23 075D..075F ; Ain # Lo [3] ARABIC LETTER AIN WITH TWO DOTS ABOVE..ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE
35 0622..0623 ; Alef # Lo [2] ARABIC LETTER ALEF WITH MADDA ABOVE..ARABIC LETTER ALEF WITH HAMZA ABOVE
36 0625 ; Alef # Lo ARABIC LETTER ALEF WITH HAMZA BELOW
38 0671..0673 ; Alef # Lo [3] ARABIC LETTER ALEF WASLA..ARABIC LETTER ALEF WITH WAVY HAMZA BELOW
40 0773..0774 ; Alef # Lo [2] ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE..ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOV
    [all...]
  /cts/tests/appsecurity-tests/test-apps/InstrumentationAppDiffCert/
AndroidManifest.xml 5 you may not use this file except in compliance with the License.
20 A simple app to test that an instrumentation cannot target an app signed with a different
28 <!-- assumes com.android.cts.targetinstrumentationapp is signed with diff cert -->
31 android:label="Test for instrumentation with different cert" />
  /dalvik/dx/src/com/android/dx/cf/code/
package.html 2 <p>Implementation of classes having to do with Java simulation, such as
  /dalvik/dx/src/com/android/dx/cf/iface/
package.html 2 <p>Interfaces and base classes for dealing with class files. This package
  /dalvik/dx/tests/003-magic-version-access/
class-bad-magic.txt 2 # classfile with a bad magic value

Completed in 2748 milliseconds

1 2 3 4 5 6 78 91011>>