HomeSort by relevance Sort by last modified time
    Searched defs:con (Results 101 - 125 of 195) sorted by null

1 2 3 45 6 7 8

  /system/sepolicy/tools/
check_seapp.c 149 sepol_context_t *con; member in struct:policy_info
176 .con = NULL
  /external/libmicrohttpd/src/microhttpd/
daemon.c 897 struct MHD_Connection *con = data; local
907 MHD_pipe spipe = con->daemon->wpipe[0];
920 timeout = con->daemon->connection_timeout;
921 while ( (MHD_YES != con->daemon->shutdown) &&
922 (MHD_CONNECTION_CLOSED != con->state) )
928 if (now - con->last_activity > timeout)
931 tv.tv_sec = timeout - (now - con->last_activity);
936 if (MHD_YES == con->tls_read_ready)
944 if (0 == (con->daemon->options & MHD_USE_POLL))
951 switch (con->event_loop_info
    [all...]
  /external/selinux/mcstrans/src/
mcstrans.c 891 context_t con = context_new(incon); local
892 if (!con) {
897 const char *range = context_range_get(con);
900 context_free(con);
908 context_free(con);
915 context_t con = context_new(incon); local
916 if (!con) {
919 context_range_set(con, range);
920 rcon = strdup(context_str(con));
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_isel.c 340 IRConst* con = e->Iex.Const.con;
341 vassert(con->tag == Ico_U64);
342 return con->Ico.U64 == 0;
605 && guard->Iex.Const.con->tag == Ico_U1
606 && guard->Iex.Const.con->Ico.U1 == True) {
711 && guard->Iex.Const.con->tag == Ico_U1
712 && guard->Iex.Const.con->Ico.U1 == True) {
870 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64) {
871 Long simm = (Long)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64
2177 UShort con = e->Iex.Const.con->Ico.V128; local
3032 IRConst* con = e->Iex.Const.con; local
3219 IRConst* con = e->Iex.Const.con; local
    [all...]
host_arm_isel.c 456 && guard->Iex.Const.con->tag == Ico_U1
457 && guard->Iex.Const.con->Ico.U1 == True) {
632 && guard->Iex.Const.con->tag == Ico_U1
633 && guard->Iex.Const.con->Ico.U1 == True) {
768 && guard->Iex.Const.con->tag == Ico_U1
769 && guard->Iex.Const.con->Ico.U1 == True) {
919 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
920 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
1540 IRConst* con = e->Iex.Binop.arg2->Iex.Const.con; local
5520 IRConst* con = e->Iex.Const.con; local
    [all...]
host_mips_isel.c 483 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
484 && guard->Iex.Const.con->Ico.U1 == True) {
586 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
587 && guard->Iex.Const.con->Ico.U1 == True) {
718 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64
720 uLong_is_4_aligned(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64) : True)
721 && uLong_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) {
722 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U64,
739 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
740 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32))
1808 IRConst *con = e->Iex.Const.con; local
1908 IRConst *con = e->Iex.Const.con; local
    [all...]
host_s390_isel.c 314 if (arg2->tag == Iex_Const && arg2->Iex.Const.con->tag == Ico_U64) {
315 ULong value = arg2->Iex.Const.con->Ico.U64;
451 switch (expr->Iex.Const.con->tag) {
452 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break;
453 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break;
454 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break;
455 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
456 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break;
467 /* Return the value of CON as a sign-exteded ULong value */
469 get_const_value_as_ulong(const IRConst *con)
1842 const IRConst *con = expr->Iex.Const.con; local
2324 const IRConst *con = expr->Iex.Const.con; local
    [all...]
host_x86_isel.c 109 && e->Iex.Const.con->tag == Ico_U8
110 && e->Iex.Const.con->Ico.U8 == 0;
116 && e->Iex.Const.con->tag == Ico_U32
117 && e->Iex.Const.con->Ico.U32 == 0;
123 // && e->Iex.Const.con->tag == Ico_U64
124 // && e->Iex.Const.con->Ico.U64 == 0ULL;
646 && guard->Iex.Const.con->tag == Ico_U1
647 && guard->Iex.Const.con->Ico.U1 == True) {
1991 IRExpr* con = e->Iex.Binop.arg2; local
    [all...]
host_amd64_isel.c 97 && e->Iex.Const.con->tag == Ico_U8
98 && e->Iex.Const.con->Ico.U8 == 0;
297 && e->Iex.Const.con->tag == Ico_U64
298 && e->Iex.Const.con->Ico.U64 == 0ULL;
304 && e->Iex.Const.con->tag == Ico_U32
305 && e->Iex.Const.con->Ico.U32 == 0;
380 vassert(e->Iex.Const.con->tag == Ico_U64);
381 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
384 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
388 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst)
2372 IRExpr* con = e->Iex.Binop.arg2; local
    [all...]
host_x86_defs.h 596 UShort con; member in struct:__anon36929::__anon36930::__anon36962
698 extern X86Instr* X86Instr_SseConst ( UShort con, HReg dst );
host_ppc_isel.c 212 && e->Iex.Const.con->tag == Ico_U8
213 && e->Iex.Const.con->Ico.U8 == 0;
845 && guard->Iex.Const.con->tag == Ico_U1
846 && guard->Iex.Const.con->Ico.U1 == True) {
2512 IRConst* con = e->Iex.Const.con; local
2733 IRConst* con = e->Iex.Const.con; local
2794 IRConst* con = e->Iex.Const.con; local
    [all...]
ir_opt.c 376 if (ex->Iex.Const.con->tag == Ico_F64i) {
379 IRExpr_Const(ex->Iex.Const.con)));
3344 union { IRTemp tmp; IRConst* con; } u; member in union:__anon36980::__anon36982
3579 IRConst *con, *con0, *con1; local
4077 Int con = 0; local
4113 Int i, con, con2; local
4751 IRConst* con; local
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Provider.java 1633 Constructor<?> con = clazz.getConstructor(empty); local
1704 Constructor<?> con = clazz.getConstructor(empty); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 633 Context con = activity.createPackageContext("com.android.systemui", 0); local
634 int id = con.getResources().getIdentifier("config_show4GForLTE",
636 mShow4GForLTE = con.getResources().getBoolean(id);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 972 static const char *con = ".__constant"; variable
1076 note = conscode (note_reloc2 (gencode (0), con, BFD_ARELOC_BFIN_CONST, head->value.i_value, 0), NULL_CODE);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 781 private synchronized void waitForCondition(Condition con) throws InterruptedException {
784 for (int i = 0; !con.onCondition() && i <= 3; i++) {
791 Condition con = new Condition() { local
796 waitForCondition(con);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 419 UWord con; member in struct:__anon37189::__anon37190::__anon37193
443 extern Int ML_(CfiExpr_Const) ( XArray* dst, UWord con );
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 6205 IRConst* con; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-tools/2.21/
istack-commons-tools-2.21.jar 
  /external/libxml2/
xmlschemas.c 20838 xmlSchemaConstructionCtxtPtr con = pctxt->constructor; local
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 2099 IRConst* con; \/* The constant itself *\/ member in struct:_IRExpr::__anon37059::__anon37069
    [all...]
  /external/guice/lib/build/
spring-core.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 

Completed in 953 milliseconds

1 2 3 45 6 7 8