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

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.cc 24 // lowpass prototype. Because each filter is only a modulation of the prototype,
27 // it requires separating the prototype even further using the noble identity.
65 // one (because of the spectrum parity), the low-pass prototype is half the
108 // Because the low-pass filter prototype has half bandwidth it is possible to
135 // decomposition of the low-pass prototype filter and upsampled by a factor
160 // prototype filter upsampled by a factor of |kSparsity| and accumulating
  /development/vndk/tools/definition-tool/assets/insight/
insight.js 76 Module.prototype.isTagged = function (tagId) {
80 Module.prototype.createModuleLinkDom = function (mod) {
94 Module.prototype.createModuleRelationsDom = function (parent, label,
106 Module.prototype.createModulePathTdDom = function (parent) {
117 Module.prototype.createTagsTdDom = function (parent) {
125 Module.prototype.createDepsTdDom = function (parent) {
141 Module.prototype.createUsersTdDom = function (parent) {
152 Module.prototype.createDom = function () {
162 Module.prototype.showDom = function () {
170 Module.prototype.hideDom = function ()
    [all...]
  /external/guice/core/src/com/google/inject/spi/
Elements.java 191 /** Creates a recording binder that's backed by {@code prototype}. */
193 RecordingBinder prototype, Object source, SourceProvider sourceProvider) {
196 this.stage = prototype.stage;
197 this.modules = prototype.modules;
198 this.elements = prototype.elements;
199 this.scanners = prototype.scanners;
201 this.moduleSource = prototype.moduleSource;
203 this.parent = prototype.parent;
204 this.privateElements = prototype.privateElements;
205 this.privateBinders = prototype.privateBinders
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeService.h 27 This is prototype definition of general interface to intialize a IKE negotiation.
48 This is prototype definition fo general interface to start a IKE negotiation at Quick Mode.
70 This is prototype definition of the general interface when initialize a Inforamtion
85 This is prototype definition of the general interface when recived a IKE Pakcet
115 This is prototype definition of the general interface when received a IKE
  /hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal 624 * SELECT_DISPLAY has this pseudo prototype
633 * SELECT_LAYER has this pseudo prototype
642 * SET_ERROR has this pseudo prototype
653 * SET_CHANGED_COMPOSITION_TYPES has this pseudo prototype
669 * SET_DISPLAY_REQUESTS has this pseudo prototype
690 * SET_PRESENT_FENCE has this pseudo prototype
704 * SET_RELEASE_FENCES has this pseudo prototype
727 * SET_COLOR_TRANSFORM has this pseudo prototype
770 * SET_CLIENT_TARGET has this pseudo prototype
813 * SET_OUTPUT_BUFFER has this pseudo prototype
    [all...]
  /external/v8/src/builtins/
builtins-regexp.cc 218 // ES#sec-regexp.prototype.exec
219 // RegExp.prototype.exec ( string )
220 // Implements the core of RegExp.prototype.exec but without actually
235 "RegExp.prototype.exec");
350 // ES#sec-regexp.prototype.exec
351 // RegExp.prototype.exec ( string )
444 // prototype is unmodified, and lastIndex is a non-negative smi.
509 // ES#sec-regexp.prototype.exec
510 // RegExp.prototype.exec ( string )
518 "RegExp.prototype.exec")
    [all...]
  /external/v8/src/
transitions.cc 278 // There was no prototype transitions array before, so the size
296 Handle<Object> prototype,
298 DCHECK(HeapObject::cast(*prototype)->map()->IsMap());
299 // Don't cache prototype transition if this map is either shared, or a map of
300 // a prototype.
333 Handle<Object> prototype) {
341 Map::cast(target_cell->value())->prototype() == *prototype) {
377 // Prototype maps don't have transitions.
api-natives.cc 431 Handle<Object> prototype; local
437 prototype = isolate->factory()->NewJSObject(isolate->object_function());
440 isolate, prototype,
445 isolate, prototype,
458 JSObject::ForceSetPrototype(Handle<JSObject>::cast(prototype),
463 isolate, data, prototype, ApiNatives::JavaScriptObjectType);
600 Handle<Object> prototype, ApiInstanceType instance_type) {
609 DCHECK(prototype.is_null());
618 // constructor (don't set the "remove prototype" flag).
624 if (prototype->IsTheHole(isolate))
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_web_release_no_deps.jar 
  /external/syslinux/core/lwip/src/include/lwip/
netif.h 97 /** Function prototype for netif init functions. Set up flags and output/linkoutput
103 /** Function prototype for netif->input functions. This function is saved as 'input'
110 /** Function prototype for netif->output functions. Called by lwIP when a packet
120 /** Function prototype for netif->linkoutput functions. Only used for ethernet
127 /** Function prototype for netif status- or link-callback functions. */
129 /** Function prototype for netif igmp_mac_filter functions */
tcp.h 52 /** Function prototype for tcp accept callback functions. Called when a new
63 /** Function prototype for tcp receive callback functions. Called when data has
76 /** Function prototype for tcp sent callback functions. Called when sent data has
90 /** Function prototype for tcp poll callback functions. Called periodically as
101 /** Function prototype for tcp error callback functions. Called when the pcb
113 /** Function prototype for tcp connected callback functions. Called when a pcb
  /external/v8/benchmarks/
base.js 57 BenchmarkResult.prototype.valueOf = function() {
169 BenchmarkSuite.prototype.NotifyStep = function(result) {
177 BenchmarkSuite.prototype.NotifyResult = function() {
189 BenchmarkSuite.prototype.NotifyError = function(error) {
201 BenchmarkSuite.prototype.RunSingleBenchmark = function(benchmark, data) {
235 BenchmarkSuite.prototype.RunStep = function(runner) {
  /external/v8/src/inspector/build/
generate_protocol_externs.py 169 output_file.write("Protocol.%sAgent.prototype.%s = function(%s) {}\n" % (domain_name, command["name"], ", ".join(params)))
171 output_file.write("Protocol.%sAgent.prototype.invoke_%s = function(obj, opt_callback) {}\n" % (domain_name, command["name"]))
216 output_file.write("%sAgent.Dispatcher.prototype.%s = function(%s) {};\n" % (domain_name, event["name"], ", ".join(params)))
221 output_file.write("Protocol.Agents.prototype.registerDispatcher = function(domain, dispatcher){};\n")
229 output_file.write("Protocol.Agents.prototype.%s = function(){};\n" % (domain_name[:uppercase_length].lower() + domain_name[uppercase_length:] + "Agent"))
232 output_file.write("Protocol.Agents.prototype.register%sDispatcher = function(dispatcher) {}\n" % domain_name)
  /frameworks/base/core/java/android/print/
PrintDocumentInfo.java 133 * @param prototype from which to clone.
135 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) {
136 mName = prototype.mName;
137 mPageCount = prototype.mPageCount;
138 mContentType = prototype.mContentType;
139 mDataSize = prototype.mDataSize;
  /system/bt/stack/include/
bnep_api.h 76 /* Connection state change callback prototype. Parameters are
87 /* Connection indication callback prototype. Parameters are
97 /* Data buffer received indication callback prototype. Parameters are
110 /* Data received indication callback prototype. Parameters are
131 /* Filters received indication callback prototype. Parameters are
148 /* Multicast Filters received indication callback prototype. Parameters are
  /external/libvncserver/webclients/novnc/include/
util.js 21 if (!cl.prototype[name]) {
22 Object.defineProperty(cl.prototype, name, { enumerable: false, value: func });
46 //This prototype is provided by the Mozilla foundation and
68 //This prototype is provided by the Mozilla foundation and
94 var hasOwnProperty = Object.prototype.hasOwnProperty,
134 //This prototype is provided by the Mozilla foundation and
141 throw new TypeError("Function.prototype.bind - " +
145 var aArgs = Array.prototype.slice.call(arguments, 1),
151 aArgs.concat(Array.prototype.slice.call(arguments)));
154 fNOP.prototype = this.prototype
    [all...]
  /external/openssh/
buildpkg.sh.in 3 # Fake Root Solaris/SVR4/SVR5 Build System - Prototype
40 POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh
622 ## Next Build our prototype
623 echo "Building prototype file..."
643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
644 pkgproto $PROTO_ARGS | ${AWK} -f mk-proto.awk > prototype
648 grep -v "^d none /usr/local ? ? ?$" prototype > prototype.new
649 mv prototype.new prototype
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ebc/
Ebc.h 99 call to flush the I-Cache. Here's the prototype for that function pointer.
169 // Prototype for the actual EBC protocol interface
  /docs/source.android.com/en/devices/audio/
testing_circuit.html 66 <img style="margin:1.5em auto" src="images/breadboard.jpg" alt="breadboard prototype" id="figure1" />
68 <strong>Figure 1.</strong> Breadboard prototype
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 113 if ("copy" in WebKitCSSMatrix.prototype)
144 J3DIMatrix4.prototype.load = function()
203 J3DIMatrix4.prototype.getAsArray = function()
213 J3DIMatrix4.prototype.getAsFloat32Array = function()
223 J3DIMatrix4.prototype.setUniform = function(ctx, loc, transpose)
256 J3DIMatrix4.prototype.makeIdentity = function()
279 J3DIMatrix4.prototype.transpose = function()
306 J3DIMatrix4.prototype.invert = function()
345 J3DIMatrix4.prototype.translate = function(x,y,z)
375 J3DIMatrix4.prototype.scale = function(x,y,z
    [all...]
  /external/curl/docs/libcurl/
curl_share_setopt.3 35 prototype:
48 prototype:
  /external/ipsec-tools/src/racoon/
genlist.h 58 /* Create a function with this prototype for use with genlist_foreach().
74 /* Create a function with this prototype for use with genlist_free()
  /external/libmojo/mojo/public/tools/bindings/generators/js_templates/
struct_definition.tmpl 19 {{struct.name}}.prototype.initDefaults_ = function() {
26 {{struct.name}}.prototype.initFields_ = function(fields) {
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 76 WebSocket.prototype.send = function(data) {
100 WebSocket.prototype.close = function() {
122 WebSocket.prototype.addEventListener = function(type, listener, useCapture) {
137 WebSocket.prototype.removeEventListener = function(type, listener, useCapture) {
154 WebSocket.prototype.dispatchEvent = function(event) {
167 WebSocket.prototype.__handleEvent = function(flashEvent) {
195 WebSocket.prototype.__createSimpleEvent = function(type) {
205 WebSocket.prototype.__createMessageEvent = function(type, data) {
  /external/libvpx/libvpx/vpx/
vpx_frame_buffer.h 45 /*!\brief get frame buffer callback prototype
66 /*!\brief release frame buffer callback prototype

Completed in 1076 milliseconds

<<11121314151617181920>>