OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:same
(Results
26 - 50
of
56067
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eigen/blas/testing/
zblat3.dat
15
ZGEMM T PUT F FOR NO TEST.
SAME
COLUMNS.
16
ZHEMM T PUT F FOR NO TEST.
SAME
COLUMNS.
17
ZSYMM T PUT F FOR NO TEST.
SAME
COLUMNS.
18
ZTRMM T PUT F FOR NO TEST.
SAME
COLUMNS.
19
ZTRSM T PUT F FOR NO TEST.
SAME
COLUMNS.
20
ZHERK T PUT F FOR NO TEST.
SAME
COLUMNS.
21
ZSYRK T PUT F FOR NO TEST.
SAME
COLUMNS.
22
ZHER2K T PUT F FOR NO TEST.
SAME
COLUMNS.
23
ZSYR2K T PUT F FOR NO TEST.
SAME
COLUMNS.
dblat3.dat
15
DGEMM T PUT F FOR NO TEST.
SAME
COLUMNS.
16
DSYMM T PUT F FOR NO TEST.
SAME
COLUMNS.
17
DTRMM T PUT F FOR NO TEST.
SAME
COLUMNS.
18
DTRSM T PUT F FOR NO TEST.
SAME
COLUMNS.
19
DSYRK T PUT F FOR NO TEST.
SAME
COLUMNS.
20
DSYR2K T PUT F FOR NO TEST.
SAME
COLUMNS.
sblat3.dat
15
SGEMM T PUT F FOR NO TEST.
SAME
COLUMNS.
16
SSYMM T PUT F FOR NO TEST.
SAME
COLUMNS.
17
STRMM T PUT F FOR NO TEST.
SAME
COLUMNS.
18
STRSM T PUT F FOR NO TEST.
SAME
COLUMNS.
19
SSYRK T PUT F FOR NO TEST.
SAME
COLUMNS.
20
SSYR2K T PUT F FOR NO TEST.
SAME
COLUMNS.
/external/skia/tools/tests/skdiff/identical-bits/output-expected/
stdout
6
[_] 2 file pairs contain exactly the
same
bits
7
[_] 0 file pairs contain the
same
pixel values, but not the
same
bits
/external/skia/tools/tests/skdiff/identical-bits-or-pixels/output-expected/
stdout
6
[_] 2 file pairs contain exactly the
same
bits
7
[_] 1 file pairs contain the
same
pixel values, but not the
same
bits
/external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.h
19
PATH_COMPARISON_FAILED_SAMEBASE, // Not the
same
path, but
same
BaseName.
20
PATH_COMPARISON_FAILED_SAMEDIR, // Not the
same
path, but
same
DirName.
/external/chromium_org/third_party/skia/include/views/
SkKey.h
48
kVolDown_SkKey, //!< volume down -
same
49
kPower_SkKey, //!< power button -
same
50
kCamera_SkKey, //!< camera -
same
58
kOption_SkModifierKey = 1 << 2, //
same
as ALT
/external/chromium_org/third_party/sqlite/src/ext/fts2/
README.txt
2
extension for SQLite. While the API is the
same
, this version uses a
/external/chromium_org/third_party/sqlite/src/ext/fts3/
README.txt
2
extension for SQLite. While the API is the
same
, this version uses a
/external/llvm/test/FileCheck/
two-checks-for-same-match.txt
1
// Check that two distinct CHECK lines won't match the
same
string
/external/skia/include/views/
SkKey.h
48
kVolDown_SkKey, //!< volume down -
same
49
kPower_SkKey, //!< power button -
same
50
kCamera_SkKey, //!< camera -
same
58
kOption_SkModifierKey = 1 << 2, //
same
as ALT
/external/tcpdump/
TODO
6
6. do
same
for libpcap
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
doctest_aliases.py
4
'''f() and g() are two names for the
same
method'''
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
doctest_aliases.py
4
'''f() and g() are two names for the
same
method'''
/external/llvm/test/Verifier/
AmbiguousPhi.ll
2
; CHECK: multiple entries for the
same
basic block
7
%a = phi i32 [%i, %0], [%j, %0] ; Error, different values from
same
block!
/external/chromium_org/third_party/libva/va/
va_enc_mpeg2.h
83
* the
same
\c vaRenderPicture() as this buffer:
131
/** \brief
Same
as the element in sequence_header() */
138
/** \brief
Same
as the element in Sequence extension() */
140
/** \brief
Same
as the element in Sequence extension() */
142
/** \brief
Same
as the element in Sequence extension() */
144
/** \brief
Same
as the element in Sequence extension() */
146
/** \brief
Same
as the element in Sequence extension() */
148
/** \brief
Same
as the element in Sequence extension() */
161
/** \brief
Same
as the element in GOP header */
163
/** \brief
SAme
as the element in GOP header *
[
all
...]
/external/chromium_org/v8/test/webkit/
object-literal-syntax-expected.txt
29
PASS ({a:1, get a(){}}) threw exception SyntaxError: Object literal may not have data and accessor property with the
same
name.
30
PASS ({a:1, set a(){}}) threw exception SyntaxError: Object literal may not have data and accessor property with the
same
name.
31
PASS ({get a(){}, a:1}) threw exception SyntaxError: Object literal may not have data and accessor property with the
same
name.
32
PASS ({set a(){}, a:1}) threw exception SyntaxError: Object literal may not have data and accessor property with the
same
name.
33
PASS ({get a(){}, get a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the
same
name.
34
PASS ({set a(){}, set a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the
same
name.
35
PASS ({set a(){}, get a(){}, set a(){}}) threw exception SyntaxError: Object literal may not have multiple get/set accessors with the
same
name.
36
PASS (function(){({a:1, get a(){}})}) threw exception SyntaxError: Object literal may not have data and accessor property with the
same
name.
37
PASS (function(){({a:1, set a(){}})}) threw exception SyntaxError: Object literal may not have data and accessor property with the
same
name.
38
PASS (function(){({get a(){}, a:1})}) threw exception SyntaxError: Object literal may not have data and accessor property with the
same
name
[
all
...]
/external/clang/test/CXX/over/over.load/
p2-0x.cpp
3
// Member function declarations with the
same
name and the
same
5
// declarations with the
same
name, the
same
parameter-type-list, and
6
// the
same
template parameter lists cannot be overloaded if any of
/external/chromium_org/tools/gyp/test/win/uldi/
uldi.gyp
38
# b.cc has the
same
named function as a.cc, but don't use the
same
name
40
#
same
name, the linker will discard the obj file, invalidating the
/external/mockito/src/org/mockito/internal/matchers/
Same.java
14
public class
Same
extends ArgumentMatcher<Object> implements Serializable {
19
public
Same
(Object wanted) {
28
description.appendText("
same
(");
/art/test/064-field-access/
info.txt
3
more exceptional conditions exist at the
same
time. For example,
7
same
time, we can only throw one or the other.
/dalvik/tests/064-field-access/
info.txt
3
more exceptional conditions exist at the
same
time. For example,
7
same
time, we can only throw one or the other.
/device/generic/mini-emulator-mips/
BoardConfig.mk
6
#
same
as mips except HAL
13
# share the
same
one across all mini-emulators
/device/generic/mini-emulator-x86/
BoardConfig.mk
6
#
same
as x86 except HAL
13
# share the
same
one across all mini-emulators
/external/chromium_org/third_party/WebKit/ManualTests/inspector/
multiple-console-messages.html
60
console.warn("
Same
message, different level");
61
console.error("
Same
message, different level");
62
console.log("
Same
message, different level");
63
console.info("
Same
message, different level");
70
console.warn("Warning and error on
same
line."); console.error("Warning and error on
same
line."); console.warn("Warning and error on
same
line."); console.error("Warning and error on
same
line.");
Completed in 1708 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>