OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ccstr
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
61
CodeCompletionString *
CCStr
= (CodeCompletionString *)completion_string;
62
if (!
CCStr
|| chunk_number >=
CCStr
->size())
65
switch ((*
CCStr
)[chunk_number].Kind) {
115
CodeCompletionString *
CCStr
= (CodeCompletionString *)completion_string;
116
if (!
CCStr
|| chunk_number >=
CCStr
->size())
119
switch ((*
CCStr
)[chunk_number].Kind) {
140
return cxstring::createRef((*
CCStr
)[chunk_number].Text);
154
CodeCompletionString *
CCStr
= (CodeCompletionString *)completion_string
[
all
...]
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
jdk6-flags.txt
168
ccstr
CompileCommandFile = {product}
212
ccstr
ErrorFile = {product}
270
ccstr
GoogleAgentFlags = {product}
272
ccstr
GoogleAgentWSFlags = {product}
285
ccstr
HPILibPath = {product}
291
ccstr
HeapDumpPath = {manageable}
324
ccstr
LargePageMountPoint = {product}
330
ccstr
LogFile = {diagnostic}
441
ccstr
PauseAtStartupFile = {diagnostic}
451
ccstr
PerfDataSaveFile = {product
[
all
...]
jdk7-flags.txt
183
ccstr
CompileCommandFile = {product}
229
ccstr
ErrorFile = {product}
230
ccstr
ErrorReportServer = {product}
292
ccstr
GoogleAgentFlags = {product}
294
ccstr
GoogleAgentWSFlags = {product}
313
ccstr
HPILibPath = {product}
318
ccstr
HeapDumpPath = {manageable}
352
ccstr
LargePageMountPoint = {product}
359
ccstr
LogFile = {diagnostic}
[
all
...]
Completed in 94 milliseconds