Searched refs:which (Results 101 - 125 of 665) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/ARM/AsmParser/
H A DAndroid.mk39 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py188 # quite ad-hoc which modules need to be saved and which references
237 # __file__, which is where the .pyc was actually loaded from. Since
402 def clear_exclude(self, which='exclude'):
404 setattr(self.config, which + "_list", [])
407 def exclude(self, regex, which='exclude'):
413 `which` determines which list is modified. The "exclude" list selects
422 excl_list = getattr(self.config, which + "_list")
430 def _exclude_regex(self, which)
[all...]
/external/bison/build-aux/
H A Ddo-release-commit-and-tag3 # controlled .prev-version file, automate the procedure by which we record
37 update in which the date, release-type and version string are
/external/chromium/testing/gmock/scripts/
H A Dgmock-config.in244 gtest_config=`which gtest-config`
/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.h61 // or directory, which will be moved recursively.
67 // or directory, which will be copied recursively.
92 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
H A Dwin32filesystem.h95 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
/external/chromium_org/build/android/
H A Denvsetup.sh163 which flock > /dev/null || export FLOCK=
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_transformer_mac.h97 void PrepareTexture(CachedTexture which, const gfx::Size& size);
103 // Target to bind all input and output textures to (which defines the type of
/external/chromium_org/remoting/webapp/
H A Dconnection_stats.js17 * @param {Element} statsElement The HTML div to which to update stats.
87 if (String.fromCharCode(event.which) == 'D') {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DUIEvent.cpp113 int UIEvent::which() const function in class:WebCore::UIEvent
H A DUIEvent.h75 virtual int which() const;
/external/chromium_org/third_party/codesighs/
H A Dautosummary.unix.bash31 # in which case the provisions of the GPL or the LGPL are applicable instead
92 echo " <summary> is a file which will contain a human readable report."
155 READELF_PROG=`which eu-readelf 2>/dev/null | grep /eu-readelf$`
159 READELF_PROG=`which readelf 2>/dev/null | grep /readelf$`
H A Dbasesummary.unix.bash31 # in which case the provisions of the GPL or the LGPL are applicable instead
100 echo " <summary> is a file which will contain a human readable report."
154 READELF_PROG=`which eu-readelf 2>/dev/null | grep /eu-readelf$`
158 READELF_PROG=`which readelf 2>/dev/null | grep /readelf$`
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.h100 // Return the level at which we should place a new memtable compaction
117 VersionSet* vset_; // VersionSet to which this Version belongs
299 // Per-level key at which the next compaction at that level should start.
321 // "which" must be either 0 or 1
322 int num_input_files(int which) const { return inputs_[which].size(); }
324 // Return the ith input file at "level()+which" ("which" must be 0 or 1).
325 FileMetaData* input(int which, int i) const { return inputs_[which][ argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32filesystem.h95 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_pixmap_colormap.spec40 which allows specification of a colormap.
73 rendered into the pixmap may then be copied to a window (which uses the
/external/chromium_org/third_party/openssl/openssl/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.h95 // Generate the default implementations of the service methods, which
103 void GenerateGetPrototype(RequestOrResponse which, io::Printer* printer);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.h84 void GenerateGetPrototype(RequestOrResponse which, io::Printer* printer);
/external/chromium_org/ui/gfx/
H A Dcolor_utils.h85 UI_EXPORT SkColor GetSysSkColor(int which);
/external/icu4c/common/
H A Dubidi_props.h43 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec40 which allows specification of a colormap.
73 rendered into the pixmap may then be copied to a window (which uses the
/external/nist-pkits/
H A Dgenerate-tests.sh60 PDFTOTEXT=$(which pdftotext)
/external/openssl/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.h94 // Generate the default implementations of the service methods, which
102 void GenerateGetPrototype(RequestOrResponse which, io::Printer* printer);

Completed in 4905 milliseconds

1234567891011>>