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

<<11121314151617181920>>

  /external/javassist/src/main/javassist/tools/reflect/
Sample.java 48 Metalevel base = (Metalevel)args[0]; local
49 if (base == null)
52 base._getMetaobject().trapFieldWrite(name, args[1]);
  /external/kernel-headers/original/linux/
timer.h 17 struct tvec_t_base_s *base; member in struct:timer_list
26 .base = &boot_tvec_bases, \
  /external/oprofile/module/x86/
op_apic.h 45 _set_gate(&descr.base[NMI_VECTOR_NUM], NMI_GATE_TYPE, NMI_DPL_LEVEL, &op_nmi);
56 struct gate_struct * base; member in struct:_descr
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 40 int base; local
50 for (base=0; base<len; base += 16) {
51 for (i=base; i<base+16; i++) {
59 for (i=base; i<base+16; i++) {
  /external/qemu/android/
charmap.h 21 unsigned short base; member in struct:AKeyEntry
  /external/qemu/hw/
goldfish_device.h 22 uint32_t base; // filled in by goldfish_device_add if 0 member in struct:goldfish_device
37 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count);
38 int goldfish_device_bus_init(uint32_t base, uint32_t irq);
41 qemu_irq *goldfish_interrupt_init(uint32_t base, qemu_irq parent_irq, qemu_irq parent_fiq);
43 int goldfish_tty_add(CharDriverState *cs, int id, uint32_t base, int irq);
45 void goldfish_audio_init(uint32_t base, int id, const char* input_source);
49 void goldfish_mmc_init(uint32_t base, int id, BlockDriverState* bs);
55 void events_dev_init(uint32_t base, qemu_irq irq);
56 void nand_dev_init(uint32_t base);
  /external/skia/emoji/
GmojiMaker.cpp 97 const int base = unichars[0]; local
108 printf("0x%03X", unichars[i] - base);
  /external/skia/tests/
MemsetTest.cpp 26 static bool compare16(const uint16_t base[], uint16_t value, int count) {
28 if (base[i] != value) {
29 SkDebugf("[%d] expected %x found %x\n", i, value, base[i]);
36 static bool compare32(const uint32_t base[], uint32_t value, int count) {
38 if (base[i] != value) {
39 SkDebugf("[%d] expected %x found %x\n", i, value, base[i]);
53 uint16_t* base = &buffer[PAD + alignment]; local
54 sk_memset16(base, VALUE16, count);
57 compare16(base, VALUE16, count);
58 compare16(base + count, 0, TOTAL - count - PAD - alignment)
70 uint32_t* base = &buffer[PAD + alignment]; local
    [all...]
  /external/srec/tools/make_g2g/
make_g2g.c 42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename);
49 LCHAR base[P_PATH_MAX]; local
72 rc = ESR_CommandLineGetValue(argc, (const char **)argv, L("base"), base, &len);
75 LFPRINTF(stderr, "ERROR: Mandatory option -base is unspecified\n");
97 if (base==NULL || (LSTRCMP(outFilename, L(""))==0 ))
106 LSTRCPY(outFilename,base);
113 LFPRINTF(stdout,"Loading grammar %s from text files...\n",base);
114 CHKLOG(rc, SR_GrammarLoad(base, &grammar))
    [all...]
  /external/v8/test/mjsunit/
negate.js 32 var base = a * b;
33 assertEquals(-base, a * -b, "a * -b where a = " + a + ", b = " + b);
34 assertEquals(-base, -a * b, "-a * b where a = " + a + ", b = " + b);
35 assertEquals(base, -a * -b, "*-a * -b where a = " + a + ", b = " + b);
55 var base = v * w; variable
57 assertEquals(-base, -v * w);
59 assertEquals(base, -v * -w);
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.cpp 49 void* base = m_reservation.base(); local
50 m_reservation.decommit(base, reinterpret_cast<intptr_t>(m_commitEnd) - reinterpret_cast<intptr_t>(base));
51 addToCommittedByteCount(-(reinterpret_cast<intptr_t>(m_commitEnd) - reinterpret_cast<intptr_t>(base)));
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocator.h 61 static void decommitAndRelease(void* base, size_t size);
72 void* base = reserveUncommitted(reserveSize, usage, writable, executable); local
73 commit(base, commitSize, writable, executable);
74 return base;
92 inline void OSAllocator::decommitAndRelease(void* base, size_t size)
94 decommitAndRelease(base, size, base, size);
PageBlock.h 42 void* base() const { return m_base; } function in class:WTF::PageBlock
70 inline PageBlock::PageBlock(void* base, size_t size)
71 : m_base(base)
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLOptionsCollectionCustom.cpp 66 HTMLSelectElement* base = static_cast<HTMLSelectElement*>(imp->base()); local
67 selectIndexSetter(base, exec, index, value);
94 JSHTMLSelectElement* base = static_cast<JSHTMLSelectElement*>(asObject(toJS(exec, globalObject(), imp->base()))); local
95 return base->remove(exec);
  /external/webkit/Source/WebCore/html/
HTMLCollection.h 42 static PassRefPtr<HTMLCollection> create(PassRefPtr<Node> base, CollectionType);
59 Node* base() const { return m_base.get(); } function in class:WebCore::HTMLCollection
63 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*);
64 HTMLCollection(PassRefPtr<Node> base, CollectionType);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureTarget.java 18 package android.filterpacks.base;
ObjectSource.java 18 package android.filterpacks.base;
RetargetFilter.java 18 package android.filterpacks.base;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/util/
XmlUtils_Delegate.java 45 int base = 10; local
61 base = 16;
64 base = 8;
69 base = 16;
72 return ((int)Long.parseLong(nm.substring(index), base)) * sign;
  /frameworks/compile/libbcc/tests/data/src/
addressOf.c 7 struct str base; local
10 base.x = 10.0;
11 struct str *s = &base;
15 printf("testStruct: %g %g %g\n",base.x, *v, *v2);
bellard.otccex.c 81 int s, n, f, base; local
95 base = DEFAULT_BASE;
97 base = atoi(*(int *)(argv + 8));
98 if (base < 2 || base > 36) {
100 fprintf(stderr, "Invalid base\n");
105 print_num(fib(n), base); local
114 print_num((*(int (*)())f)(n), base);
123 printf("usage: %s n [base]\n", name);
124 printf("Compute fib(n) and fact(n) and output the result in base 'base'\n")
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralSubtree.java 42 * base GeneralName,
54 /** the value of base field of the structure */
55 private final GeneralName base; field in class:GeneralSubtree
63 public GeneralSubtree(GeneralName base, int minimum, int maximum) {
64 this.base = base;
70 * Returns the value of base field of the structure.
73 return base;
88 sb.append(prefix).append(" base: ").append(base).append('\n')
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 76 /* The base object of the memory reference or NULL_TREE if all of
78 tree base; member in struct:ao_ref_s
79 /* The offset relative to the base. */
89 /* The alias set of the base object or -1 if not yet computed. */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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, }
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 76 /* The base object of the memory reference or NULL_TREE if all of
78 tree base; member in struct:ao_ref_s
79 /* The offset relative to the base. */
89 /* The alias set of the base object or -1 if not yet computed. */

Completed in 2599 milliseconds

<<11121314151617181920>>