HomeSort by relevance Sort by last modified time
    Searched refs:Char (Results 276 - 300 of 432) sorted by null

<<1112131415161718

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 112 INT8 Char,
215 char *Argv[]
288 char *Argv[]
587 // Since the syntax is relatively straightforward, just switch on the next char
1128 memset ((char *) &IncludedSourceFile, 0, sizeof (SOURCE_FILE));
    [all...]
  /art/runtime/
art_field-inl.h 160 FIELD_GET(object, Char);
167 // both char and short fields.
171 FIELD_SET(object, Char, c);
270 inline const char* ArtField::GetName() REQUIRES_SHARED(Locks::mutator_lock_) {
281 inline const char* ArtField::GetTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
RangeExpression.py 500 for Char in self._Expr[self._Idx:]:
501 if Char not in ' \t':
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragmentCollector.py 80 # Whether char at current FileBufferPos is whitespace
83 # @param Char The char to test
84 # @retval True The char is a kind of white space
85 # @retval False The char is NOT a kind of white space
87 def __IsWhiteSpace(self, Char):
88 if Char in (T_CHAR_NULL, T_CHAR_CR, T_CHAR_SPACE, T_CHAR_TAB, T_CHAR_LF):
95 # Skip white spaces from current char, return number of chars skipped
160 # Go back one char in the file buffer
163 # @retval True Successfully go back one char
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 137 PEEKER(jchar, Char, jshort, swapShorts);
189 POKER(jchar, Char, jshort, swapShorts);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 47 case scanner.Char:
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 47 case scanner.Char:
  /tools/metalava/src/main/java/com/android/tools/metalava/
SdkFileWriter.kt 266 private fun writeClass(writer: BufferedWriter, clazz: ClassItem, prefix: Char) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCommonLib.h 72 Buffer - Narrow char buffer to print the results of the parsing of Format into.
100 StartOfBuffer - Narrow char buffer to print the results of the parsing of Format into.
1199 IN CHAR16 Char
1209 Char - Unicode character to test.
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 302 Converts an 8-bit Hex Char into a INTN.
304 @param Char - the hex character to be converted into UINTN
305 @retval a INTN, from 0 to 15, that corressponds to Char
306 -1 if Char is not a hex character
310 IN CHAR8 Char
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 248 Converts an 8-bit Hex Char into a INTN.
250 @param Char - the hex character to be converted into UINTN
251 @retval a INTN, from 0 to 15, that corressponds to Char
252 -1 if Char is not a hex character
256 IN CHAR8 Char
  /external/bzip2/
bzlib_private.h 41 typedef char Char;
42 typedef unsigned char Bool;
43 typedef unsigned char UChar;
  /external/libedit/src/
eln.c 48 el_getc(EditLine *el, char *cp)
60 *cp = (char)wc;
66 el_push(EditLine *el, const char *str)
74 public const char *
87 el_parse(EditLine *el, int argc, const char *argv[])
128 case EL_TERMINAL: /* const char * */
129 ret = el_wset(el, op, va_arg(ap, char *));
133 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *),
144 case EL_BIND: /* const char * list -> const wchar_t * list */
149 const char *argv[20]
    [all...]
tty.c 38 static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93";
55 const char *m_name;
458 private void tty__getchar(struct termios *, unsigned char *);
459 private void tty__setchar(struct termios *, unsigned char *);
624 * Return the index of the asked char in the c_cc array
735 tty__getchar(struct termios *td, unsigned char *s)
817 tty__setchar(struct termios *td, unsigned char *s)
902 unsigned char *t_n = el->el_tty.t_c[ED_IO];
903 unsigned char *t_o = el->el_tty.t_ed.c_cc;
904 Char new[2], old[2]
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmLexer.cpp 33 void AsmLexer::setBuffer(const MemoryBuffer *buf, const char *ptr) {
46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) {
53 char CurChar = *CurPtr++;
56 return (unsigned char)CurChar;
95 static bool IsIdentifierChar(char c) {
158 static void SkipIgnoredIntegerSuffix(const char *&CurPtr) {
211 const char *NumStart = CurPtr;
234 const char *NumStart = CurPtr;
291 char theChar = Res[2];
349 bool AsmLexer::isAtStartOfComment(char Char)
    [all...]
  /external/v8/src/runtime/
runtime-regexp.cc 93 template <typename Char>
95 Vector<Char> characters, int capture_count,
100 Char c = characters[i];
106 Char c2 = characters[next_index];
163 Char c3 = characters[second_digit_index];
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 881 char *
883 strcp_D2A(a, b) char *a; char *b;
885 strcp_D2A(char *a, CONST char *b)
893 Char *
895 memcpy_D2A(a, b, len) Char *a; Char *b; size_t len;
900 char *a = (char*)a1, *ae = a + len
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
misc.c 881 char *
883 strcp_D2A(a, b) char *a; char *b;
885 strcp_D2A(char *a, CONST char *b)
895 Char *
897 memcpy_D2A(a, b, len) Char *a; Char *b; size_t len;
902 char *a = (char*)a1, *ae = a + len;
    [all...]
  /external/googletest/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.
118 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
140 PrintBytesInObjectTo(static_cast<const unsigned char*>(
194 // Note that this operator<< takes a generic std::basic_ostream<Char,
198 // Foo that supports streaming to std::basic_ostream<Char,
201 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is more
203 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.
118 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
140 PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(&value),
193 // Note that this operator<< takes a generic std::basic_ostream<Char,
197 // Foo that supports streaming to std::basic_ostream<Char,
200 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is more
202 template <typename Char, typename CharTraits, typename T
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 31 const char *Ptr;
32 const char *End;
44 char peek(int I = 0) const { return End - Ptr <= I ? 0 : Ptr[I]; }
91 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; }
104 static bool isIdentifierChar(char C) {
119 char Char = C.peek();
120 if (Char == '\\') {
133 Str += Char;
408 static bool isValidHexFloatingPointPrefix(char C)
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 429 char const* what() const throw() override;
483 // typedef CppTL::AnyEnumerator<const char *> EnumMemberNames;
503 explicit StaticString(const char* czstring) : c_str_(czstring) {}
505 operator const char*() const { return c_str_; }
507 const char* c_str() const { return c_str_; }
510 const char* c_str_;
598 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
608 //const char* c_str() const; ///< \deprecated
609 char const* data() const;
621 char const* cstr_; // actually, a prefixed string, unless policy is noDu
    [all...]
  /external/v8/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.
118 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
140 PrintBytesInObjectTo(reinterpret_cast<const unsigned char*>(&value),
193 // Note that this operator<< takes a generic std::basic_ostream<Char,
197 // Foo that supports streaming to std::basic_ostream<Char,
200 // operator<<(std::basic_stream<Char, CharTraits>, const Foo&) is more
202 template <typename Char, typename CharTraits, typename T
    [all...]
  /external/valgrind/coregrind/
m_oset.c 101 Char balance;
102 Char padding[sizeof(void*)-sizeof(Char)-sizeof(Short)];
  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 221 type Char struct {
222 field []string // debugging only; could be deleted if we take out char.dump()
242 var chars = make([]Char, MaxChar+1)
274 char := &chars[point]
275 char.field = field
276 if char.codePoint != 0 {
279 char.codePoint = lastChar
280 char.category = field[FGeneralCategory]
281 category[char.category] = true
282 switch char.category
    [all...]

Completed in 1054 milliseconds

<<1112131415161718