OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawLength
(Results
1 - 12
of
12
) sorted by null
/system/netd/server/
NetdConstants.cpp
182
int
rawLength
;
190
rawLength
= 4;
199
rawLength
= 16;
208
if (
rawLength
> size) {
214
memcpy(address, rawAddress,
rawLength
);
217
return
rawLength
;
RouteController.cpp
358
int
rawLength
= parsePrefix(destination, &family, rawAddress, sizeof(rawAddress),
360
if (
rawLength
< 0) {
361
ALOGE("parsePrefix failed for destination %s (%s)", destination, strerror(-
rawLength
));
362
return
rawLength
;
365
if (static_cast<size_t>(
rawLength
) > sizeof(rawAddress)) {
366
ALOGE("impossible! address too long (%d vs %zu)",
rawLength
, sizeof(rawAddress));
411
rtattr rtaDst = { U16_RTA_LENGTH(
rawLength
), RTA_DST };
412
rtattr rtaGateway = { U16_RTA_LENGTH(
rawLength
), RTA_GATEWAY };
420
{ rawAddress, static_cast<size_t>(
rawLength
) },
424
{ rawNexthop, nexthop ? static_cast<size_t>(
rawLength
) : 0 }
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationUtils.java
176
int
rawLength
= raw.length();
179
for (int at = 0; at <
rawLength
; /*at*/) {
184
while (endAt <
rawLength
) {
196
while (endAt <
rawLength
) {
/dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java
175
int
rawLength
= raw.length();
178
for (int at = 0; at <
rawLength
; /*at*/) {
183
while (endAt <
rawLength
) {
195
while (endAt <
rawLength
) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationUtils.java
174
int
rawLength
= raw.length();
177
for (int at = 0; at <
rawLength
; /*at*/) {
182
while (endAt <
rawLength
) {
194
while (endAt <
rawLength
) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h
50
const int prevCodePoint, const float terminalDiffCost, const float
rawLength
) {
dic_node_state_scoring.h
98
void addRawLength(const float
rawLength
) {
99
mRawLength +=
rawLength
;
/external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar
/prebuilts/sdk/tools/lib/
dx.jar
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
/prebuilts/sdk/tools/
jack.jar
Completed in 242 milliseconds