HomeSort by relevance Sort by last modified time
    Searched full:prototype (Results 226 - 250 of 3248) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 119 prototype = self.functype.im_func(POINTER(c_double))
120 # The type is checked when the prototype is called
121 self.assertRaises(TypeError, prototype, lambda: None)
124 prototype = self.functype.im_func(object)
125 self.assertRaises(TypeError, prototype, lambda: None)
167 # The function prototype called by 'integrate': double func(double);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 119 prototype = self.functype.im_func(POINTER(c_double))
120 # The type is checked when the prototype is called
121 self.assertRaises(TypeError, prototype, lambda: None)
124 prototype = self.functype.im_func(object)
125 self.assertRaises(TypeError, prototype, lambda: None)
167 # The function prototype called by 'integrate': double func(double);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstCallSite.java 20 import com.android.dx.rop.type.Prototype;
46 list.set(2, new CstProtoRef(Prototype.fromDescriptor(nat.getDescriptor().getString())));
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 260 * to the other frame to test against its Array prototype. To
341 * we care about on the Object prototype.
351 if (org.antlr.lang.isFunction(f) && f!=Object.prototype[fname]) {
359 * Utility to set up the prototype, constructor and superclass properties to
368 * subclass prototype. These will override the
378 F.prototype=superc.prototype;
379 subc.prototype=new F();
380 subc.prototype.constructor=subc;
381 subc.superclass=superc.prototype;
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.prog 49 MyLexer.prototype.emitErrorMessage = function(msg) {xlog(msg);}
50 PythonParser.prototype.emitErrorMessage = function(msg) {xlog(msg);}
  /external/curl/lib/
hash.h 31 /* Hash function prototype */
37 Comparator function prototype. Compares two keys.
  /external/libedit/
acinclude.m4 39 # The prototype for the POSIX version is:
55 # The prototype for the POSIX draft version is:
  /external/v8/src/builtins/
builtins-dataview.cc 110 // ES6 section 24.2.4.1 get DataView.prototype.buffer
113 CHECK_RECEIVER(JSDataView, data_view, "get DataView.prototype.buffer");
117 // ES6 section 24.2.4.2 get DataView.prototype.byteLength
120 CHECK_RECEIVER(JSDataView, data_view, "get DataView.prototype.byteLength");
126 // ES6 section 24.2.4.3 get DataView.prototype.byteOffset
129 CHECK_RECEIVER(JSDataView, data_view, "get DataView.prototype.byteOffset");
295 CHECK_RECEIVER(JSDataView, data_view, "DataView.prototype.get" #Type); \
318 CHECK_RECEIVER(JSDataView, data_view, "DataView.prototype.set" #Type); \
builtins-object.cc 109 // ES6 section 19.1.3.4 Object.prototype.propertyIsEnumerable ( V )
150 // ES6 section 19.1.3.6 Object.prototype.toString
314 Node* prototype = Parameter(1); local
321 Comment("Argument 1 check: prototype");
322 GotoIf(WordEqual(prototype, NullConstant()), &prototype_valid);
323 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime);
346 // Create a new object with the given prototype.
353 Branch(WordEqual(prototype, NullConstant()), &good, &non_null_proto);
371 GotoIf(WordEqual(prototype, LoadMapPrototype(map.value())),
373 // Try loading the prototype info
502 Handle<Object> prototype; local
    [all...]
builtins-string.cc 698 // ES6 section 21.1.3.1 String.prototype.charAt ( pos )
705 receiver = ToThisString(context, receiver, "String.prototype.charAt");
737 // ES6 section 21.1.3.2 String.prototype.charCodeAt ( pos )
744 receiver = ToThisString(context, receiver, "String.prototype.charCodeAt");
775 // String.prototype.endsWith ( searchString [ , endPosition ] )
778 TO_THIS_STRING(str, "String.prototype.endsWith");
791 "String.prototype.endsWith")));
839 // String.prototype.includes ( searchString [ , position ] )
842 TO_THIS_STRING(str, "String.prototype.includes");
855 "String.prototype.includes")))
    [all...]
  /external/v8/src/js/
templates.js 22 var mapGetFn = GlobalMap.prototype.get;
23 var mapSetFn = GlobalMap.prototype.set;
  /external/v8/tools/foozzie/
v8_mock.js 39 Function.prototype.bind.apply(origDate, [null].concat(args)));
74 Function.prototype.bind.apply(arrayType, [null].concat(args)), {});
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
mainloop-signal.h 43 /** Callback prototype for signal events */
46 /** Destroy callback prototype for signal events */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
mainloop-signal.h 43 /** Callback prototype for signal events */
46 /** Destroy callback prototype for signal events */
  /prebuilts/go/darwin-x86/pkg/include/
funcdata.h 27 // GO_ARGS indicates that the Go prototype for this assembly function
32 // that also has a Go prototype and therefore is usually not necessary
  /prebuilts/go/darwin-x86/src/runtime/
funcdata.h 27 // GO_ARGS indicates that the Go prototype for this assembly function
32 // that also has a Go prototype and therefore is usually not necessary
  /prebuilts/go/linux-x86/pkg/include/
funcdata.h 27 // GO_ARGS indicates that the Go prototype for this assembly function
32 // that also has a Go prototype and therefore is usually not necessary
  /prebuilts/go/linux-x86/src/runtime/
funcdata.h 27 // GO_ARGS indicates that the Go prototype for this assembly function
32 // that also has a Go prototype and therefore is usually not necessary
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/patches.android/
0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch 7 In NDK bionic's stdio.h, putchar appears as both a function prototype and a macro
28 +// In bionic's stdio.h, putchar appears as both a function prototype and a macro (later
  /toolchain/binutils/binutils-2.25/gprof/
configure.ac 55 AC_MSG_CHECKING(for a known getopt prototype in unistd.h)
62 [Is the prototype for getopt in <unistd.h> in the expected format?])
  /external/v8/benchmarks/spinning-balls/
v.js 80 Point.prototype.color = function () {
85 Point.prototype.decay = function () {
97 PointsList.prototype.add = function (point) {
105 PointsList.prototype.remove = function (point) {
222 PausePlot.prototype.addPause = function (p) {
239 PausePlot.prototype.iteratePauses = function (f) {
257 PausePlot.prototype.draw = function () {
316 Scene.prototype.drawPoint = function (x, y, z, color) {
335 Scene.prototype.drawDyingPoints = function () {
352 Scene.prototype.draw = function ()
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java     [all...]
  /art/test/954-invoke-polymorphic-verifier/smali/
TooFewArguments.smali 30 # Invoke with one argument too few for prototype.
TooManyArguments.smali 32 # Invoke with one argument too many for prototype.
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 30 import com.android.dx.rop.type.Prototype;
545 * Checks whether the prototype is compatible with returning the
554 * Check to see if the prototype's return type is
560 throw new SimException("return type mismatch: prototype " +
699 * Get the instance or static prototype, and use it to
703 Prototype prototype = local
705 machine.popArgs(frame, prototype);
716 Prototype prototype = invokeDynamicRef.getPrototype() local
733 Prototype prototype = local
    [all...]

Completed in 1077 milliseconds

1 2 3 4 5 6 7 8 91011>>