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

1 2 3 4 5

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_Test.cpp 31 Cubic whole, first, second, mid; local
32 quad_to_cubic(test, whole);
36 if (!implicit_matches(whole, first)) {
39 if (!implicit_matches(whole, second)) {
  /external/llvm/tools/llvm-shlib/
Makefile 58 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
59 -Wl,--no-whole-archive
100 -Wl,--whole-archive $(LLVMLibsPaths) \
101 -Wl,--no-whole-archive
106 -Wl,--whole-archive -lstdc++ \
107 -Wl,--no-whole-archive
  /external/lldb/lib/
Makefile 141 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
142 -Wl,--no-whole-archive
152 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
153 -Wl,--no-whole-archive
  /build/core/combo/
TARGET_linux-arm64.mk 169 -Wl,--whole-archive \
171 -Wl,--no-whole-archive \
195 -Wl,--whole-archive \
197 -Wl,--no-whole-archive \
221 -Wl,--whole-archive \
223 -Wl,--no-whole-archive \
TARGET_linux-mips64.mk 179 -Wl,--whole-archive \
181 -Wl,--no-whole-archive \
205 -Wl,--whole-archive \
207 -Wl,--no-whole-archive \
231 -Wl,--whole-archive \
233 -Wl,--no-whole-archive \
TARGET_linux-x86_64.mk 161 -Wl,--whole-archive \
163 -Wl,--no-whole-archive \
186 -Wl,--whole-archive \
188 -Wl,--no-whole-archive \
211 -Wl,--whole-archive \
213 -Wl,--no-whole-archive \
TARGET_linux-arm.mk 203 -Wl,--whole-archive \
205 -Wl,--no-whole-archive \
229 -Wl,--whole-archive \
231 -Wl,--no-whole-archive \
255 -Wl,--whole-archive \
257 -Wl,--no-whole-archive \
TARGET_linux-mips.mk 175 -Wl,--whole-archive \
177 -Wl,--no-whole-archive \
201 -Wl,--whole-archive \
203 -Wl,--no-whole-archive \
227 -Wl,--whole-archive \
229 -Wl,--no-whole-archive \
TARGET_linux-x86.mk 156 -Wl,--whole-archive \
158 -Wl,--no-whole-archive \
182 -Wl,--whole-archive \
184 -Wl,--no-whole-archive \
207 -Wl,--whole-archive \
209 -Wl,--no-whole-archive \
  /external/elfutils/0.153/libdwfl/
gzip.c 92 If we uncompressed it into *WHOLE, *WHOLE_SIZE, return DWFL_E_NOERROR.
95 leave that portion malloc'd in *WHOLE, *WHOLE_SIZE. If *WHOLE
101 void **whole, size_t *whole_size)
129 *whole = input_buffer;
133 *whole = NULL;
154 if (*whole == NULL)
170 input_buffer = *whole;
312 *whole = buffer;
core-file.c 132 lives. Using elf_memory is quite suboptimal if the whole
192 GElf_Off whole,
198 if (whole <= *buffer_available)
205 *elfp = elf_memory (*buffer, whole);
216 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL);
222 /* We don't have the whole file.
237 /* There is a build ID that could help us find the whole file,
  /external/libcxx/test/containers/unord/unord.multiset/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /external/libcxx/test/containers/unord/unord.set/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /external/chromium_org/third_party/libxslt/
compile 45 If you are trying to build a whole package this is not the
  /external/chromium_org/third_party/tcmalloc/vendor/
compile 45 If you are trying to build a whole package this is not the
  /external/cmockery/cmockery_0_1_2/
compile 45 If you are trying to build a whole package this is not the
  /external/libogg/
compile 45 If you are trying to build a whole package this is not the
  /external/libusb/
compile 45 If you are trying to build a whole package this is not the
  /external/libusb-compat/
compile 45 If you are trying to build a whole package this is not the
  /external/libvorbis/
compile 45 If you are trying to build a whole package this is not the
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 227 result_change = (any(diff_map['whole']) or any(diff_map['skip']) or
280 diff_map: a map that has 'whole', 'skip' and 'nonskip' as keys.
289 a dictionary that maps result data category ('whole', 'skip', 'nonskip',
296 # Currently, there are two graphs (graph1 is for 'whole', 'skip',
302 # This example lists 'whole' triple and 'skip' triple and
310 for test_group in ['whole', 'skip', 'nonskip']:
334 if test_group is 'whole':
355 data_map: a dictionary that maps result data category ('whole', 'skip',
369 for tg in ['whole', 'skip', 'nonskip']:
414 'all_tests_count': len(data_map['whole'][0])
    [all...]
  /external/elfutils/0.153/libasm/
Makefile.am 65 $(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /external/chromium_org/tools/perf/measurements/
smoothness_controller.py 101 'whole interaction.')
  /external/elfutils/0.153/backends/
Makefile.am 104 -Wl,--whole-archive $< $(cpu_$*) -Wl,--no-whole-archive \

Completed in 2964 milliseconds

1 2 3 4 5