HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 676 - 700 of 7690) sorted by null

<<21222324252627282930>>

  /external/chromium_org/net/base/
backoff_entry.h 98 // Calculates when requests should again be allowed through.
102 // allowed to start sending requests again.
  /external/chromium_org/ppapi/proxy/
tcp_socket_resource_base.h 33 // message is allowed to request.
36 // message is allowed to carry.
  /external/chromium_org/ppapi/tests/
test_message_loop.cc 43 // Nested loops aren't allowed.
78 // Nested loops aren't allowed.
  /external/chromium_org/remoting/host/win/
chromoting_lib_idl.templ 59 HRESULT GetUsageStatsConsent([out] BOOL* allowed,
64 HRESULT SetUsageStatsConsent([in] BOOL allowed);
  /external/chromium_org/sandbox/linux/services/
broker_process.h 94 const std::vector<std::string> allowed_r_files_; // Files allowed for read.
95 const std::vector<std::string> allowed_w_files_; // Files allowed for write.
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 2 # This file describes all Blink IDL extended attributes and allowed values.
26 # is NOT valid: the value is optional, but empty values are not allowed.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFitToViewBox.cpp 57 document->accessSVGExtensions()->reportError("A negative value for ViewBox width is not allowed");
61 document->accessSVGExtensions()->reportError("A negative value for ViewBox height is not allowed");
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationClientMock.cpp 67 void WebGeolocationClientMock::setPermission(bool allowed)
69 m_clientMock->setPermission(allowed);
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.h 66 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2.
74 // 'requested_digits', the function is allowed to return fewer digits, in
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
iterator.h 70 // Clients are allowed to register function/arg1/arg2 triples that
87 // No copying allowed
table_builder.h 38 // not allowed to change dynamically and its value in the structure
85 // No copying allowed
  /external/chromium_org/third_party/opus/src/silk/
control.h 86 /* I: Maximum number of bits allowed for the frame */
98 /* O: Flag that bandwidth switching is allowed (because low voice activity) */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
package_info.h 51 // const in all threads (or, it is only used in ways that would be allowed
53 // thread in a way that would not be allowed if it were const, then it is
  /external/chromium_org/v8/src/
bignum-dtoa.h 63 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2.
71 // 'requested_digits', the function is allowed to return fewer digits, in
  /external/clang/test/SemaCXX/
condition.cpp 9 while (arr x={0}) ; // expected-error {{an array type is not allowed here}}
10 while (int f()=0) ; // expected-error {{a function type is not allowed here}}
exceptions.cpp 138 void f() throw (T); // expected-error {{pointer to incomplete type 'Decay::E' is not allowed in exception specification}}
147 void rval_ref() throw (int &&); // expected-error {{rvalue reference type 'int &&' is not allowed in exception specification}} expected-warning {{C++11}}
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java 72 * implementation is not allowed to call this method before
79 * implementation is not allowed to call this method before
  /external/kernel-headers/original/asm-mips/
mman.h 15 * allowed without PROT_WRITE and no access will be allowed for PROT_NONE.
  /external/libselinux/src/
mapping.c 176 if (avd->allowed & current_mapping[tclass].perms[i])
178 avd->allowed = result;
  /external/libvorbis/doc/vorbisenc/
ov_ectl_ratemanage_arg.html 60 <dd>hard lower limit (in kilobits per second) below which the stream bitrate will never be allowed for any given bitrate_hard_window seconds of time.</dd>
62 <dd>hard upper limit (in kilobits per second) above which the stream bitrate will never be allowed for any given bitrate_hard_window seconds of time.</dd>
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 19 // allowed initial step
25 // Allowed motion vector pixel distance outside image border
  /external/openssh/
auth-options.c 433 char *command, *allowed; local
503 if ((allowed = buffer_get_cstring_ret(&data,
509 if (strlen(allowed) != clen) {
517 xfree(allowed);
522 allowed)) {
525 xfree(allowed);
538 xfree(allowed);
543 xfree(allowed);
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 56 VALUE MS-BAP-Usage Not-Allowed 0
57 VALUE MS-BAP-Usage Allowed 1
  /external/protobuf/src/google/protobuf/
package_info.h 51 // const in all threads (or, it is only used in ways that would be allowed
53 // thread in a way that would not be allowed if it were const, then it is
  /external/qemu/slirp-android/
libslirp.h 76 /** Sets an upper limit for the number of allowed DNS requests from
80 /* Returns the max number of allowed DNS requests.*/

Completed in 1229 milliseconds

<<21222324252627282930>>