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

<<21222324252627282930>>

  /external/libunwind/doc/
libunwind-setjmp.tex 29 library is that setting up a non-local goto via one of the
31 need to be saved in the jump-buffer (plus one call to
33 other hand, executing a non-local goto by calling one of the
  /external/libvorbis/doc/
03-codebook.tex 75 one-by-one.
77 The decoder first reads one additional bit flag, the
93 2) [flag] = read one bit;
160 Lookup types one and two are similar, differing only in the
161 number of lookup values to be read. Lookup type one reads a list of
238 right, thus the codeword '001' is the bit string 'zero, zero, one'.
304 Lookup type one specifies a lattice VQ lookup table built
338 array in a one-to-one mapping. Calculate [unpack] th
    [all...]
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 140 int32_t one = SK_Fixed1; local
149 one >>= bits;
154 (array[18] - one) | array[19]);
164 int32_t needsScale = (array[SkColorMatrix::kR_Scale] - one) |
165 (array[SkColorMatrix::kG_Scale] - one) |
166 (array[SkColorMatrix::kB_Scale] - one);
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 109 mov r6,#1 @ we set r6 to one so byte
172 add r1,r11,#(one-data_begin)
269 cmpeq r5,r1 @ if first byte matched, comp this one
271 cmpeq r5,r2 @ if first two matched, comp this one
310 sub r10,r10,#1 @ point to one less than null
448 one: .ascii "One \0" label
  /frameworks/base/data/fonts/
Android.mk 103 define build-one-font-module
157 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
159 build-one-font-module :=
  /system/extras/tests/bionic/libc/
Android.mk 147 # to build one shared object and one executable that depends
192 # And this one does the same with __attribute__((constructor))
  /art/runtime/jdwp/
jdwp_socket.cc 43 * We only talk to one debugger at a time.
128 int one = 1; local
129 if (setsockopt(netState->listenSock, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)) < 0) {
400 * We can do one of three things: (1) send a signal and catch
469 * Other than this one case, the protocol [claims to be] stateless.
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 257 * {@link AttributeList}, if any, translating it to one or more of an
404 Method one = methods.get(i); local
405 AttributeList attribs = one.getAttributes();
411 one.getNat().getName(),
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 225 * Add one to properly represent a list-final
269 * the uninterpreted bits; one of: {@code 4 8 16 32 64}
448 RegisterSpec one = list.get(i); local
449 if (one.getReg() != next) {
452 next += one.getCategory();
584 * Writes one code unit to the given output destination.
  /external/chromium_org/base/containers/
mru_cache_unittest.cc 199 // There should still be one item, and one extra live item.
260 CachedItem one(1);
261 cache.Put("First", one);
266 EXPECT_EQ(one.value, cache.Get("First")->second.value);
  /external/chromium_org/ui/base/resource/
data_pack_unittest.cc 156 std::string one("one");
163 resources.insert(std::make_pair(1, base::StringPiece(one)));
177 EXPECT_EQ(one, data);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 226 * Add one to properly represent a list-final
270 * the uninterpreted bits; one of: {@code 4 8 16 32 64}
449 RegisterSpec one = list.get(i); local
450 if (one.getReg() != next) {
453 next += one.getCategory();
586 * Writes one code unit to the given output destination.
  /libcore/jsr166-tests/src/test/java/jsr166/
BlockingQueueTest.java 188 Object one = makeElement(1); local
189 q.add(one);
194 assertSame(one, q.poll());
ConcurrentSkipListSubSetTest.java 57 q.add(one);
64 NavigableSet s = q.subSet(one, true, seven, false);
345 Object e3 = q.lower(one);
361 assertEquals(one, e2);
381 Object e3 = q.floor(one);
382 assertEquals(one, e3);
397 assertEquals(one, e2);
513 assertFalse(sm.contains(one));
544 assertFalse(sm.contains(one));
571 assertTrue(sm.contains(one));
    [all...]
TreeSubSetTest.java 52 q.add(one);
59 NavigableSet s = q.subSet(one, true, seven, false);
337 Object e3 = q.lower(one);
353 assertEquals(one, e2);
373 Object e3 = q.floor(one);
374 assertEquals(one, e3);
389 assertEquals(one, e2);
505 assertFalse(sm.contains(one));
536 assertFalse(sm.contains(one));
563 assertTrue(sm.contains(one));
    [all...]
  /build/core/
dex_preopt_libart.mk 88 define dex2oat-one-file
install_jni_libs_internal.mk 1 # Install jni libraries for one arch.
109 $(eval $(call copy-one-file, $(lib), $(my_app_lib_path)/$(notdir $(lib)))))
java_library.mk 29 # This file will be the one that other modules should depend on.
99 $(call dexpreopt-one-file,$<,$@)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 112 this.$element.one($.support.transition.end, complete) :
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 135 sys.stderr.write("ERROR: Must specify one of --js=<filename> or "
  /external/chromium_org/athena/wm/
window_list_provider_impl_unittest.cc 18 bool AreWindowListsEqual(const aura::Window::Windows& one,
20 return one.size() == two.size() &&
21 std::equal(one.begin(), one.end(), two.begin());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_braille.js 7 * navigation from one object to another.
19 * A class capturing the braille for navigation from one object to
  /external/chromium_org/extensions/renderer/resources/
serial_custom_bindings.js 25 // Load the serial_service module from the background page if one exists. This
26 // is necessary for serial connections created in one window to be usable
  /external/chromium_org/rlz/lib/
rlz_lib.h 28 // Define one of
35 #error Exactly one of RLZ_NETWORK_IMPLEMENTATION_WIN_INET and \
312 // one instance of the product is installed on the machine, and that only one
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
tuple.pxd 61 # should only be used if there is only one reference to the
65 # creating a new one, only more efficiently. Returns 0 on

Completed in 1615 milliseconds

<<21222324252627282930>>