HomeSort by relevance Sort by last modified time
    Searched refs:partial (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/opencv3/modules/core/include/opencv2/core/cuda/
warp_reduce.hpp 61 T partial = ptr[tid]; local
63 ptr[tid] = partial = partial + ptr[tid + 16];
64 ptr[tid] = partial = partial + ptr[tid + 8];
65 ptr[tid] = partial = partial + ptr[tid + 4];
66 ptr[tid] = partial = partial + ptr[tid + 2];
67 ptr[tid] = partial = partial + ptr[tid + 1]
    [all...]
warp.hpp 113 T partial = ptr[lane]; local
115 ptr[lane] = partial = op(partial, ptr[lane + 16]);
116 ptr[lane] = partial = op(partial, ptr[lane + 8]);
117 ptr[lane] = partial = op(partial, ptr[lane + 4]);
118 ptr[lane] = partial = op(partial, ptr[lane + 2]);
119 ptr[lane] = partial = op(partial, ptr[lane + 1])
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3.lexer.cs 35 partial class TestExpressionFeaturesLexer
TestExpressionFeatures.g3.parser.cs 35 partial class TestExpressionFeaturesParser
  /device/linaro/hikey/self-extractors/root/
device-vendor.mk 17 LOCAL_STEM := hikey/device-partial.mk
  /ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/
Android.mk 4 LOCAL_MODULE := issue-gcc59052-partial-specialization-of-template
5 LOCAL_SRC_FILES := issue-gcc59052-partial-specialization-of-template.cc
  /device/asus/fugu/self-extractors/
files-by-owner.sh 25 cat > $target_owner/staging/device-partial.mk << EOF
41 echo -n "# " >> $target_owner/staging/device-partial.mk
44 echo -n Asus >> $target_owner/staging/device-partial.mk
47 echo -n Broadcom >> $target_owner/staging/device-partial.mk
50 echo -n Google >> $target_owner/staging/device-partial.mk
53 echo -n Intel >> $target_owner/staging/device-partial.mk
56 echo -n Widevine >> $target_owner/staging/device-partial.mk
59 echo " blob(s) necessary for Fugu hardware" >> $target_owner/staging/device-partial.mk
60 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
96 echo " vendor/$target_owner/fugu/proprietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.m
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParserHelper.cs 36 partial class DebugGrammarParser
ProfileGrammarParserHelper.cs 36 partial class ProfileGrammarParser
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
codecvt_base.pass.cpp 15 // enum result {ok, partial, error, noconv};
24 assert(std::codecvt_base::partial == 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
codecvt_base.pass.cpp 15 // enum result {ok, partial, error, noconv};
24 assert(std::codecvt_base::partial == 1);
  /device/moto/shamu/self-extractors/
files-by-owner.sh 25 cat > $target_owner/staging/device-partial.mk << EOF
41 echo -n "# " >> $target_owner/staging/device-partial.mk
44 echo -n Broadcom >> $target_owner/staging/device-partial.mk
47 echo -n Motorola >> $target_owner/staging/device-partial.mk
50 echo -n Qualcomm >> $target_owner/staging/device-partial.mk
53 echo " blob(s) necessary for Shamu hardware" >> $target_owner/staging/device-partial.mk
54 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
84 echo " vendor/$target_owner/shamu/proprietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
86 echo " vendor/$target_owner/shamu/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
93 echo >> $target_owner/staging/device-partial.m
    [all...]
  /device/google/dragon/self-extractors/
files-by-owner.sh 25 cat > $target_owner/staging/device-partial.mk << EOF
41 echo -n "# " >> $target_owner/staging/device-partial.mk
44 echo -n Nvidia >> $target_owner/staging/device-partial.mk
47 echo -n Google >> $target_owner/staging/device-partial.mk
50 echo " blob(s) necessary for Dragon hardware" >> $target_owner/staging/device-partial.mk
51 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
81 echo " vendor/$target_owner/dragon/proprietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
83 echo " vendor/$target_owner/dragon/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
90 echo >> $target_owner/staging/device-partial.mk
93 true ; #echo PRODUCT_PACKAGES := libacdbloader >> $target_owner/staging/device-partial.m
    [all...]
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionLauncher.java 17 package com.android.quicksearchbox.tests.partial;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-1.s 2 ! non-partial-link tests.
  /frameworks/base/services/net/java/android/net/util/
IpUtils.java 84 int partial = protocol + transportLen; local
85 partial += intAbs(buf.getShort(headerOffset + 12));
86 partial += intAbs(buf.getShort(headerOffset + 14));
87 partial += intAbs(buf.getShort(headerOffset + 16));
88 partial += intAbs(buf.getShort(headerOffset + 18));
89 return partial;
94 int partial = protocol + transportLen; local
96 partial += intAbs(buf.getShort(headerOffset + offset));
98 return partial;
  /external/opencv3/samples/winrt/ImageManipulations/
Constants.h 22 partial ref class MainPage
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvlcar.c 69 gxv_lcar_partial_validate( FT_Short partial,
73 GXV_NAME_ENTER( "partial" );
78 gxv_ctlPoint_validate( glyph, (FT_UShort)partial, gxvalid );
93 FT_Short partial; local
105 partial = FT_NEXT_SHORT( p );
106 gxv_lcar_partial_validate( partial, glyph, gxvalid );
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FormatParagraph.py 120 partial = indent1
128 if len((partial + word).expandtabs()) > limit and \
129 partial != indent1:
130 new.append(partial.rstrip())
131 partial = indent2
132 partial = partial + word + " "
134 partial = partial + " "
136 new.append(partial.rstrip()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FormatParagraph.py 120 partial = indent1
128 if len((partial + word).expandtabs()) > limit and \
129 partial != indent1:
130 new.append(partial.rstrip())
131 partial = indent2
132 partial = partial + word + " "
134 partial = partial + " "
136 new.append(partial.rstrip()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 120 partial = indent1
128 if len((partial + word).expandtabs()) > limit and \
129 partial != indent1:
130 new.append(partial.rstrip())
131 partial = indent2
132 partial = partial + word + " "
134 partial = partial + " "
136 new.append(partial.rstrip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 120 partial = indent1
128 if len((partial + word).expandtabs()) > limit and \
129 partial != indent1:
130 new.append(partial.rstrip())
131 partial = indent2
132 partial = partial + word + " "
134 partial = partial + " "
136 new.append(partial.rstrip()
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessenger.java 93 byte[] partial = new byte[mFragmentLength];
109 size = mSocket.receive(partial);
127 buffer.write(partial, 0, size);
130 DataInputStream dataIn = new DataInputStream(new ByteArrayInputStream(partial));
152 size = mSocket.receive(partial);
163 buffer.write(partial, 0, size);
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
__init__.py 27 transform = functools.partial(_TransformFile, transform)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
_init_environment.py 28 SetHostMTurkConnection = functools.partial(MTurkConnection, host=mturk_host)

Completed in 1203 milliseconds

1 2 3 4 5 6 7 8 91011