HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 226 - 250 of 1449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/aacdec/
huffcb.cpp 34 change variables 'base', 'sect_len_inc', and 'esc_val' to
89 UChar base = number of sfb in already detected sections
177 FOR (base = 0; base<total_sfb AND num_of_section<total_sfb)
182 WHILE (sect_length_incr == ESC_value AND base < total_sfb)
184 base += ESC_value;
189 base += sect_length_incr;
190 *pSect++ = base;
196 base += sfb_per_win - max_sfb;
197 *pSect++ = base;
295 Int base; \/* section boundary *\/ local
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
FrameBranch.java 18 package android.filterpacks.base;
FrameFetch.java 18 package android.filterpacks.base;
FrameSource.java 18 package android.filterpacks.base;
FrameStore.java 18 package android.filterpacks.base;
  /frameworks/native/include/binder/
IMemory.h 50 void* base() const { return getBase(); } function in class:android::IMemoryHeap
  /ndk/sources/host-tools/sed-4.2.1/lib/
basename.c 34 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); local
38 while (ISSLASH (*base))
39 base++;
41 for (p = base; *p; p++)
47 base = p;
52 return (char *) base;
76 char const *base = last_component (name); local
81 if (! *base)
85 length = base_len (base);
86 if (ISSLASH (base[length])
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
InstallDetails.java 17 package com.android.ide.eclipse.base;
  /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();
  /bionic/libc/inet/
inet_ntop.c 105 struct { int base, len; } best, cur; member in struct:__anon50
118 best.base = -1;
120 cur.base = -1;
124 if (cur.base == -1)
125 cur.base = i, cur.len = 1;
129 if (cur.base != -1) {
130 if (best.base == -1 || cur.len > best.len)
132 cur.base = -1;
136 if (cur.base != -1) {
137 if (best.base == -1 || cur.len > best.len
    [all...]
  /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, }
  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 94 String base = Environment.getDataDirectory().getAbsolutePath(); local
98 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/bluetooth/bluez/audio/
gstrtpsbcpay.h 26 #include <gst/base/gstadapter.h>
48 GstBaseRTPPayload base; member in struct:_GstRtpSBCPay
  /external/bluetooth/glib/gio/tests/
filter-streams.c 20 GInputStream *base, *f1, *f2; local
23 base = g_memory_input_stream_new_from_data ("abcdefghijk", -1, NULL);
24 f1 = g_buffered_input_stream_new (base);
25 f2 = g_buffered_input_stream_new (base);
29 g_assert (g_filter_input_stream_get_base_stream (G_FILTER_INPUT_STREAM (f1)) == base);
30 g_assert (g_filter_input_stream_get_base_stream (G_FILTER_INPUT_STREAM (f2)) == base);
32 g_assert (!g_input_stream_is_closed (base));
38 g_assert (!g_input_stream_is_closed (base));
43 g_assert (g_input_stream_is_closed (base));
45 g_object_unref (base);
51 GOutputStream *base, *f1, *f2; local
102 GInputStream *base, *f1, *f2; local
174 GOutputStream *base, *f1, *f2; local
    [all...]
  /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
  /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...]

Completed in 1893 milliseconds

1 2 3 4 5 6 7 8 91011>>