/frameworks/base/core/java/android/net/ |
LinkSocketNotifier.java | 32 * If the duplicate socket is accepted, the original will be marked invalid
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Executor.java | 108 * accepted for execution.
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorDisplay.java | 38 // only these chars are accepted from keyboard
|
/packages/apps/Calendar/src/com/android/calendar/ |
ColorChipView.java | 42 // Full rectangle for accepted events
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.h | 37 // of the input image frames for them to be accepted for blending in the
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/ |
FileFilterUtils.java | 186 * @param acceptOlder if true, older files get accepted, if false, newer
210 * @param acceptOlder if true, older files get accepted, if false, newer
236 * @param acceptOlder if true, older files get accepted, if false, newer
260 * @param acceptLarger if true, larger files get accepted, if false, smaller
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
EmailAsyncTaskTests.java | 79 // Make sure null tracker will be accepted
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
CalendarSyncAdapterTests.java | 432 // The organizer should be "accepted", the unknown attendee "none" 445 // The organizer should be "accepted", and our user/attendee should be "done" even though 459 // The organizer should be "accepted", and our user/attendee should be "accepted" (because
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogFilter.java | 293 * @return true if the message was accepted. 317 // at this point the message is accepted, we add it to the list 339 * @return true if the message is accepted by the filter. 396 * Takes all the accepted messages and display them.
|
LogCatFilter.java | 75 * higher priority will be accepted by the filter. 253 * accepted by this filter.
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_controller.h | 62 // Returns true if EULA has been accepted. 68 // Marks EULA status as accepted.
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.h | 96 // will wait until the passphrase has been accepted. 154 // The sync client is waiting for its passphrase to be accepted by the
|
profile_sync_service_harness.cc | 247 // The passphrase has been accepted, and sync has been restarted. 302 // Passphrase is already accepted; don't wait. 308 "Waiting for passphrase accepted.");
|
/external/mesa3d/docs/ |
MESA_texture_array.spec | 95 Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by 104 Accepted by the <target> parameter of TexImage2D, TexSubImage2D, 112 Accepted by the <target> parameter of TexImage3D, TexSubImage3D, 119 Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, 126 Accepted by the <param> parameter of TexParameterf, TexParameteri, 136 Accepted by the <internalformat> parameter of TexImage3D and 145 Accepted by the <pname> parameter of 585 FramebufferTexture3D, no <textarget> parameter is accepted. [all...] |
MESA_texture_signed_rgba.spec | 167 6) Should the RGBA_SNORM tokens also be accepted by CopyTexImage 186 Accepted by the <internalformat> parameter of
|
MESA_ycbcr_texture.spec | 62 Accepted by the <internalFormat> and <format> parameters of 67 Accepted by the <type> parameter of TexImage2D and TexSubImage2D:
|
/frameworks/base/docs/html/guide/topics/manifest/ |
compatible-screens-element.jd | 78 <p>Accepted values:</p> 90 <p>Accepted values:</p>
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldServerSocketTest.java | 225 Socket accepted = newSocket.accept(); local 226 fail("SocketTimeoutException was not thrown: " + accepted);
|
/external/clang/include/clang/Basic/ |
DiagnosticParseKinds.td | 43 "(accepted as an extension) has size 0 in C, size 1 in C++">, 449 "deleted function definition accepted as a C++0x extension">, InGroup<CXX0x>; 451 "defaulted function definition accepted as a C++0x extension">, 456 "in-class initialization of non-static data member accepted as a C++0x extension">, 465 "alias declarations accepted as a C++0x extension">, InGroup<CXX0x>; 473 "'%0' keyword accepted as a C++0x extension">, InGroup<CXX0x>;
|
/external/oprofile/events/mips/74K/ |
events | 83 event:0x44 counters:0,2 um:zero minimum:500 name:OCP_ALL_REQUESTS : 68-0 All OCP requests accepted 84 event:0x45 counters:0,2 um:zero minimum:500 name:OCP_READ_REQUESTS : 69-0 OCP read requests accepted 85 event:0x46 counters:0,2 um:zero minimum:500 name:OCP_WRITE_REQUESTS : 70-0 OCP write requests accepted 153 event:0x444 counters:0,2 um:zero minimum:500 name:OCP_ALL_CACHEABLE_REQUESTS : 68-1 All OCP cacheable requests accepted 154 event:0x445 counters:0,2 um:zero minimum:500 name:OCP_READ_CACHEABLE_REQUESTS : 69-1 OCP cacheable read request accepted 155 event:0x446 counters:0,2 um:zero minimum:500 name:OCP_WRITE_CACHEABLE_REQUESTS : 70-1 OCP cacheable write request accepted
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_browsertest.cc | 733 // Keyword should also be accepted by typing an ideographic space. 748 // Keyword shouldn't be accepted by pasting. 759 // Keyword shouldn't be accepted by pressing space with a trailing 766 // Keyword shouldn't be accepted by deleting the trailing space. 772 // Keyword shouldn't be accepted by pressing space before a trailing space. 779 // Keyword should be accepted by pressing space in the middle of context and 789 // Keyword shouldn't be accepted by pasting "foo bar". 803 // Keyword shouldn't be accepted for case like: "foo b|ar" -> "foo b |ar". 811 // Keyword could be accepted by pressing space with a selected range at the [all...] |
/external/wpa_supplicant_8/hostapd/ |
README | 175 Unauthorized state and only IEEE 802.1X frames are accepted at this 179 station are accepted. 353 # Set of accepted key management algorithms (WPA-PSK, WPA-EAP, or both). The 357 # Set of accepted cipher suites (encryption algorithms) for pairwise keys 381 # accepted (e.g., 'eth0' or 'eth0 wlan0wds0'. This list should include all
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ServerHandshakeImpl.java | 570 X509Certificate[] accepted; local 573 accepted = tm.getAcceptedIssuers(); 581 requestedClientCertTypes, accepted);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tipc_config.h | 66 * Accepted by own node, or by remote node only if remote management enabled. 88 * Accepted by own node, or by remote node only if remote management enabled 121 * Accepted by own node only; cannot be used on a remote node.
|
/system/core/sh/ |
output.c | 263 * - The x format is also accepted but is treated like X. 264 * - The l, ll and q modifiers are accepted. 265 * - The - and # flags are accepted; # only works with the o format.
|