Searched defs:all (Results 1 - 25 of 157) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiff.pl47 all: label
60 all: label
159 all: label
175 all: label
291 all: label
309 all: label
333 all: label
351 all: label
686 all: label
733 all label
772 all: label
796 all: label
822 all: label
847 all: label
874 all: label
901 all: label
926 all: label
954 all: label
[all...]
H A DparseDiffWithMockFiles.pl111 all: label
117 all: label
186 -all:
188 +all:\r
202 -all:
204 +all:\r
223 @@ -1,3 +1,4 @@\r MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit WebKitTools\r \r-all:
225 +all:\r+\r
234 @@ -1,3 +1,4 @@\r MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit WebKitTools\r \r-all:
236 +all
[all...]
/external/clang/test/PCH/
H A Dobjc_container.h13 void all() { function
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_posix-inl.h58 void SpinLockWake(volatile Atomic32 *w, bool all) { argument
H A Dspinlock_win32-inl.h56 void SpinLockWake(volatile Atomic32 *w, bool all) { argument
H A Dspinlock_linux-inl.h47 // which needs to be able to find and patch all places where system
106 void SpinLockWake(volatile Atomic32 *w, bool all) { argument
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_posix-inl.h58 void SpinLockWake(volatile Atomic32 *w, bool all) { argument
H A Dspinlock_win32-inl.h49 void SpinLockWake(volatile Atomic32 *w, bool all) { argument
H A Dspinlock_linux-inl.h95 void SpinLockWake(volatile Atomic32 *w, bool all) { argument
98 FUTEX_WAKE | futex_private_flag, all? INT_MAX : 1, 0);
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DChildrenAssociationPolicy.java25 all, enum constant in enum:ChildrenAssociationPolicy
/external/stlport/test/compiler/
H A Deh.cc35 allocator<BigStruct> all; local
36 BigStruct *bs = all.allocate(1024*1024*1024);
/external/valgrind/main/none/tests/
H A Dpending.c38 sigset_t all; local
41 sigfillset(&all);
45 sigprocmask(SIG_BLOCK, &all, NULL);
76 if (sigwaitinfo(&all, &info) == -1) {
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformationStore.java12 private List all = new ArrayList(); field in class:SignerInformationStore
35 this.all = new ArrayList(signerInfos);
60 return all.size();
64 * Return all signers in the collection
70 return new ArrayList(all);
/external/eigen/Eigen/src/Core/
H A DBooleanRedux.h71 /** \returns true if all coefficients are true
79 inline bool DenseBase<Derived>::all() const function in class:Eigen::DenseBase
102 * \sa all()
128 * \sa all(), any()
/external/openfst/
H A DAndroid.mk8 define private-function-all-cpp-files-under
23 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
/external/qemu/
H A Dcompatfd.c29 sigset_t all; local
31 sigfillset(&all);
32 sigprocmask(SIG_BLOCK, &all, NULL);
/external/apache-harmony/
H A DAndroid.mk5 define all-harmony-test-java-files-under
26 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
27 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
28 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
29 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
30 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
31 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
/external/chromium_org/content/renderer/
H A Dsavable_resources.cc37 // Structure for storage the unique set of all savable resource links for
42 // Unique set of all sub resource links.
44 // Unique set of all frame links.
46 // Collection of all frames we go through when getting all savable resource
62 // Get all savable resource links from current element. One element might
90 // protocol does no have cache mechanism, we will skip all
103 // Get all savable resource links from current WebFrameImpl object pointer.
132 // Go through all descent nodes.
133 WebNodeCollection all local
[all...]
/external/chromium_org/third_party/mesa/src/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::__anon12938
78 /* upload the idct matrix, which can be shared by all idct instances of a pipe */
/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/chromium_org/tools/gn/
H A Dtarget.cc30 // Like MergeDirectDependentConfigsFrom above except does the "all dependent"
31 // ones. This additionally adds all configs to the all_dependent_configs_ of
37 const LabelConfigVector& all = from_target->all_dependent_configs(); local
38 for (size_t i = 0; i < all.size(); i++) {
43 all_dest->push_back(all[i]);
44 if (unique_configs->find(all[i].ptr) == unique_configs->end()) {
46 dest->push_back(all[i]);
47 unique_configs->insert(all[i].ptr);
132 // target and all of our configs. We do this specially since these must be
/external/compiler-rt/lib/
H A Dint_types.h31 di_int all; member in union:__anon17629
46 du_int all; member in union:__anon17631
66 ti_int all; member in union:__anon17633
81 tu_int all; member in union:__anon17635
98 return r.all;
105 return r.all;

Completed in 1115 milliseconds

1234567