Searched refs:which (Results 201 - 225 of 768) sorted by relevance

1234567891011>>

/external/qemu/
H A Dandroid-rebuild.sh88 WINE_CMD=$(which $TEST_SHELL 2>/dev/null || true)
/external/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh80 CCACHE=${ANDROID_MAKE_CCACHE-$(which ccache || true)}
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DJavascriptAppModalDialog.java112 public void onClick(DialogInterface dialog, int which) { argument
113 switch (which) {
121 Log.e(TAG, "Unexpected button pressed in dialog: " + which);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTransformController.js279 if (event.which !== 1 || typeof this._originX !== "number")
314 if (event.which !== 1)
324 if (event.which !== 1)
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc272 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, argument
274 if (which == REQUEST) {
290 (which == REQUEST) ? method->input_type() : method->output_type();
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc272 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, argument
274 if (which == REQUEST) {
290 (which == REQUEST) ? method->input_type() : method->output_type();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageReader.cpp117 // setSize() calls eraseARGB(), which resets the alpha flag, so we force
172 // Don't allow the header to overflow (which would be harmless here, but
323 // which can be used with any bit depth). Also, some formats do not support
333 // Compression = RLE4" (which means "4 bit, but with a 2-color table"),
410 // this overwrites the masks we read from the header, which are
442 // To complicate things, Windows V3 BMPs, which lack this mask, can specify
443 // 32bpp format, which to any sane reader would imply an 8-bit alpha
445 // happen. There also exist standalone BMPs in this format which clearly
447 // BMPs which, for example, fill this channel with all 0s, yet clearly
454 // are also Windows V4+ BMPs with an explicit, non-zero alpha mask, which
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec45 red_green signed formats but no uncompressed ones, which might
47 but also a lot of functionality which has been superseded by fragment
107 is some leeway so other mappings are allowed for implementations which
110 might be a mapping which represents -1.0 by -128, 0.0 by 0 and 1.0 by
179 SIGNED_NORMALIZED, which will be returned accordingly. This is the
/external/compiler-rt/make/platform/
H A Dclang_macho_embedded.mk1 # These are the functions which clang needs when it is targeting a previous
2 # version of the OS. The issue is that the backend may use functions which were
4 # with a version of the library which contains private_extern definitions of all
5 # the extra functions which might be referenced.
201 # ARM Assembly implementation which requires Thumb2 (i.e. won't work on v6M).
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c772 int capng_have_capability(capng_type_t which, unsigned int capability) argument
787 if (which == CAPNG_EFFECTIVE)
789 else if (which == CAPNG_PERMITTED)
791 else if (which == CAPNG_INHERITABLE)
802 if (which == CAPNG_EFFECTIVE)
804 else if (which == CAPNG_PERMITTED)
806 else if (which == CAPNG_INHERITABLE)
808 else if (which == CAPNG_BOUNDING_SET)
893 char *capng_print_caps_text(capng_print_t where, capng_type_t which) argument
903 if (capng_have_capability(which,
[all...]
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec45 red_green signed formats but no uncompressed ones, which might
47 but also a lot of functionality which has been superseded by fragment
107 is some leeway so other mappings are allowed for implementations which
110 might be a mapping which represents -1.0 by -128, 0.0 by 0 and 1.0 by
179 SIGNED_NORMALIZED, which will be returned accordingly. This is the
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp357 int32_t which; local
389 which=testCase->getInt28("which", errorCode);
432 ucnv_getUnicodeSet(cnv.getAlias(), cnvSetPtr->toUSet(), (UConverterUnicodeSet)which, &errorCode);
569 UConverterUnicodeSet which; local
570 for(which=UCNV_ROUNDTRIP_SET; which<UCNV_SET_COUNT; which=(UConverterUnicodeSet)((int)which+1)) {
571 if(which
[all...]
H A Dfldset.cpp196 int32_t which = udbg_enumByString(fEnum, name); local
197 if(which == UDBG_INVALID_ENUM) {
200 return which;
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp375 int32_t which; local
416 which=testCase->getInt28("which", errorCode);
459 ucnv_getUnicodeSet(cnv.getAlias(), cnvSetPtr->toUSet(), (UConverterUnicodeSet)which, &errorCode);
596 UConverterUnicodeSet which; local
597 for(which=UCNV_ROUNDTRIP_SET; which<UCNV_SET_COUNT; which=(UConverterUnicodeSet)((int)which+1)) {
598 if(which
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c131 const HChar *which; local
135 which = "XENMEM_increase_reservation";
138 which = "XENMEM_decrease_reservation";
139 PRE_MEM_READ(which,
144 which = "XENMEM_populate_physmap";
145 PRE_MEM_READ(which,
150 which = "XENMEM_claim_pages";
153 which = "XENMEM_unknown";
157 PRE_MEM_READ(which,
160 PRE_MEM_READ(which,
[all...]
/external/chromium_org/tools/vim/
H A Dninja-build.vim6 " this command. On Windows, Ctrl-F7 (which is the same as the VS default).
7 " On Linux, <Leader>o, which is \o by default ("o"=creates .o files)
14 " in your path (which it is automatically if depot_tools is in your path).
/external/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex29 address-space in which the instruction-pointer should be looked up.
32 Argument \Var{ip} is the instruction-pointer for which the procedure
34 type \Type{unw\_proc\_info\_t} which is used to return the info.
/external/libvorbis/doc/
H A D09-helper.tex75 integer value for which \varname{[return_value]} to the power of
84 the greatest value scalar element for which \varname{n} is less than
91 the lowest value scalar element for which \varname{n} is less than
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DBuiltins.c334 #error This module uses dict views, which require Python 2.7 or later
348 #error This module uses dict views, which require Python 2.7 or later
362 #error This module uses dict views, which require Python 2.7 or later
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c284 static const char which[] = "which"; local
302 _put(hash, which, 1, 0);
308 _remove(hash, which, 2);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc262 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, argument
278 "request_or_response", (which == REQUEST) ? "Request" : "Response");
287 (which == REQUEST) ? method->input_type() : method->output_type());
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils.h219 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
227 // Get a folder that is unique to the current application, which is suitable
234 // directory that won't collide with another existing directory, and which
365 static bool GetFileTime(const Pathname& path, FileTimeType which, argument
367 return EnsureDefaultFilesystem()->GetFileTime(path, which, time);
433 // create_empty is true, an empty file of this name is created (which
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py468 (diff -c) and difflib.unified_diff (diff -u) but which prints
496 you know exactly which line first didn't compare correctl...
704 def get_conn_maxsize(self, which, maxsize):
709 return getattr(self, which), maxsize
711 def _close(self, which):
712 getattr(self, which).close()
713 setattr(self, which, None)
732 def _recv(self, which, maxsize):
733 conn, maxsize = self.get_conn_maxsize(which, maxsize)
745 return self._close(which)
[all...]
/external/chromium_org/tools/resources/
H A Doptimize-png-files.sh360 which $program > /dev/null 2>&1
377 which $program > /dev/null 2>&1
436 which tput > /dev/null 2>&1
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h179 #define __sanitizer_syscall_pre_getitimer(which, value) \
180 __sanitizer_syscall_pre_impl_getitimer((long)(which), (long)(value))
181 #define __sanitizer_syscall_post_getitimer(res, which, value) \
182 __sanitizer_syscall_post_impl_getitimer(res, (long)(which), (long)(value))
183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \
184 __sanitizer_syscall_pre_impl_setitimer((long)(which), (long)(value), \
186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \
187 __sanitizer_syscall_post_impl_setitimer(res, (long)(which), (long)(value), \
303 #define __sanitizer_syscall_pre_setpriority(which, who, niceval) \
304 __sanitizer_syscall_pre_impl_setpriority((long)(which), (lon
[all...]

Completed in 1650 milliseconds

1234567891011>>