HomeSort by relevance Sort by last modified time
    Searched defs:Result (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/not/
not.cpp 33 int Result = sys::ExecuteAndWait(Program, argv, 0, 0, 0, 0, &ErrMsg);
34 if (Result < 0) {
44 return Result == 0;
  /external/llvm/unittests/Support/
ConvertUTFTest.cpp 20 std::string Result;
21 bool Success = convertUTF16ToUTF8String(Ref, Result);
24 EXPECT_EQ(Expected, Result);
31 std::string Result;
32 bool Success = convertUTF16ToUTF8String(Ref, Result);
35 EXPECT_EQ(Expected, Result);
39 std::string Result;
40 bool Success = convertUTF16ToUTF8String(ArrayRef<char>("xxxxx", 5), Result);
45 std::string Result;
46 bool Success = convertUTF16ToUTF8String(ArrayRef<char>(), Result);
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
perfutils.c 40 INT Result = 0;
42 Result = gettimeofday(tv, &tz);
43 if (Result != 0)
46 return Result;
69 fprintf(stdout, "LOG: RESULT: %lu\n", totalTimeuSec);
  /external/chromium_org/content/common/mac/
font_loader.h 29 // This structure holds the result of LoadFont(). This structure is passed to
31 // task which sends the result to the originating renderer.
32 struct Result {
41 // |result->font_data| - shared memory buffer containing the raw data for
42 // the font file. The buffer is only valid when both |result->font_data_size|
43 // and |result->font_id| are not zero.
44 // |result->font_data_size| - size of data contained in |result->font_data|.
46 // |result->font_id| - unique identifier for the on-disk file we load for
49 static void LoadFont(const FontDescriptor& font, FontLoader::Result* result)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 16 typedef cmds::GetVertexAttribiv::Result Result;
17 Result* result = static_cast<Result*>(shared_memory_address_); local
18 result->size = 0;
26 result->GetNumResults());
33 cmds::GetVertexAttribiv::Result* result = local
34 static_cast<cmds::GetVertexAttribiv::Result*>(shared_memory_address_)
45 cmds::GetVertexAttribiv::Result* result = local
    [all...]
gles2_cmd_decoder_unittest_1_autogen.h 1125 Result* result = static_cast<Result*>(shared_memory_address_); local
1140 cmds::GetBooleanv::Result* result = local
1153 cmds::GetBooleanv::Result* result = local
1165 cmds::GetBooleanv::Result* result = local
1177 Result* result = static_cast<Result*>(shared_memory_address_); local
1193 cmds::GetBufferParameteriv::Result* result = local
1208 cmds::GetBufferParameteriv::Result* result = local
1223 cmds::GetBufferParameteriv::Result* result = local
1235 cmds::GetBufferParameteriv::Result* result = local
1272 Result* result = static_cast<Result*>(shared_memory_address_); local
1287 cmds::GetFloatv::Result* result = local
1300 cmds::GetFloatv::Result* result = local
1312 cmds::GetFloatv::Result* result = local
1328 Result* result = static_cast<Result*>(shared_memory_address_); local
1350 cmds::GetFramebufferAttachmentParameteriv::Result* result = local
1368 cmds::GetFramebufferAttachmentParameteriv::Result* result = local
1386 cmds::GetFramebufferAttachmentParameteriv::Result* result = local
1402 cmds::GetFramebufferAttachmentParameteriv::Result* result = local
1422 Result* result = static_cast<Result*>(shared_memory_address_); local
1437 cmds::GetIntegerv::Result* result = local
1450 cmds::GetIntegerv::Result* result = local
1462 cmds::GetIntegerv::Result* result = local
1474 Result* result = static_cast<Result*>(shared_memory_address_); local
1490 cmds::GetProgramiv::Result* result = local
1502 cmds::GetProgramiv::Result* result = local
1544 Result* result = static_cast<Result*>(shared_memory_address_); local
1563 cmds::GetRenderbufferParameteriv::Result* result = local
1579 cmds::GetRenderbufferParameteriv::Result* result = local
1593 cmds::GetRenderbufferParameteriv::Result* result = local
1612 Result* result = static_cast<Result*>(shared_memory_address_); local
1630 cmds::GetShaderiv::Result* result = local
1642 cmds::GetShaderiv::Result* result = local
1666 Result* result = static_cast<Result*>(shared_memory_address_); local
1685 cmds::GetTexParameterfv::Result* result = local
1700 cmds::GetTexParameterfv::Result* result = local
1715 cmds::GetTexParameterfv::Result* result = local
1727 cmds::GetTexParameterfv::Result* result = local
1745 Result* result = static_cast<Result*>(shared_memory_address_); local
1764 cmds::GetTexParameteriv::Result* result = local
1779 cmds::GetTexParameteriv::Result* result = local
1794 cmds::GetTexParameteriv::Result* result = local
1806 cmds::GetTexParameteriv::Result* result = local
1830 Result* result = static_cast<Result*>(shared_memory_address_); local
1846 cmds::GetVertexAttribfv::Result* result = local
1858 cmds::GetVertexAttribfv::Result* result = local
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.h 35 CXSourceLocation Result = { { &SM, &LangOpts, },
37 return Result;
CIndexCXX.cpp 101 ClassTemplatePartialSpecializationDecl *> Result
103 if (Result.is<ClassTemplateDecl *>())
104 Template = Result.get<ClassTemplateDecl *>();
106 Template = Result.get<ClassTemplatePartialSpecializationDecl *>();
  /external/libnfc-nxp/src/
phFriNfc_IntNdefMap.c 122 NFCSTATUS Result = NFCSTATUS_SUCCESS;
159 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
164 Result = ((NdefMap->CardState ==
168 Result);
169 return Result;
phFriNfc_MapTools.c 67 NFCSTATUS Result = NFCSTATUS_SUCCESS;
118 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,
123 Result = ((NdefMap->CardState ==
127 Result);
128 return Result;
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 69 std::vector<T> Result;
70 Result.push_back(A);
72 Result.push_back(Val);
74 return Result;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 52 Result RN 0
68 MOV Result, #OMX_Sts_NoErr
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 52 Result RN 0
68 MOV Result, #OMX_Sts_NoErr
  /external/chromium_org/content/renderer/android/
content_detector.cc 17 ContentDetector::Result::Result() : valid(false) {}
19 ContentDetector::Result::Result(const WebKit::WebRange& content_boundaries,
28 ContentDetector::Result::~Result() {}
30 ContentDetector::Result ContentDetector::FindTappedContent(
33 return Result();
38 return Result();
41 return Result(range, content_text, intent_url)
    [all...]
  /cts/libs/vogar-expect/src/vogar/
Result.java 20 * The result of a test or benchmark execution.
22 public enum Result {
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 122 LookupResult Result = statChained(Path, Data, isFile, FileDescriptor);
128 if (Result == CacheMissing)
129 return Result;
135 return Result;
ObjCRuntime.cpp 20 std::string Result;
22 llvm::raw_string_ostream Out(Result);
25 return Result;
  /external/libppp/src/
sig.c 66 sig_type Result;
74 Result = handler[sig - 1];
83 return Result;
99 int result; local
101 result = 0;
112 result++;
118 return result;
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 30 int Result = LLVMVerifyModule(M, LLVMReturnStatusAction, &Message);
32 if (0 == Result) {
  /external/llvm/include/llvm/ADT/
SetOperations.h 52 S1Ty Result;
56 Result.insert(*SI);
57 return Result;
  /external/llvm/lib/Analysis/
Analysis.cpp 86 LLVMBool Result = verifyModule(*unwrap(M),
93 return Result;
  /external/llvm/tools/llvm-link/
llvm-link.cpp 60 Module* Result = 0;
62 Result = ParseIRFile(FN, Err, Context);
63 if (Result) return Result; // Load successful!
  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 17 HRESULT Result;
  /libcore/luni/src/main/java/javax/xml/transform/
Result.java 18 // $Id: Result.java 446598 2006-09-15 12:55:40Z jeremias $
24 * needed to build a transformation result tree.</p>
28 public interface Result {
32 * result tree disables output escaping.
34 * <p>Normally, result tree serialization escapes & and < (and
44 * <p>Result DOM trees may also have PI_DISABLE_OUTPUT_ESCAPING and
54 * if the result tree enables output escaping at some point after having
63 * Set the system identifier for this Result.
65 * <p>If the Result is not to be written to a file, the system identifier is optional.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagVerifier.java 28 Result verifyTag(Tag tag) throws FormatException, IOException;
31 public static class Result {
39 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) {

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 91011>>