OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perline
(Results
1 - 10
of
10
) sorted by null
/external/smack/src/org/xbill/DNS/utils/
hexdump.java
35
int
perline
= (80 - prefixlen) / 3;
local
37
if (i != 0 && i %
perline
== 0) {
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestUtils.java
41
* @param
perLine
how many numbers put on single line
46
public static void printAsHex(int
perLine
,
57
if (((i + 1) %
perLine
) == 0) {
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestUtils.java
42
* @param
perLine
how many numbers put on single line
47
public static void printAsHex(int
perLine
,
58
if (((i+1)%
perLine
) == 0) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
ORAddressTest.java
37
public static void printAsHex(int
perLine
, String prefix,
46
if (((i + 1) %
perLine
) == 0) {
EDIPartyNameTest.java
39
public static void printAsHex(int
perLine
, String prefix,
48
if (((i + 1) %
perLine
) == 0) {
/external/chromium_org/third_party/sqlite/src/tool/
showwal.c
17
static int
perLine
= 16; /* HEX elements to print per line */
84
for(i=0; i<nByte; i +=
perLine
){
86
for(j=0; j<
perLine
; j++){
93
for(j=0; j<
perLine
; j++){
showdb.c
17
static int
perLine
= 16; /* HEX elements to print per line */
93
for(i=0; i<nByte; i +=
perLine
){
95
for(j=0; j<
perLine
; j++){
102
for(j=0; j<
perLine
; j++){
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.js
281
var
perLine
= wrapping && Math.max(5, cm.display.scroller.clientWidth / charWidth(cm.display) - 3);
291
return widgetsHeight + (Math.ceil(line.text.length /
perLine
) || 1) * th;
[
all
...]
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
codemirror.js
274
var
perLine
= wrapping && Math.max(5, cm.display.scroller.clientWidth / charWidth(cm.display) - 3);
284
return widgetsHeight + (Math.ceil(line.text.length /
perLine
) || 1) * th;
[
all
...]
/external/skia/experimental/webtry/res/js/cm/
codemirror.js
274
var
perLine
= wrapping && Math.max(5, cm.display.scroller.clientWidth / charWidth(cm.display) - 3);
284
return widgetsHeight + (Math.ceil(line.text.length /
perLine
) || 1) * th;
[
all
...]
Completed in 407 milliseconds