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

<<21222324252627282930>>

  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 452 // Unsigned lower-or-same condition.
462 // Unsigned higher condition.
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 256 // this condition).
    [all...]
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java     [all...]
  /external/mesa3d/src/glsl/
loop_analysis.cpp 195 || (this->current_assignment->condition != NULL);
494 * Detect whether an if-statement is a loop terminating condition
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc     [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc     [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc     [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 344 // this condition).
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 70 def skipIf(condition, reason):
72 Skip a test if the condition is true.
74 if condition:
78 def skipUnless(condition, reason):
80 Skip a test unless the condition is true.
82 if not condition:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 70 def skipIf(condition, reason):
72 Skip a test if the condition is true.
74 if condition:
78 def skipUnless(condition, reason):
80 Skip a test unless the condition is true.
82 if not condition:
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 257 void cmovl(Condition condition, Register dst, Register src);
259 void setb(Condition condition, Register dst);
418 void j(Condition condition, Label* label);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_send.py 549 condition = '(compsize > 0) && (%s != NULL)' % (param.name)
551 condition = 'compsize > 0'
553 print 'if (%s) {' % (condition)
588 # FIXME condition to condition_list from the start. The only
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 10 #define VERIFY(condition) \
11 if (!(condition)) { \
13 #condition,__FILE__,__LINE__); \
784 * recursive condition because if we go left at the root then go left
  /external/chromium_org/tools/linux/
procfs.py 309 def iter(self, condition):
314 if not condition or condition(self._dictionary[index]):
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 549 condition = '(compsize > 0) && (%s != NULL)' % (param.name)
551 condition = 'compsize > 0'
553 print 'if (%s) {' % (condition)
588 # FIXME condition to condition_list from the start. The only
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 855 #define ONE_PIXEL_BLEND(condition, widthvar) \
856 while (condition) { \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 69 """This condition matches everything"""
74 """Acts as an exact match condition function"""
81 """Acts as a condition function for matching a string prefix"""
88 """Acts as a condition function for matching a string postfix"""
529 a condition callable expecting the data string as an
532 condition callable expecting the data string as an argument and
583 condition functions expecting the data string as an
700 # leave all unknown condition callables alone as equals
720 for column, condition in conditionlist:
736 # if no condition was specified or the conditio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 69 """This condition matches everything"""
74 """Acts as an exact match condition function"""
81 """Acts as a condition function for matching a string prefix"""
88 """Acts as a condition function for matching a string postfix"""
529 a condition callable expecting the data string as an
532 condition callable expecting the data string as an argument and
583 condition functions expecting the data string as an
700 # leave all unknown condition callables alone as equals
720 for column, condition in conditionlist:
736 # if no condition was specified or the conditio
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2257 st_src_reg condition = this->result; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2257 st_src_reg condition = this->result; local
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 347 function assert(condition, message, test_status) {
348 if (!condition) {
349 fail(message, toString(condition), test_status);
722 this.assert = function(condition, message) {
723 assert(condition, message, this);
  /external/chromium_org/v8/src/
ast.h 822 // True if there is a function literal subexpression in the condition.
879 // True if there is a function literal subexpression in the condition.
1185 Expression* condition() const { return condition_; } function in class:v8::internal::V8_FINAL
2093 Expression* condition() const { return condition_; } function in class:v8::internal::V8_FINAL
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 402 begin:function begin(condition) {
403 this.conditionStack.push(condition);
414 pushState:function begin(condition) {
415 this.begin(condition);
    [all...]
  /external/v8/src/
hydrogen.h 656 Expression* condition,
660 condition_(condition),
674 Expression* condition() const { return condition_; } function in class:v8::internal::TestContext
926 // the condition) and break_block is the block where control flow breaks
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 1493 public int condition; field in class:ActivityManager.ProcessErrorStateInfo
    [all...]

Completed in 961 milliseconds

<<21222324252627282930>>