OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:known
(Results
26 - 50
of
155
) sorted by null
1
2
3
4
5
6
7
/external/elfutils/0.153/libdw/
Makefile.am
90
BUILT_SOURCES = $(srcdir)/
known
-dwarf.h
91
MAINTAINERCLEANFILES = $(srcdir)/
known
-dwarf.h
92
$(srcdir)/
known
-dwarf.h: $(top_srcdir)/config/
known
-dwarf.awk $(srcdir)/dwarf.h
/external/chromium_org/third_party/webrtc/base/
systeminfo_unittest.cc
63
// Tests MachineModel is set. On Mac test machine model is
known
.
69
bool
known
= true;
local
72
known
= rtc::string_match(machine_model, "MacBookPro*") ||
81
known
= rtc::string_match(info.GetMachineModel().c_str(),
84
if (!
known
) {
138
// values are non-zero on
known
CPUs.
/external/clang/test/SemaCXX/
for-range-dereference.cpp
20
expected-note 5 {{candidate function not viable: no
known
conversion}}
30
Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no
known
conversion}}
/external/chromium_org/v8/test/mjsunit/
compare-known-objects-slow.js
30
// Test CompareIC stubs for normal and strict equality comparison of
known
43
// Check CompareIC for equality of
known
objects.
47
// Check CompareIC for strict equality of
known
objects.
short-circuit-boolean.js
33
// Left subexpression is
known
false at compile time.
42
// Left subexpression is
known
true at compile time.
compare-objects.js
30
// Test CompareIC stubs for normal and strict equality comparison of
known
50
// Check CompareIC for equality of
known
objects.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm
85
A list of
known
problems with the module, together with some indication
95
There are no
known
bugs in this module.
/external/elfutils/0.153/src/
readelf.c
3669
static const char *const
known
[] =
local
3712
static const char *const
known
[] =
local
3730
static const char *const
known
[] =
local
3767
static const char *const
known
[] =
local
3784
static const char *const
known
[] =
local
3801
static const char *const
known
[] =
local
3818
static const char *const
known
[] =
local
3836
static const char *const
known
[] =
local
3860
static const char *const
known
[] =
local
3876
static const char *const
known
[] =
local
3912
static const char *const
known
[] =
local
4420
indent, "", (uintmax_t) offset,
known
[op]);
local
[
all
...]
/build/tools/
warn.py
438
known
= 0
444
known
+= len(i['members'])
445
output('Number of classified warnings: <b>' + str(
known
) + '</b><br>' )
447
total = unknown +
known
[
all
...]
/device/asus/fugu/self-extractors/
files-by-owner.sh
81
echo $file has no
known
owner
/device/lge/hammerhead/self-extractors/
files-by-owner.sh
74
echo $file has no
known
owner
/device/lge/mako/self-extractors/
files-by-owner.sh
74
echo $file has no
known
owner
/device/moto/shamu/self-extractors/
files-by-owner.sh
75
echo $file has no
known
owner
/device/samsung/manta/self-extractors/
files-by-owner.sh
74
echo $file has no
known
owner
/external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbyfactory.js
37
* Called during enrollment to check whether a gnubby
known
not to be enrolled
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
main.js
28
// The total length is not yet
known
.
/external/chromium_org/v8/test/webkit/
dfg-mul-big-integer-with-small-integer-and-bitor.js
25
"Tests what happens when you multiply a big unknown integer with a small
known
integer and use the result in a bitop."
dfg-mul-big-integer-with-small-integer-and-detect-overflow.js
25
"Tests what happens when you multiply a big unknown integer with a small
known
integer and detect that we have had an overflow."
dfg-mul-big-integer-with-small-integer.js
25
"Tests what happens when you multiply a big unknown integer with a small
known
integer."
dfg-string-stricteq.js
25
"Tests that the DFG does the right thing on strict equality for
known
strings."
/external/doclava/src/com/google/doclava/
Comment.java
349
boolean
known
= false;
352
known
= true;
356
if (!
known
) {
357
known
= Doclava.knownTags.contains(name);
359
if (!
known
) {
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc
337
bool
known
= true;
local
377
known
= false;
382
if (
known
) {
/device/asus/deb/self-extractors/
files-by-owner.sh
74
echo $file has no
known
owner
/device/asus/flo/self-extractors/
files-by-owner.sh
74
echo $file has no
known
owner
/external/chromium_org/v8/test/mjsunit/compiler/
inline-function-apply.js
31
// calls for which the exact number of arguments is
known
.
Completed in 867 milliseconds
1
2
3
4
5
6
7