HomeSort by relevance Sort by last modified time
    Searched refs:Char (Results 176 - 200 of 334) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/coregrind/
m_debugger.c 382 Char pidbuf[15];
383 Char file[50];
384 Char buf[N_BUF];
385 Char *bufptr;
386 Char *cmdptr;
m_oset.c 101 Char balance;
102 Char padding[sizeof(void*)-sizeof(Char)-sizeof(Short)];
938 Char*(*strElem)(void *), Int p )
950 static void OSet_Print( AvlTree* t, const HChar *where, Char*(*strElem)(void *) )
m_mallocfree.c 194 Char* name;
246 static char* probably_your_fault =
512 void arena_init ( ArenaId aid, Char* name, SizeT rz_szB,
709 Char* s1 =
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 54 // value is also printed; when T is a (const) char pointer, both the
60 // // Prints a value to a string. For a (const or not) char
66 // // value (but not the address) is printed; for a (const or not) char
73 // // pointer and the NUL-terminated string for a (const or not) char pointer.
114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
136 PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(&value),
189 // Note that this operator<< takes a generic std::basic_ostream<Char,
193 // Foo that supports streaming to std::basic_ostream<Char,
196 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is more
198 template <typename Char, typename CharTraits, typename T
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 54 // value is also printed; when T is a (const) char pointer, both the
60 // // Prints a value to a string. For a (const or not) char
66 // // value (but not the address) is printed; for a (const or not) char
73 // // pointer and the NUL-terminated string for a (const or not) char pointer.
114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
136 PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(&value),
189 // Note that this operator<< takes a generic std::basic_ostream<Char,
193 // Foo that supports streaming to std::basic_ostream<Char,
196 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is more
198 template <typename Char, typename CharTraits, typename T
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-printers.h 54 // value is also printed; when T is a (const) char pointer, both the
60 // // Prints a value to a string. For a (const or not) char
66 // // value (but not the address) is printed; for a (const or not) char
73 // // pointer and the NUL-terminated string for a (const or not) char pointer.
114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
136 PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(&value),
189 // Note that this operator<< takes a generic std::basic_ostream<Char,
193 // Foo that supports streaming to std::basic_ostream<Char,
196 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is more
198 template <typename Char, typename CharTraits, typename T
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 54 // value is also printed; when T is a (const) char pointer, both the
60 // // Prints a value to a string. For a (const or not) char
66 // // value (but not the address) is printed; for a (const or not) char
73 // // pointer and the NUL-terminated string for a (const or not) char pointer.
114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
136 PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(&value),
189 // Note that this operator<< takes a generic std::basic_ostream<Char,
193 // Foo that supports streaming to std::basic_ostream<Char,
196 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is more
198 template <typename Char, typename CharTraits, typename T
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 108 #define OFFSET_OF(__c,__f) ((int)(((char*)&(((__c*)0)->__f))-((char*)0)))
172 unsigned char MajorLinkerVersion;
173 unsigned char MinorLinkerVersion;
217 unsigned char Name[IMAGE_SIZEOF_SHORT_NAME];
235 ((PIMAGE_SECTION_HEADER)((LPunsigned char)&((PIMAGE_NT_HEADERS)(ntheader))->OptionalHeader + \
293 unsigned char Data4[ 8 ];
314 //char ident[40]; // "Microsoft C/C++ program database 2.00\r\n\032"
325 //char signature[32]; // "Microsoft C/C++ MSF 7.00\r\n\032DS\0\0"
353 char names[ 1 ]
    [all...]
readdwarf.c 155 Char* compdir; /* Compilation directory - points to .debug_info */
156 Char* name; /* Main file name - points to .debug_info */
311 Char* lookupDir ( Int filename_index,
324 return (Char*)dirname;
373 Char* filename
374 = (Char*)index_WordArray( &inRange, filenames,
406 data += VG_(strlen) ((char *) data) + 1;
590 info.li_line_base = (Int)(signed char)info.li_line_base;
639 static Char buf[NBUF];
697 data += VG_(strlen) ((Char *) data) + 1
    [all...]
  /external/valgrind/main/drd/tests/
unit_bitmap.c 31 void VG_(assert_fail)(Bool isCore, const Char* assertion, const Char* file,
32 Int line, const Char* function, const HChar* format,
39 function ? (char*)function : "",
319 int main(int argc, char** argv)
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 69 /* Promotes a possibly negative, possibly signed char to an unsigned
70 * integer for use as an array index. If the signed char is negative,
71 * we want to instead treat it as an 8-bit unsigned char, hence the
74 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
149 char *yy_ch_buf; /* input buffer */
150 char *yy_buf_pos; /* current position in input buffer */
212 static char yy_hold_char;
220 static char *yy_c_buf_p = (char *) 0;
239 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ))
    [all...]
  /external/valgrind/main/VEX/useful/
fp_80_64.c 467 Char buf64s[100], buf64h[100];
509 Char buf80s[100], buf80h[100];
  /external/valgrind/main/callgrind/
callstack.c 133 Char trigger[FN_NAME_LEN];
155 Char trigger[FN_NAME_LEN];
276 char spaces[][41] = { " . . . . . . . . . .",
debug.c 42 char sp[] = " ";
376 Char fl_buf[FILENAME_LEN];
377 Char fn_buf[FN_NAME_LEN];
438 void* CLG_(malloc)(HChar* cc, UWord s, char* f)
  /external/valgrind/main/helgrind/
hg_main.c 103 static void all__sanity_check ( Char* who ); /* fwds */
391 Char spaces[128+1];
519 static void pp_everything ( Int flags, Char* caller )
728 static void laog__sanity_check ( Char* who ); /* fwds */
811 static void threads__sanity_check ( Char* who )
814 Char* how = "no error";
846 static void locks__sanity_check ( Char* who )
849 Char* how = "no error";
910 static void all_except_Locks__sanity_check ( Char* who ) {
917 static void all__sanity_check ( Char* who )
    [all...]
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 30 if (wke.type == WebKit::WebInputEvent::Char || !wke.os_event)
162 const char *commands[3] = { NULL, NULL, NULL };
204 for (const char* const* p = commands; *p; ++p)
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 73 inline char Char(char ch) { return ch; }
93 const char* Plus1(const char* s) { return s + 1; }
108 const char* Binary(const char* input, short n) { return input + n; } // NOLINT
110 void VoidBinary(int, char) { g_done = true; }
112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT
114 void VoidTernary(int, char, bool) { g_done = true;
    [all...]
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 55 typedef SmallVector<char, 2> value_type;
263 StringRef Char = CharValue->getValue(Storage);
264 uint16_t Characteristic = StringSwitch<COFF::Characteristics>(Char)
410 StringRef Char = CharValue->getValue(Storage);
412 StringSwitch<COFF::SectionCharacteristics>(Char)
792 char Buffer[sizeof(BLE.Value)];
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 973 Char* argL = (Char*)argLV;
974 Char* argR = (Char*)argRV;
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.cpp 215 // physical key value. Thus, without accepting Char event type which
221 case WebInputEvent::Char:
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 60 Char,
  /external/valgrind/main/memcheck/
mc_main.c     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java     [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/valgrind/main/memcheck/tests/
unit_oset.c 13 // #define Char char
14 // jrs 19 Aug 2005: m_oset.c relies on Char being a signed char.
15 // It appears that plain 'char' on ppc32 is unsigned and so the
18 // definition of Char from pub_core_basics.h seems a good solution
72 static Char *wordToStr(void *p)
74 static char buf[32];
85 void example1singleset(OSet* oset, char *descr)
390 static Char *blockToStr(void *p
    [all...]

Completed in 3745 milliseconds

1 2 3 4 5 6 78 91011>>