Searched
refs:code (Results
1901 -
1925 of
8676) sorted by null
<<71727374757677787980>>
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
dashboard_base.js | 7 // * Redistributions of source code must retain the above copyright 49 // FIXME: Have results.js fire off the loader and then the calling code passing in a callback 50 // for once everything is loaded and doesn't know about Loader at all. The calling code just
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itutil.cpp | 84 static void RefPlusOne(UErrorCode &code) { code=(UErrorCode)(code+1); } 85 static void PtrPlusTwo(UErrorCode *code) { *code=(UErrorCode)(*code+2); }
|
/external/chromium_org/third_party/skia/include/core/ |
SkTypes.h | 5 * Use of this source code is governed by a BSD-style license that can be 97 #define SkDEBUGCODE(code) code 106 #define SkDEBUGCODE(code) 116 #define SkDEVCODE(code) code 121 #define SkDEVCODE(code)
|
/external/chromium_org/tools/stats_viewer/ |
OpenDialog.Designer.cs | 2 // Use of this source code is governed by a BSD-style license that can be
27 #region Windows Form Designer generated code
31 /// the contents of this method with the code editor.
|
/external/chromium_org/v8/test/cctest/ |
test-hashing.cc | 6 // * Redistributions of source code must retain the above copyright 35 #include "code-stubs.h" 166 Handle<Code> code = factory->NewCode(desc, local 167 Code::ComputeFlags(Code::STUB), 169 CHECK(code->IsCode()); 171 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry()); 203 Handle<Code> code = factory->NewCode(desc local [all...] |
/external/chromium_org/v8/test/mjsunit/ |
binary-op-newspace.js | 6 // * Redistributions of source code must retain the above copyright 30 // Check that a mod where the stub code hits a failure in heap number 46 // Check that an add where the stub code hits a failure in heap number
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2326.js | 6 // * Redistributions of source code must retain the above copyright 28 // This tests that we do not share optimized code across closures that 30 // caching of optimized code kicks in.
|
regress-233.js | 6 // * Redistributions of source code must retain the above copyright 28 // See issue 233 <URL: http://code.google.com/p/v8/issues/detail?id=233 > 31 // This code shouldn't segmentation fault.
|
regress-386.js | 6 // * Redistributions of source code must retain the above copyright 29 // Test for http://code.google.com/p/v8/issues/detail?id=386 37 // a flaw in the code that handled this combination of events.
|
regress-69.js | 6 // * Redistributions of source code must retain the above copyright 31 // See issue: http://code.google.com/p/v8/issues/detail?id=69 33 // Flags: --debug-code --expose-gc
|
regress-747.js | 6 // * Redistributions of source code must retain the above copyright 30 // This test makes sure that we do flush code with heap allocated locals. 32 // See: http://code.google.com/p/v8/issues/detail?id=747
|
regress-784.js | 6 // * Redistributions of source code must retain the above copyright 28 // Test that CallApplyLazy, generating optimized code for apply calls of the 32 // See http://code.google.com/p/v8/issues/detail?id=784
|
regress-97116.js | 6 // * Redistributions of source code must retain the above copyright 30 // Check that we are not flushing code for inlined functions that 36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
|
regress-97116b.js | 6 // * Redistributions of source code must retain the above copyright 30 // Check that we are not flushing code for inlined functions that 36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
|
regress-deopt-gc.js | 6 // * Redistributions of source code must retain the above copyright 34 // Ensure that there is code objects before the code for the opt_me function.
|
regress-deopt-gcb.js | 6 // * Redistributions of source code must retain the above copyright 34 // Ensure that there is code objects before the code for the opt_me function.
|
regress-regexp-codeflush.js | 6 // * Redistributions of source code must retain the above copyright 33 // This can create a crash if the code was exchanged with the sweep 34 // generation (for code flushing support) in GC durring the matching.
|
/external/chromium_org/v8/test/webkit/ |
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js | 7 // 1. Redistributions of source code must retain the above copyright 25 "Tests that code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way doesn't result in the IR getting corrupted." 38 // Since the function contains unreachable code we need a higher optimization threshold.
|
number-cell-reuse.js | 7 // 1. Redistributions of source code must retain the above copyright 25 "This test checks corner cases of the number cell reuse code. In particular, it checks for known cases where code generation for number cell reuse caused assertions to fail."
|
stack-overflow-catch.js | 7 // 1. Redistributions of source code must retain the above copyright 37 // Dummy code to make this funciton different from test2() 56 // Dummy code to make this funciton different from test1()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaRenamer.java | 19 import com.android.dx.rop.code.LocalItem; 20 import com.android.dx.rop.code.PlainInsn; 21 import com.android.dx.rop.code.RegisterSpec; 22 import com.android.dx.rop.code.RegisterSpecList; 23 import com.android.dx.rop.code.Rops; 24 import com.android.dx.rop.code.SourcePosition; 54 * from Java code, of course.<p> 82 * yet to be processed by a {@code BlockRenamer} instance. 98 * @param ssaMeth {@code non-null;} un-renamed SSA method that will 149 * @param ssaMeth {@code non-null;} un-renamed SSA method that wil [all...] |
/external/eigen/blas/ |
lsame.f | 53 * ASCII is assumed - ZCODE is the ASCII code of either lower or 61 * EBCDIC is assumed - ZCODE is the EBCDIC code of either lower or 73 * ASCII is assumed, on Prime machines - ZCODE is the ASCII code
|
/external/skia/include/core/ |
SkTypes.h | 5 * Use of this source code is governed by a BSD-style license that can be 97 #define SkDEBUGCODE(code) code 106 #define SkDEBUGCODE(code) 116 #define SkDEVCODE(code) code 121 #define SkDEVCODE(code)
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 6 // * Redistributions of source code must retain the above copyright 92 // Try to generate code for the entire chunk, but it may fail if the 94 // code generation attempt succeeded. 97 // Finish the code by setting stack height, safepoint, and bailout 99 void FinishCode(Handle<Code> code); 101 // Deferred code support. 167 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); } 169 // Code generation passes. Returns true if code generation shoul [all...] |
/external/v8/src/x64/ |
lithium-codegen-x64.h | 6 // * Redistributions of source code must retain the above copyright 86 // Try to generate code for the entire chunk, but it may fail if the 88 // code generation attempt succeeded. 91 // Finish the code by setting stack height, safepoint, and bailout 93 void FinishCode(Handle<Code> code); 95 // Deferred code support. 158 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); } 160 // Code generation passes. Returns true if code generation shoul [all...] |
Completed in 929 milliseconds
<<71727374757677787980>>