Searched refs:fn (Results 226 - 250 of 687) sorted by relevance

1234567891011>>

/external/chromium_org/ui/gl/
H A Dgl_implementation_android.cc78 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
79 ::gfx::g_driver_gl.fn.glDepthRangeFn = MarshalDepthRangeToDepthRangef;
H A Dgl_bindings.h282 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/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc1789 void Assembler::fmov(Register rd, FPRegister fn) { argument
1790 DCHECK(rd.SizeInBits() == fn.SizeInBits());
1792 Emit(op | Rd(rd) | Rn(fn));
1803 void Assembler::fmov(FPRegister fd, FPRegister fn) { argument
1804 DCHECK(fd.SizeInBits() == fn.SizeInBits());
1805 Emit(FPType(fd) | FMOV | Rd(fd) | Rn(fn));
1810 const FPRegister& fn,
1812 FPDataProcessing2Source(fd, fn, fm, FADD);
1817 const FPRegister& fn,
1819 FPDataProcessing2Source(fd, fn, f
1809 fadd(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) argument
1816 fsub(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) argument
1823 fmul(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) argument
1830 fmadd(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, const FPRegister& fa) argument
1838 fmsub(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, const FPRegister& fa) argument
1846 fnmadd(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, const FPRegister& fa) argument
1854 fnmsub(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, const FPRegister& fa) argument
1862 fdiv(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) argument
1869 fmax(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) argument
1876 fmaxnm(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) argument
1883 fmin(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) argument
1890 fminnm(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm) argument
1897 fabs(const FPRegister& fd, const FPRegister& fn) argument
1904 fneg(const FPRegister& fd, const FPRegister& fn) argument
1911 fsqrt(const FPRegister& fd, const FPRegister& fn) argument
1918 frinta(const FPRegister& fd, const FPRegister& fn) argument
1925 frintm(const FPRegister& fd, const FPRegister& fn) argument
1932 frintn(const FPRegister& fd, const FPRegister& fn) argument
1939 frintz(const FPRegister& fd, const FPRegister& fn) argument
1946 fcmp(const FPRegister& fn, const FPRegister& fm) argument
1953 fcmp(const FPRegister& fn, double value) argument
1964 fccmp(const FPRegister& fn, const FPRegister& fm, StatusFlags nzcv, Condition cond) argument
1973 fcsel(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, Condition cond) argument
1983 FPConvertToInt(const Register& rd, const FPRegister& fn, FPIntegerConvertOp op) argument
1990 fcvt(const FPRegister& fd, const FPRegister& fn) argument
2004 fcvtau(const Register& rd, const FPRegister& fn) argument
2009 fcvtas(const Register& rd, const FPRegister& fn) argument
2014 fcvtmu(const Register& rd, const FPRegister& fn) argument
2019 fcvtms(const Register& rd, const FPRegister& fn) argument
2024 fcvtnu(const Register& rd, const FPRegister& fn) argument
2029 fcvtns(const Register& rd, const FPRegister& fn) argument
2034 fcvtzu(const Register& rd, const FPRegister& fn) argument
2039 fcvtzs(const Register& rd, const FPRegister& fn) argument
2335 FPDataProcessing1Source(const FPRegister& fd, const FPRegister& fn, FPDataProcessing1SourceOp op) argument
2342 FPDataProcessing2Source(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, FPDataProcessing2SourceOp op) argument
2352 FPDataProcessing3Source(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm, const FPRegister& fa, FPDataProcessing3SourceOp op) argument
[all...]
H A Dassembler-arm64.h1587 void fmov(Register rd, FPRegister fn);
1593 void fmov(FPRegister fd, FPRegister fn);
1596 void fadd(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm);
1599 void fsub(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm);
1602 void fmul(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm);
1606 const FPRegister& fn,
1612 const FPRegister& fn,
1618 const FPRegister& fn,
1624 const FPRegister& fn,
1629 void fdiv(const FPRegister& fd, const FPRegister& fn, cons
[all...]
H A Dmacro-assembler-arm64.h349 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,
363 inline void Fcvt(const FPRegister& fd, const FPRegister& fn);
364 inline void Fcvtas(const Register& rd, const FPRegister& fn);
365 inline void Fcvtau(const Register& rd, const FPRegister& fn);
366 inline void Fcvtms(const Register& rd, const FPRegister& fn);
[all...]
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp91 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { argument
94 const IdentifierInfo *ident = fn->getIdentifier();
/external/genext2fs/
H A Dtest-mount.sh39 /sbin/e2fsck -fn ext2.img || fail
59 /sbin/e2fsck -fn ext2.img || fail
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dutimer.h65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){
90 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
114 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error);
258 * @param fn The funtion to be executed
259 * @param param Parameters to be passed to the fn
265 FuntionToBeTimed fn,
272 fn(param);
263 utimer_loopUntilDone(double thresholdTimeVal, int32_t* loopCount, FuntionToBeTimed fn, void* param) argument
/external/okhttp/website/static/
H A Djquery-maven-artifact.min.js7 */(function(e){function n(e,t){var n=e.groupId.replace(/\./g,"/"),r="http://repo1.maven.org/maven2/"+n+"/"+e.artifactId+"/"+t+"/"+e.artifactId+"-"+t;return typeof e.classifier!="undefined"&&(r+="-"+e.classifier),r+="."+e.packaging,r}function r(e){var t={groupId:"g",artifactId:"a",packaging:"p",classifier:"l"},n="";for(var r in t)t.hasOwnProperty(r)&&e.hasOwnProperty(r)&&(n!==""&&(n+="+AND+"),n+=t[r]+':"'+e[r]+'"');return n}var t={packaging:"jar"};e.fn.artifactVersion=function(i,s){if(typeof i=="undefined"){alert("Error: config object is required.");return}if(typeof s=="undefined"){alert("Error: callback function required.");return}var i=e.extend({},t,i),o="http://search.maven.org/solrsearch/select/?q="+r(i)+"&wt=json&json.wrf=?";e.getJSON(o,function(e){var t=e.response.docs;if(t.length==0)return;var r=t[0].latestVersion||t[0].v,o=n(i,r);s(r,o)})},e.fn.artifactVersions=function(i,s){if(typeof i=="undefined"){alert("Error: config object is required." (…)
/external/chromium_org/chrome/test/nacl_test_injection/
H A Dbuildbot_chrome_nacl_stage.py25 def TryToCleanContents(path, file_name_filter=lambda fn: True):
31 for fn in os.listdir(path):
32 TryToCleanPath(os.path.join(path, fn), file_name_filter)
36 def TryToCleanPath(path, file_name_filter=lambda fn: True):
62 file_name_filter = lambda fn: file_name_re.search(fn) is not None
/external/chromium_org/remoting/webapp/
H A Dbase.js345 * Add a listener |fn| to listen to |type| event.
347 * @param {function(?=):void} fn
349 addEventListener: function(type, fn) {
350 base.debug.assert(typeof fn == 'function');
354 listeners.push(fn);
358 * Remove the listener |fn| from the event source.
360 * @param {function(?=):void} fn
362 removeEventListener: function(type, fn) {
363 base.debug.assert(typeof fn == 'function');
370 if (listener == fn) {
[all...]
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp88 Func fn; member in class:CmdKeyGen
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t) argument
97 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){}
103 (this->*fn)(i);
137 Func fn; member in class:CmdIter
141 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t) argument
142 :count(count), data(data), fn(fn){
157 (this->*fn)(statu
186 Func fn; member in class:CmdIterAll
344 Func fn; member in struct:CmdQsort
351 CmdQsort(UErrorCode & status,void *theBase, int32_t num, int32_t width, Func fn, int32_t,int32_t) argument
401 Func fn; member in class:CmdBinSearch
404 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dmem_ops.h50 #define mem_ops_wrap_symbol(fn) mem_ops_wrap_symbol2(fn, MEM_VALUE_T)
52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ)
54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp88 Func fn; member in class:CmdKeyGen
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t) argument
97 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){}
103 (this->*fn)(i);
137 Func fn; member in class:CmdIter
141 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t) argument
142 :count(count), data(data), fn(fn){
157 (this->*fn)(statu
186 Func fn; member in class:CmdIterAll
344 Func fn; member in struct:CmdQsort
351 CmdQsort(UErrorCode & status,void *theBase, int32_t num, int32_t width, Func fn, int32_t,int32_t) argument
401 Func fn; member in class:CmdBinSearch
404 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn) argument
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dmem_ops.h50 #define mem_ops_wrap_symbol(fn) mem_ops_wrap_symbol2(fn, MEM_VALUE_T)
52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ)
54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ
/external/vixl/test/
H A Dtest-simulator-a64.cc152 const FPRegister& fn);
154 const FPRegister& fn,
157 const FPRegister& fn,
160 typedef void (MacroAssembler::*TestFPCmpHelper_t)(const FPRegister& fn,
162 typedef void (MacroAssembler::*TestFPCmpZeroHelper_t)(const FPRegister& fn,
165 const FPRegister& fn);
194 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
202 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, n_index_shift));
204 (masm.*helper)(fd, fn);
297 FPRegister fn local
415 FPRegister fn = double_op ? d1 : s1; local
546 FPRegister fn = double_op ? d1 : s1; local
671 FPRegister fn = double_op ? d1 : s1; local
784 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
[all...]
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c90 writeout_fn fn; member in struct:writeout_fn_node
103 flush_fn fn; member in struct:flush_fn_node
498 void llvm_register_writeout_function(writeout_fn fn) { argument
500 new_node->fn = fn;
515 curr->fn();
530 void llvm_register_flush_function(flush_fn fn) { argument
532 new_node->fn = fn;
547 curr->fn();
[all...]
/external/valgrind/main/callgrind/
H A Ddebug.c65 VG_(printf)("%s", cxt->fn[0]->name);
69 VG_(printf)("'%s", cxt->fn[i]->name);
83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number);
84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions);
277 ce->nonskipped->cxt->fn[0]->name);
313 obj = bbcc->cxt->fn[0]->file->obj;
317 if (VG_(strcmp)(bbcc->cxt->fn[0]->file->name, "???") !=0) {
318 VG_(printf)(" %s", bbcc->cxt->fn[0]->file->name);
319 if ((bbcc->cxt->fn[0] == bbcc->bb->fn)
[all...]
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h35 QuickCheckFn fn; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
78 fn = func;
88 fn = func;
107 NormFn fn; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(line
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h35 QuickCheckFn fn; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
78 fn = func;
88 fn = func;
107 NormFn fn; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(line
[all...]
/external/openssl/crypto/objects/
H A Do_names.c265 void (*fn)(const OBJ_NAME *,void *arg); member in struct:doall
272 d->fn(name,d->arg);
277 void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),void *arg)
282 d.fn=fn;
314 void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
328 fn(d.names[n],arg);
/external/vixl/src/a64/
H A Dassembler-a64.h1240 void fmov(const Register& rd, const FPRegister& fn);
1246 void fmov(const FPRegister& fd, const FPRegister& fn);
1249 void fadd(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm);
1252 void fsub(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm);
1255 void fmul(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm);
1259 const FPRegister& fn,
1265 const FPRegister& fn,
1271 const FPRegister& fn,
1277 const FPRegister& fn,
1282 void fdiv(const FPRegister& fd, const FPRegister& fn, cons
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duhash.h240 * @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...]
/external/icu/icu4c/source/common/
H A Duhash.h240 * @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...]
/external/pcre/dist/
H A Dpcregrep.c525 free_file_chain(fnstr *fn) argument
527 while (fn != NULL)
529 fnstr *f = fn;
530 fn = f->next;
2598 fnstr *fn; local
2886 fn = (fnstr *)malloc(sizeof(fnstr));
2887 if (fn == NULL)
2892 fn->next = NULL;
2893 fn->name = option_data;
2895 *(fd->anchor) = fn;
[all...]

Completed in 2558 milliseconds

1234567891011>>