/external/chromium_org/ui/file_manager/gallery/js/ |
gallery_item.js | 194 // Chrome can natively encode only two formats: JPEG and PNG.
|
slide_mode.js | [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
debug-blockscopes.js | 281 // Two variables in a block scope. 303 // Two variables in a block scope. 450 // For loop with two variable declarations.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
arguments.js | 615 descriptor = (function(){ return Object.getOwnPropertyDescriptor(arguments, 1); })("zero","one","two");
|
/external/chromium_org/v8/test/webkit/ |
math.js | 79 var w = { valueOf: function() { testStr += "two"; return 2; } };
|
/external/guava/guava/src/com/google/common/primitives/ |
generate.sh | 122 * Compares the two specified {@code primtyp} values. The sign of the value 397 * Returns a comparator that compares two {@code primtyp} arrays
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-kvm.c | 598 struct kvm_event *two, int vcpu)\ 601 get_event_ ##func(two, vcpu); \ [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
active_indicator.js | 755 * Given two rectangles, return whether or not they intersect 772 * Given two rectangles, compute their union. 775 * @return {ClientRect} The union of the two rectangles. [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
math_semantic_attr.js | 15 * Currently semantic attributes of symbols consist of the following two parts: [all...] |
key_util.js | 99 'has two key codes' + util.prevKeySequence;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 177 * values. (For example when two different nodes in a template share the same 430 * Implements internals of jstProcess. This processes the two 548 // special value mentioned in values, for two reasons: (1) it is [all...] |
/external/chromium_org/third_party/jstemplate/ |
jstemplate.js | 163 * values. (For example when two different nodes in a template share the same 409 * Implements internals of jstProcess. This processes the two 515 // special value mentioned in values, for two reasons: (1) it is
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | |
/external/libunwind/doc/ |
libunwind-dynamic.tex | 34 code-generator could translate a given function into two separate 247 two regions: one covering the prologue and one covering the epilogue. 350 a constant value, store the two's-complement of the value in
|
/external/bison/build-aux/ |
texinfo.tex | 51 % than two; texi2dvi does it as many times as necessary. 273 % described on page 260 of The TeXbook. It involves outputting two 816 % change spans more than two lines of output. To handle that, we would [all...] |
/external/elfutils/0.153/ |
configure | 487 # ... but there are two gotchas: [all...] |
/external/chromium_org/v8/src/ |
objects-inl.h | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/chromium_org/v8/src/mips/ |
simulator-mips.cc | 439 // moment no command expects more than two parameters. 842 static bool ICacheMatch(void* one, void* two) { 844 DCHECK((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0); 845 return one == two; [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | 489 // Get some facts about the number of bits used in the two operands. 561 // Sign bit is set so perform two's complement to make it positive 566 // Sign bit is set so perform two's complement to make it positive 628 // For radixes of power-of-two values, the bits required is accurately and [all...] |
/external/chromium_org/chrome/renderer/resources/ |
offline.js | 771 // Upscale the canvas if the two ratios don't match 1040 * Compare two collision boxes for a collision. [all...] |
/external/chromium_org/v8/test/cctest/ |
test-heap.cc | 639 Handle<Smi> two(Smi::FromInt(2), isolate); 660 JSReceiver::SetProperty(obj, second, two, SLOPPY).Check(); 683 JSReceiver::SetProperty(obj, second, two, SLOPPY).Check(); 815 Handle<Smi> two(Smi::FromInt(2), isolate); 818 JSReceiver::SetProperty(obj, second, two, SLOPPY).Check(); 843 JSReceiver::SetProperty(clone, first, two, SLOPPY).Check(); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/ |
key_map.js | 447 // There's at least two key sequences mapped to the same
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
braille_input_handler.js | 506 * Returns the length of the longest common prefix of two strings.
|
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/ |
base.js | [all...] |