OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objective
(Results
1 - 4
of
4
) sorted by null
/external/ceres-solver/scripts/
ceres-solver.spec
37
- A friendly API: build your
objective
function one term at a time
/external/clang/tools/scan-build/
ccc-analyzer
87
if ($Lang =~ /
objective
-c\+\+/) { return ".mii" };
88
if ($Lang =~ /
objective
-c/) { return ".mi"; }
394
'm' => '
objective
-c',
395
'mi' => '
objective
-c-cpp-output',
396
'mm' => '
objective
-c++',
397
'mii' => '
objective
-c++-cpp-output',
409
"
objective
-c" => 1,
412
"
objective
-c++" => 1,
414
"
objective
-c-cpp-output" => 1,
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer
87
if ($Lang =~ /
objective
-c\+\+/) { return ".mii" };
88
if ($Lang =~ /
objective
-c/) { return ".mi"; }
394
'm' => '
objective
-c',
395
'mi' => '
objective
-c-cpp-output',
396
'mm' => '
objective
-c++'
408
"
objective
-c" => 1,
411
"
objective
-c++" => 1
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer
87
if ($Lang =~ /
objective
-c\+\+/) { return ".mii" };
88
if ($Lang =~ /
objective
-c/) { return ".mi"; }
394
'm' => '
objective
-c',
395
'mi' => '
objective
-c-cpp-output',
396
'mm' => '
objective
-c++'
408
"
objective
-c" => 1,
411
"
objective
-c++" => 1
Completed in 43 milliseconds