HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 851 - 875 of 1543) sorted by null

<<31323334353637383940>>

  /external/zlib/src/contrib/blast/
blast.c 245 * This is the base-2 logarithm of the dictionary size minus six.
304 static const short base[16] = { /* base for length codes */ local
328 len = base[symbol] + bits(s, extra[symbol]);
  /frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java 233 final String base = uri.getPathSegments().get(0); local
235 if (base.equals(sSuggestions)) {
255 String base = uri.getPathSegments().get(0); local
256 if (base.equals(sSuggestions)) {
281 String base = uri.getPathSegments().get(0); local
283 if (base.equals(sSuggestions)) {
352 String base = uri.getPathSegments().get(0); local
353 if (!base.equals(sSuggestions)) {
381 Cursor c = db.query(base, useProjection, whereClause.toString(),
  /frameworks/base/core/java/android/text/util/
Linkify.java 449 int base = 0; local
462 spec.start = base + start;
463 spec.end = base + end;
465 base += end;
  /frameworks/native/opengl/libagl/
state.cpp 68 void* const base = malloc(extra + sizeof(ogles_context_t) + 32); local
69 if (!base) return 0;
72 (ogles_context_t *)((ptrdiff_t(base) + extra + 31) & ~0x1FL);
91 c->rasterizer.base = base;
114 free(c->rasterizer.base);
  /frameworks/native/services/sensorservice/
vec.h 303 typedef vbase<TYPE, SIZE> base; typedef in class:android::vec
314 iterator begin() { return base::v; }
315 iterator end() { return base::v + SIZE; }
316 const_iterator begin() const { return base::v; }
317 const_iterator end() const { return base::v + SIZE; }
324 vec(const vec& rhs) : base(rhs) { }
325 vec(const base& rhs) : base(rhs) { }
332 base::operator[](i) = rhs;
342 base::operator[](i) = array[i]
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccUtils.java 161 * base pointer, where bit 16 is set to zero and bits 7 to 1
163 * base pointer to a "half page" in the UCS2 code space, to be
170 * 16 bit base pointer defined earlier...
175 * base pointer to a "half page" in the UCS2 code space...
207 char base = '\0'; local
215 base = (char) ((data[offset + 2] & 0xFF) << 7);
223 base = (char) (((data[offset + 2] & 0xFF) << 8) |
236 ret.append((char) (base + (data[offset] & 0x7F)));
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 38 gralloc_module_t base; member in struct:private_module_t
91 void *base; member in struct:private_handle_t
108 vstride(vstride), base(0), handle(0), handle1(0), handle2(0)
119 vstride(vstride), base(0), base1(0), base2(0), handle(0), handle1(0),
131 vstride(vstride), base(0), base1(0), base2(0), handle(0), handle1(0),
s5p_fimc_v4l2.h 100 dma_addr_t base[3]; member in struct:fimc_buf
138 unsigned int buf_addr_phy_rgb_y; // Base Address of the Source Image (RGB or Y): Physical Address
139 unsigned int buf_addr_phy_cb; // Base Address of the Source Image (CB Component) : Physical Address
140 unsigned int buf_addr_phy_cr; // Base Address of the Source Image (CR Component) : Physical Address
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 65 camera_device_t base; member in struct:ti_camera_device
66 /* TI specific "private" data can go here (base.priv) */
461 if (ti_dev->base.ops) {
462 free(ti_dev->base.ops);
537 camera_device->base.common.tag = HARDWARE_DEVICE_TAG;
538 camera_device->base.common.version = 0;
539 camera_device->base.common.module = (hw_module_t *)(module);
540 camera_device->base.common.close = camera_device_close;
541 camera_device->base.ops = camera_ops;
567 *device = &camera_device->base.common
    [all...]
  /libcore/json/src/main/java/org/json/
JSONTokener.java 296 int base = 10; local
300 base = 16;
303 base = 8;
306 long longValue = Long.parseLong(number, base);
  /libcore/luni/src/main/java/java/lang/
Integer.java 168 int base = 10; local
177 base = 16;
179 base = 8;
185 base = 16;
188 int result = parse(string, i, base, negative);
461 * used as the base for the conversion.
471 * the base to use for the conversion.
Long.java 154 int base = 10; local
164 base = 16;
166 base = 8;
173 base = 16;
176 long result = parse(string, i, base, negative);
448 * then 10 is used as the base for the conversion.
458 * the base to use for the conversion.
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 158 String base = System.getProperty("java.io.tmpdir"); local
159 File dir = new File(base, platformId);
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 56 typedef codecvt<char,char,mbstate_t> base; typedef in struct:eater_codecvt
58 explicit eater_codecvt(size_t refs = 0) : base(refs) {}
61 virtual base::result
149 typedef codecvt<char,char,mbstate_t> base; typedef in struct:generator_codecvt
151 explicit generator_codecvt(size_t refs = 0) : base(refs) {}
154 virtual base::result
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 56 typedef codecvt<char,char,mbstate_t> base; typedef in struct:eater_codecvt
58 explicit eater_codecvt(size_t refs = 0) : base(refs) {}
61 virtual base::result
149 typedef codecvt<char,char,mbstate_t> base; typedef in struct:generator_codecvt
151 explicit generator_codecvt(size_t refs = 0) : base(refs) {}
154 virtual base::result
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 111 File base = null; local
116 base = new File(root + Constants.DEFAULT_STORE_SUBDIR);
117 if (!base.isDirectory() && !base.mkdir()) {
118 if (D) Log.d(Constants.TAG, "Receive File aborted - can't create base directory "
119 + base.getPath());
122 stat = new StatFs(base.getPath());
156 filename = base.getPath() + File.separator + filename;
227 * is [base].[ext], the generated filenames are [base]-[sequence].[ext]
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 179 Uri base = mBaseUri; local
180 return Util.equals(base.getScheme(), uri.getScheme())
181 && Util.equals(base.getHost(), uri.getHost())
182 && Util.equals(base.getAuthority(), uri.getAuthority())
183 && Util.equals(base.getPath(), getPathWithoutId(uri));
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterDeleteSet.java 21 // FilterDeleteSet filters a base MediaSet to remove some deletion items (we
133 ArrayList<MediaItem> base = mBaseSet.getMediaItem(start + i, count + (j - i)); local
139 base.remove(k);
141 return base;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 57 pretty_printer base; member in struct:c_pretty_print_info
97 #define pp_base(PP) (&pp_c_base (PP)->base)
155 /* Returns the c_pretty_printer base object of PRETTY-PRINTER. This
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 57 pretty_printer base; member in struct:c_pretty_print_info
97 #define pp_base(PP) (&pp_c_base (PP)->base)
155 /* Returns the c_pretty_printer base object of PRETTY-PRINTER. This
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 57 pretty_printer base; member in struct:c_pretty_print_info
97 #define pp_base(PP) (&pp_c_base (PP)->base)
155 /* Returns the c_pretty_printer base object of PRETTY-PRINTER. This
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 57 pretty_printer base; member in struct:c_pretty_print_info
97 #define pp_base(PP) (&pp_c_base (PP)->base)
155 /* Returns the c_pretty_printer base object of PRETTY-PRINTER. This
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h 134 : current(__x.base()) { }
140 base() const function in class:reverse_iterator
272 * Reverse iterators forward many operations to their underlying base()
280 { return __x.base() == __y.base(); }
286 { return __y.base() < __x.base(); }
316 { return __y.base() - __x.base(); }
322 { return reverse_iterator<_Iterator>(__x.base() - __n);
750 base() const function in class:__normal_iterator
911 base() const function in class:move_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.h 141 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x.base())
307 base() const { return _M_current; } function in class:__gnu_debug::_Safe_iterator
383 return std::make_pair(__rhs.base() - __lhs.base(), __dp_exact);
391 return std::make_pair(__lhs.base() == __rhs.base()? 0 : 1,
417 return __lhs.base() == __rhs.base();
433 return __lhs.base() == __rhs.base();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator.h 141 : current(__x.base()) { }
147 base() const function in class:reverse_iterator
279 * Reverse iterators forward many operations to their underlying base()
287 { return __x.base() == __y.base(); }
293 { return __y.base() < __x.base(); }
323 { return __y.base() - __x.base(); }
329 { return reverse_iterator<_Iterator>(__x.base() - __n);
784 base() const function in class:__normal_iterator
952 base() const function in class:move_iterator
    [all...]

Completed in 922 milliseconds

<<31323334353637383940>>