OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aname
(Results
1 - 25
of
124
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/freetype/src/base/
ftsnames.c
45
FT_SfntName *
aname
)
50
if (
aname
&& face && FT_IS_SFNT( face ) )
76
aname
->platform_id = entry->platformID;
77
aname
->encoding_id = entry->encodingID;
78
aname
->language_id = entry->languageID;
79
aname
->name_id = entry->nameID;
80
aname
->string = (FT_Byte*)entry->string;
81
aname
->string_len = entry->stringLength;
/external/freetype/src/base/
ftsnames.c
45
FT_SfntName *
aname
)
50
if (
aname
&& face && FT_IS_SFNT( face ) )
76
aname
->platform_id = entry->platformID;
77
aname
->encoding_id = entry->encodingID;
78
aname
->language_id = entry->languageID;
79
aname
->name_id = entry->nameID;
80
aname
->string = (FT_Byte*)entry->string;
81
aname
->string_len = entry->stringLength;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftsnames.c
45
FT_SfntName *
aname
)
50
if (
aname
&& face && FT_IS_SFNT( face ) )
76
aname
->platform_id = entry->platformID;
77
aname
->encoding_id = entry->encodingID;
78
aname
->language_id = entry->languageID;
79
aname
->name_id = entry->nameID;
80
aname
->string = (FT_Byte*)entry->string;
81
aname
->string_len = entry->stringLength;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.m
52
+ (id) newException:(NSString *)
aName
reason:(NSString *)aReason;
54
return [[ANTLRRuntimeException alloc] initWithName:
aName
reason:aReason];
57
+ (id) newException:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
59
return [[ANTLRRuntimeException alloc] initWithName:
aName
reason:aReason userInfo:aUserInfo];
81
- (id) initWithName:(NSString *)
aName
reason:(NSString *)aReason
83
self = [super initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)nil];
87
- (id) initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
89
self = [super initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo];
225
- (id) initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
227
self = [super initWithName:
aName
reason:aReason userInfo:aUserInfo]
[
all
...]
ANTLRMapElement.m
46
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Type:(NSInteger)aTType
48
return [[ANTLRMapElement alloc] initWithName:
aName
Type:aTType];
56
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Node:(id)aNode
58
return [[ANTLRMapElement alloc] initWithName:
aName
Node:aNode];
76
- (id) initWithName:(NSString *)
aName
Type:(NSInteger)aTType
81
name = [[NSString stringWithString:
aName
] retain];
96
- (id) initWithName:(NSString *)
aName
Node:(id)aNode
100
name = [[NSString stringWithString:
aName
] retain];
159
- (void)setName:(NSString *)
aName
161
if (
aName
!= name )
[
all
...]
ANTLRMapElement.h
43
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Type:(NSInteger)aTType;
45
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Node:(id)aNode;
48
- (id) initWithName:(NSString *)
aName
Type:(NSInteger)aTType;
50
- (id) initWithName:(NSString *)
aName
Node:(id)aNode;
58
- (void)setName:(NSString *)
aName
;
ANTLRRuntimeException.h
41
+ (ANTLRRuntimeException *) newException:(NSString *)
aName
reason:(NSString *)aReason;
42
+ (ANTLRRuntimeException *) newException:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
47
- (id) initWithName:(NSString *)
aName
reason:(NSString *)aReason;
48
- (id) initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
98
- (id) initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
107
- (id) initWithName:(NSString *)
aName
reason:(NSString *)aReason;
/external/llvm/test/TableGen/
subst.td
18
class
AName
<string name, Honorific honorific> :
22
def JohnSmith :
AName
<"FIRST LAST", TVAR>;
23
def JaneSmith :
AName
<"Jane LAST", Ms>;
24
def JohnSmithJones :
AName
<"FIRST LAST-Jones", Mr>;
25
def JimmyJohnson :
AName
<"Jimmy Johnson", Mr>;
28
// CHECK-NEXT: class
AName
<string
AName
:name = ?, Honorific
AName
:honorific = ?> {
29
// CHECK-NEXT: string name = !subst("FIRST", "John", !subst("LAST", "Smith",
AName
:name));
30
// CHECK-NEXT: Honorific honorific = !subst(TVAR, Mr,
AName
:honorific)
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMapElement.h
43
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Type:(NSInteger)aTType;
45
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Node:(id)aNode;
48
- (id) initWithName:(NSString *)
aName
Type:(NSInteger)aTType;
50
- (id) initWithName:(NSString *)
aName
Node:(id)aNode;
58
- (void)setName:(NSString *)
aName
;
ANTLRRuntimeException.h
41
+ (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)
aName
reason:(NSString *)aReason;
42
+ (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)
aName
reason:(NSString *)aReason userInfo:aUserInfo;
47
- (id)initWithName:(NSString *)
aName
reason:(NSString *)aReason;
48
- (id)initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMapElement.h
43
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Type:(NSInteger)aTType;
45
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Node:(id)aNode;
48
- (id) initWithName:(NSString *)
aName
Type:(NSInteger)aTType;
50
- (id) initWithName:(NSString *)
aName
Node:(id)aNode;
58
- (void)setName:(NSString *)
aName
;
ANTLRRuntimeException.h
41
+ (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)
aName
reason:(NSString *)aReason;
42
+ (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)
aName
reason:(NSString *)aReason userInfo:aUserInfo;
47
- (id)initWithName:(NSString *)
aName
reason:(NSString *)aReason;
48
- (id)initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMapElement.h
43
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Type:(NSInteger)aTType;
45
+ (id) newANTLRMapElementWithName:(NSString *)
aName
Node:(id)aNode;
48
- (id) initWithName:(NSString *)
aName
Type:(NSInteger)aTType;
50
- (id) initWithName:(NSString *)
aName
Node:(id)aNode;
58
- (void)setName:(NSString *)
aName
;
ANTLRRuntimeException.h
41
+ (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)
aName
reason:(NSString *)aReason;
42
+ (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)
aName
reason:(NSString *)aReason userInfo:aUserInfo;
47
- (id)initWithName:(NSString *)
aName
reason:(NSString *)aReason;
48
- (id)initWithName:(NSString *)
aName
reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
/external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java
104
String
aname
= attr.getNodeName();
local
105
boolean isPrefix =
aname
.startsWith("xmlns:");
107
if (isPrefix ||
aname
.equals("xmlns"))
109
int index =
aname
.indexOf(':');
110
String p = isPrefix ?
aname
.substring(index + 1) : "";
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java
105
String
aname
= attr.getNodeName();
local
106
boolean isPrefix =
aname
.startsWith("xmlns:");
108
if (isPrefix ||
aname
.equals("xmlns")) {
109
int index =
aname
.indexOf(':');
110
String p =isPrefix ?
aname
.substring(index + 1) :"";
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_sysmutex.cpp
60
extern TInt CreateUnique(TInt (*aFunc)(const TDesC&
aName
, TAny*, TAny*), TAny*, TAny*);
62
TInt NewMutex(const TDesC&
aName
, TAny* aPtr1, TAny*)
64
return ((RMutex*)aPtr1)->CreateGlobal(
aName
);
SDL_syssem.cpp
53
extern TInt CreateUnique(TInt (*aFunc)(const TDesC&
aName
, TAny*, TAny*), TAny*, TAny*);
55
extern TInt NewThread(const TDesC&
aName
, TAny* aPtr1, TAny* aPtr2);
58
TInt NewSema(const TDesC&
aName
, TAny* aPtr1, TAny* aPtr2)
61
return ((RSemaphore*)aPtr1)->CreateGlobal(
aName
, value);
/external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java
117
String
aName
= name;
119
int n =
aName
.indexOf('.');
121
n =
aName
.length();
127
String label =
aName
.substring(0, n);
129
Integer offset = _out._names.get(
aName
);
136
_out._names.put(
aName
, Integer.valueOf(this.size() + _offset));
141
aName
=
aName
.substring(n);
142
if (
aName
.startsWith(".")) {
143
aName
= aName.substring(1)
[
all
...]
HostInfo.java
68
String
aName
= "";
85
aName
= addr.getHostName();
90
aName
= addr.getHostName();
92
if (
aName
.contains("in-addr.arpa") || (
aName
.equals(addr.getHostAddress()))) {
93
aName
= ((jmdnsName != null) && (jmdnsName.length() > 0) ? jmdnsName : addr.getHostAddress());
99
aName
= ((jmdnsName != null) && (jmdnsName.length() > 0) ? jmdnsName : "computer");
102
aName
=
aName
.replace('.', '-');
103
aName
+= ".local."
[
all
...]
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
genapic_32.h
71
#define APIC_INIT(
aname
, aprobe) { .name =
aname
, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
genapic_32.h
71
#define APIC_INIT(
aname
, aprobe) { .name =
aname
, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
genapic_32.h
71
#define APIC_INIT(
aname
, aprobe) { .name =
aname
, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
genapic_32.h
71
#define APIC_INIT(
aname
, aprobe) { .name =
aname
, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
genapic_32.h
71
#define APIC_INIT(
aname
, aprobe) { .name =
aname
, .probe = aprobe, .int_delivery_mode = INT_DELIVERY_MODE, .int_dest_mode = INT_DEST_MODE, .no_balance_irq = NO_BALANCE_IRQ, .ESR_DISABLE = esr_disable, .apic_destination_logical = APIC_DEST_LOGICAL, APICFUNC(apic_id_registered) APICFUNC(target_cpus) APICFUNC(check_apicid_used) APICFUNC(check_apicid_present) APICFUNC(init_apic_ldr) APICFUNC(ioapic_phys_id_map) APICFUNC(setup_apic_routing) APICFUNC(multi_timer_check) APICFUNC(apicid_to_node) APICFUNC(cpu_to_logical_apicid) APICFUNC(cpu_present_to_apicid) APICFUNC(apicid_to_cpu_present) APICFUNC(mpc_apic_id) APICFUNC(setup_portio_remap) APICFUNC(check_phys_apicid_present) APICFUNC(mpc_oem_bus_info) APICFUNC(mpc_oem_pci_bus) APICFUNC(mps_oem_check) APICFUNC(get_apic_id) .apic_id_mask = APIC_ID_MASK, APICFUNC(cpu_mask_to_apicid) APICFUNC(acpi_madt_oem_check) IPIFUNC(send_IPI_mask) IPIFUNC(send_IPI_allbutself) IPIFUNC(send_IPI_all) APICFUNC(enable_apic_mode) APICFUNC(phys_pkg_id) }
Completed in 675 milliseconds
1
2
3
4
5