HomeSort by relevance Sort by last modified time
    Searched refs:condition (Results 626 - 650 of 1124) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 203 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
210 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/EGL/
eglext.h 203 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
210 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 203 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
210 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
  /external/chromium_org/v8/src/
typing.cc 107 if (!stmt->condition()->ToBooleanIsTrue() &&
108 !stmt->condition()->ToBooleanIsFalse()) {
109 stmt->condition()->RecordToBooleanTypeFeedback(oracle());
112 RECURSE(Visit(stmt->condition()));
320 expr->condition()->RecordToBooleanTypeFeedback(oracle());
322 RECURSE(Visit(expr->condition()));
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 51 (* Convert condition to a bool by comparing equal to 0.0 *)
142 (* Compute the end condition. *)
145 (* Convert condition to a bool by comparing equal to 0.0. *)
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 358 iqPacket.setError(new XMPPError(XMPPError.Condition.feature_not_implemented));
671 String condition = null; local
678 condition = parser.getName();
687 return new Failure(condition);
728 String condition = null; local
741 // Parse the text and condition tags
749 // Condition tag, it can be xmpp error or an application defined error.
753 condition = elementName;
777 return new XMPPError(Integer.parseInt(errorCode), errorType, condition, message, extensions);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 336 condition = meth[i+1:]
338 if condition.startswith("error"):
339 j = condition.find("_") + i + 1
347 elif condition == "open":
350 elif condition == "response":
353 elif condition == "request":
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 336 condition = meth[i+1:]
338 if condition.startswith("error"):
339 j = condition.find("_") + i + 1
347 elif condition == "open":
350 elif condition == "response":
353 elif condition == "request":
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 137 vec4_visitor::IF(src_reg src0, src_reg src1, uint32_t condition)
148 inst->conditional_mod = condition;
159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition)
177 inst->conditional_mod = condition;
708 ir_expression *expr = ir->condition->as_expression();
782 ir->condition->accept(this);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 137 vec4_visitor::IF(src_reg src0, src_reg src1, uint32_t condition)
148 inst->conditional_mod = condition;
159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition)
177 inst->conditional_mod = condition;
708 ir_expression *expr = ir->condition->as_expression();
782 ir->condition->accept(this);
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S 72 unspecified registers or condition codes.
    [all...]
  /external/v8/src/
full-codegen.cc 104 // If the condition is breakable the if statement is breakable.
105 Visit(stmt->condition());
142 // Mark while statements breakable if the condition expression is.
148 // Mark for statements breakable if the condition expression is.
493 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
515 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
567 DoTest(context->condition(),
724 // statement positions this is used for e.g. the condition expression of
976 VisitForControl(stmt->condition(), &then_part, &else_part, &then_part);
986 VisitForControl(stmt->condition(), &then_part, &done, &then_part)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 1829 src_reg condition = this->result; local
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 1829 src_reg condition = this->result; local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 770 void LCodeGen::DeoptimizeIf(Condition condition,
807 if (condition != al) {
808 __ Branch(&skip, NegateCondition(condition), src1, src2);
815 // Go through jump table if we need to handle condition, build frame, or
817 if (condition == al && frame_is_built_ &&
819 __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2);
832 __ Branch(&deopt_jump_table_.last().label, condition, src1, src2);
837 void LCodeGen::DeoptimizeIf(Condition condition,
1865 Condition condition = (operation == HMathMinMax::kMathMin) ? le : ge; local
2451 Condition condition = ComputeCompareCondition(op); local
2753 Condition condition = ComputeCompareCondition(op); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /frameworks/base/tools/aidl/
AST.cpp 445 :condition(NULL),
452 :condition(a),
466 this->condition->Write(to);
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 127 int condition);
131 const char *type, int condition);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir.cpp 155 ir_rvalue *condition, unsigned write_mask)
158 this->condition = condition;
175 ir_rvalue *condition)
178 this->condition = condition;
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 69 (* Convert condition to a bool by comparing equal to 0.0 *)
160 (* Compute the end condition. *)
163 (* Convert condition to a bool by comparing equal to 0.0. *)
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 127 int condition);
131 const char *type, int condition);
    [all...]
  /external/mesa3d/src/glsl/
ir.cpp 155 ir_rvalue *condition, unsigned write_mask)
158 this->condition = condition;
175 ir_rvalue *condition)
178 this->condition = condition;
    [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule.h 7 // templated on the Condition and Action types that define the behavior of a
35 // If any condition is fulfilled, the Actions of the DeclarativeRule can be
48 // // If the Condition needs to be filtered by some URLMatcherConditionSets,
78 // If |url_match_trigger| is not -1, this function looks for a condition
79 // with this URLMatcherConditionSet, and forwards to that condition's
80 // IsFulfilled(|match_data|). If there is no such condition, then false is
211 // format of each condition and action's json is up to the specific ConditionT
305 scoped_ptr<ConditionT> condition = ConditionT::Create( local
309 result.push_back(make_linked_ptr(condition.release()));
  /external/chromium_org/chrome/test/pyautolib/
chromotinglib.py 42 def _WaitForJavascriptCondition(self, condition, tab_index, windex,
44 """Waits until the Javascript condition is true.
47 because it uses Javascript to check the condition instead of Python.
49 Returns: True if condition is satisfied or otherwise False.
53 '(%s) ? "1" : ""' % condition, tab_index, windex), timeout)
62 Returns: True if condition is satisfied or otherwise False.
74 Returns: True if condition is satisfied or otherwise False.

Completed in 1498 milliseconds

<<21222324252627282930>>