HomeSort by relevance Sort by last modified time
    Searched refs:full (Results 1 - 25 of 2399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/glide/library/src/main/java/com/bumptech/glide/request/
ThumbnailRequestCoordinator.java 5 * the full size version of the image at the same time.
8 private Request full; field in class:ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) {
21 this.full = full;
28 * full size image has not yet completed.
34 return parentCanSetImage() && (request.equals(full) || !full.isResourceSet());
42 * Returns true if the request is the request loading the fullsize image and if neither the full nor the thumbnail
49 return parentCanNotifyStatusChanged() && request.equals(full) && !isAnyResourceSet()
    [all...]
  /build/make/target/product/
aosp_arm.mk 16 include $(SRC_TARGET_DIR)/product/full.mk
  /external/strace/tests/
statx.sh 6 run_strace_match_diff -v -P $NAME.sample -P /dev/full -a32
  /external/strace/tests-m32/
statx.sh 6 run_strace_match_diff -v -P $NAME.sample -P /dev/full -a32
  /external/strace/tests-mx32/
statx.sh 6 run_strace_match_diff -v -P $NAME.sample -P /dev/full -a32
  /external/valgrind/none/tests/s390x/
mvc.c 8 char full[300]; variable
42 memset(full, '-', sizeof full);
43 full[0] = 'x';
44 asm volatile( "mvc 1(256,%0),0(%0)\n\t" // full[1:256] = full[0]
45 :: "a" (full));
48 assert(full[i] == 'x');
49 for ( ; i < sizeof full; ++i)
50 assert(full[i] == '-')
    [all...]
  /device/generic/car/common/product/
aosp_arm.mk 16 include device/generic/car/common/product/full.mk
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
null_fenced_block.hpp 24 enum half_or_full_t { half, full }; enumerator in enum:asio::detail::null_fenced_block::half_or_full_t
  /test/vts/tools/build/tasks/list/
vts_lib_package_list.mk 25 libprotobuf-cpp-full \
vts_test_host_lib_package_list.mk 6 libprotobuf-cpp-full \
  /libcore/jsr166-tests/src/test/java/jsr166/
CopyOnWriteArraySetTest.java 78 Set full = populatedSet(3); local
79 assertTrue(full.addAll(Arrays.asList(three, four, five)));
80 assertEquals(6, full.size());
81 assertFalse(full.addAll(Arrays.asList(three, four, five)));
82 assertEquals(6, full.size());
89 Set full = populatedSet(3); local
91 assertTrue(full.addAll(Arrays.asList(three, four, one)));
92 assertEquals(5, full.size());
93 assertFalse(full.addAll(Arrays.asList(three, four, one)));
94 assertEquals(5, full.size())
101 Set full = populatedSet(3); local
110 Set full = populatedSet(3); local
119 Collection full = populatedSet(3); local
129 Collection full = populatedSet(3); local
188 Collection full = populatedSet(3); local
233 Collection<Integer> full = populatedSet(elements); local
254 Collection full = populatedSet(3); local
268 Collection full = populatedSet(3); local
280 Set full = populatedSet(3); local
291 Collection full = populatedSet(3); local
302 Collection full = populatedSet(3); local
320 Collection<Integer> full = populatedSet(elements); local
348 Collection<Integer> full = populatedSet(elements); local
    [all...]
CopyOnWriteArrayListTest.java 93 CopyOnWriteArrayList full = populatedArray(3); local
94 assertTrue(full.addAll(Arrays.asList(three, four, five)));
95 assertEquals(6, full.size());
96 assertTrue(full.addAll(Arrays.asList(three, four, five)));
97 assertEquals(9, full.size());
105 CopyOnWriteArrayList full = populatedArray(3); local
107 assertEquals(2, full.addAllAbsent(Arrays.asList(three, four, one)));
108 assertEquals(5, full.size());
109 assertEquals(0, full.addAllAbsent(Arrays.asList(three, four, one)));
110 assertEquals(5, full.size())
117 CopyOnWriteArrayList full = populatedArray(SIZE); local
126 CopyOnWriteArrayList full = populatedArray(SIZE); local
135 CopyOnWriteArrayList full = populatedArray(SIZE); local
155 CopyOnWriteArrayList full = populatedArray(3); local
164 CopyOnWriteArrayList full = populatedArray(3); local
206 CopyOnWriteArrayList full = populatedArray(3); local
223 CopyOnWriteArrayList full = populatedArray(3); local
231 CopyOnWriteArrayList full = populatedArray(3); local
241 CopyOnWriteArrayList full = populatedArray(3); local
251 CopyOnWriteArrayList full = populatedArray(SIZE); local
272 Collection<Integer> full = populatedArray(elements); local
294 CopyOnWriteArrayList full = populatedArray(SIZE); local
308 CopyOnWriteArrayList full = populatedArray(3); local
320 CopyOnWriteArrayList full = populatedArray(3); local
331 CopyOnWriteArrayList full = populatedArray(3); local
342 CopyOnWriteArrayList full = populatedArray(SIZE); local
354 CopyOnWriteArrayList full = populatedArray(3); local
368 CopyOnWriteArrayList full = populatedArray(SIZE); local
381 CopyOnWriteArrayList full = populatedArray(SIZE); local
401 CopyOnWriteArrayList full = populatedArray(3); local
412 CopyOnWriteArrayList full = populatedArray(3); local
422 CopyOnWriteArrayList full = populatedArray(SIZE); local
440 Collection<Integer> full = populatedArray(elements); local
468 Collection<Integer> full = populatedArray(elements); local
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/
fileutil_unittest.py 39 full = os.path.join(temp_dir, "foo", "bar")
40 self.assertFalse(os.path.exists(full))
43 fileutil.EnsureDirectoryExists(full)
44 self.assertTrue(os.path.exists(full))
47 fileutil.EnsureDirectoryExists(full)
48 self.assertTrue(os.path.exists(full))
52 fileutil.EnsureDirectoryExists(full, always_try_to_create=True)
53 self.assertTrue(os.path.exists(full))
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines.c 50 if (streamData->full == 0) {
73 /* write remaining data to bitstream, if "full == 0" first byte has data */
74 if (streamData->full == 0) {
76 streamData->full = 1;
79 streamData->full = 0;
90 if (streamData->full == 0) {
112 if (streamData->full) {
121 return (((streamPtr - streamData->stream)<<1) + !(streamData->full));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
lll.py 13 full = os.path.join(dirname, name)
14 if os.path.islink(full):
15 print name, '->', os.readlink(full)
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.h 9 void ConvertPropertyToShortString(char *dest, const PROPVARIANT &propVariant, PROPID propID, bool full = true) throw();
10 void ConvertPropertyToString(UString &dest, const PROPVARIANT &propVariant, PROPID propID, bool full = true);
  /frameworks/base/libs/hwui/
hwui_static_deps.mk 25 libprotobuf-cpp-full \
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
LZDecoder.java 21 private int full = 0; field in class:LZDecoder
31 full = pos;
40 full = 0;
75 if (full < pos)
76 full = pos;
80 if (dist < 0 || dist >= full)
97 if (full < pos)
98 full = pos;
112 if (full < pos)
113 full = pos
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.cc 70 MiniDumpWithFullMemory | // Full memory from process.
158 // Create the full dump file name from the dump path.
159 full_dump_file = dump_file.substr(0, dump_file.length() - 4) + L"-full.dmp";
253 DumpAnalysis full(full_dump_file);
257 EXPECT_TRUE(full.HasStream(ThreadListStream));
259 EXPECT_TRUE(full.HasStream(ModuleListStream));
261 EXPECT_TRUE(full.HasStream(ExceptionStream));
263 EXPECT_TRUE(full.HasStream(SystemInfoStream));
265 EXPECT_TRUE(full.HasStream(MiscInfoStream));
267 EXPECT_TRUE(full.HasStream(HandleDataStream))
    [all...]
  /external/mesa3d/doxygen/
Makefile 2 default: full
4 all: full subset
9 FULL = \
22 full: $(FULL:.doxy=.tag)
23 $(foreach FILE,$(FULL),doxygen $(FILE);)
33 -rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
  /art/test/137-cfi/
run 17 # Test with full DWARF debugging information.
18 # Check full signatures of methods.
20 --args --full-signatures --args --test-local --args --test-remote
  /device/google/contexthub/firmware/build/
os_executable_internal.mk 27 INSTALLED_AUX_TARGETS += $(AUX_OUT_EXECUTABLES_$(AUX_OS_VARIANT))/nanohub.full.bin
40 $(AUX_OUT_EXECUTABLES_$(AUX_OS_VARIANT))/nanohub.full.bin: $(nano_os_components)
  /frameworks/rs/rsov/compiler/spirit/
test_utils.h 43 // Returns a caller owned string for the full path to the relative path inside
46 std::string full(getenv("ANDROID_BUILD_TOP"));
47 return full.append("/").append(relativePath);

Completed in 1475 milliseconds

1 2 3 4 5 6 7 8 91011>>