HomeSort by relevance Sort by last modified time
    Searched defs:rl (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/nist-sip/java/gov/nist/javax/sip/parser/
RequestLineParser.java 89 RequestLine rl = rlp.parse(); local
90 System.out.println("encoded = " + rl.encode());
  /external/chromium/third_party/libevent/test/
bench.c 125 struct rlimit rl; local
152 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
153 if (setrlimit(RLIMIT_NOFILE, &rl) == -1) {
  /external/chromium_org/third_party/libevent/test/
bench.c 125 struct rlimit rl; local
152 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
153 if (setrlimit(RLIMIT_NOFILE, &rl) == -1) {
  /external/chromium_org/ui/gfx/
quad_f.h 61 float rl = std::min(std::min(p1_.x(), p2_.x()), std::min(p3_.x(), p4_.x())); local
65 return RectF(rl, rt, rr - rl, rb - rt);
  /external/stlport/test/unit/
num_facets_test.cpp 35 const ref_locale& rl = *prl; local
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
money_facets_test.cpp 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl )
54 _money_put_get2(loc, loc, rl);
59 const ref_monetary &rl = *prl; local
103 string::size_type p = strlen( rl.money_int_prefix );
106 string::size_type p_old = strlen( rl.money_int_prefix_old );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) );
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
281 const ref_monetary &rl = *prl; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 35 const ref_locale& rl = *prl; local
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
money_facets_test.cpp 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl )
54 _money_put_get2(loc, loc, rl);
59 const ref_monetary &rl = *prl; local
103 string::size_type p = strlen( rl.money_int_prefix );
106 string::size_type p_old = strlen( rl.money_int_prefix_old );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) );
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
281 const ref_monetary &rl = *prl; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 35 const ref_locale& rl = *prl; local
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
money_facets_test.cpp 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl )
54 _money_put_get2(loc, loc, rl);
59 const ref_monetary &rl = *prl; local
103 string::size_type p = strlen( rl.money_int_prefix );
106 string::size_type p_old = strlen( rl.money_int_prefix_old );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) );
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
281 const ref_monetary &rl = *prl; local
    [all...]
  /external/chromium/third_party/libevent/
devpoll.c 130 struct rlimit rl; local
140 if (getrlimit(RLIMIT_NOFILE, &rl) == 0 &&
141 rl.rlim_cur != RLIM_INFINITY)
142 nfiles = rl.rlim_cur;
  /external/chromium_org/third_party/libevent/
devpoll.c 130 struct rlimit rl; local
140 if (getrlimit(RLIMIT_NOFILE, &rl) == 0 &&
141 rl.rlim_cur != RLIM_INFINITY)
142 nfiles = rl.rlim_cur;
  /art/runtime/native/
dalvik_system_Zygote.cc 198 rlimit rl; local
199 rl.rlim_cur = 0;
200 rl.rlim_max = RLIM_INFINITY;
201 if (setrlimit(RLIMIT_CORE, &rl) == -1) {
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 410 struct rlimit rl; local
411 rl.rlim_cur = 0;
412 rl.rlim_max = RLIM_INFINITY;
413 if (setrlimit(RLIMIT_CORE, &rl) < 0) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 37 struct rlimit rl; local
38 CHECK_EQ(getrlimit(RLIMIT_STACK, &rl), 0);
45 if ((uptr)&rl < end)
49 CHECK((uptr)&rl >= start && (uptr)&rl < end);
53 uptr stacksize = rl.rlim_cur;
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_i.h 21 struct tlsv1_record_layer rl; member in struct:tlsv1_client
tlsv1_server_i.h 22 struct tlsv1_record_layer rl; member in struct:tlsv1_server
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 831 uint32_t rl = *reinterpret_cast<const uint32_t*>(samples); local
    [all...]
AudioMixer.cpp 927 uint32_t rl = *reinterpret_cast<const uint32_t *>(in); local
965 uint32_t rl = *reinterpret_cast<const uint32_t *>(in); local
1319 uint32_t rl = *reinterpret_cast<const uint32_t *>(in); local
1330 uint32_t rl = *reinterpret_cast<const uint32_t *>(in); local
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 454 struct rlimit rl; local
456 getrlimit(RLIMIT_NOFILE, &rl);
457 max = rl.rlim_cur;
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 77 RLSailing rl = mercatorSailing(p1, p2); local
78 return rl;
91 RLSailing rl = planeSailing(p1, p2); local
92 return rl;
102 RLSailing rl = new RLSailing(degCrs, (float) distance); local
103 trueCourse = rl.getCourse();
107 return rl;
  /external/speex/libspeex/
sb_celp.c 556 spx_word32_t rl, rh; /*Q13*/ local
588 rl = low_pi_gain[sub];
590 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767));
592 filter_ratio=(rl+.01)/(rh+.01);
987 spx_word32_t rl=0,rh=0; local
1018 rl = low_pi_gain[sub];
1020 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767));
1022 filter_ratio=(rl+.01)/(rh+.01);
    [all...]
  /system/core/include/pixelflinger/
format.h 112 uint8_t rl; // red low bit position member in struct:__anon62600::__anon62602::__anon62603
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 322 Label rl = reachableLabels.get(i); local
325 rl.toString(dfa.nfa.grammar)+"="+
328 if ( !Label.intersect(label, rl) ) {
331 //System.out.println(label+" collides with "+rl);
338 IntSet s_i = rl.getSet();
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 268 int32x4_t rl = vaddl_s16(vget_low_s16(yy), vget_low_s16(vr)); local
274 rl = vmulq_lane_s32(rl, cf32, 0);
280 y = vqmovun_s16(vcombine_s16(vrshrn_n_s32(rl, 16), vrshrn_n_s32(rh, 16)));
316 int32x4_t rl = vaddl_s16(vget_low_s16(yy), vget_low_s16(vr)); local
322 rl = vmulq_lane_s32(rl, cf32, 0);
328 y = vqmovun_s16(vcombine_s16(vrshrn_n_s32(rl, 16), vrshrn_n_s32(rh, 16)));

Completed in 646 milliseconds

1 2 3 4