HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 926 - 950 of 2053) sorted by null

<<31323334353637383940>>

  /external/libvorbis/doc/
01-introduction.tex 155 may use one or many modes.
157 The mode mechanism is used to encode a frame according to one of
234 quantization according to one of three specific packing/coding
250 one of several methods, depending on whether codeword lengths are
309 possible; as an example, one can take advantage of symmetries in the
343 Vorbis frames may be one of two PCM sample sizes specified during
348 Vorbis uses an overlapping transform, namely the MDCT, to blend one
350 artifacts. The MDCT output of one frame is windowed according to MDCT
423 polar representation (where one vector is magnitude and the second
438 combining generation and the dot product into one step and eliminatin
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm64_isel.c 433 encoding, and we need to translate that to an ARM64 FP one:
586 (since there is only one calling convention) and so we always
833 result. The expression may only be a 64-bit one.
1472 ARM64RIL* one = mb_mkARM64RIL_I(1); local
1494 ARM64RIL* one = mb_mkARM64RIL_I(1); local
2117 HReg one = newVRegI(env); local
2175 ARM64RIL* one = mb_mkARM64RIL_I(1); local
2182 HReg one = newVRegI(env); local
6626 HReg one = newVRegI(env); local
6780 ARM64RIL* one = mb_mkARM64RIL_I(1); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
promises.js 713 function(x) { assertAsync(x === 1, "resolved/one") },
724 function(x) { assertAsync(x === 0, "resolved-const/one") },
733 function(r) { assertAsync(r instanceof TypeError, "one/no-array") }
746 function(x) { assertAsync(x === 3, "one/resolve") },
760 function(x) { assertAsync(x === 2, "resolved/one") },
775 function(x) { assertAsync(x === 3, "one/resolve/reject") },
792 function(x) { assertAsync(x === 3, "one/reject/resolve") }
  /external/libunwind/doc/
unw_create_addr_space.tex 96 return zero. Otherwise, the negative value of one of the
129 call-back must return zero. Otherwise, the negative value of one of
148 call-back must return zero. Otherwise, the negative value of one of
167 return zero. Otherwise, the negative value of one of the
187 return zero. Otherwise, the negative value of one of the
207 zero. Otherwise, the negative value of one of the
233 return zero. Otherwise, the negative value of one of the
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 242 // one of the choices, which would be confusing. (But at
365 View oneButton = fragmentView.findViewById(R.id.one);
564 final int[] buttonIds = new int[] {R.id.one, R.id.two, R.id.three, R.id.four, R.id.five,
574 // Long-pressing one button will initiate Voicemail.
575 final DialpadKeyButton one = (DialpadKeyButton) fragmentView.findViewById(R.id.one); local
576 one.setOnLongClickListener(this);
790 case R.id.one: {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 68 * \param length the texture size along one dimension
71 * \param wrap_mode one of PIPE_TEX_WRAP_x
91 length_minus_one = lp_build_sub(int_coord_bld, length, int_coord_bld->one);
130 * \param length the texture size along one dimension
132 * \param wrap_mode one of PIPE_TEX_WRAP_x
154 length_minus_one = lp_build_sub(coord_bld, length, coord_bld->one);
182 * \param length the texture size along one dimension
185 * \param wrap_mode one of PIPE_TEX_WRAP_x
212 * If the pixel block covers more than one pixel then there is no easy
218 length_minus_one = lp_build_sub(int_coord_bld, length, int_coord_bld->one);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 68 * \param length the texture size along one dimension
71 * \param wrap_mode one of PIPE_TEX_WRAP_x
91 length_minus_one = lp_build_sub(int_coord_bld, length, int_coord_bld->one);
130 * \param length the texture size along one dimension
132 * \param wrap_mode one of PIPE_TEX_WRAP_x
154 length_minus_one = lp_build_sub(coord_bld, length, coord_bld->one);
182 * \param length the texture size along one dimension
185 * \param wrap_mode one of PIPE_TEX_WRAP_x
212 * If the pixel block covers more than one pixel then there is no easy
218 length_minus_one = lp_build_sub(int_coord_bld, length, int_coord_bld->one);
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 432 * whether (op - res - one) underflowed.
435 register int op, res, one; local
440 /* "one" starts at the highest power of four <= than the argument. */
442 one = 1 << 30; /* second-to-top bit set */
443 while (one > op) one >>= 2;
445 while (one != 0) {
446 if (op >= res + one) {
447 op = op - (res + one);
448 res = res + 2 * one;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 387 In ANTLR terminology, a rule is composed of one or more _alternatives_,
391 block) that has multiple alternatives, the recognizer must decide which one of
423 match the body of the subrule one or more times. If it fails to match at least
424 one occurence of the subrule, the recognizer will raise an EarlyExit
539 A tree-rewrite rule requires one or more occurence of a symbol, but none
594 new "%s: attempted to change more than one node to root" % self
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win_unittest.cc 165 base::win::ScopedVariant one(1);
166 hr = root_accessible->get_accChild(one, &child1_iaccessible);
169 // Now delete the manager, and only one of the three nodes in the tree
174 // Release each of our references and make sure that each one results in
210 base::win::ScopedVariant one(1);
213 one, text_dispatch.Receive());
247 one, text_dispatch.Receive());
306 // were removed and ensure that only one BrowserAccessibility instance exists.
324 std::string text1_value = "One two three.\nFour five six.";
363 ASSERT_STREQ(L"One ", text)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 34 set pageSize [db one {PRAGMA page_size}]
208 # following query returns exactly one row (because it is an aggregate).
318 set autovacuum [db one {PRAGMA auto_vacuum}]
321 # of one page only then there is no overhead for auto-vacuum. Return zero.
327 # database file is one pointer-map page, followed by $ptrsPerPage other
372 set free_pgcnt2 [db one {PRAGMA freelist_count}]
384 set user_payload [mem one {SELECT int(sum(payload)) FROM space_used
553 The number of entries that user one or more overflow pages.
  /external/libcxx/src/
locale.cpp 151 __imp(const __imp& other, const __imp& one, locale::category c);
339 locale::__imp::install_from(const locale::__imp& one)
342 install(const_cast<F*>(static_cast<const F*>(one.use_facet(id))), id);
345 locale::__imp::__imp(const __imp& other, const __imp& one, locale::category c)
359 install_from<_VSTD::collate<char> >(one);
360 install_from<_VSTD::collate<wchar_t> >(one);
364 install_from<_VSTD::ctype<char> >(one);
365 install_from<_VSTD::ctype<wchar_t> >(one);
366 install_from<_VSTD::codecvt<char, char, mbstate_t> >(one);
367 install_from<_VSTD::codecvt<char16_t, char, mbstate_t> >(one);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 155 __imp(const __imp& other, const __imp& one, locale::category c);
343 locale::__imp::install_from(const locale::__imp& one)
346 install(const_cast<F*>(static_cast<const F*>(one.use_facet(id))), id);
349 locale::__imp::__imp(const __imp& other, const __imp& one, locale::category c)
363 install_from<_VSTD::collate<char> >(one);
364 install_from<_VSTD::collate<wchar_t> >(one);
368 install_from<_VSTD::ctype<char> >(one);
369 install_from<_VSTD::ctype<wchar_t> >(one);
370 install_from<_VSTD::codecvt<char, char, mbstate_t> >(one);
371 install_from<_VSTD::codecvt<char16_t, char, mbstate_t> >(one);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 91 // avail is shorter than text width for only one item plus the appropriate ellipsis.
96 // avail is long enough for only one item plus the appropriate ellipsis.
646 // the template requests 2 values but only one null value is provided
712 // get chars to place at the beginning of the destination except the latest one char.
743 // and the latest one word
1557 String one = "Hello Android, hello World!"; local
    [all...]
  /external/chromium_org/third_party/codesighs/
codesighs.c 37 * the terms of any one of the MPL, the GPL or the LGPL.
65 ** mTotalOnly Only output one number, the total.
121 static Switch gTotalSwitch = {"--totalonly", "-t", 0, NULL, "Output only one number." DESC_NEWLINE "The total overall size." DESC_NEWLINE "Overrides other output options."};
190 const ModuleStats* one = (const ModuleStats*)in1; local
192 unsigned long oneSize = one->mSize.mCode + one->mSize.mData;
575 ** Output each one.
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
object.pxd 62 # opid, which must be one of Py_LT, Py_LE, Py_EQ, Py_NE, Py_GT, or
71 # opid, which must be one of Py_LT, Py_LE, Py_EQ, Py_NE, Py_GT, or
79 # if one exists, otherwise with a routine provided by o2. The
86 # if one exists, otherwise with a routine provided by o2. Returns
119 # cls. The result will be 1 when at least one of the checks
142 # entry in cls. The result will be 1 when at least one of the
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 360 one = get_one(src_channel)
362 value = '(%s * (1.0f/0x%x))' % (value, one)
368 value = '(%s * (1.0/0x%x))' % (value, one)
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerRectangles_Test.cpp 150 SkRect one = SkRect::MakeLTRB(10, 10, 20, 20); local
152 if ((boundsArray[0] != one && boundsArray[0] != two)
153 || (boundsArray[1] != one && boundsArray[1] != two)) {
459 // only one is returned. Both results are reasonable, but if two
463 // permits either two rects or one non-crossing poly as valid
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 530 SkAutoTUnref<SkPDFInt> one(new SkPDFInt(1));
531 insert("Width", one.get());
532 insert("Height", one.get());
  /external/ipsec-tools/src/racoon/
algorithm.c 377 return (f->one)(buf);
422 if (f == NULL || f->one == NULL)
429 res = (f->one)(key, buf);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 360 one = get_one(src_channel)
362 value = '(%s * (1.0f/0x%x))' % (value, one)
368 value = '(%s * (1.0/0x%x))' % (value, one)
  /external/skia/experimental/Intersection/
EdgeWalkerRectangles_Test.cpp 150 SkRect one = SkRect::MakeLTRB(10, 10, 20, 20); local
152 if ((boundsArray[0] != one && boundsArray[0] != two)
153 || (boundsArray[1] != one && boundsArray[1] != two)) {
459 // only one is returned. Both results are reasonable, but if two
463 // permits either two rects or one non-crossing poly as valid
  /external/skia/src/pdf/
SkPDFImage.cpp 531 SkAutoTUnref<SkPDFInt> one(new SkPDFInt(1));
532 insert("Width", one.get());
533 insert("Height", one.get());
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 172 int[] one = {1}, two = {2}; local
174 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, one, true);
175 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, one, false);
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
767 URL one; local
769 one = new URL("http://www.ibm.com");
775 new URL(one, (String) null, null);

Completed in 1378 milliseconds

<<31323334353637383940>>