MCPcopy Create free account

hub / github.com/NativeScript/android / functions

Functions8,093 in github.com/NativeScript/android

↓ 31 callersMethodSet
test-app/runtime/src/main/cpp/URLSearchParamsImpl.cpp:260
↓ 31 callersMethodgetStringItemFromTypeIndex
Gets the String related to the type_id_item table, linked to the string_id_item table, according to the type index given. The dex file reader previous
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/lowLevelUtils/DexFileReader.java:114
↓ 31 callersMethodputByte
Puts a byte into this byte vector. The byte vector is automatically enlarged if necessary. @param b a byte. @return this byte vector.
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/lowLevelUtils/ByteVector.java:129
↓ 31 callersFunctionsetTimeout
(callback, milliseconds)
test-app/app/src/main/assets/app/Infrastructure/timers.js:9
↓ 31 callersMethoduint
Reads next unsigned integer value. @return value read from stream
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/lowLevelUtils/IDalvikValueReader.java:82
↓ 31 callersMethodvisitLabel
Visits a label. A label designates the instruction that will be visited just after it. @param label a {@link Label Label} object.
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/MethodVisitor.java:436
↓ 30 callersMethoduleb128
Reads next unsigned integer value coded in leb128 format @return value read from stream
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/lowLevelUtils/IDalvikValueReader.java:94
↓ 30 callersMethodvisitMethod
Visits a method of the class. This method <i>must</i> return a new {@link MethodVisitor} instance (or <tt>null</tt>) each time it is called, i.e., it
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/ClassVisitor.java:283
↓ 29 callersMethodIsNull
test-app/runtime/src/main/cpp/include/v8-value.h:473
↓ 29 callersMethodequals
(Object o)
test-app/runtime-binding-generator/src/main/java/com/tns/bindings/desc/reflection/ClassInfo.java:22
↓ 29 callersMethodhas
test-app/runtime/src/main/cpp/ada/ada.h:8739
↓ 29 callersFunctionto_std_atomic
test-app/runtime/src/main/cpp/v8_inspector/src/base/atomicops.h:82
↓ 28 callersFunctionis_special
test-app/runtime/src/main/cpp/ada/ada.h:6101
↓ 28 callersFunctionoverlaps
test-app/runtime/src/main/cpp/ada/ada.cpp:11936
↓ 28 callersMethodtoContain
(expected: any)
test-app/app/src/main/assets/app/Infrastructure/Jasmine/jasmine.d.ts:240
↓ 28 callersMethodvisitIntInsn
(int opcode, int register)
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/MethodWriter.java:453
↓ 28 callersMethodvisitStringInsn
Visits a string instruction. A string instruction is an instruction that takes the internal name of a string as parameter. @param opcode the opcode o
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/MethodVisitor.java:356
↓ 27 callersMethodback
test-app/runtime/src/main/cpp/ada/ada.h:8579
↓ 26 callersMethodGetContext
test-app/runtime/src/main/cpp/Runtime.cpp:959
↓ 26 callersMethodaddStringToConstantPool
Adds a String to the Constant Pool. Nothing happens if the String already exists or is null. Empty strings are authorized. @param string the String to
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/structureWriter/ConstantPool.java:676
↓ 26 callersMethodaddTypeToConstantPool
Adds a Type to the Constant Pool. Nothing happens if the Type already exists, is null or empty. The Type is added to both the Types and Strings sets.
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/structureWriter/ConstantPool.java:705
↓ 26 callersMethodbegin
test-app/runtime/src/main/cpp/robin_hood.h:1991
↓ 26 callersMethodbegin
* C++ style conventional iterator support. const only because we * do not really want the params to be modified via the iterator. */
test-app/runtime/src/main/cpp/ada/ada.h:8576
↓ 26 callersMethodstart
(onComplete?: () => void)
test-app/app/src/main/assets/app/Infrastructure/Jasmine/jasmine.d.ts:209
↓ 26 callersMethodvisitOperationInsn
Visits an instruction that performs an unary or binary operation on one or two sources or one array, possibly a literal value, to a destination regist
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/MethodVisitor.java:376
↓ 25 callersMethodCall
test-app/runtime/src/main/cpp/include/cppgc/allocation.h:239
↓ 25 callersMethodgetCurrentRuntime
()
test-app/runtime/src/main/java/com/tns/Runtime.java:293
↓ 25 callersFunctionhas_value
test-app/runtime/src/main/cpp/ada/ada.h:3650
↓ 25 callersMethodisInterface
()
test-app/runtime-binding-generator/src/main/java/com/tns/bindings/desc/ClassDescriptor.java:137
↓ 25 callersMethodread
(InputStream in)
test-app/runtime/src/main/java/fi/iki/elonen/NanoWSD.java:434
↓ 25 callersMethodsafeClose
(Object closeable)
test-app/runtime/src/main/java/fi/iki/elonen/NanoHTTPD.java:2059
↓ 24 callersMethodCheck
* Short-hand for ToChecked(), which doesn't return a value. To be used, where * the actual value of the Maybe is not needed like Object::Set. */
test-app/runtime/src/main/cpp/include/v8-maybe.h:43
↓ 24 callersMethodconcat
test-app/runtime/src/main/cpp/v8_inspector/src/inspector/string-16.h:149
↓ 24 callersMethodequals
(Object o)
test-app/app/src/main/java/com/tns/tests/BadEqualsTest.java:8
↓ 24 callersMethodisDebuggableApp
(Context context)
test-app/app/src/main/java/com/tns/Util.java:28
↓ 24 callersMethodsize
test-app/runtime/src/main/cpp/v8_inspector/src/inspector/protocol/Protocol.h:253
↓ 23 callersMethodFromMaybe
* Converts this Maybe<> to a value of type T, using a default value if this * Maybe<> is nothing (empty). */
test-app/runtime/src/main/cpp/include/v8-maybe.h:69
↓ 23 callersMethodGetFunction
test-app/runtime/src/main/cpp/v8_inspector/src/debug/debug-frames.h:30
↓ 23 callersFunction__extends
(Child, Parent)
test-app/app/src/main/assets/internal/ts_helpers.js:50
↓ 23 callersMethodcontains
test-app/runtime/src/main/cpp/robin_hood.h:1913
↓ 23 callersMethodemplace_back
test-app/runtime/src/main/cpp/v8_inspector/src/base/small-vector.h:123
↓ 23 callersFunctionencode_json
test-app/runtime/src/main/cpp/ada/ada.cpp:11132
↓ 23 callersMethodgetClassName
()
test-app/build-tools/static-binding-generator/src/main/java/org/nativescript/staticbindinggenerator/generating/parsing/classes/hierarchy/generics/impl/ClassGenericDefinition.java:19
↓ 23 callersFunctionpercent_encode
test-app/runtime/src/main/cpp/ada/ada.cpp:10866
↓ 23 callersMethodsint
Reads next signed integer value. @return value read from stream
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/lowLevelUtils/IDalvikValueReader.java:76
↓ 23 callersMethodvisitMethodInsn
(int opcode, String owner, String name, String desc, int[] arguments)
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/MethodWriter.java:315
↓ 23 callersMethodwriteToBuffer
(char ch)
test-app/build-tools/static-binding-generator/src/main/java/org/nativescript/staticbindinggenerator/generating/parsing/classes/hierarchy/generics/impl/ClassSignatureVisitor.java:294
↓ 22 callersFunctionCurrent
test-app/runtime/src/main/cpp/include/cppgc/source-location.h:38
↓ 22 callersMethodGetURL
test-app/runtime/src/main/cpp/URLImpl.cpp:20
↓ 22 callersMethodchange_state
test-app/runtime/src/main/cpp/ada/ada.h:9594
↓ 22 callersMethodgetStringItemFromStringIndex
Gets the String related to string_id_item table, according to the string index given. @param index index of the string to find. @return the string lin
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/lowLevelUtils/DexFileReader.java:103
↓ 22 callersMethodinterpretEncodedValue
Interpret the given valueType/valueArg and returns the corresponding object. The dex file reader must point after the byte containing the valueType/va
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/ApplicationReader.java:946
↓ 21 callersMethodSetEmptyString
test-app/runtime/src/main/cpp/include/v8-function-callback.h:349
↓ 21 callersMethodequals
(Object obj)
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/structureCommon/Label.java:188
↓ 21 callersMethodgetParameterTypes
()
test-app/runtime-binding-generator/src/main/java/com/tns/bindings/desc/MethodDescriptor.java:4
↓ 21 callersMethodisEmpty
(String input)
test-app/build-tools/static-binding-generator/src/main/java/org/nativescript/staticbindinggenerator/generating/writing/impl/ClassWriterImpl.java:75
↓ 21 callersMethodremove
Removes the mapping with the specified key from this map. @param key the key of the mapping to remove. @return the value of the removed mapping or {@
test-app/runtime/src/main/java/com/tns/NativeScriptHashMap.java:592
↓ 21 callersMethodtoThrow
(expected?: any)
test-app/app/src/main/assets/app/Infrastructure/Jasmine/jasmine.d.ts:247
↓ 20 callersMethodBooleanValue
test-app/runtime/src/main/cpp/JType.cpp:60
↓ 20 callersMethodcontains
Returns <tt>true</tt> if the given instruction belongs to this list. This method always scans the instructions of this list until it finds the given i
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/tree/InsnList.java:143
↓ 20 callersFunctionexpected_map_impl
test-app/runtime/src/main/cpp/ada/ada.h:3777
↓ 20 callersMethodisPublic
()
test-app/build-tools/static-binding-generator/src/main/java/org/nativescript/staticbindinggenerator/generating/parsing/methods/JavaMethod.java:14
↓ 20 callersFunctionmap_error_impl
test-app/runtime/src/main/cpp/ada/ada.h:3888
↓ 20 callersMethodvisitInsn
Visits a zero operand instruction. @param opcode the opcode of the instruction to be visited. This opcode is either NOP, RETURN-VOID, or unuse
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/MethodVisitor.java:231
↓ 19 callersFunctionIsValid
test-app/runtime/src/main/cpp/include/cppgc/persistent.h:229
↓ 19 callersMethodgetCodeItem
Returns the Code Item linked to this Writer. May be Null if it hasn't any (if abstract or interface). @return the Code Item linked to this Writer, or
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/MethodWriter.java:206
↓ 19 callersMethodgetOffset
Returns the offset of the instruction this instruction is related to. @return the offset of the instruction this instruction is related to.
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/instruction/IOffsetInstruction.java:47
↓ 19 callersMethodgetValue
()
test-app/runtime/src/main/java/fi/iki/elonen/NanoWSD.java:408
↓ 19 callersMethodmatch
test-app/runtime/src/main/cpp/ada/ada.h:9148
↓ 19 callersMethodrelativeSeek
Adds an offset to the current position of the pointer in the stream. @param offset positive or negative offset to add.
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/lowLevelUtils/IDalvikValueReader.java:139
↓ 19 callersMethodreserve
test-app/runtime/src/main/cpp/ada/ada.h:8076
↓ 19 callersMethodtest4BitsLimit
Tests if the given number can be held in 4 bits, throw an IllegalArgumentException otherwise.
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/instruction/Instruction.java:151
↓ 18 callersMethodDeleteLocalRef
test-app/runtime/src/main/cpp/JEnv.cpp:579
↓ 18 callersMethodGetJavaObjectByJsObject
test-app/runtime/src/main/cpp/ObjectManager.cpp:103
↓ 18 callersMethodGetObjectManager
test-app/runtime/src/main/cpp/Runtime.cpp:192
↓ 18 callersMethodGetURLSearchParams
test-app/runtime/src/main/cpp/URLSearchParamsImpl.cpp:342
↓ 18 callersMethodGlobal
test-app/runtime/src/main/cpp/include/v8-persistent-handle.h:562
↓ 18 callersMethodNewObject
test-app/runtime/src/main/cpp/JEnv.h:323
↓ 18 callersMethodpoll
()
test-app/runtime/src/main/java/com/tns/NativeScriptWeakHashMap.java:538
↓ 18 callersMethodremove
test-app/runtime/src/main/cpp/ada/ada.h:8789
↓ 18 callersMethodtoArray
Returns an array containing all of the instructions in this list. @return an array containing all of the instructions in this list.
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/tree/InsnList.java:212
↓ 18 callersMethodtoString
()
test-app/build-tools/static-binding-generator/src/main/java/org/nativescript/staticbindinggenerator/generating/parsing/methods/impl/JavaMethodImpl.java:141
↓ 18 callersMethodwriteMapItem
Convenient method to write, at the end of the file, a map_item item. It is not written if the size is 0. @param type type of the item (see {@link Opco
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/ApplicationWriter.java:1383
↓ 17 callersMethodCallObjectMethodA
test-app/runtime/src/main/cpp/JEnv.cpp:245
↓ 17 callersMethodaddInstruction
Adds an instruction to the current Code Item. Also adds the Line Number to the Instruction, and resets it. @param insn instruction to add to the Code
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/MethodWriter.java:228
↓ 17 callersMethodequals
(Object o)
test-app/build-tools/static-binding-generator/src/main/java/org/nativescript/staticbindinggenerator/generating/parsing/classes/hierarchy/generics/impl/GenericSignatureView.java:67
↓ 17 callersMethodflush
()
test-app/build-tools/android-metadata-generator/src/src/com/telerik/metadata/StreamWriter.java:12
↓ 17 callersMethodgetTypeIndex
Type index in the type pool @return index
test-app/runtime-binding-generator/src/main/java/org/ow2/asmdex/structureReader/FieldIdItem.java:70
↓ 17 callersMethodget_pathname
test-app/runtime/src/main/cpp/ada/ada.h:6632
↓ 17 callersFunctionreplace
(dest, source)
test-app/app/src/main/assets/app/Infrastructure/Jasmine/jasmine-2.0.1/jasmine.js:961
↓ 16 callersMethodCallObjectMethod
test-app/runtime/src/main/cpp/JEnv.h:260
↓ 16 callersMethodCallVoidMethod
test-app/runtime/src/main/cpp/JEnv.h:215
↓ 16 callersMethodGetIsolate
test-app/runtime/src/main/cpp/include/v8-function-callback.h:356
↓ 16 callersFunctionTryGetRuntime
test-app/runtime/src/main/cpp/com_tns_Runtime.cpp:110
↓ 16 callersFunctionend
test-app/runtime/src/main/cpp/include/v8-context.h:34
↓ 16 callersMethodfail
(e?: any)
test-app/app/src/main/assets/app/Infrastructure/Jasmine/jasmine.d.ts:315
↓ 16 callersMethodgetBinaryPayload
()
test-app/runtime/src/main/java/fi/iki/elonen/NanoWSD.java:528
↓ 16 callersMethodgetKey
()
test-app/runtime/src/main/java/com/tns/NativeScriptAbstractMap.java:133
↓ 16 callersMethodgetValue
()
test-app/runtime/src/main/java/com/tns/NativeScriptAbstractMap.java:137
↓ 16 callersMethodmethod1
(String value)
test-app/app/src/main/java/com/tns/tests/Button1.java:140
← previousnext →101–200 of 8,093, ranked by callers