/external/webkit/Source/WebKit/win/ |
MarshallingHelpers.cpp | 226 long lBound=0, uBound=-1; 227 HRESULT hr = ::SafeArrayGetLBound(inArray, 1, &lBound); 230 long len = (SUCCEEDED(hr)) ? (uBound-lBound+1) : 0; 234 for (; lBound <= uBound; lBound++) { 236 hr = ::SafeArrayGetElement(inArray, &lBound, &str); 237 items[lBound] = BSTRToCFStringRef(str); 249 long lBound=0, uBound=-1; 250 HRESULT hr = ::SafeArrayGetLBound(inArray, 1, &lBound); 253 long len = (SUCCEEDED(hr)) ? (uBound-lBound+1) : 0 [all...] |
/external/opencv/cv/src/ |
cvcondens.cpp | 235 float *LBound; 255 LBound = lowerBound->data.fl; 261 LBound[i], 278 (LBound[i] - UBound[i]) / 5, 279 (UBound[i] - LBound[i]) / 5,
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
freebasic.php | 62 "instr", "int", "integer", "is", "kill", "lbound", "lcase", "left", "len",
|
vb.php | 68 'Input', 'Integer', 'Is', 'LBound', 'Let', 'Lib', 'Like',
|
asp.php | 76 'MoveNext', 'LBound', 'UBound', 'Transfer', 'Open', 'Close', 'MapPath', 'FileExists', 'OpenTextFile', 'ReadAll'
|
fortran.php | 82 'int','intrup','invalop','ior','iostat_msg','ishft','ishftc','lbound',
|
lotusscript.php | 76 'LeftB$', 'Left', 'Left$', 'LCase', 'LCase$', 'LBound', 'Kill',
|
qbasic.php | 80 'KEY', 'KILL', 'LBOUND', 'LCASE$', 'LEFT$', 'LEN', 'LET', 'LINE', 'LIST', 'LOC',
|
sdlbasic.php | 51 'next', 'to', 'dim', 'shared', 'common', 'lbound', 'bound',
|
vbnet.php | 108 'ISERROR', 'ISNULL', 'ISNUMERIC', 'ISOBJECT', 'JOIN', 'LBOUND', 'LCASE', 'LCASE$',
|
sas.php | 84 'LAG','LBOUND','LEFT','LENGTH','LGAMMA','LIBNAME','LIBREF','LOG10',
|
thinbasic.php | 125 'LBOUND','LABEL','KILL','JOIN$','ITERATE','ISWINDOW','ISUNICODE','ISTRUE', [all...] |
/external/guava/guava/src/com/google/common/collect/ |
GeneralRange.java | 149 T lbound = lowerEndpoint; local 150 int cmp = comparator.compare(t, lbound);
|
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/prebuilts/devtools/tools/lib/ |
guava-13.0.1.jar | |
/prebuilts/tools/common/guava-tools/ |
guava-13.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/ |
guava-13.0.1.jar | |