HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 151 - 175 of 9569) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTree.as 53 public function CommonTree(node:CommonTree = null) {
62 public static function createFromToken(t:Token):CommonTree {
68 public function get token():Token {
72 public override function dupNode():Tree {
76 public override function get isNil():Boolean {
80 public override function get type():int {
87 public override function get text():String {
94 public override function get line():int {
104 public override function get charPositionInLine():int {
114 public override function get tokenStartIndex():int
    [all...]
TreeRuleReturnScope.as 45 public override function get tree():Object {
49 public function set tree(tree:Object):void {
53 public function get values():Object {
57 public override function get start():Object {
61 public function set start(value:Object):void {
  /sdk/templates/docs/
default.js 17 $(document).ready(function() {
21 var sluggify_ = function(s) {
25 $('h2, h3, h4.includetoc').each(function() {
27 $(this).click(function() {
32 var buildNav_ = function(queries, $contentRoot, $navRoot) {
37 $contentRoot.find(queries[0]).each(function() {
48 function buildNav() {
53 $('#page-content').find('h2, h3, h4.includetoc').each(function() {
75 .click(function() {
89 var rebuildHeaderPositionCache_ = function() {
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
TestSimpleTableWithEnum.php 17 public static function getRootAsTestSimpleTableWithEnum(ByteBuffer $bb)
23 public static function TestSimpleTableWithEnumIdentifier()
28 public static function TestSimpleTableWithEnumBufferHasIdentifier(ByteBuffer $buf)
33 public static function TestSimpleTableWithEnumExtension()
43 public function init($_i, ByteBuffer $_bb)
53 public function getColor()
63 public static function startTestSimpleTableWithEnum(FlatBufferBuilder $builder)
72 public static function createTestSimpleTableWithEnum(FlatBufferBuilder $builder, $color)
85 public static function addColor(FlatBufferBuilder $builder, $color)
94 public static function endTestSimpleTableWithEnum(FlatBufferBuilder $builder
    [all...]
TypeAliases.php 17 public static function getRootAsTypeAliases(ByteBuffer $bb)
23 public static function TypeAliasesIdentifier()
28 public static function TypeAliasesBufferHasIdentifier(ByteBuffer $buf)
33 public static function TypeAliasesExtension()
43 public function init($_i, ByteBuffer $_bb)
53 public function getI8()
62 public function getU8()
71 public function getI16()
80 public function getU16()
89 public function getI32(
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ByFunctionOrdering.java 22 import com.google.common.base.Function;
31 * function on those elements.
36 final Function<F, ? extends T> function; field in class:ByFunctionOrdering
40 Function<F, ? extends T> function, Ordering<T> ordering) {
41 this.function = checkNotNull(function);
46 return ordering.compare(function.apply(left), function.apply(right))
    [all...]
  /external/syslinux/gpxe/src/core/
ansiesc.c 35 * @v function Control function identifier
40 unsigned int function, int count,
44 for ( handler = handlers ; handler->function ; handler++ ) {
45 if ( handler->function == function ) {
74 ctx->function = 0;
101 ctx->function <<= 8;
102 ctx->function |= c;
109 ctx->function <<= 8
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
complex.h 54 so we can easily declare each function as both `name' and `__name',
57 #define __MATHCALL(function, args) \
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \
63 extern type __MATH_PRECNAME(function) args __THROW
92 # define __MATHDECL_1(type, function, args) \
93 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js 7 org.antlr.runtime.tree.CommonTree = function(node) {
35 getToken: function() {
39 dupNode: function() {
43 isNil: function() {
47 getType: function() {
54 getText: function() {
61 getLine: function() {
71 getCharPositionInLine: function() {
81 getTokenStartIndex: function() {
88 setTokenStartIndex: function(index)
    [all...]
CommonTreeAdaptor.js 10 org.antlr.runtime.tree.CommonTreeAdaptor = function() {};
20 dupNode: function(t) {
27 create: function(payload) {
56 createToken: function(fromToken) {
69 setTokenBoundaries: function(t, startToken, stopToken) {
97 getTokenStartIndex: function(t) {
104 getTokenStopIndex: function(t) {
111 getText: function(t) {
118 getType: function(t) {
129 getToken: function(t)
    [all...]
  /external/flatbuffers/php/
ByteBuffer.php 37 public static function wrap($bytes)
48 public function __construct($size)
56 public function capacity()
64 public function getPosition()
72 public function setPosition($pos)
80 public function reset()
88 public function length()
96 public function data()
104 public static function isLittleEndian()
120 public function writeLittleEndian($offset, $count, $data
    [all...]
  /external/libvncserver/webclients/novnc/include/
websock.js 37 (function () {
50 function Websock() {
63 'message': function () {},
64 'open': function () {},
65 'close': function () {},
66 'error': function () {}
70 (function () {
74 get_sQ: function () {
78 get_rQ: function () {
82 get_rQi: function () {
    [all...]
  /external/clang/www/analyzer/scripts/
menu.js 1 startList = function() {
7 node.onmouseover=function() {
10 node.onmouseout=function() {
  /external/mesa3d/src/compiler/nir/
nir_metadata.c 72 nir_foreach_function(function, shader) {
73 if (function->impl) {
74 function->impl->valid_metadata |= nir_metadata_not_properly_reset;
83 * the earlier function was properly thrown away. Note that passes may not call
89 nir_foreach_function(function, shader) {
90 if (function->impl) {
91 assert(!(function->impl->valid_metadata &
  /external/perfetto/include/perfetto/base/
android_task_runner.h 56 void PostTask(std::function<void()>) override;
57 void PostDelayedTask(std::function<void()>, uint32_t delay_ms) override;
58 void AddFileDescriptorWatch(int fd, std::function<void()>) override;
81 std::deque<std::function<void()>> immediate_tasks_;
82 std::multimap<TimeMillis, std::function<void()>> delayed_tasks_;
83 std::map<int, std::function<void()>> watch_tasks_;
unix_task_runner.h 51 void PostTask(std::function<void()>) override;
52 void PostDelayedTask(std::function<void()>, uint32_t delay_ms) override;
53 void AddFileDescriptorWatch(int fd, std::function<void()>) override;
77 std::deque<std::function<void()>> immediate_tasks_;
78 std::multimap<TimeMillis, std::function<void()>> delayed_tasks_;
82 std::function<void()> callback;
  /external/perfetto/test/
test_helper.h 53 std::function<void()> WrapTask(const std::function<void()>& function);
62 std::function<void()> on_connect_callback_;
63 std::function<void()> on_packets_finished_callback_;
64 std::function<void()> on_stop_tracing_callback_;
  /system/extras/simpleperf/
IOEventLoop.h 44 IOEventRef AddReadEvent(int fd, const std::function<bool()>& callback);
48 IOEventRef AddWriteEvent(int fd, const std::function<bool()>& callback);
52 bool AddSignalEvent(int sig, const std::function<bool()>& callback);
56 const std::function<bool()>& callback);
61 const std::function<bool()>& callback);
64 // in a callback function of registered Events.
81 const std::function<bool()>& callback);
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
sample.js 17 (function () {
23 document.addEventListener('DOMContentLoaded', function () {
33 toggle.addEventListener('click', function () {
36 navigator.getUserMedia({ video: true }, function (s) {
41 }, function (error) {
46 stream.getTracks().forEach(function (track) {
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
sample.js 17 (function () {
23 document.addEventListener('DOMContentLoaded', function () {
33 toggle.addEventListener('click', function () {
36 navigator.getUserMedia({ video: true }, function (s) {
41 }, function (error) {
46 stream.getTracks().forEach(function (track) {
  /external/llvm/test/MC/ELF/
type-propagate.s 13 .type sym02, @function
18 .type sym03, @function
30 .type sym10, @function
46 // CHECK-NEXT: Type: Function (0x2)
55 // CHECK-NEXT: Type: Function (0x2)
74 // GAS: Type: Function (0x2)
103 // CHECK-NEXT: Type: Function (0x2)
114 // CHECK-NEXT: Type: Function (0x2)
124 // CHECK-NEXT: Type: Function (0x2)
135 // CHECK-NEXT: Type: Function (0x2
    [all...]
  /external/valgrind/drd/tests/
dlopen_main.c 10 void (*function)();
19 function = dlsym(handle, "foo");
26 (*function)();
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-vax-elf/
export-class-def.s 3 .type protected_foo, @function
10 .type hidden_foo, @function
17 .type internal_foo, @function
  /build/kati/
thread_pool.h 26 virtual void Submit(function<void(void)> task) = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/scripts/
Fact.lua 1 -- defines a factorial function
2 function fact (n)

Completed in 713 milliseconds

1 2 3 4 5 67 8 91011>>