/external/clang/test/SemaCXX/ |
copy-assignment.cpp | 54 B b, nb; local 75 nb = b; 76 nb = constB; // expected-error{{no viable overloaded '='}} 77 nb = convertibleToB; // expected-error{{no viable overloaded '='}} 78 nb = convertibleToBref; 79 nb = convertibleToConstB; // expected-error{{no viable overloaded '='}} 80 nb = convertibleToConstBref; // expected-error{{no viable overloaded '='}}
|
/external/valgrind/main/none/tests/ |
shorts.c | 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon28451 11 short newbot = w->nb; 33 st.nb = 31;
|
/external/iproute2/tc/ |
em_nbyte.c | 47 struct tcf_em_nbyte nb; local 49 memset(&nb, 0, sizeof(nb)); 95 nb.len = needle->len; 96 nb.layer = (__u8) layer; 97 nb.off = (__u16) offset; 100 addraw_l(n, MAX_MSG, &nb, sizeof(nb)); 111 struct tcf_em_nbyte *nb = data; local 114 if (data_len < sizeof(*nb)) { [all...] |
/device/lge/hammerhead/libsensors/ |
sensors.cpp | 277 int nb, polltime = -1; 283 nb = 0; 287 nb = ((MPLSensor*) sensor)->readEvents(data, count); 288 if (nb > 0) { 289 count -= nb; 290 nbEvents += nb; 291 data += nb; 296 nb = ((MPLSensor*) sensor)->readEvents(data, count); 297 if (nb > 0) { 298 count -= nb; [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestTangentGen.java | 118 FloatBuffer nb = BufferUtils.createFloatBuffer(3*3*3); local 119 nb.rewind(); 120 nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1}); 121 nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1}); 122 nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1}); nb.put(new float[]{0,0,1}) [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_scan.h | 85 const int16_t **scan, const int16_t **nb) { 89 *nb = vp9_row_scan_4x4_neighbors; 93 *nb = vp9_col_scan_4x4_neighbors; 97 *nb = vp9_default_scan_4x4_neighbors; 125 const int16_t **scan, const int16_t **nb) { 129 *nb = vp9_row_scan_8x8_neighbors; 133 *nb = vp9_col_scan_8x8_neighbors; 137 *nb = vp9_default_scan_8x8_neighbors; 165 const int16_t **scan, const int16_t **nb) { 169 *nb = vp9_row_scan_16x16_neighbors [all...] |
/external/tcpdump/ |
print-netbios.c | 49 netbios_print(struct p8022Hdr *nb, u_int length) 56 if (nb->flags == UI) { 62 if ((u_char *)(nb + 1) > snapend) { 68 netbios_decode(nb, (u_char *)nb + p8022Size, length - p8022Size);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
CSite.h | 59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
CSite.h | 59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
CSite.h | 59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 192 self.combo['values'] = ['a b', 'a\tb', 'a\nb'] 193 self.assertEqual(self.combo['values'], ('a b', 'a\tb', 'a\nb')) 545 self.nb = ttk.Notebook(padding=0) 548 self.nb.add(self.child1, text='a') 549 self.nb.add(self.child2, text='b') 554 self.nb.destroy() 559 self.nb.forget(0) 560 self.nb.hide(self.child2) 561 self.assertRaises(Tkinter.TclError, self.nb.tab, self.child1) 562 self.assertEqual(self.nb.index('end'), 1 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 192 self.combo['values'] = ['a b', 'a\tb', 'a\nb'] 193 self.assertEqual(self.combo['values'], ('a b', 'a\tb', 'a\nb')) 545 self.nb = ttk.Notebook(padding=0) 548 self.nb.add(self.child1, text='a') 549 self.nb.add(self.child2, text='b') 554 self.nb.destroy() 559 self.nb.forget(0) 560 self.nb.hide(self.child2) 561 self.assertRaises(Tkinter.TclError, self.nb.tab, self.child1) 562 self.assertEqual(self.nb.index('end'), 1 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
co-586.pl | 18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 35 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 0; # laod next b 36 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 1; # laod next b 46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 65 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb); 75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 101 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos <= 1) && ($na != $nb); 159 $nb=($bi+1) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/ |
comba.pl | 6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 23 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 0; # laod next b 24 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 1; # laod next b 34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 53 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb); 63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 89 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos <= 1) && ($na != $nb); 147 $nb=($bi+1) [all...] |
/external/openssl/crypto/bn/asm/ |
co-586.pl | 18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 35 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 0; # laod next b 36 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 1; # laod next b 46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 65 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb); 75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 101 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos <= 1) && ($na != $nb); 159 $nb=($bi+1) [all...] |
/external/openssl/crypto/bn/asm/x86/ |
comba.pl | 6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 23 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 0; # laod next b 24 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 1; # laod next b 34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 53 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb); 63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_; 89 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos <= 1) && ($na != $nb); 147 $nb=($bi+1) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
ImUtil.h | 26 register int nb);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
ImUtil.h | 26 register int nb);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
ImUtil.h | 26 register int nb);
|
/hardware/invensense/60xx/libsensors_iio/ |
sensors_mpl.cpp | 160 int nb, polltime = -1;
local 163 nb = poll(mPollFds, numSensorDrivers, polltime);
165 if (nb > 0) {
168 nb = 0;
181 nb = ((MPLSensor*) mSensor)->executeOnData(data, count);
182 if (nb > 0) {
183 count -= nb;
184 nbEvents += nb;
185 data += nb;
189 nb = ((MPLSensor*) mSensor)->readDmpOrientEvents(data, count); [all...] |
/external/jpeg/ |
jdhuff.h | 178 { register int nb, look; \ 183 nb = 1; goto slowlabel; \ 187 if ((nb = htbl->look_nbits[look]) != 0) { \ 188 DROP_BITS(nb); \ 191 nb = HUFF_LOOKAHEAD+1; \ 193 if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \
|
/external/qemu/distrib/jpeg-6b/ |
jdhuff.h | 178 { register int nb, look; \ 183 nb = 1; goto slowlabel; \ 187 if ((nb = htbl->look_nbits[look]) != 0) { \ 188 DROP_BITS(nb); \ 191 nb = HUFF_LOOKAHEAD+1; \ 193 if ((result=jpeg_huff_decode(&state,get_buffer,bits_left,htbl,nb)) < 0) \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
vt.h | 12 extern int register_vt_notifier(struct notifier_block *nb); 13 extern int unregister_vt_notifier(struct notifier_block *nb);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
vt.h | 12 extern int register_vt_notifier(struct notifier_block *nb); 13 extern int unregister_vt_notifier(struct notifier_block *nb);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
vt.h | 12 extern int register_vt_notifier(struct notifier_block *nb); 13 extern int unregister_vt_notifier(struct notifier_block *nb);
|