HomeSort by relevance Sort by last modified time
    Searched full:accepted (Results 26 - 50 of 1898) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/session_history/
post.html 26 Form submission accepted. Thanks for playing.
  /external/chromium_org/third_party/WebKit/ManualTests/
directory-drop-on-view.html 16 The drag should not be accepted, and the drag cursor should be the standard disallowed drag cursor.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
templateid.cpp 5 // Tests that this form is accepted by the compiler but does not follow
  /external/oprofile/m4/
precompiledheader.m4 8 dnl we consider than if -Winvalid-pch is accepted pch will works ...
  /device/asus/deb/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/flo/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/grouper/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/tilapia/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/samsung/manta/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /external/chromium_org/chrome/browser/chromeos/login/
startup_utils.h 18 // Returns true if EULA has been accepted.
24 // Marks EULA status as accepted.
  /external/chromium_org/ppapi/tests/
test_image_data.cc 35 return "Crazy image data format accepted";
40 return "Negative image data format accepted";
68 return "Zero width and height accepted";
72 return "Zero height accepted";
76 return "Zero width accepted";
86 return "Negative height accepted";
96 return "Negative width accepted";
111 return "31-bit overflow size accepted";
  /external/chromium_org/third_party/re2/doc/
mksyntaxwiki 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/regex-re2/doc/
mksyntaxwiki 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sb16_csp.h 87 unsigned int acc_format; /* accepted PCM formats */
88 unsigned short acc_channels; /* accepted channels */
89 unsigned short acc_width; /* accepted sample width */
90 unsigned short acc_rates; /* accepted sample rates */
152 unsigned int acc_format; /* accepted PCM formats */
153 int acc_channels; /* accepted channels */
154 int acc_width; /* accepted sample width */
155 int acc_rates; /* accepted sample rates */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sb16_csp.h 87 unsigned int acc_format; /* accepted PCM formats */
88 unsigned short acc_channels; /* accepted channels */
89 unsigned short acc_width; /* accepted sample width */
90 unsigned short acc_rates; /* accepted sample rates */
152 unsigned int acc_format; /* accepted PCM formats */
153 int acc_channels; /* accepted channels */
154 int acc_width; /* accepted sample width */
155 int acc_rates; /* accepted sample rates */
  /external/chromium_org/net/test/embedded_test_server/
http_request.h 50 // if (parser.ParseRequest() == HttpRequestParser::ACCEPTED) {
59 ACCEPTED, // A request has been parsed and it is ready to be processed.
76 // If returns ACCEPTED, then it means that the whole request has been found
89 // Parses headers and returns ACCEPTED if whole request was parsed. Otherwise
93 // Parses request's content data and returns ACCEPTED if all of it have been
  /external/proguard/src/proguard/classfile/visitor/
MemberAccessFilter.java 79 if (accepted(programField.getAccessFlags()))
88 if (accepted(programMethod.getAccessFlags()))
97 if (accepted(libraryField.getAccessFlags()))
106 if (accepted(libraryMethod.getAccessFlags()))
115 private boolean accepted(int accessFlags) method in class:MemberAccessFilter
ClassNameFilter.java 90 if (accepted(programClass.getName()))
99 if (accepted(libraryClass.getName()))
108 private boolean accepted(String name) method in class:ClassNameFilter
  /frameworks/base/libs/hwui/
Properties.h 67 * Used to enable/disable layers update debugging. The accepted values are
75 * The accepted values are
86 * Used to enable/disable PerfHUD ES profiling. The accepted values
94 * The accepted values are:
123 * Used to enable/disable scissor optimization. The accepted values are
139 * Accepted values are "true" and "false". Default is true.
163 // or in lookup tables. Accepted values:
  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 85 Object accepted = consumer.getProperty(OAuthConsumer.ACCEPT_ENCODING); local
86 if (accepted != null) {
87 message.getHeaders().add(new OAuth.Parameter(HttpMessage.ACCEPT_ENCODING, accepted.toString()));
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 171 public static final int ACCEPTED = Attendees.ATTENDEE_STATUS_ACCEPTED;
416 int id = at.addAlertRow(100, SCHEDULED, ACCEPTED, 0 /* all day */, 1300000, 2300000, 0);
457 int id9 = at.addAlertRow(9, SCHEDULED, ACCEPTED, 0, createTimeInMillis(9, 0),
459 int id8 = at.addAlertRow(8, SCHEDULED, ACCEPTED, 0, createTimeInMillis(8, 0),
461 int id7 = at.addAlertRow(7, SCHEDULED, ACCEPTED, 0, createTimeInMillis(7, 0),
465 int id6 = at.addAlertRow(6, SCHEDULED, ACCEPTED, 0, createTimeInMillis(5, 0),
467 int id5 = at.addAlertRow(5, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 55),
469 int id4 = at.addAlertRow(4, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 50),
473 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0),
475 int id2 = at.addAlertRow(2, SCHEDULED, ACCEPTED, 0, createTimeInMillis(2, 0)
    [all...]
  /external/chromium/net/socket/
server_socket.h 29 // accepted.
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_listener.h 15 // Called when the EchoDialog is accepted. After call to this method, the
  /external/chromium_org/chrome/installer/util/
eula_util.cc 33 // Chrome creates the EULA sentinel after the EULA has been accepted when
35 // accepted if the path to the sentinel cannot be determined.
71 // these products at user-level implies that the EULA has been accepted.
88 // Is Google Update waiting for Chrome's EULA to be accepted?

Completed in 1211 milliseconds

12 3 4 5 6 7 8 91011>>