Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 18 of 18) sorted by relevance

/development/ndk/build/platforms/android-5/arch-arm/usr/include/
Djni.h491 const struct JNINativeInterface* functions; member
496 { return functions->GetVersion(this); } in GetVersion()
500 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass()
503 { return functions->FindClass(this, name); } in FindClass()
506 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod()
509 { return functions->FromReflectedField(this, field); } in FromReflectedField()
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); } in ToReflectedMethod()
515 { return functions->GetSuperclass(this, clazz); } in GetSuperclass()
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); } in IsAssignableFrom()
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic); } in ToReflectedField()
[all …]
/development/ndk/build/platforms/android-3/arch-arm/usr/include/
Djni.h491 const struct JNINativeInterface* functions; member
496 { return functions->GetVersion(this); } in GetVersion()
500 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass()
503 { return functions->FindClass(this, name); } in FindClass()
506 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod()
509 { return functions->FromReflectedField(this, field); } in FromReflectedField()
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); } in ToReflectedMethod()
515 { return functions->GetSuperclass(this, clazz); } in GetSuperclass()
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); } in IsAssignableFrom()
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic); } in ToReflectedField()
[all …]
/development/ndk/build/platforms/android-4/arch-arm/usr/include/
Djni.h491 const struct JNINativeInterface* functions; member
496 { return functions->GetVersion(this); } in GetVersion()
500 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass()
503 { return functions->FindClass(this, name); } in FindClass()
506 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod()
509 { return functions->FromReflectedField(this, field); } in FromReflectedField()
512 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); } in ToReflectedMethod()
515 { return functions->GetSuperclass(this, clazz); } in GetSuperclass()
518 { return functions->IsAssignableFrom(this, clazz1, clazz2); } in IsAssignableFrom()
521 { return functions->ToReflectedField(this, cls, fieldID, isStatic); } in ToReflectedField()
[all …]
/development/emulator/qtools/
Ddmtrace.cpp26 functions = new std::vector<FunctionRecord*>; in DmTrace()
31 delete functions; in ~DmTrace()
141 functions->push_back(rec); in addFunction()
252 for (iter = functions->begin(); iter != functions->end(); ++iter) { in writeFunctions()
Dtrace_reader.h234 void demangle_names(int nfuncs, symbol_type *functions);
548 void TraceReader<T>::demangle_names(int nfuncs, symbol_type *functions) in demangle_names() argument
555 int len = strlen(functions[ii].name); in demangle_names()
564 if (demangle_ && len > 1 && functions[ii].name[0] == '_') { in demangle_names()
565 demangled = abi::__cxa_demangle(functions[ii].name, 0, NULL, in demangle_names()
570 delete[] functions[ii].name; in demangle_names()
571 functions[ii].name = Strdup(demangled); in demangle_names()
798 symbol_type *functions = new symbol_type[nfuncs]; in ReadElfSymbols() local
801 memcpy(functions, func_symbols, nfuncs * sizeof(symbol_type)); in ReadElfSymbols()
806 functions[ii].region = region; in ReadElfSymbols()
[all …]
Ddmtrace.h58 std::vector<FunctionRecord*> *functions; variable
/development/pdk/docs/guide/
Dtelephony.jd40 … and calls <code>RIL_Init</code> to initialize the RIL and obtain a reference to RIL functions</li>
41 …</code> on the Android telephony stack, providing a reference to the Vendor RIL functions</li></ol>
112 …red library that implements a set of functions required by Android to process radio requests. The …
126 <p>Your Vendor RIL must define a RIL_Init function that provides a handle to the functions which wi…
132 …nit should return a RIL_RadioFunctions structure containing the handles to the radio functions:</p>
148 …de>RIL_SIM_READY</code>, <code>RIL_SIM_NOT_READY</code>, as well as the functions described in the…
153 <p>The vendor RIL must provide the functions described in the table below to handle solicited comma…
215 <p>The functions listed in the table below are call-back functions used by the Vendor RIL to invoke…
Ddisplay_drivers.jd20 <p>This section describes how the display driver functions and offers a functional template designe…
221 /* These are generic software based fb functions */
Dinstrumentation_framework.jd63 <p><code>Instrumentation.java</code> has helper functions that send key events and string, for exam…
Dinstrumentation_testing.jd398 <p><code>Instrumentation.java</code> has helper functions that send key events and strings, for exa…
/development/samples/BrowserPlugin/
DREADME73 It supports all of the functions required for a standard netscape
78 functions either return fixed values or pass their inputs to the
90 also communicate with the browser using the netscape plugin functions
/development/ndk/docs/
DINSTALL.TXT45 the 'match' and 'substr' functions used by the NDK build system.
/development/ndk/docs/system/libc/
DOVERVIEW.TXT64 and related functions like mktime64(), localtime64(), etc...
150 formatting rules). This tends to slow down the path of many functions.
248 by the various functions that depend on it. See
261 implement getprotoent() and related functions. If added, it will
367 - Bionic lacks a few support functions to have exception support work
/development/ndk/build/gmsl/
Dgmsl5 # A library of functions to be used with GNU Make's $(call) that
D__gmsl5 # A library of functions to be used with GNU Make's $(call) that
62 # If GMSL_TRACE is enabled then calls to the library functions are
77 # functions will be enabled.
102 $(call __gmsl_warning,GNU Make $(MAKE_VERSION) does not support $$$$(eval): some functions disabled)
514 # The arithmetic library functions come in two forms: one form of each
517 # there are two plus functions:
Dgmsl-tests500 $(call start_test,assert functions)
/development/tools/zoneinfo/tzdata2008h/
Detcetera16 # as functions like gmtime load the "GMT" file to handle leap seconds properly.
/development/ndk/apps/san-angeles/project/jni/
Dlicense-LGPL.txt124 A "library" means a collection of software functions and/or data
126 (which use some of those functions and data) to form executables.
261 functions (ten lines or less in length), then the use of the object
301 rather than copying library functions into the executable, and (2)