HomeSort by relevance Sort by last modified time
    Searched full:base (Results 1101 - 1125 of 4489) sorted by null

<<41424344454647484950>>

  /external/icu4c/i18n/
olsontz.cpp 368 // immutable (except for the ID, which is in the base class).
816 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ {
824 if (inclusive && base == firstFinalTZTransition->getTime()) {
827 } else if (base >= firstFinalTZTransition->getTime()) {
829 //return finalZone->getNextTransition(base, inclusive, result);
830 return finalZoneWithStartYear->getNextTransition(base, inclusive, result);
842 if (base > t || (!inclusive && base == t)) {
    [all...]
  /build/tools/atree/
files.cpp 23 path_append(const string& base, const string& leaf)
25 string full = base;
26 if (base.length() > 0 && leaf.length() > 0) {
318 stat_out(const string& base, FileRecord* rec)
320 rec->outPath = path_append(base, rec->outName);
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 20 * This checked exception class is designed as a base/expansion point for the
70 * base exception class:
172 * Overrides base method to support error code lookup and avoid returning nulls.
213 * Overrides base method for the sole purpose of making it final.<P>
273 * and also overrides the base method in JDK 1.4+.
AbstractRuntimeException.java 20 * This unchecked exception class is designed as a base/expansion point for the
70 * base exception class:
172 * Overrides base method to support error code lookup and avoid returning nulls.
213 * Overrides base method for the sole purpose of making it final.<P>
273 * and also overrides the base method in JDK 1.4+.
  /external/freetype/src/psaux/
psconv.c 75 FT_Int base )
82 if ( p == limit || base < 2 || base > 36 )
104 if ( c < 0 || c >= base )
107 num = num * base + c;
  /external/qemu/
a.out.h 79 host_ulong text_start; /* base of text used for this file */
80 host_ulong data_start; /* base of data used for this file=
310 #define IMAGE_COMDAT_SELECT_ASSOCIATIVE (5) /* Base on other section. */
377 host_ulong text_start; /* base of text used for this file */
378 host_ulong data_start; /* base of all data used for this file */
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium.py 40 import base namespace
45 class ChromiumPort(base.Port):
46 """Abstract base class for Chromium implementations of the Port class."""
49 base.Port.__init__(self, port_name, options)
158 class ChromiumDriver(base.Driver):
  /frameworks/base/camera/libcameraservice/
CameraHardwareStub.cpp 174 void *base = heap->base(); local
177 uint8_t *frame = ((uint8_t *)base) + offset;
293 cam.getNextFrameAsYuv422((uint8_t *)mRawHeap->base());
300 memcpy(heap->base(), kCannedJpeg, kCannedJpegSize);
  /frameworks/base/core/java/android/provider/
LiveFolders.java 110 * the intent associated with that item or, if present, the live folder's base intent
111 * with the id of the item appended to the base intent's URI.</td>
140 * a base intent.</td>
189 * <p>Optional if the live folder has a base intent.</p>
268 * The name of the extra used to define the base Intent of a live folder.
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 240 pMemPtr - Pointer to the base virtual address of the allocated memory.
356 S32 os_strtol(const PS8 nptr, PPS8 endptr, S32 base)
358 return strtol((char*)nptr, (char**)endptr, base);
368 U32 os_strtoul(const PS8 nptr, PPS8 endptr, S32 base)
370 return strtoul((char*)nptr, (char**)endptr, base);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
osapi.c 240 pMemPtr - Pointer to the base virtual address of the allocated memory.
356 S32 os_strtol(const PS8 nptr, PPS8 endptr, S32 base)
358 return strtol((char*)nptr, (char**)endptr, base);
368 U32 os_strtoul(const PS8 nptr, PPS8 endptr, S32 base)
370 return strtoul((char*)nptr, (char**)endptr, base);
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSInput.java 20 * encoding), a base URI, and/or a character stream.
126 * <code>baseURI</code> as the base, if that fails, the behavior is
145 * <code>baseURI</code> as the base, if that fails, the behavior is
168 * The base URI to be used (see section 5.1.4 in [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>]) for
170 * <br> If, when used, the base URI is itself a relative URI, an empty
175 * The base URI to be used (see section 5.1.4 in [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>]) for
177 * <br> If, when used, the base URI is itself a relative URI, an empty
  /external/grub/netboot/
3c595.h 67 #define BASE (eth_nic_base)
99 #define EEPROM_ADDR_CFG 0x8 /* Base addr */
117 #define VX_COMMAND 0x0e /* Write. BASE+0x0e is always a
119 #define VX_STATUS 0x0e /* Read. BASE+0x0e is always status
121 #define VX_WINDOW 0x0f /* Read. BASE+0x0f is always window
296 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
416 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)
  /external/qemu/android/skin/
image.c 40 sdl_surface_from_argb32( void* base, int w, int h )
43 base, w, h, 32, w*4,
273 extern void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
284 const unsigned char* base; local
289 base = android_resource_find( path+1, &size );
290 if (base == NULL) {
295 data = readpng(base, size, &w, &h);
  /external/skia/src/animator/
SkDisplayType.cpp 548 SkDisplayTypes SkDisplayType::GetParent(SkAnimateMaker* maker, SkDisplayTypes base) {
549 if (base == SkType_Group || base == SkType_Save || base == SkType_SaveLayer) //!!! cheat a little until we have a lookup table
551 if (base == SkType_Set)
553 const SkMemberInfo* info = GetMembers(maker, base, NULL); // get info for this type
556 return SkType_Unknown; // if no base, done
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 135 * {@code base} is the bias of frequency for the dictionary.<br>
138 * Searched word's frequency in the dictionary is mapped to the range from {@code base} to {@code high}.
140 * The maximum value of {@code base} and {@code high} is 1000.
141 * To set a dictionary unused, specify -1 to {@code base} and {@code high}.
144 * @param base The base frequency for the dictionary
148 public int setDictionary(int index, int base, int high );
  /system/core/sh/
output.c 307 unsigned base;
379 base = 10;
382 base = 10;
385 base = 8;
394 base = 16;
410 *--p = digit[num % base];
411 num /= base;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 810 GeneralName base = subtree.getBase(); local
837 GeneralName base = subtree.getBase(); local
1412 X509CRL base = (X509CRL)it.next(); local
    [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.h 388 Address addressFor(unsigned index, RegisterID base = callFrameRegister);
393 Address tagFor(unsigned index, RegisterID base = callFrameRegister);
394 Address payloadFor(unsigned index, RegisterID base = callFrameRegister);
402 void emitLoad(unsigned index, RegisterID tag, RegisterID payload, RegisterID base = callFrameRegister);
405 void emitStore(unsigned index, RegisterID tag, RegisterID payload, RegisterID base = callFrameRegister);
406 void emitStore(unsigned index, const JSValue constant, RegisterID base = callFrameRegister);
429 void compileGetDirectOffset(RegisterID base, RegisterID resultTag, RegisterID resultPayload, Structure* structure, size_t cachedOffset);
430 void compileGetDirectOffset(JSObject* base, RegisterID temp, RegisterID resultTag, RegisterID resultPayload, size_t cachedOffset);
431 void compileGetDirectOffset(RegisterID base, RegisterID resultTag, RegisterID resultPayload, RegisterID structure, RegisterID offset);
432 void compilePutDirectOffset(RegisterID base, RegisterID valueTag, RegisterID valuePayload, Structure* structure, size_t cachedOffset)
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
gen.c 144 * is. The offset is base[nxt[i]] - (base of current state)]. That's
166 base[lastdfa + 1] = tblend + 2;
180 int offset = base[i];
190 transition_struct_out( 0, base[lastdfa + 1] - i );
200 base[nxt[i]] - (i - chk[i]) );
217 out_dec( " &yy_transition[%d],\n", base[i] );
960 if ( base[i] == JAMSTATE )
961 base[i] = jambase;
973 mkdata( base[i] )
    [all...]
  /dalvik/libcore/awt-kernel/src/main/java/java/awt/font/
NumericShaper.java 45 * and latin decimal base.
49 /** The Constant ARABIC indicates the ARABIC range and decimal base. */
54 * ARABIC_EXTENDED decimal base.
60 * decimal base.
64 /** The Constant BENGALI indicates the BENGALI range and decimal base. */
67 /** The Constant GURMUKHI indicates the GURMUKHI range and decimal base. */
70 /** The Constant GUJARATI indicates the GUJARATI range and decimal base. */
73 /** The Constant ORIYA indicates the ORIYA range and decimal base. */
76 /** The Constant TAMIL indicates the TAMIL range and decimal base. */
79 /** The Constant TELUGU indicates the TELUGU range and decimal base. *
    [all...]
  /external/libxml2/
HTMLparser.c 247 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \
573 static const char* const head_contents[] = { "title", "isindex", "base", "script", "style", "meta", "link", "object", NULL } ;
648 { "base", 0, 2, 2, 1, 0, 0, 0, "document base uri ",
651 { "basefont", 0, 2, 2, 1, 1, 1, 1, "base font size " ,
4524 int base, len; local
5352 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local
5489 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local
    [all...]
parser.c 134 (ctxt->input->cur - ctxt->input->base);
152 (ctxt->input->cur - ctxt->input->base);
4699 const xmlChar *tmp, *base; local
8652 const xmlChar *base; local
10285 int base, len; local
10572 int base = ctxt->input->base - local
10944 int base; local
11201 int base, i; local
11439 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local
11628 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local
14073 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]

Completed in 1647 milliseconds

<<41424344454647484950>>