HomeSort by relevance Sort by last modified time
    Searched refs:reject (Results 26 - 50 of 325) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
SerializingExecutorTest.java 148 final AtomicBoolean reject = new AtomicBoolean(true); local
152 if (reject.get()) {
169 reject.set(false);
  /external/syslinux/gpxe/src/core/
stringextra.c 133 * contain letters not in @reject
137 size_t strcspn(const char *s, const char *reject)
144 for (r = reject; *r != '\0'; ++r) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerIntegrator.java 641 boolean reject = false;
686 reject = true;
710 reject = true;
742 // we reject the step immediately and reduce order
743 reject = true;
768 // we reject the step immediately
769 reject = true;
783 reject = true;
807 if (! reject) {
814 if (denseOutput && ! reject) {
    [all...]
  /external/boringssl/src/crypto/x509/
x509_trs.c 278 if (x->aux && (x->aux->trust || x->aux->reject))
311 if (ax->reject) {
312 for (i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
313 obj = sk_ASN1_OBJECT_value(ax->reject, i);
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 45 enum State { Q0, Q1, Accept, NumOfStates = 2, Reject = -1 };
81 static bool reject(EhFrame& pEhFrame,
  /external/v8/src/builtins/
builtins-promise.cc 89 Node* const reject = local
91 return std::make_pair(resolve, reject);
131 Node* reject = nullptr; local
133 std::tie(resolve, reject) =
136 StoreObjectField(capability, JSPromiseCapability::kRejectOffset, reject);
164 Node* reject = local
166 GotoIf(TaggedIsSmi(reject), &if_notcallable);
167 GotoIfNot(IsCallableMap(LoadMap(reject)), &if_notcallable);
570 Label reject(this);
573 &reject); local
782 Node* reject = nullptr; local
1084 Node *resolve, *reject; local
1475 Node* const reject = Parameter(2); local
1543 Node* const reject = local
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 148 * @param reason reason code to reject an incoming call
151 void reject(int reason);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyautodoc.swg 53 AUTODOC(reject, "Iterate thru each element in the $class and reject those that fail a condition returning a new $class. A block must be provided");
54 AUTODOC(reject_bang, "Iterate thru each element in the $class and reject those that fail a condition. A block must be provided. $class is modified in place");
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h 42 uptr internal_strcspn(const char *s, const char *reject);
  /external/syslinux/gpxe/src/include/
string.h 35 size_t __pure strcspn(const char *s, const char *reject) __nonnull;
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 110 {Q1, Reject, Accept, Reject}, // Q0
111 {Q1, Q1, Accept, Reject}, // Q1
116 {addCIE, reject, addTerm, reject}, // Q0
117 {addCIE, addFDE, addTerm, reject}, // Q1
134 while (Reject != cur_state && Accept != cur_state) {
151 cur_state = Reject;
157 if (Reject == cur_state) {
360 bool EhFrameReader::reject(EhFrame& pEhFrame function in class:mcld::EhFrameReader
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsCallSessionImplBase.java 180 public void reject(int reason) {
181 ImsCallSessionImplBase.this.reject(reason);
411 * @param reason reason code to reject an incoming call, defined in {@link ImsReasonInfo}.
414 public void reject(int reason) { method in class:ImsCallSessionImplBase
  /prebuilts/go/darwin-x86/test/
nosplit.go 41 # REJECT line, specifying the architectures on which the case should
42 # be rejected. "REJECT" without any architectures means reject on all architectures.
53 REJECT
62 REJECT
69 REJECT
80 REJECT
104 REJECT
120 main 100 nosplit; REJECT ppc64 ppc64le
121 main 104 nosplit; REJECT ppc64 ppc64l
    [all...]
  /prebuilts/go/linux-x86/test/
nosplit.go 41 # REJECT line, specifying the architectures on which the case should
42 # be rejected. "REJECT" without any architectures means reject on all architectures.
53 REJECT
62 REJECT
69 REJECT
80 REJECT
104 REJECT
120 main 100 nosplit; REJECT ppc64 ppc64le
121 main 104 nosplit; REJECT ppc64 ppc64l
    [all...]
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/
jdeferred-core-1.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/
jdeferred-core-1.2.3.jar 
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 61 (* If 'f' already has a body, reject this. *)
65 (* If 'f' took a different number of arguments, reject. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 61 (* If 'f' already has a body, reject this. *)
65 (* If 'f' took a different number of arguments, reject. *)
  /external/protobuf/ruby/lib/google/protobuf/
repeated_field.rb 164 alias_method :reject!, :delete_if
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 61 (* If 'f' already has a body, reject this. *)
65 (* If 'f' took a different number of arguments, reject. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 61 (* If 'f' already has a body, reject this. *)
65 (* If 'f' took a different number of arguments, reject. *)
  /frameworks/native/services/surfaceflinger/
LayerRejecter.cpp 43 bool LayerRejecter::reject(const sp<GraphicBuffer>& buf, const BufferItem& item) { function in class:android::LayerRejecter
93 "[%s] latchBuffer/reject: buffer (%ux%u, tr=%02x), scalingMode=%d\n"
105 // reject this buffer
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnection.java 78 mRemoteConnection.reject();
88 mRemoteConnection.reject();
  /packages/apps/Dialer/java/com/android/incallui/
AnswerScreenPresenter.java 87 call.reject(true /* rejectWithMessage */, message);
129 call.reject(false /* rejectWithMessage */, null);
237 "accept/reject call timed out, do nothing");
240 LogUtil.i("AnswerScreenPresenter.addTimeoutCheck", "accept/reject call timed out");
  /external/mksh/src/
syn.c 72 static bool reject; /* token(cf) gets symbol again */ variable
75 #define REJECT (reject = true)
76 #define ACCEPT (reject = false)
77 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
78 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
117 REJECT;
135 REJECT;
174 REJECT;
    [all...]

Completed in 1077 milliseconds

12 3 4 5 6 7 8 91011>>