HomeSort by relevance Sort by last modified time
    Searched full:base (Results 1001 - 1025 of 40563) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/glx/
drisw_glx.c 33 __GLXDRIdisplay base; member in struct:drisw_display
38 struct glx_context base; member in struct:drisw_context
45 struct glx_screen base; member in struct:drisw_screen
60 __GLXDRIdrawable base; member in struct:drisw_drawable
137 __GLXDRIdrawable *pdraw = &(pdp->base);
179 __GLXDRIdrawable *pdraw = &(pdp->base);
215 __GLXDRIdrawable *pread = &(prp->base);
241 &systemTimeExtension.base,
242 &swrastLoaderExtension.base,
256 driReleaseDrawables(&pcp->base);
305 __GLXDRIdrawable *base = GetGLXDRIDrawable(dpy, drawable); local
338 __GLXDRIdrawable *base = GetGLXDRIDrawable(dpy, drawable); local
    [all...]
  /external/libevent/
event.c 146 static int evthread_notify_base(struct event_base *base);
325 #define EVENT_BASE_ASSERT_LOCKED(base) \
326 EVLOCK_ASSERT_LOCKED((base)->th_base_lock)
351 /** Set 'tp' to the current time according to 'base'. We must hold the lock
352 * on 'base'. If there is a cached time, return it. Otherwise, use
357 gettime(struct event_base *base, struct timeval *tp)
359 EVENT_BASE_ASSERT_LOCKED(base);
361 if (base->tv_cache.tv_sec) {
362 *tp = base->tv_cache;
375 if (base->last_updated_clock_diff + CLOCK_SYNC_INTERVA
434 struct event_base *base = event_base_new_with_config(NULL); local
449 struct event_base *base = NULL; local
507 struct event_base *base = baseptr; local
555 struct event_base *base; local
1161 struct event_base *base = ctl->base; local
1483 struct event_base *base = arg; local
2048 struct event_base *base = ev->ev_base; local
2217 struct event_base *base; local
2309 struct event_base *base; local
2736 struct event_base *base = arg; local
2752 struct event_base *base = arg; local
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p3.cpp 30 using C::g; // expected-error{{using declaration refers into 'C::', which is not a base class of 'D2'}}
38 // expected-error@-5 {{using declaration refers into 'D::', which is not a base class of 'D2'}}
39 // expected-error@-5 {{using declaration refers into 'D::', which is not a base class of 'D2'}}
40 // expected-error@-5 {{using declaration refers into 'D::', which is not a base class of 'D2'}}
41 // expected-error@-5 {{using declaration refers into 'D::', which is not a base class of 'D2'}}
49 struct Base {
57 struct Subclass : Base {
64 struct B : Base {
68 template <class T> struct C : Base {
70 using Base::bar; // expected-error {{no member named 'bar'}
    [all...]
  /external/clang/test/Layout/
ms-x86-empty-virtual-base.cpp 34 // CHECK-NEXT: 8 | struct B0 (virtual base) (empty)
42 // CHECK-X64-NEXT: 16 | struct B0 (virtual base) (empty)
57 // CHECK-NEXT: 24 | struct B0 (virtual base) (empty)
65 // CHECK-X64-NEXT: 24 | struct B0 (virtual base) (empty)
82 // CHECK-NEXT: 8 | struct B0 (virtual base) (empty)
83 // CHECK-NEXT: 16 | struct B1 (virtual base) (empty)
84 // CHECK-NEXT: 24 | struct B2 (virtual base) (empty)
85 // CHECK-NEXT: 32 | struct B3 (virtual base) (empty)
86 // CHECK-NEXT: 40 | struct B4 (virtual base) (empty)
97 // CHECK-X64-NEXT: 16 | struct B0 (virtual base) (empty
    [all...]
  /external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp 12 s3(3), // expected-warning {{field 's3' will be initialized after base 'BB1'}}
13 BB1(), // expected-warning {{base class 'BB1' will be initialized after base 'BB'}}
48 D() : A(), V() { } // expected-warning {{base class 'A' will be initialized after base 'V'}}
53 E() : A(), V() { } // expected-warning {{base class 'A' will be initialized after base 'V'}}
66 F() : A1(), V() { } // expected-warning {{base class 'A1' will be initialized after base 'V'}}
70 X(): A(), V(), B() {} // expected-warning {{base class 'A' will be initialized after base 'V'}
    [all...]
  /external/libchrome/base/json/
json_string_value_serializer.h 10 #include "base/base_export.h"
11 #include "base/files/file_path.h"
12 #include "base/macros.h"
13 #include "base/strings/string_piece.h"
14 #include "base/values.h"
16 class BASE_EXPORT JSONStringValueSerializer : public base::ValueSerializer {
28 bool Serialize(const base::Value& root) override;
32 bool SerializeAndOmitBinaryValues(const base::Value& root);
38 bool SerializeInternal(const base::Value& root, bool omit_binary_values);
47 class BASE_EXPORT JSONStringValueDeserializer : public base::ValueDeserializer
    [all...]
  /external/libxml2/test/schemas/
derivation-ok-restriction-4-1-err_0.xsd 7 4.1 The {base type definition} must also have one.
10 must be a subset of the {base type definition}'s {attribute wildcard}'s {namespace
13 4.3 Unless the {base type definition} is the ?ur-type definition?, the complex type
15 than the {base type definition}'s {attribute wildcard}'s {process contents},
35 <restriction base="foo:base.type.A">
41 <complexType name="base.type.A">
47 <restriction base="foo:base.type.B">
53 <complexType name="base.type.B"
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
asm-04.ll 1 ; Test the "T" asm constraint, which accepts addresses that have a base,
7 define void @f1(i64 %base) {
11 %add = add i64 %base, -524288
18 define void @f2(i64 %base) {
23 %add = add i64 %base, -524289
30 define void @f3(i64 %base) {
34 %add = add i64 %base, 524287
41 define void @f4(i64 %base) {
46 %add = add i64 %base, 524288
53 define void @f5(i64 %base, i64 %index)
    [all...]
  /system/tpm/trunks/
background_command_transceiver_test.cc 19 #include <base/bind.h>
20 #include <base/logging.h>
21 #include <base/message_loop/message_loop.h>
22 #include <base/run_loop.h>
23 #include <base/threading/platform_thread.h>
24 #include <base/threading/thread.h>
41 return std::string(base::PlatformThread::GetName());
75 base::MessageLoopForIO message_loop_;
76 base::Thread test_thread_;
84 background_transceiver.SendCommand("test", base::Bind(Assign, &output))
    [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libbase.so.lsdump.gz 
android.hidl.base@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libbase.so.lsdump.gz 
android.hidl.base@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/mips/source-based/
libbase.so.lsdump.gz 
android.hidl.base@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/mips64/source-based/
libbase.so.lsdump.gz 
android.hidl.base@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
libbase.so.lsdump.gz 
android.hidl.base@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libbase.so.lsdump.gz 
android.hidl.base@1.0.so.lsdump.gz 
  /external/syslinux/gpxe/src/drivers/net/
3c595.c 77 outw(RX_DISABLE, BASE + VX_COMMAND);
78 outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND);
80 outw(TX_DISABLE, BASE + VX_COMMAND);
81 outw(STOP_TRANSCEIVER, BASE + VX_COMMAND);
83 outw(RX_RESET, BASE + VX_COMMAND);
85 outw(TX_RESET, BASE + VX_COMMAND);
87 outw(C_INTR_LATCH, BASE + VX_COMMAND);
88 outw(SET_RD_0_MASK, BASE + VX_COMMAND);
89 outw(SET_INTR_MASK, BASE + VX_COMMAND);
90 outw(SET_RX_FILTER, BASE + VX_COMMAND)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 135 some radix determined by the value of base, and a final string of one or
140 If the value of base is zero, the expected form of the subject sequence is
143 of base is between 2 and 36 (inclusive), the expected form of the subject
145 the radix specified by base, optionally preceded by a plus or minus sign,
148 ascribed values are less than that of base are permitted. If the value of
149 base is 16, the characters 0x or 0X may optionally precede the sequence of
158 If the subject sequence has the expected form and the value of base is
161 expected form and the value of base is between 2 and 36, it is used as the
162 base for conversion, ascribing to each letter its value as given above. If
184 strtol(const char * __restrict nptr, char ** __restrict endptr, int base)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
apic.asl 63 [0008] Base Address : 000000002C000000 /* armv8 FVP Base GIC address */
64 [0008] Virtual GIC Base Address : 0
65 [0008] Hypervisor GIC Base Address : 0
67 [0008] Redistributor Base Address : 0
84 [0008] Base Address : 000000002C000000
85 [0008] Virtual GIC Base Address : 0
86 [0008] Hypervisor GIC Base Address : 0
88 [0008] Redistributor Base Address : 0
105 [0008] Base Address : 000000002C00000
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
intconv.go 21 // Text returns the string representation of x in the given base.
22 // Base must be between 2 and 36, inclusive. The result uses the
23 // lower-case letters 'a' to 'z' for digit values >= 10. No base
25 func (x *Int) Text(base int) string {
29 return string(x.abs.itoa(x.neg, base))
33 // x.Text(base), to buf and returns the extended buffer.
34 func (x *Int) Append(buf []byte, base int) []byte {
38 return append(buf, x.abs.itoa(x.neg, base)...)
69 // determine base
70 var base in
    [all...]

Completed in 1528 milliseconds

<<41424344454647484950>>