OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newinfo
(Results
1 - 9
of
9
) sorted by null
/external/javassist/src/main/javassist/bytecode/
StackMapTable.java
45
StackMapTable(ConstPool cp, byte[]
newInfo
) {
46
super(cp, tag,
newInfo
);
840
byte[]
newinfo
= insertGap(info, pos, 2);
841
newinfo
[pos] = (byte)entry;
842
ByteArray.write16bit(newDelta,
newinfo
, pos + 1);
843
updatedInfo =
newinfo
;
852
byte[]
newinfo
= new byte[len + gap];
854
newinfo
[i + (i < where ? 0 : gap)] = info[i];
856
return
newinfo
;
AttributeInfo.java
161
public void set(byte[]
newinfo
) { info =
newinfo
; }
174
byte[]
newInfo
= new byte[s];
176
newInfo
[i] = srcInfo[i];
178
return new AttributeInfo(newCp, getName(),
newInfo
);
CodeAttribute.java
191
public void set(byte[]
newinfo
) {
273
void setCode(byte[]
newinfo
) { super.set(
newinfo
); }
/external/libvterm/src/
screen.c
580
static int setlineinfo(int row, const VTermLineInfo *
newinfo
, const VTermLineInfo *oldinfo, void *user)
584
if(
newinfo
->doublewidth != oldinfo->doublewidth ||
585
newinfo
->doubleheight != oldinfo->doubleheight) {
588
cell->pen.dwl =
newinfo
->doublewidth;
589
cell->pen.dhl =
newinfo
->doubleheight;
596
.end_col =
newinfo
->doublewidth ? screen->cols / 2 : screen->cols,
600
if(
newinfo
->doublewidth) {
/external/libvterm/include/
vterm.h
197
int (*setlineinfo)(int row, const VTermLineInfo *
newinfo
, const VTermLineInfo *oldinfo, void *user);
/external/mdnsresponder/mDNSCore/
uDNS.c
400
DomainAuthInfo *
newinfo
= GetAuthInfoForQuestion(m, q);
local
401
if (q->AuthInfo !=
newinfo
)
405
newinfo
?
newinfo
->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
406
q->AuthInfo =
newinfo
;
[
all
...]
/external/guice/extensions/persist/lib/
javassist.jar
/external/guice/extensions/struts2/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
Completed in 493 milliseconds