OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:another
(Results
451 - 475
of
15616
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eigen/doc/
WrongStackAlignment.dox
22
The problem is that, in some particular cases, this assumption can be wrong on Windows, where the stack is only guaranteed to have 4-byte alignment. Indeed, even though GCC takes care of aligning the stack in the main function and does its best to keep it aligned, when a function is called from
another
thread or from a binary compiled with
another
compiler, the stack alignment can be corrupted. This results in the object 'q' being created at an unaligned location, making your program crash with the \ref TopicUnalignedArrayAssert "assertion on unaligned arrays". So far we found the three following solutions.
46
Another
global solution is to pass this option to gcc:
/external/fonttools/Lib/fontTools/ttLib/tables/
sbixBitmap.py
43
# bitmap is a reference to
another
glyph's bitmap
80
# format == "dupe" is apparently a reference to
another
glyph id.
96
# bitmap is a "dupe", i.e. a reference to
another
bitmap.
/external/jemalloc/src/
tsd.c
92
* nothing, and do not request
another
callback.
97
*
Another
destructor deallocated memory after this destructor
99
*
another
callback.
/external/llvm/test/Transforms/GVN/
fence.ll
31
; be syncronizing with
another
thread storing to the same variable
35
;
another
thread when spinning on that location.
55
;
Another
example of why forwarding across an acquire fence is problematic
/external/llvm/test/Transforms/Inline/
invoke-combine-clauses.ll
45
; Check that there isn't
another
"catch" clause:
79
; Check that there isn't
another
"catch" clause:
116
; Check that there isn't
another
"catch" clause:
/external/proguard/src/proguard/optimize/info/
NonPrivateMemberMarker.java
90
// Is it referring to a class member in
another
class?
91
// The class member might be in
another
class, or
92
// it may be referenced through
another
class.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
Annotation.java
86
* Compares this Annotation to
another
Annotation for equality.
88
* This Annotation is equal to
another
Annotation if all of it's "fields" are equal. That is, if the return values
97
* Compares this Annotation to
another
Annotation.
AnnotationElement.java
73
* Compares this AnnotationElement to
another
AnnotationElement for equality.
75
* This AnnotationElement is equal to
another
AnnotationElement if all of it's "fields" are equal. That is, if
84
* Compares this AnnotationElement to
another
AnnotationElement.
ExceptionHandler.java
83
* Compares this ExceptionHandler to
another
ExceptionHandler for equality.
85
* This ExceptionHandler is equal to
another
ExceptionHandler if all of it's "fields" are equal. That is, if
94
* Compare this ExceptionHandler to
another
ExceptionHandler.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
FieldReference.java
79
* Compares this FieldReference to
another
FieldReference for equality.
81
* This FieldReference is equal to
another
FieldReference if all of it's "fields" are equal. That is, if
90
* Compare this FieldReference to
another
FieldReference.
MethodProtoReference.java
72
* Compares this MethodTypeReference to
another
MethodProtoReference for equality.
74
* This MethodTypeReference is equal to
another
MethodProtoReference if all of it's "fields" are equal. That is, if
86
* Compare this MethodTypeReference to
another
MethodProtoReference.
MethodReference.java
88
* Compares this MethodReference to
another
MethodReference for equality.
90
* This MethodReference is equal to
another
MethodReference if all of it's "fields" are equal. That is, if
102
* Compare this MethodReference to
another
MethodReference.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
AnnotationEncodedValue.java
79
* Compares this AnnotationEncodedValue to
another
AnnotationEncodedValue for equality.
81
* This AnnotationEncodedValue is equal to
another
AnnotationEncodedValue if all of it's "fields" are equal. That
90
* Compare this AnnotationEncodedValue to
another
EncodedValue.
/external/strace/debian/
control
16
a trace of all the system calls made by a
another
process/program.
30
a trace of all the system calls made by a
another
process/program.
49
a trace of all the system calls made by a
another
process/program.
/external/webrtc/webrtc/test/testsupport/
packet_reader_unittest.cc
65
// Reading
another
one shall result in 0 bytes:
82
// Reading
another
one shall result in 0 bytes:
105
// Reading
another
one shall result in 0 bytes:
/frameworks/base/core/java/android/util/
Base64OutputStream.java
25
* it, writing the resulting data to
another
OutputStream.
38
* writing the encoded data to
another
OutputStream.
50
* stream, writing the encoded/decoded data to
another
/frameworks/base/services/core/java/com/android/server/net/
NetworkIdentitySet.java
140
public int compareTo(NetworkIdentitySet
another
) {
142
if (
another
.isEmpty()) return 1;
145
final NetworkIdentity anotherIdent =
another
.iterator().next();
/frameworks/support/
Android.mk
23
# specified pattern but do not match
another
pattern. This
42
## match
another
pattern. Meant to be used like:
53
## match
another
pattern.
/external/syslinux/gpxe/src/core/
string.c
73
* strcat - Append one %NUL-terminated string to
another
94
* @ct:
Another
string
113
* @ct:
Another
string
223
* memcpy - Copy one area of memory to
another
244
* memmove - Copy one area of memory to
another
276
* @ct:
Another
area of memory
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_early_close.py
60
d.put("test2","
another
test")
61
d.put("test3","
another
one")
86
d.put("test2","
another
test")
87
d.put("test3","
another
one")
108
dbs[10].put("test2","
another
test")
109
dbs[10].put("test3","
another
one")
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_early_close.py
60
d.put("test2","
another
test")
61
d.put("test3","
another
one")
86
d.put("test2","
another
test")
87
d.put("test3","
another
one")
108
dbs[10].put("test2","
another
test")
109
dbs[10].put("test3","
another
one")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py
60
d.put("test2","
another
test")
61
d.put("test3","
another
one")
86
d.put("test2","
another
test")
87
d.put("test3","
another
one")
108
dbs[10].put("test2","
another
test")
109
dbs[10].put("test3","
another
one")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py
60
d.put("test2","
another
test")
61
d.put("test3","
another
one")
86
d.put("test2","
another
test")
87
d.put("test3","
another
one")
108
dbs[10].put("test2","
another
test")
109
dbs[10].put("test3","
another
one")
/build/blueprint/
blueprint.bash
7
# the minibp binary, or can be used by
another
script as part of a custom
8
# Blueprint-based build system. When used by
another
script, the following
/cts/common/util/src/com/android/compatibility/common/util/
CaseResult.java
111
public int compareTo(ICaseResult
another
) {
112
return getName().compareTo(
another
.getName());
Completed in 1172 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>