HomeSort by relevance Sort by last modified time
    Searched defs:native (Results 1 - 21 of 21) sorted by null

  /frameworks/base/cmds/system_server/library/
Android.mk 8 native = $(LOCAL_PATH)/../../../../native macro
11 $(native)/services/sensorservice \
12 $(native)/services/surfaceflinger \
  /external/webkit/Source/JavaScriptCore/runtime/
CallData.h 53 } native; member in union:JSC::CallData
ConstructData.h 53 } native; member in union:JSC::ConstructData
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 21 #include "native/InternalNativePriv.h"
70 * public static boolean heapSegmentNotify(int when, int what, bool native)
80 bool native = (args[2] != 0); // false=virtual heap, true=native heap local
83 ret = dvmDdmHandleHpsgNhsgChunk(when, what, native);
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 79 const StringType &native() const function in class:mcld::sys::fs::Path
82 StringType &native() function in class:mcld::sys::fs::Path
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.h 38 EGLNativeSurfaceType native(){return m_native;} function in class:EglSurface
  /cts/
CtsBuild.mk 17 # Test XMLs, native executables, and packages will be placed in this
23 CTS_NATIVE_TEST_SCANNER := $(HOST_OUT_EXECUTABLES)/cts-native-scanner
43 define cts-get-native-paths
  /libcore/
NativeCode.mk 17 # Definitions for building the native code needed for the core library.
36 define include-core-native-dir
63 luni/src/test/native, \
64 $(eval $(call include-core-native-dir,$(dir))))
85 dalvik/src/main/native luni/src/main/native, \
86 $(eval $(call include-core-native-dir,$(dir))))
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 136 bool native = header->unwindHeader.exception_class == __gxx_exception_class; local
138 if (native) {
  /sdk/emulator/qtools/
read_method.cpp 62 const char *native = pframe->isNative ? "n" : " "; local
64 native, ii, pframe->time, pframe->addr,
check_stack.cpp 185 // Count the number of non-native methods (ie, Java methods) on the
194 // Count the number of Java methods on the native stack
203 // Allow the native stack to have one less Java method because the
204 // native stack might be pushing a native function first.
206 printf("\nDiff at time %llu pid %d: non-native %d numMethods %d\n",
215 // as the Java methods on the native stack.
218 // Ignore native functions on the native stack.
246 const char *native = mframe->isNative ? "n" : " " local
    [all...]
trace_reader.h 36 // the name of the native function if the native function is a
1386 const char *native; local
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 268 unsigned native, dummy; local
273 if (sscanf(spec, "%02x %02x ", &native, &dummy) != 2) {
277 offset += 6; // skip native and preferred-display-mode-supported
284 mNativeIndex = native >> 3;
285 mNativeType = (ResolutionType)(native & 7);
296 ALOGW("sink advertised an illegal native resolution, fortunately "
307 // 1 byte "native"
337 // Support for the native format is a great idea, the spec includes
345 ALOGI("Choosing sink's native resolution");
351 ALOGW("Sink advertised native resolution that it doesn't
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_object.h 70 egl_object_t* native = reinterpret_cast<N*>(o); local
71 if (o && egl_object_t::get(display, native)) {
72 ref = native;
171 template<typename NATIVE, typename EGL>
172 static inline NATIVE* egl_to_native_cast(EGL arg) {
173 return reinterpret_cast<NATIVE*>(arg);
  /external/llvm/include/llvm/Support/
Endian.h 24 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
40 if (endian != native && sys::isBigEndianHost() != (endian == big))
164 <uint16_t, native, unaligned> unaligned_uint16_t;
166 <uint32_t, native, unaligned> unaligned_uint32_t;
168 <uint64_t, native, unaligned> unaligned_uint64_t;
171 <int16_t, native, unaligned> unaligned_int16_t;
173 <int32_t, native, unaligned> unaligned_int32_t;
175 <int64_t, native, unaligned> unaligned_int64_t;
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 215 Range* native = V8Range::toNative(v8Object);
216 if (!native)
219 *webRange = WebRange(native);
230 Element* native = V8Element::toNative(v8Object); local
231 if (!native)
234 *webElement = WebElement(native);
  /dalvik/vm/alloc/
DdmHeap.cpp 298 /* If we're looking at the native heap, we'll just return
301 bool native = ctx->type == CHUNK_TYPE("NHSG"); local
304 // Transmit any pending free memory. Native free memory of
313 if (!native || freeLen < kMaxFreeLen) {
330 if (!native && dvmIsValidObject(obj)) {
394 static void walkHeap(bool merge, bool native)
406 if (native) {
418 if (native) {
430 void dvmDdmSendHeapSegments(bool shouldLock, bool native)
439 if (!native) {
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 21 #include "views/controls/native/native_view_host.h"
70 // all renderer's native gtk widgets are moved one by one via
423 // control and native controls (scroll bar).
434 views::NativeViewHost* native = new views::NativeViewHost(); local
435 scroll_view_->SetContents(native);
447 native->Attach(widget->window_contents());
466 views::NativeViewHost* native = local
468 native->Detach();
733 views::NativeViewHost* native = local
737 if (native) {
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 1755 Builtins::JavaScript native; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 1842 Builtins::JavaScript native; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 24 var Native = function(options){
36 object.constructor = Native;
37 object.$family = {name: 'native'};
44 Native.typize(object, family);
49 if (generics) Native.genericize(obj, name, protect);
73 Native.genericize = function(object, property, check){
80 Native.implement = function(objects, properties){
84 Native.typize = function(object, family){
92 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
94 var types = {'boolean': Boolean, 'native': Native, 'object': Object}
    [all...]

Completed in 8667 milliseconds