HomeSort by relevance Sort by last modified time
    Searched full:cond (Results 176 - 200 of 407) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/bluez/audio/
unix.c     [all...]
gstavdtpsink.c 431 GIOCondition cond, gpointer data)
433 if (cond & G_IO_HUP || cond & G_IO_NVAL)
435 else if (cond & G_IO_ERR)
    [all...]
control.c 449 static gboolean control_cb(GIOChannel *chan, GIOCondition cond,
458 if (!(cond | G_IO_IN))
  /external/v8/src/x64/
disasm-x64.cc 792 byte cond = *(data + 1) & 0x0F; local
794 const char* mnem = conditional_code_suffix[cond];
802 byte cond = *data & 0x0F; local
805 const char* mnem = conditional_code_suffix[cond];
814 byte cond = *(data + 1) & 0x0F; local
815 const char* mnem = conditional_code_suffix[cond];
    [all...]
  /dalvik/vm/jdwp/
JdwpMain.c 86 * won't signal the cond var before we're waiting.
108 * TODO: cond vars should be waited upon in a loop
  /external/bluetooth/bluez/plugins/
hciops.c 61 static gboolean child_exit(GIOChannel *io, GIOCondition cond, void *user_data)
317 static gboolean io_stack_event(GIOChannel *chan, GIOCondition cond,
  /external/bluetooth/glib/tests/
date-test.c 16 #define TEST(m,cond) G_STMT_START { failed = !(cond); \
  /external/freetype/src/cff/
cffgload.c 2293 FT_Fixed cond = args[0] && args[1]; local
2305 FT_Fixed cond = args[0] || args[1]; local
2317 FT_Fixed cond = !args[0]; local
2329 FT_Fixed cond = ( args[2] <= args[3] ); local
    [all...]
  /external/webkit/JavaScriptCore/assembler/
ARMv7Assembler.h 945 void it(Condition cond)
947 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond));
950 void it(Condition cond, bool inst2if)
952 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if));
955 void it(Condition cond, bool inst2if, bool inst3if)
957 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if));
960 void it(Condition cond, bool inst2if, bool inst3if, bool inst4if)
962 m_formatter.oneWordOp8Imm8(OP_IT, ifThenElse(cond, inst2if, inst3if, inst4if));
    [all...]
  /external/qemu/android/skin/
region.c 36 #define RASSERT(cond) \
37 ({ if (!(cond)) { fprintf(stderr, "%s:%d:%s: assertion failed: %s", \
38 __FILE__, __LINE__, __FUNCTION__, #cond ); _rpanic(); } })
41 #define RASSERT(cond) ((void)0)
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 479 static void tcg_out_brcond_i32(TCGContext *s, int cond,
489 tcg_out_branch_i32(s, tcg_cond_to_bcond[cond], label_index);
494 static void tcg_out_brcond_i64(TCGContext *s, int cond,
504 tcg_out_branch_i64(s, tcg_cond_to_bcond[cond], label_index);
    [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 229 // ldr<cond> <Rd>, [pc +/- offset_12].
assembler-thumb2-inl.h 229 // ldr<cond> <Rd>, [pc +/- offset_12].
regexp-macro-assembler-arm.h 197 inline void SafeCall(Label* to, Condition cond = al);
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /system/core/liblog/
logd_write.c 223 void __android_log_assert(const char *cond, const char *tag,
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 161 * @param cond the condition to wait for
166 protected WaitingThread newWaitingThread(Condition cond,
168 return new WaitingThread(cond, rospl);
  /external/bluetooth/bluez/network/
server.c 387 GIOCondition cond, gpointer user_data)
396 if (cond & G_IO_NVAL)
399 if (cond & (G_IO_ERR | G_IO_HUP)) {
  /external/bluetooth/bluez/serial/
proxy.c 252 static gboolean forward_data(GIOChannel *chan, GIOCondition cond, gpointer data)
260 if (cond & G_IO_NVAL)
265 if (cond & (G_IO_HUP | G_IO_ERR)) {
  /external/webkit/JavaScriptCore/bytecompiler/
NodesCodegen.cpp 1041 RegisterID* cond = generator.emitNode(m_logical); local
1372 RegisterID* cond = generator.emitNode(m_condition); local
1397 RegisterID* cond = generator.emitNode(m_condition); local
1432 RegisterID* cond = generator.emitNode(m_expr); local
1459 RegisterID* cond = generator.emitNode(m_expr); local
1498 RegisterID* cond = generator.emitNode(m_expr2); local
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 273 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__);
288 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__);
304 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__);
793 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__);
815 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__);
857 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__);
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 751 unsigned cond = currentInstruction[1].u.operand; local
754 emitLoad(cond, regT1, regT0);
769 emitLoadDouble(cond, fpRegT1);
780 unsigned cond = currentInstruction[1].u.operand; local
785 stubCall.addArgument(cond);
792 unsigned cond = currentInstruction[1].u.operand; local
795 emitLoad(cond, regT1, regT0);
810 emitLoadDouble(cond, fpRegT1);
821 unsigned cond = currentInstruction[1].u.operand; local
826 stubCall.addArgument(cond);
    [all...]
  /external/v8/src/mips/
codegen-mips.h 258 ConditionAnalysis AnalyzeCondition(Expression* cond);
  /system/core/libacc/tests/
armreg.h 291 * | cond | instruction dependant |
  /system/core/libpixelflinger/codeflinger/
armreg.h 291 * | cond | instruction dependant |

Completed in 222 milliseconds

1 2 3 4 5 6 78 91011>>