HomeSort by relevance Sort by last modified time
    Searched full:pathsize (Results 1 - 14 of 14) sorted by null

  /external/zopfli/src/zopfli/
squeeze.c 314 unsigned short** path, size_t* pathsize) {
318 ZOPFLI_APPEND_DATA(length_array[index], path, pathsize);
327 for (index = 0; index < *pathsize / 2; index++) {
329 (*path)[index] = (*path)[*pathsize - index - 1];
330 (*path)[*pathsize - index - 1] = temp;
336 unsigned short* path, size_t pathsize,
356 for (i = 0; i < pathsize; i++) {
423 pathsize: pointer to the size of the dynamic path array
433 unsigned short** path, size_t* pathsize,
440 *pathsize = 0
455 size_t pathsize = 0; local
532 size_t pathsize = 0; local
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 589 unsigned PathSize = (BasePath ? BasePath->size() : 0);
591 + PathSize * sizeof(CXXBaseSpecifier*));
593 new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
595 if (PathSize) E->setCastPath(*BasePath);
600 unsigned PathSize) {
602 C.Allocate(sizeof(CXXStaticCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
603 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
614 unsigned PathSize = (BasePath ? BasePath->size() : 0);
616 + PathSize * sizeof(CXXBaseSpecifier*));
618 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L
    [all...]
Expr.cpp     [all...]
  /system/core/fingerprintd/
IFingerprintDaemon.cpp 154 const ssize_t pathSize = data.readInt32();
155 const uint8_t* path = static_cast<const uint8_t *>(data.readInplace(pathSize));
156 const int32_t ret = setActiveGroup(group, path, pathSize);
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 185 const int pathSize = env->GetArrayLength(path);
187 if (pathSize >= PATH_MAX) {
192 memcpy(path_name, pathData, pathSize);
  /libcore/ojluni/src/main/native/
java_props_md.c 378 int pathSize = confstr(_CS_DARWIN_USER_TEMP_DIR, tmp_path, PATH_MAX);
379 if (pathSize > 0 && pathSize <= PATH_MAX) {
  /external/clang/include/clang/AST/
ExprCXX.h 195 CastKind kind, Expr *op, unsigned PathSize,
199 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
202 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
203 : ExplicitCastExpr(SC, Shell, PathSize) { }
240 unsigned pathSize, TypeSourceInfo *writtenTy,
243 : CXXNamedCastExpr(CXXStaticCastExprClass, ty, vk, kind, op, pathSize,
246 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
247 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
257 unsigned PathSize);
271 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy
    [all...]
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterDecl.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java     [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 444 public int pathSize() {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 1817 milliseconds