/external/vixl/src/a64/ |
assembler-a64.h | [all...] |
simulator-a64.cc | 1583 unsigned fn = instr->Rn(); local 2004 unsigned fn = instr->Rn(); local 2047 unsigned fn = instr->Rn(); local 2310 unsigned fn = instr->Rn(); local [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 472 int play_raw(const char *fg, int rate, int ch, const char *device, const char *fn) 477 if(!fn) { 481 fd = open(fn, O_RDONLY); 483 fprintf(stderr, "Aplay:aplay: cannot open '%s'\n", fn); 494 fn, get_format_desc(format), ch ); 498 int play_wav(const char *fg, int rate, int ch, const char *device, const char *fn) 505 if(!fn) { 509 fd = open(fn, O_RDONLY); 511 fprintf(stderr, "Aplay:aplay: cannot open '%s'\n", fn); 530 fprintf(stderr, "Aplay:aplay: '%s' is not a riff/wave file\n", fn); [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 359 fn = info2.filename = partition + "/" + basefilename 360 if substitute and fn in substitute and substitute[fn] is None: 363 if substitute and fn in substitute: 364 data = substitute[fn] 368 if fn.endswith("/"): 369 itemset.Get(fn[:-1], dir=True) 371 itemset.Get(fn, dir=False) 585 def output_sink(fn, data): 586 common.ZipWriteStr(output_zip, "recovery/" + fn, data [all...] |
sign_target_files_apks | 155 def write_to_temp(fn, attr, data): 156 fn = os.path.join(tmpdir, fn) 157 if fn.endswith("/"): 158 fn = os.path.join(tmpdir, fn) 159 os.mkdir(fn) 161 d = os.path.dirname(fn) 166 os.symlink(data, fn) 168 with open(fn, "wb") as f [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 234 for fn in standards: 235 if isinstance(fn, tuple): 236 alts = fn 238 for fn in alts: 239 if os.path.exists(fn): 241 self.filelist.append(fn) 248 if os.path.exists(fn): 249 self.filelist.append(fn) 251 self.warn("standard file '%s' not found" % fn)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
sdist.py | 234 for fn in standards: 235 if isinstance(fn, tuple): 236 alts = fn 238 for fn in alts: 239 if os.path.exists(fn): 241 self.filelist.append(fn) 248 if os.path.exists(fn): 249 self.filelist.append(fn) 251 self.warn("standard file '%s' not found" % fn)
|
/external/chromium_org/third_party/icu/source/common/ |
uhash.h | 240 * @param fn the function to be used hash keys; must not be NULL 244 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn); 250 * @param fn the function to be used compare keys; must not be NULL 254 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn); 260 * @param fn the function to be used compare keys; must not be NULL 264 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn); 273 * @param fn the function to be used delete keys, or NULL 277 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn); 286 * @param fn the function to be used delete values, or NULL 290 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn); [all...] |
hash.h | 68 UObjectDeleter *setValueDeleter(UObjectDeleter *fn); 150 inline UObjectDeleter *Hashtable::setValueDeleter(UObjectDeleter *fn) { 151 return uhash_setValueDeleter(hash, fn);
|
/external/chromium_org/ui/gl/ |
gl_bindings.h | 282 ProcsGL fn; member in struct:gfx::DriverGL 298 ProcsOSMESA fn; member in struct:gfx::DriverOSMESA 310 ProcsWGL fn; member in struct:gfx::DriverWGL 323 ProcsEGL fn; member in struct:gfx::DriverEGL 336 ProcsGLX fn; member in struct:gfx::DriverGLX
|
/external/icu/icu4c/source/common/ |
uhash.h | 240 * @param fn the function to be used hash keys; must not be NULL 244 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn); 250 * @param fn the function to be used compare keys; must not be NULL 254 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn); 260 * @param fn the function to be used compare keys; must not be NULL 264 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn); 273 * @param fn the function to be used delete keys, or NULL 277 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn); 286 * @param fn the function to be used delete values, or NULL 290 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn); [all...] |
hash.h | 68 UObjectDeleter *setValueDeleter(UObjectDeleter *fn); 150 inline UObjectDeleter *Hashtable::setValueDeleter(UObjectDeleter *fn) { 151 return uhash_setValueDeleter(hash, fn);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
emxccompiler.py | 270 fn = sysconfig.get_config_h_filename() 274 f = open(fn) 284 "couldn't read '%s': %s" % (fn, exc.strerror)) 289 return (CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn) 291 return (CONFIG_H_NOTOK, "'%s' does not mention '__GNUC__'" % fn)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
emxccompiler.py | 270 fn = sysconfig.get_config_h_filename() 274 f = open(fn) 284 "couldn't read '%s': %s" % (fn, exc.strerror)) 289 return (CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn) 291 return (CONFIG_H_NOTOK, "'%s' does not mention '__GNUC__'" % fn)
|
/system/core/fastboot/ |
fastboot.c | 114 char *fn; local 118 fn = "boot.img"; 120 fn = "recovery.img"; 122 fn = "system.img"; 124 fn = "vendor.img"; 126 fn = "userdata.img"; 128 fn = "cache.img"; 130 fn = "android-info.txt"; 139 "../../../target/product/%s/%s", product, fn); 149 sprintf(path, "%s/%s", dir, fn); [all...] |
/external/chromium_org/v8/src/arm64/ |
macro-assembler-arm64.h | 262 #define DECLARE_FUNCTION(FN, REGTYPE, REG, OP) \ 263 inline void FN(const REGTYPE REG, const MemOperand& addr); 271 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \ 272 inline void FN(const REGTYPE REG, const REGTYPE REG2, const MemOperand& addr); 349 inline void Fabs(const FPRegister& fd, const FPRegister& fn); 351 const FPRegister& fn, 353 inline void Fccmp(const FPRegister& fn, 357 inline void Fcmp(const FPRegister& fn, const FPRegister& fm); 358 inline void Fcmp(const FPRegister& fn, double value); 360 const FPRegister& fn, [all...] |
/external/pcre/dist/ |
pcregrep.c | 525 free_file_chain(fnstr *fn) 527 while (fn != NULL) 529 fnstr *f = fn; 530 fn = f->next; 2598 fnstr *fn; local [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 456 char fn[256]; local 466 fn[0] = 0; 467 sprintf(fn, "/sdcard/img%03d.raw", counter); 468 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777); 484 printf("Bad Write int a %s error (%d)%s\n", fn, errno, strerror(errno)); 488 __FUNCTION__, (int)buff, size, fn); 503 char fn[256]; local 510 fn[0] = 0; 511 sprintf(fn, "/sdcard/preview%03d.yuv", counter); 512 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777) 589 char fn[256]; local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_expl.c | 233 double dr, fn, r2; local 258 /* Use a specialized rint() to get fn. Assume round-to-nearest. */ 261 fn = (double)x * INV_L + 0x1.8p52 - 0x1.8p52; 263 n = irint(fn); 265 n = (int)fn; 269 r1 = x - fn * L1; 270 r2 = fn * -L2; 374 double dr, dx, fn, r2; local 437 /* Use a specialized rint() to get fn. Assume round-to-nearest. */ 438 fn = (double)x * INV_L + 0x1.8p52 - 0x1.8p52 [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 54 Func Fn; 57 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { } 59 return Fn(Checker, p1, p2, p3, p4, p5); 66 Func Fn; 69 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { } 71 return Fn(Checker, p1, p2, p3, p4) [all...] |
/external/llvm/lib/ExecutionEngine/ |
RTDyldMemoryManager.cpp | 242 #define ARM_MATH_CHECK(fn) if (Name == #fn) return (uint64_t)&fn;
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
ClassNode.java | 206 FieldNode fn = new FieldNode(access, name, desc, signature, value);
local 207 fields.add(fn);
208 return fn;
|
/external/openssl/crypto/engine/ |
tb_asnmth.c | 125 ENGINE_PKEY_ASN1_METHS_PTR fn = ENGINE_get_pkey_asn1_meths(e); local 126 if(!fn || !fn(e, &ret, NULL, nid))
|
/external/qemu/distrib/sdl-1.2.15/src/thread/ |
SDL_thread.c | 209 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread) 211 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data) 234 args->func = fn;
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BinderThreadPriorityTest.java | 98 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup"; local 100 String cgroup = FileUtils.readTextFile(new File(fn), 1024, null); 106 Log.e(TAG, "Can't read: " + fn, e);
|