Searched refs:Bytes (Results 1 - 25 of 90) sorted by path

1234

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh530 template <typename Type, int Bytes> struct BEInt;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp141 const uint8_t *Bytes; member in class:BufferMemoryObject
145 Bytes(bytes), Length(length)
163 *byte = Bytes[addr];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp557 void R600MCCodeEmitter::EmitTwoBytes(unsigned int Bytes, argument
559 OS.write((uint8_t) (Bytes & 0xff));
560 OS.write((uint8_t) ((Bytes >> 8) & 0xff));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc1209 HANDLE_TYPE( BYTES, Bytes, string);
1237 HANDLE_TYPE( BYTES, Bytes, *string_value);
1325 HANDLE_TYPE( BYTES, Bytes, string);
1362 HANDLE_TYPE( BYTES, Bytes, *string_value);
H A Dextension_set_heavy.cc435 HANDLE_TYPE( BYTES, Bytes, string);
464 HANDLE_TYPE( BYTES, Bytes, *string_value);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp142 if (eb->Bytes[0] & 1) {
143 transpIndex = (unsigned char)eb->Bytes[3];
175 * @param width Bytes per row in the source image.
H A DSkMovie_gif.cpp73 const uint8_t* b = (const uint8_t*)image->ExtensionBlocks[j].Bytes;
229 bool has_transparency = ((eb->Bytes[0] & 1) == 1);
231 transparent = (unsigned char)eb->Bytes[3];
264 int disposal = ((eb->Bytes[0] >> 2) & 7);
281 *trans = ((eb->Bytes[0] & 1) == 1);
282 *disposal = ((eb->Bytes[0] >> 2) & 7);
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c994 fprintf(pArg->out, "Number of Pcache Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
1003 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl242 # storage: Bytes consumed.
276 statline {Bytes of storage consumed} $storage
277 statline {Bytes of payload} $payload $payload_percent
407 statline {Bytes of user payload stored} $user_payload $user_percent
499 Bytes of user payload stored
515 Bytes of storage consumed
521 Bytes of payload
/external/chromium_org/ui/gl/
H A Dgl_image_memory.cc193 size_t GLImageMemory::Bytes() const { function in class:gfx::GLImageMemory
H A Dgl_image_memory.h44 size_t Bytes() const;
H A Dgl_image_shared_memory.cc41 if (!duped_shared_memory->Map(Bytes())) {
/external/clang/include/clang/AST/
H A DASTContext.h2352 /// @param Bytes The number of bytes to allocate. Calculated by the compiler.
2357 inline void *operator new(size_t Bytes, const clang::ASTContext &C, argument
2359 return C.Allocate(Bytes, Alignment);
2389 /// @param Bytes The number of bytes to allocate. Calculated by the compiler.
2394 inline void *operator new[](size_t Bytes, const clang::ASTContext& C, argument
2396 return C.Allocate(Bytes, Alignment);
H A DAttr.h66 void* operator new(size_t Bytes, ASTContext &C, argument
68 return ::operator new(Bytes, C, Alignment);
H A DAttrIterator.h26 void *operator new(size_t Bytes, const clang::ASTContext &C,
30 void *operator new[](size_t Bytes, const clang::ASTContext &C,
/external/clang/include/clang/Lex/
H A DLexer.h572 void SkipBytes(unsigned Bytes, bool StartOfLine);
H A DPreprocessor.h995 /// \param Bytes The number of bytes in the preamble to skip.
999 void setSkipMainFilePreamble(unsigned Bytes, bool StartOfLine) { argument
1000 SkipMainFilePreamble.first = Bytes;
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1653 unsigned Bytes = 0; local
1657 Value.substr(0, Comma).getAsInteger(10, Bytes) ||
1661 Opts.PrecompiledPreambleBytes.first = Bytes;
/external/clang/lib/Lex/
H A DLexer.cpp1351 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { argument
1352 BufferPtr += Bytes;
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c892 IN ULONG Bytes,
905 ASSERT(0 == (Bytes % 512));
916 &IoStatusBlock, Buffer, Bytes, &Offset, NULL);
921 &IoStatusBlock, Buffer, Bytes, &Offset, NULL);
947 IN ULONG Bytes,
952 return _BlockIo(Handle, Offset, Bytes, (PCHAR)Buffer, FALSE, Errno);
960 IN ULONG Bytes,
965 return _BlockIo(Handle, Offset, Bytes, Buffer, TRUE, Errno);
889 _BlockIo( IN HANDLE Handle, IN LARGE_INTEGER Offset, IN ULONG Bytes, IN OUT PCHAR Buffer, IN BOOLEAN Read, OUT unsigned* Errno ) argument
944 _RawWrite( IN HANDLE Handle, IN LARGE_INTEGER Offset, IN ULONG Bytes, OUT const CHAR* Buffer, OUT unsigned* Errno ) argument
957 _RawRead( IN HANDLE Handle, IN LARGE_INTEGER Offset, IN ULONG Bytes, IN PCHAR Buffer, OUT unsigned* Errno ) argument
/external/elfutils/0.153/libelf/
H A Dgelf_xlate.c112 #define INLINE2(Bytes, FName, TName) \
113 INLINE3 (Bytes, FName, TName)
114 #define INLINE3(Bytes, FName, TName) \
117 switch (Bytes) \
135 dest += Bytes; \
136 ptr += Bytes; \
144 ptr -= Bytes; \
145 dest -= Bytes; \
/external/giflib/
H A Ddgif_lib.c605 return DGifExtensionToGCB(ep->ByteCount, ep->Bytes, GCB);

Completed in 606 milliseconds

1234