HomeSort by relevance Sort by last modified time
    Searched full:apply (Results 126 - 150 of 7701) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/components/policy/core/common/
policy_types.h 13 // USER policies apply to sessions of the current user.
16 // MACHINE policies apply to any users of the current machine.
  /external/chromium_org/net/websockets/
websocket_mux.h 12 // Codes starting with 2000 apply to the physical connection. They are used
28 // Codes starting with 3000 apply to the logical connection.
  /external/chromium_org/third_party/skia/src/animator/
thingstodo.txt 8 very large apply create or apply immediate steps
  /external/chromium_org/v8/test/webkit/fast/js/
function-apply-expected.txt 24 Tests to ensure that Function.apply works correctly for Arrays, arguments and array-like objects.
56 PASS var a = []; a.length = 0xFFFE; [].constructor.apply('', a).length is 0xFFFE
57 PASS var a = []; a.length = 0xFFFF; [].constructor.apply('', a).length is 0xFFFF
58 PASS var a = []; a.length = 0x10000; [].constructor.apply('', a).length is 0x10000
59 FAIL var a = []; a.length = 0x10001; [].constructor.apply('', a).length should throw an exception. Was 65537.
60 PASS var a = []; a.length = 0xFFFFFFFE; [].constructor.apply('', a).length threw exception RangeError: Maximum call stack size exceeded.
61 PASS var a = []; a.length = 0xFFFFFFFF; [].constructor.apply('', a).length threw exception RangeError: Maximum call stack size exceeded.
62 PASS (function(a,b,c,d){ return d ? -1 : (a+b+c); }).apply(undefined, {length:3, 0:100, 1:20, 2:3}) is 123
  /external/junit/src/org/junit/internal/requests/
FilterRequest.java 22 * @param filter {@link Filter} to apply to the Tests described in
34 fFilter.apply(runner);
  /external/skia/src/animator/
thingstodo.txt 8 very large apply create or apply immediate steps
  /development/samples/training/testingfun/app/
build.gradle 0 apply plugin: 'android'
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t053heteroT1.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT10.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT11.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT12.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT2.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT3.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT4.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT5.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT6.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT7.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT8.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroTP.g 10 VX.superclass.constructor.apply(this, arguments);
  /external/chromium/chrome/browser/policy/
configuration_policy_store_interface.h 42 // setting through a call to |Apply|. The configuration policy pref
44 virtual void Apply(ConfigurationPolicyType policy, Value* value) = 0;
63 virtual void Apply(ConfigurationPolicyType policy, Value* value) OVERRIDE;
86 virtual void Apply(ConfigurationPolicyType policy, Value* value) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_parser.js 26 this.parent_.error.apply(this.parent_, arguments);
34 this.parent_.log.apply(this.parent_, arguments);
43 this.parent_.log.apply(this.parent_, arguments);
58 MetadataParser.apply(this, arguments);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1102760.js 32 assertEquals(0, F.apply(), "no receiver or args");
33 assertEquals(0, F.apply(this), "no args");
34 assertEquals(0, F.apply(this, []), "empty args");
35 assertEquals(0, F.apply(this, [], 0), "empty args, extra argument");
regress-1112051.js 30 assertThrows("f.call.apply()");
31 assertThrows("f.call.apply(null)");
32 assertThrows("f.call.apply(null, [], 0)");
33 assertThrows("f.call.apply(null, [1,2,3,4,5,6,7,8,9], 0)");
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p3.cpp 20 // ADL should not apply to the lookup of 'f', it refers to the typedef
  /external/doclava/
build.gradle 0 apply plugin: 'java'

Completed in 423 milliseconds

1 2 3 4 56 7 8 91011>>