HomeSort by relevance Sort by last modified time
    Searched refs:nb (Results 26 - 50 of 425) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/boringssl/src/crypto/fipsmodule/bn/asm/
co-586.pl 23 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
40 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 0; # laod next b
41 &mov("edx",&DWP(($nb)*4,$b,"",0)) if $pos == 1; # laod next b
51 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
70 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
80 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
106 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos <= 1) && ($na != $nb);
164 $nb=($bi+1)
    [all...]
  /external/ltp/testcases/kernel/input/
input05.c 96 int nb; local
98 for (nb = 0; nb < NB_TEST; ++nb) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
ImUtil.h 25 register int nb);
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
NodeBuilderTest.java 73 Node.Builder<Integer> nb = m.apply(l.size()); local
74 nb.begin(l.size());
76 nb.accept(i);
78 nb.end();
80 Node<Integer> n = nb.build();
118 Node.Builder.OfInt nb = m.apply(l.size()); local
119 nb.begin(l.size());
121 nb.accept((int) i);
123 nb.end();
125 Node.OfInt n = nb.build()
168 Node.Builder.OfLong nb = m.apply(l.size()); local
218 Node.Builder.OfDouble nb = m.apply(l.size()); local
    [all...]
  /system/bt/embdrv/g722/
g722_encode.cc 364 wd = (s->band[0].nb*127) >> 7;
365 s->band[0].nb = wd + wl[il4];
366 if (s->band[0].nb < 0)
367 s->band[0].nb = 0;
368 else if (s->band[0].nb > 18432)
369 s->band[0].nb = 18432;
372 wd1 = (s->band[0].nb >> 6) & 31;
373 wd2 = 8 - (s->band[0].nb >> 11);
379 int nb; local
396 wd = (s->band[1].nb*127) >> 7
    [all...]
  /external/pdfium/third_party/agg23/
agg_path_storage.h 95 unsigned nb = idx >> block_shift; local
96 const float* pv = m_coord_blocks[nb] + ((idx & block_mask) << 1);
99 return m_cmd_blocks[nb][idx & block_mask];
114 void allocate_block(unsigned nb);
147 unsigned nb = m_total_vertices >> block_shift; local
148 if(nb >= m_total_blocks) {
149 allocate_block(nb);
151 *xy_ptr = m_coord_blocks[nb] + ((m_total_vertices & block_mask) << 1);
152 return m_cmd_blocks[nb] + (m_total_vertices & block_mask);
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 510 nir_local_variable_create(b->nb.impl, type->type, "phi");
533 b->nb.cursor = nir_after_instr(&pred->end_nop->instr);
549 nir_store_var(&b->nb, switch_fall_var, nir_imm_int(&b->nb, NIR_FALSE), 1);
555 nir_jump(&b->nb, nir_jump_break);
558 nir_jump(&b->nb, nir_jump_continue);
561 nir_jump(&b->nb, nir_jump_return);
565 nir_intrinsic_instr_create(b->nb.shader, nir_intrinsic_discard);
566 nir_builder_instr_insert(&b->nb, &discard->instr);
593 block->end_nop = nir_intrinsic_instr_create(b->nb.shader
    [all...]
  /external/python/cpython2/Demo/tix/samples/
NoteBook.py 37 nb = Tix.NoteBook(w, name='nb', ipadx=6, ipady=6)
38 nb['bg'] = 'gray'
39 nb.nbframe['backpagecolor'] = 'gray'
45 nb.add('hard_disk', label="Hard Disk", underline=0)
46 nb.add('network', label="Network", underline=0)
48 nb.pack(expand=1, fill=Tix.BOTH, padx=5, pady=5 ,side=Tix.TOP)
56 tab=nb.hard_disk
80 tab = nb.network
  /external/tensorflow/tensorflow/core/graph/
mkl_layout_pass.cc 1825 CopyAttrsConv2D(const_cast<const Node*>(pred), &nb); local
1981 ri->copy_attrs(const_cast<const Node*>(orig_node), &nb); local
    [all...]
  /external/speex/libspeex/
lsp.h 56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.java 69 Notification.Builder nb = null; local
72 nb = noti.getNotification1(title, getString(R.string.primary1_body));
76 nb = noti.getNotification1(title, getString(R.string.primary2_body));
80 nb = noti.getNotification2(title, getString(R.string.secondary1_body));
84 nb = noti.getNotification2(title, getString(R.string.secondary2_body));
87 if (nb != null) {
88 noti.notify(id, nb);
  /developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.java 69 Notification.Builder nb = null; local
72 nb = noti.getNotification1(title, getString(R.string.primary1_body));
76 nb = noti.getNotification1(title, getString(R.string.primary2_body));
80 nb = noti.getNotification2(title, getString(R.string.secondary1_body));
84 nb = noti.getNotification2(title, getString(R.string.secondary2_body));
87 if (nb != null) {
88 noti.notify(id, nb);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
2-3.c 54 for (_nch = 0; _nch < children.nb; _nch++) \
62 for (_nch = 0; _nch < children.nb; _nch++) \
163 int nb; member in struct:__anon28582
437 for (children.nb = 0; children.nb < NCHILDREN; children.nb++) {
441 (children.ch[children.nb].t),
447 children.ch[children.nb].p = fork();
448 if (children.ch[children.nb].p == 0) {
452 if (children.ch[children.nb].p == -1)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
unzip_nacl.go 24 nb uint
34 for f.nb < 1+2 {
43 f.nb -= 1 + 2
69 for f.nb < 5+5+4 {
80 f.nb -= 5 + 5 + 4
84 for f.nb < 3 {
91 f.nb -= 3
116 var nb uint
124 nb = 2
132 nb =
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
unzip_nacl.go 24 nb uint
34 for f.nb < 1+2 {
43 f.nb -= 1 + 2
69 for f.nb < 5+5+4 {
80 f.nb -= 5 + 5 + 4
84 for f.nb < 3 {
91 f.nb -= 3
116 var nb uint
124 nb = 2
132 nb =
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
LinuxUserDefinedFileAttributeView.java 166 NativeBuffer nb; local
169 nb = null;
173 nb = NativeBuffers.getNativeBuffer(rem);
174 address = nb.address();
190 if (nb != null) {
209 if (nb != null)
210 nb.release();
224 NativeBuffer nb; local
227 nb = null;
231 nb = NativeBuffers.getNativeBuffer(rem)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mimetools.py 33 nb = mimetools.choose_boundary()
34 self.assertNotIn(nb, s)
35 s.add(nb)
  /external/python/cpython2/Lib/test/
test_mimetools.py 33 nb = mimetools.choose_boundary()
34 self.assertNotIn(nb, s)
35 s.add(nb)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mimetools.py 33 nb = mimetools.choose_boundary()
34 self.assertNotIn(nb, s)
35 s.add(nb)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mimetools.py 33 nb = mimetools.choose_boundary()
34 self.assertNotIn(nb, s)
35 s.add(nb)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 33 nb = mimetools.choose_boundary()
34 self.assertNotIn(nb, s)
35 s.add(nb)

Completed in 642 milliseconds

12 3 4 5 6 7 8 91011>>