OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unknown
(Results
276 - 300
of
8594
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/media/jni/mediaeditor/
VideoEditorJava.h
103
int
unknown
) \
109
unknown
)); \
124
int
unknown
) \
129
unknown
)); \
151
int
unknown
); \
165
int
unknown
);
459
VideoEditJava_UnknownConstant
unknown
);
465
VideoEditJava_UnknownConstant
unknown
);
478
int
unknown
);
489
int
unknown
);
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_util.c
225
return "
UNKNOWN
MSG ID";
246
return "
UNKNOWN
PROPERTY ID";
281
return "
UNKNOWN
DM EVENT";
321
return "
UNKNOWN
MSG ID";
345
return "
UNKNOWN
MSG ID";
360
return "
UNKNOWN
MSG ID";
376
return "
UNKNOWN
CALL STATE";
388
return "
unknown
thread evt";
402
return "
UNKNOWN
MSG ID";
416
return "
UNKNOWN
MSG ID"
[
all
...]
/external/clang/test/CodeGen/
char-literal.c
1
// RUN: %clang_cc1 -triple i386-
unknown
-
unknown
-emit-llvm %s -o - | FileCheck -check-prefix=C %s
2
// RUN: %clang_cc1 -x c++ -triple i386-
unknown
-
unknown
-emit-llvm %s -o - | FileCheck -check-prefix=C %s
3
// RUN: %clang_cc1 -x c++ -std=c++11 -triple i386-
unknown
-
unknown
-emit-llvm %s -o - | FileCheck -check-prefix=CPP0X %s
visibility.c
1
// RUN: %clang_cc1 %s -triple i386-
unknown
-
unknown
-fvisibility default -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-DEFAULT
2
// RUN: %clang_cc1 %s -triple i386-
unknown
-
unknown
-fvisibility protected -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-PROTECTED
3
// RUN: %clang_cc1 %s -triple i386-
unknown
-
unknown
-fvisibility hidden -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
mrtd.c
1
// RUN: %clang_cc1 -mrtd -triple i386-
unknown
-freebsd9.0 -emit-llvm -o - %s | FileCheck %s
powerpc_types.c
2
// RUN: %clang_cc1 -triple powerpc-
unknown
-freebsd -emit-llvm -o - %s| FileCheck -check-prefix=SVR4-CHECK %s
target-data.c
1
// RUN: %clang_cc1 -triple i686-
unknown
-
unknown
-emit-llvm -o %t %s
5
// RUN: %clang_cc1 -triple x86_64-
unknown
-
unknown
-emit-llvm -o %t %s
/external/expat/conftools/
ac_c_bigendian_cross.m4
15
[ac_cv_c_bigendian=
unknown
27
if test $ac_cv_c_bigendian =
unknown
; then
40
if test $ac_cv_c_bigendian =
unknown
; then
61
ac_cv_c_bigendian=
unknown
;
78
if test $ac_cv_c_bigendian =
unknown
; then
79
AC_MSG_ERROR(
unknown
endianess - sorry, please pre-set ac_cv_c_bigendian)
/external/clang/test/Driver/
sysroot-flags.c
9
// RUN: %clang -### -target x86_64-
unknown
-linux-gnu \
17
// RUN: %clang -### -target x86_64-
unknown
-linux-gnu -isysroot /baz \
24
// RUN: %clang -### -target x86_64-
unknown
-linux-gnu \
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPException.java
31
return s + " (
UNKNOWN
SFTP ERROR CODE)";
74
return "
UNKNOWN
SFTP ERROR CODE " + sftpErrorCode;
89
return "The error code " + sftpErrorCode + " is
unknown
.";
/external/skia/src/xml/
SkXMLParser.cpp
14
"
unknown
element ",
15
"
unknown
attribute name ",
18
"
unknown
error "
/external/valgrind/main/exp-sgcheck/tests/
stackerr.stderr.exp-glibc28-amd64
8
Actual:
unknown
15
Actual:
unknown
24
Actual:
unknown
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AvdCompatibility.java
27
UNKNOWN
,
41
return Compatibility.
UNKNOWN
;
46
return Compatibility.
UNKNOWN
;
/dalvik/dexgen/src/com/android/dexgen/rop/code/
SourcePosition.java
31
/** {@code null-ok;} name of the file of origin or {@code null} if
unknown
*/
36
* information is
unknown
42
* information is
unknown
50
* {@code null} if
unknown
52
* if
unknown
54
*
unknown
144
* @return {@code null-ok;} the source file or {@code null} if
unknown
153
* @return {@code >= -1;} the address or {@code -1} if
unknown
163
*
unknown
/dalvik/dx/src/com/android/dx/rop/code/
SourcePosition.java
31
/** {@code null-ok;} name of the file of origin or {@code null} if
unknown
*/
36
* information is
unknown
42
* information is
unknown
50
* {@code null} if
unknown
52
* if
unknown
54
*
unknown
144
* @return {@code null-ok;} the source file or {@code null} if
unknown
153
* @return {@code >= -1;} the address or {@code -1} if
unknown
163
*
unknown
/external/chromium/net/base/
net_errors.cc
25
return "net::<
unknown
>";
/external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc
77
err_str = "
Unknown
root key";
80
err_str = "
Unknown
digest";
83
err_str = "
Unknown
terminal RR type";
98
err_str = "
Unknown
";
/external/clang/test/CodeGenCXX/
arm-cc.cpp
1
// RUN: %clang_cc1 %s -triple=arm-
unknown
-linux-gnueabi -target-abi aapcs -emit-llvm -o - | FileCheck %s
incomplete-types.cpp
20
foo(g); // Reference to array with
unknown
element type.
/external/clang/test/CodeGenObjC/
variadic-sends.m
1
// RUN: %clang_cc1 -triple i386-
unknown
-
unknown
-fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-32 %s
2
// RUN: %clang_cc1 -triple x86_64-
unknown
-
unknown
-fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-64 %s
/external/clang/test/FixIt/
fixit-include.c
9
#pragma does_not_exist // expected-warning {{
unknown
pragma ignored}}
/external/clang/test/Parser/
cxx-class.cpp
78
Ctor(UnknownType *); // expected-error{{
unknown
type name 'UnknownType'}}
79
void operator+(UnknownType*); // expected-error{{
unknown
type name 'UnknownType'}}
86
// expected-error{{
unknown
type name 'UnknownType'}}
88
// expected-error{{
unknown
type name 'UnknownType'}}
/external/clang/test/SemaObjC/
stmts.m
11
} @catch (NSException *x) { // expected-error {{
unknown
type name 'NSException'}}
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
SourcePosition.java
31
/** {@code null-ok;} name of the file of origin or {@code null} if
unknown
*/
36
* information is
unknown
42
* information is
unknown
50
* {@code null} if
unknown
52
* if
unknown
54
*
unknown
144
* @return {@code null-ok;} the source file or {@code null} if
unknown
153
* @return {@code >= -1;} the address or {@code -1} if
unknown
163
*
unknown
/external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java
17
UNKNOWN
,
Completed in 1765 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>