Searched refs:which (Results 1 - 25 of 665) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/
H A Dautogen.sh11 which ragel || {
17 which pkg-config || {
23 which autoreconf || {
/external/robolectric/
H A Dfind-android.sh7 ANDROID_HOME=`which android | sed 's/\/tools\/android$//'`
/external/clang/test/
H A DTestRunner.sh6 Dir=$(dirname $(which $0))
/external/checkpolicy/
H A Dpolicy_define.h16 avrule_t *define_cond_compute_type(int which);
18 avrule_t *define_cond_te_avtab(int which);
27 int define_default_user(int which);
28 int define_default_role(int which);
29 int define_default_range(int which);
31 int define_compute_type(int which);
59 int define_te_avtab(int which);
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncGenerateId.java47 int which = getArg0AsNode(xctxt);
49 if (DTM.NULL != which)
57 return new XString("N" + Integer.toHexString(which).toUpperCase());
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_shader_programs_mac.h31 // Begin using the "blit" program, which is set up to sample the texture at
62 GLuint GetShaderProgram(int which);
63 void BindUniformTextureVariable(int which, int texture_unit_offset);
64 void BindUniformTexelScaleXVariable(int which, float texel_scale_x);
H A Dcompositing_iosurface_shader_programs_mac.cc286 GLuint CompileAndLinkProgram(ShaderProgram which, bool output_swap_rb) { argument
287 TRACE_EVENT1("gpu", "CompileAndLinkProgram", "program", which);
291 CompileShaderGLSL(which, GL_VERTEX_SHADER, false);
293 CompileShaderGLSL(which, GL_FRAGMENT_SHADER, output_swap_rb);
391 const int which = SHADER_PROGRAM_RGB_TO_YV12__1_OF_2 + pass_number - 1; local
392 DCHECK_GE(which, SHADER_PROGRAM_RGB_TO_YV12__1_OF_2);
393 DCHECK_LE(which, SHADER_PROGRAM_RGB_TO_YV12__2_OF_2);
395 const GLuint program = GetShaderProgram(which);
399 BindUniformTextureVariable(which, 0);
400 if (which
417 GetShaderProgram(int which) argument
428 BindUniformTextureVariable( int which, int texture_unit_offset) argument
439 BindUniformTexelScaleXVariable( int which, float texel_scale_x) argument
[all...]
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A DASN1Parser.py5 #Takes a byte array which has a DER TLV field at its head
18 def getChild(self, which):
19 return ASN1Parser(self.getChildBytes(which))
21 def getChildBytes(self, which):
23 for x in range(which+1):
/external/chromium_org/tools/git/
H A Dgit-utils.sh6 TPUT=$(which tput 2>/dev/null)
/external/qemu/distrib/sdl-1.2.15/test/
H A Dautogen.sh7 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
/external/clang/tools/diag-build/
H A Ddiag-build.sh14 # but GNU sed uses -r. Find out which one this system accepts.
29 elif [[ ! -z $(which clang) ]]; then
30 CC=$(which clang)
42 elif [[ ! -z $(which clang++) ]]; then
43 CXX=$(which clang++)
49 diagtool=$(which diagtool)
/external/chromium/sdch/open-vcdiff/
H A Dautogen.sh18 if test -z `which "$ACLOCAL"`; then
23 if test -z `which "$AUTOMAKE"`; then
29 if test -z `which "$LIBTOOLIZE"`; then
34 # changed, which is annoying when the file is not open for edit (in
/external/eigen/bench/
H A Dbench_multi_compilers.sh17 if [ -e `which $compiler` ]; then
/external/qemu/distrib/sdl-1.2.15/
H A Dautogen.sh10 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi
/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
62 return ucase_hasBinaryProperty(c, which);
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
99 (UNormalizationMode)(which
280 u_hasBinaryProperty(UChar32 c, UProperty which) argument
347 biDiGetMaxValue(const IntProperty & , UProperty which) argument
419 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) argument
481 u_getIntPropertyValue(UChar32 c, UProperty which) argument
502 u_getIntPropertyMaxValue(UProperty which) argument
515 uprops_getSource(UProperty which) argument
[all...]
/external/icu4c/common/
H A Duprops.cpp48 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
62 return ucase_hasBinaryProperty(c, which);
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { argument
99 (UNormalizationMode)(which
280 u_hasBinaryProperty(UChar32 c, UProperty which) argument
321 biDiGetMaxValue(const IntProperty & , UProperty which) argument
393 getNormQuickCheck(const IntProperty & , UChar32 c, UProperty which) argument
455 u_getIntPropertyValue(UChar32 c, UProperty which) argument
476 u_getIntPropertyMaxValue(UProperty which) argument
489 uprops_getSource(UProperty which) argument
[all...]
/external/oprofile/include/
H A Dsstream46 stringbuf(int which=ios::in|ios::out)
47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
54 stringbuf(const string &str, int which=ios::in|ios::out)
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
144 bool testin = which & ios::in && mode & ios::in;
145 bool testout = which & ios::out && mode & ios::out;
197 seekpos(pos_type sp, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
239 istringstream(int which
[all...]
/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.sh17 GCLIENT_PATH=$(which gclient)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
/external/icu4c/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
/external/dropbear/libtomcrypt/src/pk/rsa/
H A Drsa_exptmod.c26 @param which Which exponent to use, e.g. PK_PRIVATE or PK_PUBLIC
31 unsigned char *out, unsigned long *outlen, int which,
44 if (which == PK_PRIVATE && (key->type != PK_PRIVATE)) {
49 if (which != PK_PRIVATE && which != PK_PUBLIC) {
64 if (which == PK_PRIVATE) {
30 rsa_exptmod(const unsigned char *in, unsigned long inlen, unsigned char *out, unsigned long *outlen, int which, rsa_key *key) argument
/external/chromium_org/sdch/open-vcdiff/
H A Dautogen.sh32 if test -z `which "$ACLOCAL"`; then
37 if test -z `which "$AUTOMAKE"`; then
43 if test -z `which "$LIBTOOLIZE"`; then
48 # changed, which is annoying when the file is not open for edit (in
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCustomElementCallbackInvocation.cpp59 EnteredLeftDocumentInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, CustomElementLifecycleCallbacks::CallbackType which);
67 EnteredLeftDocumentInvocation::EnteredLeftDocumentInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which) argument
69 , m_which(which)
113 PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, CustomElementLifecycleCallbacks::CallbackType which) argument
115 switch (which) {
121 return adoptPtr(new EnteredLeftDocumentInvocation(callbacks, which));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_helper.h57 enum native_attachment which,
67 enum native_attachment which);
77 enum native_attachment which,
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_helper.h57 enum native_attachment which,
67 enum native_attachment which);
77 enum native_attachment which,

Completed in 810 milliseconds

1234567891011>>