HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1526 - 1550 of 5077) sorted by null

<<61626364656667686970>>

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base); variable
58 will be a new bytesobject in base */
66 PyObject *base; member in struct:__anon60463
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
54 PyAPI_FUNC(PyObject *) PyMemoryView_FromObject(PyObject *base); variable
58 will be a new bytesobject in base */
66 PyObject *base; member in struct:__anon60586
  /art/test/003-omnibus-opcodes/src/
MethodCall.java 56 MethodCallBase base = inst; local
57 base.tryThing();
  /cts/tests/tests/content/src/android/content/cts/
MutableContextWrapperTest.java 46 Context base = actitity; local
47 mMutableContextWrapper.setBaseContext(base);
48 assertTrue(base.equals(mMutableContextWrapper.getBaseContext()));
  /dalvik/tests/003-omnibus-opcodes/src/
MethodCall.java 56 MethodCallBase base = inst; local
57 base.tryThing();
  /external/chromium_org/third_party/WebKit/public/platform/
WebString.h 41 #include <base/strings/latin1_string_conversions.h>
42 #include <base/strings/nullable_string16.h>
43 #include <base/strings/string16.h>
131 WebString(const base::string16& s)
136 WebString& operator=(const base::string16& s)
142 operator base::string16() const
144 return base::Latin1OrUTF16ToUTF16(length(), data8(), data16());
147 WebString(const base::NullableString16& s)
155 WebString& operator=(const base::NullableString16& s)
164 operator base::NullableString16() cons
    [all...]
  /external/chromium-trace/
script.js 1 window.FLATTENED={};window.FLATTENED_RAW_SCRIPTS={};window.FLATTENED.base=!0;window.FLATTENED["tracing.color_scheme"]=!0;window.FLATTENED["tracing.importer.linux_perf.parser"]=!0;window.FLATTENED["base.guid"]=!0;window.FLATTENED["tracing.trace_model.counter_series"]=!0;window.FLATTENED["tracing.importer.linux_perf.android_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.bus_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.clock_parser"]=!0;
3 window.FLATTENED["tracing.importer.linux_perf.mali_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.power_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.sched_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.sync_parser"]=!0;window.FLATTENED["tracing.importer.linux_perf.workqueue_parser"]=!0;window.FLATTENED["base.event_target"]=!0;window.FLATTENED["base.events"]=!0;window.FLATTENED["base.range"]=!0;window.FLATTENED["tracing.filter"]=!0;
4 window.FLATTENED["tracing.trace_model.counter"]=!0;window.FLATTENED["tracing.trace_model.trace_model_event"]=!0;window.FLATTENED["tracing.trace_model.slice"]=!0;window.FLATTENED["tracing.trace_model.cpu"]=!0;window.FLATTENED["base.sorted_array_utils"]=!0;window.FLATTENED["base.iteration_helpers"]=!0;window.FLATTENED["base.utils"]=!0;window.FLATTENED["tracing.trace_model.object_snapshot"]=!0;window.FLATTENED["tracing.trace_model.object_instance"]=!0;
5 window.FLATTENED["tracing.trace_model.time_to_object_instance_map"]=!0;window.FLATTENED["tracing.trace_model.object_collection"]=!0;window.FLATTENED["tracing.trace_model.async_slice"]=!0;window.FLATTENED["tracing.trace_model.async_slice_group"]=!0;window.FLATTENED["tracing.trace_model.sample"]=!0;window.FLATTENED["tracing.trace_model.slice_group"]=!0;window.FLATTENED["tracing.trace_model.thread"]=!0;window.FLATTENED["base.settings"]=!0;window.FLATTENED["tracing.trace_model_settings"]=!0;
7 window.FLATTENED_RAW_SCRIPTS["../third_party/gl-matrix/src/gl-matrix/mat4.js"]=!0;window.FLATTENED_RAW_SCRIPTS["../third_party/gl-matrix/src/gl-matrix/vec2.js"]=!0;window.FLATTENED_RAW_SCRIPTS["../third_party/gl-matrix/src/gl-matrix/vec3.js"]=!0;window.FLATTENED_RAW_SCRIPTS["../third_party/gl-matrix/src/gl-matrix/vec4.js"]=!0;window.FLATTENED["base.gl_matrix"]=!0;window.FLATTENED["base.quad"]=!0;window.FLATTENED["tracing.trace_model.instant_even (…)
16 this.base=function(){function d(a){"\/"==a[a.length-1]&&(a=a.substring(0,a.length-1));l=a}function b(a,c){n[a]||(n[a]=[]);for(var e=n[a],b=!1,f=0;f<e.length;f++)e[f]==c&&(b=!0);b||e.push(c)}function a(a,c){q[a]||(q[a]=[]);for(var e=q[a],b=!1,f=0;f<q.length;f++)e[f]==c&&(b=!0);b||e.push(c)}function c(a,c){p[a]||(p[a]=[]);for(var e=p[a],b=!1,f=0;f<e.length;f++)e[f]==c&&(b=!0);b||e.push(c)}function e(){if(!window.FLATTENED&&!m){m=!0;var e=new XMLHttpRequest;e.open("GET","\/deps.js",!1);e.send(null);if(200!= function
    [all...]
  /bionic/libc/include/
ftw.h 52 int base; member in struct:FTW
  /bionic/libc/kernel/common/linux/
timer.h 32 struct tvec_t_base_s *base; member in struct:timer_list
35 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
  /bionic/libc/upstream-netbsd/libc/inet/
inet_ntop.c 135 struct { int base, len; } best, cur; member in struct:__anon724
151 best.base = -1;
153 cur.base = -1;
157 if (cur.base == -1)
158 cur.base = i, cur.len = 1;
162 if (cur.base != -1) {
163 if (best.base == -1 || cur.len > best.len)
165 cur.base = -1;
169 if (cur.base != -1) {
170 if (best.base == -1 || cur.len > best.len
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 93 String base = Environment.getDataDirectory().getAbsolutePath(); local
97 name = base + "/data" + name + suffix;
  /dalvik/vm/alloc/
HeapBitmap.h 25 /* <offset> is the difference from .base to a pointer address.
61 /* The base address, which corresponds to the first bit in
64 uintptr_t base; member in struct:HeapBitmap
68 * to a set bit. If there are no bits set, (max < base).
82 * enough to cover a heap at <base> of <maxSize> bytes, where
85 bool dvmHeapBitmapInit(HeapBitmap *hb, const void *base, size_t maxSize,
126 uintptr_t base, uintptr_t max,
MarkSweep.h 33 const Object **base; member in struct:GcMarkStack
  /development/ndk/platforms/android-3/include/linux/
timer.h 28 struct tvec_t_base_s *base; member in struct:timer_list
31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
  /external/chromium/base/
at_exit.h 11 #include "base/base_api.h"
12 #include "base/basictypes.h"
13 #include "base/synchronization/lock.h"
15 namespace base { namespace
20 // mostly used by base::Singleton.
25 // base::AtExitManager exit_manager;
64 base::Lock lock_;
78 } // namespace base
atomicops_internals_atomicword_compat.h 5 // This file is an internal atomic implementation, use base/atomicops.h instead.
24 namespace base { namespace
55 return base::subtle::Acquire_CompareAndSwap(
62 return base::subtle::Release_CompareAndSwap(
72 return base::subtle::Acquire_Store(
77 return base::subtle::Release_Store(
87 return base::subtle::Acquire_Load(
92 return base::subtle::Release_Load(
96 } // namespace base::subtle
97 } // namespace base
    [all...]
base_paths.h 9 // This file declares path keys for the base module. These can be used with
15 #include "base/base_paths_win.h"
17 #include "base/base_paths_mac.h"
20 namespace base { namespace
47 } // namespace base
base_paths_win.h 9 // This file declares windows-specific path keys for the base module.
13 namespace base { namespace
35 } // namespace base
bind_internal_win.h 12 // conventions. Please see base/bind_internal.h for more info.
18 namespace base { namespace
181 } // namespace base
callback_internal.h 14 #include "base/base_api.h"
15 #include "base/memory/ref_counted.h"
17 namespace base { namespace
133 } // namespace base
event_recorder.h 9 #include "base/base_api.h"
10 #include "base/basictypes.h"
21 namespace base { namespace
108 } // namespace base
file_descriptor_shuffle.cc 5 #include "base/file_descriptor_shuffle.h"
11 #include "base/eintr_wrapper.h"
12 #include "base/logging.h"
14 namespace base { namespace
96 } // namespace base
file_descriptor_shuffle.h 17 // base::InjectiveMultimap file_descriptor_map;
18 // file_descriptor_map.push_back(base::InjectionArc(devnull, 0, true));
19 // file_descriptor_map.push_back(base::InjectionArc(devnull, 2, true));
20 // file_descriptor_map.push_back(base::InjectionArc(pipe[1], 1, true));
21 // base::ShuffleFileDescriptors(file_descriptor_map);
27 namespace base { namespace
82 } // namespace base
  /external/chromium/base/debug/
debugger_posix.cc 5 #include "base/debug/debugger.h"
34 #include "base/basictypes.h"
35 #include "base/eintr_wrapper.h"
36 #include "base/logging.h"
37 #include "base/memory/scoped_ptr.h"
38 #include "base/safe_strerror_posix.h"
39 #include "base/string_piece.h"
40 #include "base/stringprintf.h"
43 #include "base/third_party/symbolize/symbolize.h"
46 namespace base { namespace
    [all...]
trace_event_win.cc 5 #include "base/debug/trace_event_win.h"
7 #include "base/logging.h"
8 #include "base/memory/singleton.h"
11 namespace base { namespace
14 using base::win::EtwEventType;
15 using base::win::EtwMofEvent;
119 } // namespace base

Completed in 324 milliseconds

<<61626364656667686970>>