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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/evaluation/value/
package.html 2 This package contains classes that represent partial evaluation values.
  /external/proguard/src/proguard/optimize/evaluation/
package.html 2 This package contains visitors that perform partial evaluation and subsequent
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec128-plo-no.vgtest 3 vgopts: --partial-loads-ok=no
sh-mem-vec128-plo-yes.vgtest 3 vgopts: --partial-loads-ok=yes
sh-mem-vec256-plo-no.vgtest 4 vgopts: --partial-loads-ok=no
sh-mem-vec256-plo-yes.vgtest 4 vgopts: --partial-loads-ok=yes
  /external/valgrind/memcheck/tests/
partial_load_ok.vgtest 2 vgopts: --partial-loads-ok=yes
partial_load.c 13 /* partial load, which --partial-loads-ok=yes should suppress */
19 /* partial but misaligned, cannot be suppressed */
27 /* partial but not word sized, cannot be suppressed */
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/json_graph/
serialize.py 7 from functools import partial,update_wrapper namespace
24 dumps = partial(json.dumps, cls=NXJSONEncoder)
26 loads = partial(json.loads, cls=NXJSONDecoder)
28 dump = partial(json.dump, cls=NXJSONEncoder)
30 load = partial(json.load, cls=NXJSONDecoder)
  /external/clang/test/CodeGen/
sanitize-recover.c 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsanitize=null,object-size,alignment -fsanitize-recover=object-size %s -emit-llvm -o - | FileCheck %s --check-prefix=PARTIAL
22 // PARTIAL: %[[CHECK0:.*]] = icmp ne {{.*}}* %[[PTR:.*]], null
24 // PARTIAL: %[[SIZE:.*]] = call i64 @llvm.objectsize.i64.p0i8(i8* {{.*}}, i1 false)
25 // PARTIAL-NEXT: %[[CHECK1:.*]] = icmp uge i64 %[[SIZE]], 4
27 // PARTIAL: %[[MISALIGN:.*]] = and i64 {{.*}}, 3
28 // PARTIAL-NEXT: %[[CHECK2:.*]] = icmp eq i64 %[[MISALIGN]], 0
30 // PARTIAL: %[[CHECK02:.*]] = and i1 %[[CHECK0]], %[[CHECK2]]
31 // PARTIAL-NEXT: %[[CHECK012:.*]] = and i1 %[[CHECK02]], %[[CHECK1]]
33 // PARTIAL: br i1 %[[CHECK012]], {{.*}} !prof ![[WEIGHT_MD:.*]], !nosanitize
35 // PARTIAL: br i1 %[[CHECK02]], {{.*}
    [all...]
  /external/pcre/dist/testdata/
testoutput12 74 Partial match: ab (JIT)
76 Partial match: ab (JIT)
84 Partial match: ab (JIT)
86 Partial match: ab (JIT)
94 Partial match: ab
96 Partial match: ab
106 Partial match: ab (JIT)
108 Partial match: ab
116 Partial match: ab (JIT)
118 Partial match: a
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p8.cpp 5 template<class T> friend class A<T*>; // expected-error{{partial specialization cannot be declared as a friend}}
  /external/valgrind/memcheck/tests/x86/
sh-mem-vec128-plo-no.vgtest 4 vgopts: --partial-loads-ok=no
sh-mem-vec128-plo-yes.vgtest 4 vgopts: --partial-loads-ok=yes
  /external/pdfium/testing/resources/
bug_113.in 12 % partial object
18 % duplicate definition of partial object
  /external/mockito/src/org/mockito/internal/stubbing/answers/
CallsRealMethods.java 13 * Optional Answer that adds partial mocking support
19 * This is a way to create a partial mock object that calls real methods by default.
21 * As usual you are going to read <b>the partial mock warning</b>:
23 * How does partial mock fit into this paradigm? Well, it just doesn't...
24 * Partial mock usually means that the complexity has been moved to a different method on the same object.
27 * However, there are rare cases when partial mocks come handy:
29 * However, I wouldn't use partial mocks for new, test-driven & well-designed code.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DifferentiableMultivariateRealFunction.java 29 * Returns the partial derivative of the function with respect to a point coordinate.
31 * The partial derivative is defined with respect to point coordinate
32 * x<sub>k</sub>. If the partial derivatives with respect to all coordinates are
36 * @param k index of the coordinate with respect to which the partial
38 * @return the partial derivative function with respect to k<sup>th</sup> point coordinate
44 * <p>If only one partial derivative with respect to a specific coordinate is
  /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...]
  /external/pcre/dist/doc/
pcrepartial.3 4 .SH "PARTIAL MATCHING IN PCRE"
24 entered. Partial matching can also be useful when the subject string is very
27 PCRE supports partial matching by means of the PCRE_PARTIAL_SOFT and
31 or not a partial match is preferred to an alternative complete match, though
35 If you want to use partial matching with just-in-time optimized code, you must
42 PCRE_STUDY_JIT_COMPILE should also be set if you are going to run non-partial
46 Setting a partial matching option disables two of PCRE's standard
52 strings. This optimization is also disabled for partial matching.
55 .SH "PARTIAL MATCHING USING pcre_exec() OR pcre[16|32]_exec()"
58 A partial match occurs during a call to \fBpcre_exec()\fP o
    [all...]
  /external/android-clat/
icmp.h 33 // Maps ICMP types to ICMPv6 types. Partial implementation of RFC 6145, section 4.2.
36 // Maps ICMP codes to ICMPv6 codes. Partial implementation of RFC 6145, section 4.2.
39 // Maps ICMPv6 types to ICMP types. Partial implementation of RFC 6145, section 5.2.
42 // Maps ICMPv6 codes to ICMP codes. Partial implementation of RFC 6145, section 5.2.
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-0x.cpp 6 struct X1<0, Values+1 ...>; // expected-error{{non-type template argument depends on a template parameter of the partial specialization}}
  /external/libcxx/src/support/solaris/
README 1 This directory contains a partial implementation of the xlocale APIs for
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 31 /* number of MB rows to use in partial filtering */
36 * on the copied partial frame and not original. Partial filter does mb
40 /* partial image starts at ~middle of frame (macroblock border) */
  /external/llvm/test/Transforms/Inline/
PR4909.ll 1 ; RUN: opt < %s -partial-inliner -disable-output

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>