Searched defs:all (Results 26 - 50 of 182) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c15 * next paragraph) shall be included in all copies or substantial portions
82 bool all; local
139 all = (width * height * src->cpp == dst->Base.Size &&
146 all ? INTEL_WRITE_FULL :
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c15 * next paragraph) shall be included in all copies or substantial portions
82 bool all; local
139 all = (width * height * src->cpp == dst->Base.Size &&
146 all ? INTEL_WRITE_FULL :
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c15 * next paragraph) shall be included in all copies or substantial portions
82 bool all; local
139 all = (width * height * src->cpp == dst->Base.Size &&
146 all ? INTEL_WRITE_FULL :
/external/chromium_org/third_party/simplejson/
H A Dordered_dict.py11 all
13 def all(seq): function
115 all(p==q for p, q in zip(self.items(), other.items()))
/external/compiler-rt/lib/builtins/
H A Dint_types.h31 di_int all; member in union:__anon19597
46 du_int all; member in union:__anon19599
69 ti_int all; member in union:__anon19601
84 tu_int all; member in union:__anon19603
101 return r.all;
108 return r.all;
/external/deqp/scripts/
H A Dtestset.py9 def all (results, predicate): function
206 FilterRule("all", "No filtering", []),
207 FilterRule("all-pass", "All results must be 'Pass'", [lambda l: all(l, lambda r: r == 'Pass')]),
209 FilterRule("any-fail", "Any of results is not 'Pass' or 'NotSupported'", [lambda l: not all(l, lambda r: r == 'Pass' or r == 'NotSupported')]),
210 FilterRule("prev-failing", "Any except last result is failure", [lambda l: l[-1] == 'Pass' and not all(l[:-1], lambda r: r == 'Pass')]),
216 parser.add_option("-f", "--filter", dest="filter", default="all", help="filter rule name")
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCodeReader.java33 * Sets {@code visitor} as the visitor for all instructions.
44 * Sets {@code visitor} as the visitor for all instructions not
52 * Sets {@code visitor} as the visitor for all string instructions.
59 * Sets {@code visitor} as the visitor for all type instructions.
66 * Sets {@code visitor} as the visitor for all field instructions.
73 * Sets {@code visitor} as the visitor for all method instructions.
99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) { argument
114 visitor.visit(all, one);
119 void visit(DecodedInstruction[] all, DecodedInstruction one); argument
/external/doclava/src/com/google/doclava/
H A DSinceTagger.java231 * zero warnings because {@code apicheck} guarantees that all symbols are present in the most
263 * Returns the DocInfos in {@code all} that are documented but do not have since tags.
265 private <T extends MemberInfo> Iterable<T> missingVersions(ArrayList<T> all) { argument
267 for (T t : all) {
283 * Returns true if {@code claz} and all containing classes are documented. The result may be used
/external/libnfc-nci/
H A DAndroid.mk1 # function to find all *.cpp files under a directory
2 define all-cpp-files-under
41 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
42 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys) \
43 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
44 $(call all-c-files-under, src/adaptation) \
45 $(call all-cpp-files-under, src/adaptation) \
46 $(call all-c-files-under, src/gki) \
59 LOCAL_SRC_FILES := $(call all-c-files-under, $(HALIMPL)) \
60 $(call all
[all...]
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml103 let all () = var in Module:Target
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.h15 * next paragraph) shall be included in all copies or substantial portions
69 struct pipe_sampler_view *all[4]; member in union:vl_idct_buffer::__anon27203
78 /* upload the idct matrix, which can be shared by all idct instances of a pipe */
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c15 * next paragraph) shall be included in all copies or substantial portions
82 bool all; local
139 all = (width * height * src->cpp == dst->Base.Size &&
146 all ? INTEL_WRITE_FULL :
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c15 * next paragraph) shall be included in all copies or substantial portions
82 bool all; local
139 all = (width * height * src->cpp == dst->Base.Size &&
146 all ? INTEL_WRITE_FULL :
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c15 * next paragraph) shall be included in all copies or substantial portions
82 bool all; local
139 all = (width * height * src->cpp == dst->Base.Size &&
146 all ? INTEL_WRITE_FULL :
/external/apache-harmony/jdwp/
H A DAndroid.mk5 define all-harmony-test-java-files-under
10 $(call all-harmony-test-java-files-under,,src/test/java/)
75 include $(call all-makefiles-under,$(LOCAL_PATH))
/external/chromium_org/chrome/browser/extensions/api/autotest_private/
H A Dautotest_private_api.cc162 ExtensionList all; local
163 all.insert(all.end(), extensions.begin(), extensions.end());
164 all.insert(all.end(), disabled_extensions.begin(), disabled_extensions.end());
165 for (ExtensionList::const_iterator it = all.begin();
166 it != all.end(); ++it) {
/external/chromium_org/third_party/cython/src/Cython/
H A DUtils.py369 # all() and any() are new in 2.5
373 all = all variable
376 def all(items): function
/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.h35 * or built for all and may be used many times.
124 // Number of bytes for all UTF-8 versions of strings together.
131 // Set up for all variants of span()?
132 UBool all; member in class:UnicodeSetStringSpan
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdate.cpp258 UnicodeString all; local
261 if (i!=0) all += ", ";
262 all += locales[i].getName();
264 logln(all);
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dbitset.cpp118 // Fill all-zero entries between ranges.
135 // Fill all-one entries inside the range.
137 uint16_t all=bitHash->map(INT64_C(0xffffffffffffffff)); local
139 index[i++]=all;
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkTracker.h32 * A.2) a breackpoint require that all of the points is changed
50 // Clears all the points, but preserves the break mode.
72 void all() { function in class:SkTracker
155 // any/all of the expected touched has to be changed, and all expected untouched must be intact
214 // break on any change on expected touched or all.
/external/chromium_org/tools/gn/
H A Dcommand_refs.cc86 // in the set already, it will not be recused into. When the set is null, all
129 // Recursively finds all targets that reference the given one, and additionally
140 // Recursively finds all targets that reference the given one.
157 "gn refs <build_dir> <label_pattern> [--files] [--tree] [--all]\n"
158 " [--all-toolchains]\n"
167 " --all\n"
168 " When used without --tree, will recurse and display all unique\n"
172 " --all-toolchains\n"
173 " Make the label pattern matche all toolchains. If the label pattern\n"
174 " does not specify an explicit toolchain, labels from all toolchain
219 bool all = cmdline->HasSwitch("all"); local
[all...]
/external/e2fsprogs/misc/
H A Dlsattr.c56 static int all; variable
143 if (de->d_name[0] != '.' || all) {
183 all = 1;
/external/guava/guava/src/com/google/common/collect/
H A DGeneralRange.java59 static <T> GeneralRange<T> all(Comparator<? super T> comparator) { method in class:GeneralRange
H A DRanges.java50 * <dd>{@link #all}
80 * Returns a range that contains all values strictly greater than {@code
91 * Returns a range that contains all values greater than or equal to
102 * Returns a range that contains all values greater than or equal to
114 * Returns a range that contains all values strictly greater than {@code
148 * Returns a range that contains all values strictly less than {@code
156 * Returns a range that contains all values less than or equal to
180 * Returns a range that contains all values strictly greater than {@code
188 * Returns a range that contains all values greater than or equal to
212 public static <C extends Comparable<?>> Range<C> all() { method in class:Ranges
[all...]

Completed in 2297 milliseconds

12345678