OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur1
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py
39
self.
cur1
= self.con1.cursor()
45
self.
cur1
.close()
57
self.
cur1
.execute("create table test(i)")
58
self.
cur1
.execute("insert into test(i) values (5)")
59
self.
cur1
.execute("create table test2(j)")
65
self.
cur1
.execute("create table test(i)")
66
self.
cur1
.execute("insert into test(i) values (5)")
72
self.
cur1
.execute("create table test(i)")
73
self.
cur1
.execute("insert into test(i) values (5)")
75
self.
cur1
.execute("update test set i=6"
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py
39
self.
cur1
= self.con1.cursor()
45
self.
cur1
.close()
57
self.
cur1
.execute("create table test(i)")
58
self.
cur1
.execute("insert into test(i) values (5)")
59
self.
cur1
.execute("create table test2(j)")
65
self.
cur1
.execute("create table test(i)")
66
self.
cur1
.execute("insert into test(i) values (5)")
72
self.
cur1
.execute("create table test(i)")
73
self.
cur1
.execute("insert into test(i) values (5)")
75
self.
cur1
.execute("update test set i=6"
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp
536
Int
cur1
, cur2, prev1, prev2;
local
543
cur1
= curInt[1]; /* load cur[4..7] */
559
tmp = prev1 ^
cur1
;
560
cur1
= prev1 -
cur1
;
561
tmp = tmp ^
cur1
; /* (^)^(-) last bit is one if carry */
563
if (
cur1
< 0) tmp = tmp | 0x80000000; /* corcurt sign of first byte */
565
cur1
=
cur1
+ (tmp >> 7); /* negative bytes is added with 0xFF, -1 */
566
cur1
= cur1 ^(tmp >> 7); /* take absolute by inverting bits (EOR) *
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java
135
Box
cur1
= bxs1.next();
local
139
cur1
.getBox(Channels.newChannel(baos1));
142
ase.addBox(
cur1
);
144
if (ESDescriptorBox.TYPE.equals(
cur1
.getType()) && ESDescriptorBox.TYPE.equals(cur2.getType())) {
145
ESDescriptorBox esdsBox1 = (ESDescriptorBox)
cur1
;
221
ase.addBox(
cur1
);
/external/jpeg/
jquant2.c
955
register LOCFSERROR cur0,
cur1
, cur2; \/* current error or pixel value *\/
local
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant2.c
955
register LOCFSERROR cur0,
cur1
, cur2; \/* current error or pixel value *\/
local
[
all
...]
Completed in 1418 milliseconds