HomeSort by relevance Sort by last modified time
    Searched full:taken (Results 26 - 50 of 4084) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
base.py 20 The Content-Type: header is taken from the _maintype and _subtype
21 arguments. Additional parameters for this header are taken from the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
base.py 20 The Content-Type: header is taken from the _maintype and _subtype
21 arguments. Additional parameters for this header are taken from the
  /dalvik/vm/mterp/c/
OP_GOTO_32.cpp 10 ILOGV("> branch taken");
OP_PACKED_SWITCH.cpp 24 ILOGV("> branch taken (0x%04x)", offset);
  /external/chromium_org/base/third_party/valgrind/
README.chromium 9 These header files were taken from Valgrind source code
  /external/clang/test/CodeGen/
2003-08-21-WideString.c 3 // This bit is taken from Sema/wchar.c so we can avoid the wchar.h include.
2009-07-15-pad-wchar_t-array.c 3 // This bit is taken from Sema/wchar.c so we can avoid the wchar.h include.
  /external/ppp/pppd/plugins/pppoatm/
COPYING 2 text2qos.c are taken from the linux-atm libraries. These are
  /dalvik/vm/mterp/armv5te/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
18 mov${revcmp} r1, #2 @ r1<- BYTE branch dist for not-taken
zcmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
15 mov${revcmp} r1, #2 @ r1<- inst branch dist for not-taken
  /dalvik/vm/mterp/armv6t2/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
17 mov${revcmp} r1, #2 @ r1<- BYTE branch dist for not-taken
  /dalvik/vm/mterp/mips/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
19 li a1, 2 # a1- BYTE branch dist for not-taken
zcmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
17 li a1, 2 # a1- BYTE branch dist for not-taken
  /dalvik/vm/mterp/x86/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
17 movl $$2,%eax # assume not taken
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
sync_timing_helper.h 24 // Returns the time taken for |client| to complete a single sync cycle.
27 // Returns the time taken for both |client| and |partner| to complete a sync
32 // Returns the time taken for all clients in |clients| to complete their
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count9.ll 12 ; CHECK: Loop %loop: backedge-taken count is (-1 + %n)
13 ; CHECK: Loop %loop: max backedge-taken count is 6
28 ; CHECK: Loop %loop: Unpredictable backedge-taken count.
29 ; CHECK: Loop %loop: Unpredictable max backedge-taken count.
44 ; CHECK: Loop %loop: backedge-taken count is (-2 + (2 smax %n))
45 ; CHECK: Loop %loop: max backedge-taken count is 5
60 ; CHECK: Loop %loop: Unpredictable backedge-taken count.
61 ; CHECK: Loop %loop: Unpredictable max backedge-taken count.
76 ; CHECK: Loop %loop: backedge-taken count is (-1 + (-1 * %x) + ((1 + %x) smax %n))
77 ; CHECK: Loop %loop: max backedge-taken count is -
    [all...]
  /external/llvm/test/CodeGen/X86/
tail-dup-addr.ll 3 ; Test that we don't drop a block that has its address taken.
5 ; CHECK: Ltmp0: ## Block address taken
6 ; CHECK: Ltmp1: ## Block address taken
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.def 32 HITRATE is the probability that edge predicted by predictor as taken
33 will be really taken (so it should be always above
50 /* Mark unconditional jump as taken. */
68 /* Branch containing goto is probably not taken. */
79 /* Loopback edge is taken. */
83 /* Edge causing loop to terminate is probably not taken. */
99 /* Branch guarding call is probably taken. */
102 /* Branch causing function to terminate is probably not taken. */
105 /* Branch containing goto is probably not taken. */
108 /* Branch ending with return constant is probably not taken. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.def 32 HITRATE is the probability that edge predicted by predictor as taken
33 will be really taken (so it should be always above
50 /* Mark unconditional jump as taken. */
68 /* Branch containing goto is probably not taken. */
79 /* Loopback edge is taken. */
83 /* Edge causing loop to terminate is probably not taken. */
99 /* Branch guarding call is probably taken. */
102 /* Branch causing function to terminate is probably not taken. */
105 /* Branch containing goto is probably not taken. */
108 /* Branch ending with return constant is probably not taken. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.def 32 HITRATE is the probability that edge predicted by predictor as taken
33 will be really taken (so it should be always above
50 /* Mark unconditional jump as taken. */
68 /* Branch containing goto is probably not taken. */
79 /* Loopback edge is taken. */
83 /* Edge causing loop to terminate is probably not taken. */
99 /* Branch guarding call is probably taken. */
102 /* Branch causing function to terminate is probably not taken. */
105 /* Branch containing goto is probably not taken. */
108 /* Branch ending with return constant is probably not taken. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.def 32 HITRATE is the probability that edge predicted by predictor as taken
33 will be really taken (so it should be always above
50 /* Mark unconditional jump as taken. */
68 /* Branch containing goto is probably not taken. */
79 /* Loopback edge is taken. */
83 /* Edge causing loop to terminate is probably not taken. */
99 /* Branch guarding call is probably taken. */
102 /* Branch causing function to terminate is probably not taken. */
105 /* Branch containing goto is probably not taken. */
108 /* Branch ending with return constant is probably not taken. *
    [all...]
  /external/chromium_org/chrome/common/
thumbnail_score.h 38 // The score should only be used for comparing two thumbnails taken from
46 // Whether the thumbnail was taken with height greater than
53 // Whether this thumbnail was taken while the renderer was
60 // Whether this thumbnail was taken after load was completed.
61 // Thumbnails taken while page loading may only contain partial
65 // Record the time when a thumbnail was taken. This is used to make
70 // taken at. When a thumbnail is taken, this will always be the redirect
75 // this value so the distance from the destination can be taken into account
98 // If a thumbnail is taken with the aspect ratio greater than or equal t
    [all...]
  /external/chromium_org/media/base/
audio_buffer_queue.cc 62 int taken = InternalRead(frames, true, 0, 0, NULL); local
63 DCHECK_EQ(taken, frames);
72 int taken = 0; local
77 while (taken < frames) {
98 int copied = std::min(frames - taken, remaining_frames_in_buffer);
103 copied, current_buffer_offset, dest_frame_offset + taken, dest);
108 taken += copied;
135 // Update the appropriate values since |taken| frames have been copied out.
136 frames_ -= taken;
149 return taken;
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 45 X0<i> x0a; // expected-error {{must have its address taken}}
49 X0<ki> x0c; // expected-error {{must have its address taken}} expected-warning {{internal linkage is a C++11 extension}}
61 X2<&i> x2a_addr; // expected-error {{address taken}}
63 X2<&iarr> x2b_addr; // expected-error {{address taken}}
66 X2k<&ki> x2kc_addr; // expected-error {{address taken}} expected-warning {{internal linkage is a C++11 extension}}
69 X3<&f> x3a_addr; // expected-error {{address taken}}
71 X3<&f_tmpl> x3b_addr; // expected-error {{address taken}}
73 X3<&f_tmpl<int> > x3c_addr; // expected-error {{address taken}}
75 X3<&f_internal> x3d_addr; // expected-error {{address taken}} expected-warning {{internal linkage is a C++11 extension}}
94 X0<iptr> x0b; // expected-error{{non-type template argument for template parameter of pointer type 'int *' must have its address taken}}
    [all...]
  /external/chromium/chrome/common/
thumbnail_score.h 40 // Whether the thumbnail was taken with height greater then
46 // Whether this thumbnail was taken while the renderer was
53 // Record the time when a thumbnail was taken. This is used to make
58 // taken at. When a thumbnail is taken, this will always be the redirect
63 // this value so the distance from the destination can be taken into account

Completed in 1137 milliseconds

12 3 4 5 6 7 8 91011>>