Home
last modified time | relevance | path

Searched defs:fix (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/v8/test/mjsunit/harmony/
Dproxies-hash.js43 function TestSet(construct, fix) { argument
47 function TestSet2(construct, fix, create) { argument
48 var handler = {fix: function() { return {} }} method
80 function TestMap(construct, fix) { argument
84 function TestMap2(construct, fix, create) { argument
85 var handler = {fix: function() { return {} }} method
Dproxies-function.js316 fix: function() { return { prototype: { value: prototype } }; }, method
325 fix: function() { return { length: { value: 2 } } }, method
476 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} }, method
478 TestConstructThrow2(Proxy.createFunction({ fix: function() {return {};} }, method
501 var handler = { fix: function() { return {} } } method
Dproxies.js1879 fix: function() { return {} } method
1883 fix: function() { method
1895 fix: function() { return this.fix2() }, method
1902 get fix() { getter
1912 fix: function() { return {} } method
1918 fix: function() { return {length: {value: 3}} } method
1924 fix: function() { return {length: {value: "huh"}} } method
1947 fix: function() { throw "myexn" } method
1951 fix: function() { return this.fix2() }, method
1956 get fix() { throw "myexn" } getter
[all …]
/external/srec/tools/grxmlcompile/
Dsub_min.cpp65 int fix, six, fnxt, snxt, tof, tos, count; in EquivalenceTestForward() local
184 int fix, six, firstId, secondId, vertEnd; in DeterminizeAtVertex() local
260 int fix, six, fmiss, smiss, nmatch, symTst, newId; in PairwiseDeterminize() local
359 int fix, six, symTst, numStart; in MergeVertices() local
Dsub_phon.cpp210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count; in ExpandIntraWordSilence() local
/external/javassist/src/main/javassist/
DClassMap.java143 public void fix(CtClass clazz) { in fix() method in ClassMap
150 public void fix(String name) { in fix() method in ClassMap
/external/deqp/scripts/
Dcheck_include_guards.py85 fix = options.fix variable
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dre.h16 struct CharPtn *fix; member
21 CharPtn *fix; member
/external/e2fsprogs/e2fsck/
Dpass3.c356 ext2_ino_t e2fsck_get_lost_and_found(e2fsck_t ctx, int fix) in e2fsck_get_lost_and_found()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp621 #define fix(x, n) (int)((x)*(1 << (n)) + .5) macro
/external/valgrind/main/helgrind/
Dlibhb_core.c807 UInt fix = (UInt)lineZ->dict[1]; in find_ZF_for_reading() local
845 UInt fix = (UInt)lineZ->dict[1]; in find_Z_for_writing() local
1276 Word zix, fix, csvalsUsed; in cacheline_wback() local
/external/opencv/cv/src/
Dcvcolor.cpp471 #define fix(x,n) (int)((x)*(1 << (n)) + 0.5) macro
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Djquery-1.6.4.js3256 }, function( orig, fix ) { argument
3433 jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js2883 }, function( orig, fix ){ argument
Dconcat-jquery-mootools-prototype.js2883 }, function( orig, fix ){ argument
/external/qemu-pc-bios/bochs/bios/
Drombios32.c565 int i, vcnt, fix, wc; in setup_mtrr() local
/external/chromium_org/third_party/flot/
Djquery.min.js2 …H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute… argument
/external/libpng/contrib/libtests/
Dpngvalid.c199 fix(double d) in fix() function